Schedule REST Endpoints
Description
This topic describes information for the Schedule resource.
Overview
The Schedule resource provides a time period (planning horizon) where time slots are defined for booking an appointment. Consumers can query by schedule IDs. The schedule IDs can be obtained by querying for slots, which contain the references to associated schedules. A schedule belongs to only one service or resource (actor) and does not contain any information about actual appointments.
The following fields are returned if valued:
Terminology Bindings
-
Description: The specific service that is to be performed during this appointment.
-
Details: Practice Setting Code Value Set
System:
http://snomed.info/sct
-
Details: For more information, see Code Set 14249 Scheduling Appointment Type Synonyms under the List of Code Sets section in Proprietary Codes and Systems.
System:
https://fhir.cerner.com/<EHR_source_id>/codeSet/14249
-
- Get a list of schedules
- Method: getPath:
/Schedule/
- Get a schedule by ID
- Method: getPath:
/Schedule/{id}