EHR Sandbox Data
Anita Systems
Environment: Partially integrated sandbox - you can create patients and book appointments, but retrieving existing patients or appointments is not supported.
Anita Systems - Sandbox Data
Environment: Partially integrated sandbox - you can create patients and book appointments, but retrieving existing patients or appointments is not supported.
Unique requirement: You must provide a valid phone number when creating patients. An SMS confirmation code is sent during the appointment booking flow.
Care Unit IDs (use L0_1 for the most test data):
| care_unit_id |
|---|
| L0_1 |
| L0_2 |
Appointment Confirmation Flow: After booking, the appointment status will be "awaiting_confirmation". Use PATCH /appointments/{appointment_id} with the SMS code:
{
"confirmation": {
"code": "{code_from_sms}"
}
}
For details, see the appointment confirmation guide.