You may want to listen for scheduling updates to complete any pre-visit work. With these notifications, you can find out about patient appointment details, like the type of visit, provider name, location, or date.
This API action may be a good fit for your organization if you want to be notified about these events in your connection’s EHR system:
- An outpatient appointment is created.
- A scheduled outpatient appointment is modified, rescheduled, or canceled.
After getting these notifications, you can query for more information or kick off your pre-visit workflow, like these types of use cases:
- Send pre-work questionnaires to patients.
- Help with patient check-in prior to appointments.
- Update patients about appointment changes.
You can receive notifications like this with the Redox FHIR® API.
Your connection's system can push notifications with a polling or subscription type of system.
The EHR system sends a notification for each appointment that’s created. To review technical specifications for this notification, refer to the Scheduling Appointment Booked schema.
The EHR system sends a notification whenever an aspect of the appointment (other than the time) has changed from the original booking. To review technical specifications for this notification, refer to the Scheduling Appointment Updated schema.
The EHR system sends a notification whenever a scheduled appointment time has changed from the originally booked time. To review technical specifications for this notification, refer to the Scheduling Appointment Updated schema.
The EHR system sends a notification for each appointment that's cancelled. No-shows are considered "cancelled" appointments as well. To review technical specifications for this notification, refer to the Scheduling Appointment Cancelled schema.