Class TEpisodeOfCareDiagnosis

Unit

Declaration

type TEpisodeOfCareDiagnosis = class(TBackboneElement)

Description

An association between a patient and an organization / healthcare provider(s) during which time encounters may occur. The managing organization assumes a level of responsibility for the patient during this time.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property condition : TReference read Getcondition write Setcondition;
Public property role : TCodeableConcept read Getrole write Setrole;
Public property rank : Int64 read Getrank write Setrank;
Public property rankElement : TpositiveInt read GetrankElement write SetrankElement;

Description

Methods

Public constructor Create; override;
 

Properties

Public property condition : TReference read Getcondition write Setcondition;

A list of conditions/problems/diagnoses that this episode of care is intended to be providing care for.

Public property role : TCodeableConcept read Getrole write Setrole;

Role that this diagnosis has within the episode of care (e.g. admission, billing, discharge …).

Public property rank : Int64 read Getrank write Setrank;

Ranking of the diagnosis (for each role type).

Public property rankElement : TpositiveInt read GetrankElement write SetrankElement;
 

Generated by PasDoc 0.15.0.