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 |
POST /main/Appointment/$book | Book Appointment | Creates an appointment |
Schema
Property | Description |
---|---|
id |
|
description |
|
start |
|
end |
|
minutesDuration |
|
created |
|
supportingInformation |
HealthcareService
See: HealthcareService |
location-type | The location type for the appointment
|
participant |
PRACTITIONER type defaults to ATND / attender How the practitioner participated in this appointment See: Participant Type codes actor
See: PractitionerRole PATIENT actor
See: Patient appointment-participant-status See: Appointment status appointment-participant-invoice
See: Invoice |