Class TEncounterLocation

Unit

Declaration

type TEncounterLocation = 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 location : TReference read Getlocation write Setlocation;
Public property status : string read Getstatus write Setstatus;
Public property statusElement : TEncounterLocationStatus read GetstatusElement write SetstatusElement;
Public property physicalType : TCodeableConcept read GetphysicalType write SetphysicalType;
Public property period : TPeriod read Getperiod write Setperiod;

Description

Methods

Public constructor Create; override;
 

Properties

Public property location : TReference read Getlocation write Setlocation;

The location where the encounter takes place.

Public property status : string read Getstatus write Setstatus;

The status of the participants' presence at the specified location during the period specified. If the participant is no longer at the location, then the period will have an end date/time.

Public property statusElement : TEncounterLocationStatus read GetstatusElement write SetstatusElement;
 
Public property physicalType : TCodeableConcept read GetphysicalType write SetphysicalType;

This will be used to specify the required levels (bed/ward/room/etc.) desired to be recorded to simplify either messaging or query.

Public property period : TPeriod read Getperiod write Setperiod;

Time period during which the patient was present at the location.


Generated by PasDoc 0.15.0.