Class TEncounterAdmission

Unit

Declaration

type TEncounterAdmission = 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 preAdmissionIdentifier : TIdentifier read GetpreAdmissionIdentifier write SetpreAdmissionIdentifier;
Public property origin : TReference read Getorigin write Setorigin;
Public property admitSource : TCodeableConcept read GetadmitSource write SetadmitSource;
Public property reAdmission : TCodeableConcept read GetreAdmission write SetreAdmission;
Public property destination : TReference read Getdestination write Setdestination;
Public property dischargeDisposition : TCodeableConcept read GetdischargeDisposition write SetdischargeDisposition;

Description

Methods

Public constructor Create; override;
 

Properties

Public property preAdmissionIdentifier : TIdentifier read GetpreAdmissionIdentifier write SetpreAdmissionIdentifier;

Pre-admission identifier.

Public property origin : TReference read Getorigin write Setorigin;

The location/organization from which the patient came before admission.

Public property admitSource : TCodeableConcept read GetadmitSource write SetadmitSource;

From where patient was admitted (physician referral, transfer).

Public property reAdmission : TCodeableConcept read GetreAdmission write SetreAdmission;

Indicates that this encounter is directly related to a prior admission, often because the conditions addressed in the prior admission were not fully addressed.

Public property destination : TReference read Getdestination write Setdestination;

Location/organization to which the patient is discharged.

Public property dischargeDisposition : TCodeableConcept read GetdischargeDisposition write SetdischargeDisposition;

Category or kind of location after discharge.


Generated by PasDoc 0.15.0.