Skip to main content

Slot

Trial Use 3 Workflow

A slot of time on a schedule that may be available for booking appointments.

Endpoints

devhttps://api.sandbox.ovok.com/fhir/R5/Slot
InteractionMethodPath
ReadGET/fhir/R5/Slot/[id]
VreadGET/fhir/R5/Slot/[id]/_history/[vid]
UpdatePUT/fhir/R5/Slot/[id]
PatchPATCH/fhir/R5/Slot/[id]
DeleteDELETE/fhir/R5/Slot/[id]
CreatePOST/fhir/R5/Slot
SearchGET/fhir/R5/Slot?...
HistoryGET/fhir/R5/Slot/[id]/_history
Type-historyGET/fhir/R5/Slot/_history

Top-level elements

ElementType(s)CardinalityDescription
identifierIdentifier0..*External Ids for this item
serviceCategoryCodeableConcept0..*A broad categorization of the service that is to be performed during this appointment
serviceTypeCodeableReference0..*The type of appointments that can be booked into this slot (ideally this would be an identifiable service - which is at a location, rather than the location itself). If provided then this overrides the value provided on the Schedule resource
specialtyCodeableConcept0..*The specialty of a practitioner that would be required to perform the service requested in this appointment
appointmentTypeCodeableConcept0..*The style of appointment or patient that may be booked in the slot (not service type)
scheduleReference1..1The schedule resource that this slot defines an interval of status information
statuscode1..1busy
startinstant1..1Date/Time that the slot is to begin
endinstant1..1Date/Time that the slot is to conclude
overbookedboolean0..1This slot has already been overbooked, appointments are unlikely to be accepted for this time
commentstring0..1Comments on the slot to describe any extended information. Such as custom constraints on the slot

Resource-specific search parameters

ParameterTypeDescription
appointment-typetokenThe style of appointment or patient that may be booked in the slot (not service type)
identifiertokenA Slot Identifier
schedulereferenceThe Schedule Resource that we are seeking a slot within
service-categorytokenA broad categorization of the service that is to be performed during this appointment
service-typetokenThe type (by coding) of appointments that can be booked into the slot
service-type-referencereferenceThe type (by HealthcareService) of appointments that can be booked into the slot
specialtytokenThe specialty of a practitioner that would be required to perform the service requested in this appointment
startdateAppointment date/time.
statustokenThe free/busy status of the appointment

Reference

  • Official FHIR R5 spec: Slot
  • Maturity: Trial Use 3 (FMM 3).