Healthcare appointment resource
Appointment =
object
Healthcare appointment resource. Represents a scheduled meeting between patients and healthcare providers.
Properties
id
id:
string
Unique appointment identifier
status
status:
string|null
Current appointment status
start
start:
string|null
Appointment start time
end
end:
string|null
Appointment end time
cancelationReason
cancelationReason:
CodeableConcept|null
Reason for cancellation (if applicable)
extension
extension: (
Extension|null)[] |null
Additional appointment extensions
serviceType
serviceType: (
CodeableConcept|null)[] |null
Type of service being performed
supportingInformation
supportingInformation: (
Reference|null)[] |null
Supporting information references
participant
participant: (
AppointmentParticipant|null)[] |null
Appointment participants
