Appointment REST Endpoints
Description
This topic describes information for the Appointment resource.
Overview
The Appointment resource provides information about scheduled appointments such as a Procedure or office visit for a Patient, Practitioner, or location.
When integrating your application with a client's environments, work with the client to determine the practitioner and location IDs (Millennium personnel and location codes, respectively) that they want to make available to third-party applications for enabling scheduling functionality.
The following fields are returned if valued:
Teminology Bindings
-
Description: Additional details about where the content was created (for example, clinical specialty).
-
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.
System:
https://fhir.cerner.com/<EHR_source_id>/codeSet/14249
-
- Create an appointment
- Method: postPath:
/Appointment/
- Get a list of appointments
- Method: getPath:
/Appointment/
- Get an appointment by ID
- Method: getPath:
/Appointment/{id}
- Update an appointment
- Method: putPath:
/Appointment/{id}