Class TEncounterDiagnosis

Unit

Declaration

type TEncounterDiagnosis = 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 condition : TReference read Getcondition write Setcondition;
Public property use : TCodeableConcept read Getuse write Setuse;
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;

Reason the encounter takes place, as specified using information from another resource. For admissions, this is the admission diagnosis. The indication will typically be a Condition (with other resources referenced in the evidence.detail), or a Procedure.

Public property use : TCodeableConcept read Getuse write Setuse;

Role that this diagnosis has within the encounter (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.