| Class TEncounterParticipantUnit
bsFhir_r5 Declaration
type TEncounterParticipant = class(TBackboneElement) Description
 An interaction between a patient and healthcare provider(s) for the purpose of providing healthcare service(s) or assessing the health status of a patient. Encounter is primarily used to record information about the actual activities that occurred, where Appointment is used to record planned activities.  HierarchyOverviewMethodsPropertiesDescriptionMethods
|  | constructor Create; override; |  |  |  Properties
|  | property period : TPeriod read Getperiod write Setperiod; |  | 
 The period of time that the specified participant participated in the encounter. These can overlap or be sub-sets of the overall encounter's period.  |  
|  | property actor : TReference read Getactor write Setactor; |  | 
 Person involved in the encounter, the patient/group is also included here to indicate that the patient was actually participating in the encounter. Not including the patient here covers use cases such as a case meeting between practitioners about a patient - non contact times.  |  Generated by PasDoc 0.15.0.
 |