How changes are handled for appointment slots
When a Recurring Event Group is created, we pre-create all appointment slots according to the schedule defined for the group. When a change is made to group, we delete all “unreserved” (i.e. without patient) appointment slots and re-create new ones. We then convert all the “reserved” (i.e. with patient) appointment slots into appointments and disassociate them from the Recurring Event Group. When a Recurring Event Group is deleted, all “unreserved” appointment slots will be deleted and all “reserved” appointment slots are converted to appointments.Object Definition (JSON Schema)
Fields requirements for Creation and Update
| Field Name | Required for Create | Updatable |
|---|---|---|
| schedules | yes | yes |
| time_slot_type | yes | |
| reason | yes | yes |
| practice | yes |
Allowed Values
| Attribute | Allowed Values |
|---|---|
| time_slot_type | ”appointment_slot” |