Appointment
Type: object
Represents a scheduled healthcare appointment between a patient and provider.
Extends
Fields
| Name | Type | Description | Source |
|---|---|---|---|
PatientId |
string (uuid) | Reference to the patient | - |
ProviderId |
string (uuid) | Reference to the healthcare provider | - |
AppointmentType |
string | Type of appointment (e.g., Consultation, FollowUp, Procedure) | - |
ScheduledTime |
string (date-time) | Scheduled date and time of the appointment | - |
Duration |
integer (int32) | Duration in minutes | - |
Status |
object | Current appointment status | - |