Booking events
Appointments and patient journey stage changes.
| Event type | Description | Identifiers |
|---|---|---|
booking.created | An appointment was created | bookingId; optional patientId, doctorId |
booking.updated | An appointment was updated | bookingId; optional patientId, doctorId |
booking.deleted | An appointment was deleted | bookingId; optional patientId, doctorId |
booking.patientJourney.arrived | Patient marked as arrived | bookingId; optional patientId, doctorId |
booking.patientJourney.inConsultation | Patient marked as in consultation | bookingId; optional patientId, doctorId |
booking.patientJourney.completed | Patient marked as completed (left) | bookingId; optional patientId, doctorId |
booking.patientJourney.noShow | Patient marked as did not attend | bookingId; optional patientId, doctorId |