Class TEncounterParticipant

Unit

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.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property type_ : TCodeableConceptArray read Gettype_Array;
Public property period : TPeriod read Getperiod write Setperiod;
Public property actor : TReference read Getactor write Setactor;

Description

Methods

Public constructor Create; override;
 

Properties

Public property type_ : TCodeableConceptArray read Gettype_Array;

Role of participant in encounter.

Public 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.

Public 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.