Skip to main contentAppointment
An Appointment is a scheduled meeting between a patient and a doctor. Appointment details include identifiers, participant information, location, timing, and status.
Key Fields:
- appointment_id (string): Unique identifier for the appointment
- doctor_oid (string): Unique identifier for the doctor
- patient_oid (string): Unique identifier for the patient
- clinic_id (string): Unique identifier for the clinic
- status (string): Status of the appointment (e.g., CM - Completed, BK - Booked)
- start_time (datetime): Start time of the appointment
- end_time (datetime): End time of the appointment
- payment (object): Payment details for the appointment
Read more : (API Reference - Appointment) section.
Read more : (API Reference - communication-flow-appointment-clinical-events ) section.