The Appointment resource represents scheduled healthcare events among patients and practitioners within the Halaxy platform
This resource supports the retrieval of appointments, including details such as participants and times.
Endpoints
Endpoints | Operations | Description |
---|---|---|
GET /main/Appointment | List Appointments | Retrieves a list or collection of appointments |
GET /main/Appointment{id} | Get Appointment | Retrieves a specific appointment |
GET /main/Appointment/$find | Find Available Appointments | Generates a list of available appointments from the Slot resource. |
Schema
Property | Description |
---|---|
id |
|
description |
|
start |
|
end |
|
minutesDuration |
|
created |
|
supportingInformation |
HealthcareService
See: HealthcareService |
participant |
PRACTITIONER type defaults to ATND / attender actor
See: PractitionerRole PATIENT actor
See: Patient appointment-participant-status See: Appointment status appointment-participant-invoice
See: Invoice |