Class TEncounterReason

Unit

Declaration

type TEncounterReason = 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 use : TCodeableConceptArray read GetuseArray;
Public property value : TCodeableReferenceArray read GetvalueArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property use : TCodeableConceptArray read GetuseArray;

What the reason value should be used as e.g. Chief Complaint, Health Concern, Health Maintenance (including screening).

Public property value : TCodeableReferenceArray read GetvalueArray;

Reason the encounter takes place, expressed as a code or a reference to another resource. For admissions, this can be used for a coded admission diagnosis.


Generated by PasDoc 0.15.0.