Create
BetaAdds an appointment. VersionConflictError is returned when the placer_appointment_id is already in use.
Headers
OAuth authentication of the form <token>.
Request
The Candid-defined patient identifier.
Defaults to PENDING. If status is NOT_READY, work_queue must be set. If status is READY or CHECKED_IN, work_queue must be null. If status is CHECKED_IN, checked_in_timestamp must be set. If checked_in_timestamp is set, status must be CHECKED_IN.
ID for the appointment/order for the event.
The timestamp when the patient checked in for their appointment. If status is CHECKED_IN, checked_in_timestamp must be set. If checked_in_timestamp is set, status must be CHECKED_IN.
Contains the coded identification of the location being scheduled. Components: <Identifier (ST)>^<Text (ST)>
The work queue that the appointment belongs to. It is not recommended to change this value manually via API. If status is NOT_READY, work_queue must be set. If status is READY, work_queue must be null.
Response
The Candid-defined patient identifier.
The timestamp when the patient checked in for their appointment. If status is CHECKED_IN, checked_in_timestamp must be set. If checked_in_timestamp is set, status must be CHECKED_IN.
Contains the coded identification of the location being scheduled. Components: <Identifier (ST)>^<Text (ST)>
ID for the appointment/order for the event.
Defaults to PENDING. If status is NOT_READY, work_queue must be set. If status is READY or CHECKED_IN, work_queue must be null. If status is CHECKED_IN, checked_in_timestamp must be set. If checked_in_timestamp is set, status must be CHECKED_IN.
The work queue that the appointment belongs to. It is not recommended to change this value manually via API. If status is NOT_READY, work_queue must be set. If status is READY, work_queue must be null.