DOCPLANNER INTEGRATIONS
Patient Presence
Doctors can record a patient's attendance status for each visit. If your system supports this functionality, you can synchronize the patient presence state through the API.
The purpose of this feature is to update the Docplanner/Doctoralia database regarding whether a patient attended their scheduled visit. This information is particularly valuable for administrative and invoicing purposes: doctors are not charged for appointments that did not occur due to patient absence. Please note that implementing this feature is optional in the integration process.
To record patient presence, use the following endpoint:
www.{domain}/api/v3/integration/facilities/{facility_id}/doctors/{doctor_id}/addresses/{address_id}/bookings/{booking_id}/presence/patient
Two operations are supported:
- POST: Marks the patient as present for the visit.
- DELETE: Marks the patient as non-present (no-show).