Skip to main content

Schedule

Trial Use 3 Workflow

A container for slots of time that may be available for booking appointments.

Endpoints

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

Top-level elements

ElementType(s)CardinalityDescription
identifierIdentifier0..*External Ids for this item
activeboolean0..1Whether this schedule is in active use modifier
serviceCategoryCodeableConcept0..*High-level category
serviceTypeCodeableReference0..*Specific service
specialtyCodeableConcept0..*Type of specialty needed
namestring0..1Human-readable label
actorReference1..*Resource(s) that availability information is being provided for
planningHorizonPeriod0..1Period of time covered by schedule
commentmarkdown0..1Comments on availability

Resource-specific search parameters

ParameterTypeDescription
activetokenIs the schedule in active use
actorreferenceThe individual(HealthcareService, Practitioner, Location, ...) to find a Schedule for
datedateSearch for Schedule resources that have a period that contains this date specified
identifiertokenA Schedule Identifier
namestringA portion of the Schedule name
service-categorytokenHigh-level category
service-typetokenThe type (by coding) of appointments that can be booked into associated slot(s)
service-type-referencereferenceThe type (by HealthcareService) of appointments that can be booked into associated slot(s)
specialtytokenType of specialty needed

Reference

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