Class TAppointmentParticipant
Unit
bsFhir_r4b
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 actor : TReference read Getactor write Setactor; |
A Person, Location/HealthcareService or Device that is participating in the appointment.
|
|
property required : string read Getrequired write Setrequired; |
Whether this participant is required to be present at the meeting. This covers a use-case where two doctors need to meet to discuss the results for a specific patient, and the patient is not required to be present.
|
|
property status : string read Getstatus write Setstatus; |
Participation status of the actor.
|
|
property period : TPeriod read Getperiod write Setperiod; |
Participation period of the actor.
|
Generated by PasDoc 0.15.0.
|