Guide
  • SDK

    • PHP
    • .NET
  • Postman

    • Postman Collection
Api Docs
Guide
  • SDK

    • PHP
    • .NET
  • Postman

    • Postman Collection
Api Docs
  • Getting Started

    • Getting Started
    • Integration process
  • Tools and libraries

    • SDK for PHP
    • SDK for .NET
    • Postman Collection
  • Fundamentals

    • Authorization
    • Errors
    • Extensions
    • Rate Limits
  • API Objects

    • Resources
    • Managing calendars
    • Online Features
    • Patient Presence
  • Callbacks

    • Push vs Pull
    • Real-time requests
  • Mappings

    • Vendor mapping
  • Changelog

    • Changelog
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).
Prev
Online Features