For AI agents: a documentation index is available at the root level at /llms.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
True if the automated eligibility check has been completed. It is not recommended to change this value manually via API. This refers explicitly to the automated eligibility check that occurs a specific number of days before the appointment.
checked_in_timestampdatetimeOptional
The timestamp when the patient checked in for their appointment. Must be set when status is CHECKED_IN or CHECKED_OUT, and must be unset otherwise.
checked_out_timestampdatetimeOptional
The timestamp when the patient checked out of their appointment. Must be set when status is CHECKED_OUT, and must be unset otherwise.
The estimated amount the patient will be responsible for paying at the time of service. This does not include the copay.
location_resource_idstringOptional
Contains the coded identification of the location being scheduled. Components: <Identifier (ST)>^<Text (ST)>
medical_necessity_verifiedbooleanOptional
True if medical necessity for this appointment has been verified.
not_ready_reasonenumOptional
The reason the appointment is NOT_READY. Must only be set when status is NOT_READY; it is cleared otherwise. It is not recommended to change this value manually via API.
notesstringOptional
patient_deposit_centsintegerOptional
placer_appointment_idstringOptional
ID for the appointment/order for the event.
placer_system_namestringOptional
The name of the upstream system that placed this appointment.
prior_authorization_statusenumOptional
The prior authorization status for this appointment.
ready_sourceenumOptional
The method that set the appointment status to READY. It is not recommended to change this value manually via API. Must only be set when the status is READY, CHECKED_IN, CHECKED_OUT or NO_SHOW, it is cleared otherwise.
statusenumOptional
Defaults to PENDING. If status is NOT_READY, work_queue must be set. If status is READY, CHECKED_OUT, or NO_SHOW, work_queue must be null. checked_in_timestamp must be set if and only if status is CHECKED_IN or CHECKED_OUT, and checked_out_timestamp must be set if and only if status is CHECKED_OUT.
work_queueenumOptional
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, CHECKED_OUT or NO_SHOW, work_queue must be null.