Class TEncounterParticipant
Unit
bsFhir_stu3
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.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
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 individual : TReference read Getindividual write Setindividual; |
Persons involved in the encounter other than the patient.
|
Generated by PasDoc 0.15.0.
|