Class TAppointmentParticipant
Unit
bsFhir_r5
Declaration
type TAppointmentParticipant = class(TBackboneElement)
Description
A booking of a healthcare event among patient(s), practitioner(s), related person(s) and/or device(s) for a specific date/time. This may result in one or more Encounter(s).
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property period : TPeriod read Getperiod write Setperiod; |
Participation period of the actor.
|
|
property actor : TReference read Getactor write Setactor; |
The individual, device, location, or service participating in the appointment.
|
|
property required : boolean read Getrequired write Setrequired; |
Whether this participant is required to be present at the meeting. If false, the participant is optional.
|
|
property requiredElement : Tboolean read GetrequiredElement write SetrequiredElement; |
|
|
property status : string read Getstatus write Setstatus; |
Participation status of the actor.
|
Generated by PasDoc 0.15.0.
|