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.

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 individual : TReference read Getindividual write Setindividual;

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 individual : TReference read Getindividual write Setindividual;

Persons involved in the encounter other than the patient.


Generated by PasDoc 0.15.0.