Class TAccountDiagnosis
Unit
bsFhir_r5
Declaration
type TAccountDiagnosis = class(TBackboneElement)
Description
A financial tool for tracking value accrued for a particular purpose. In the healthcare field, used to track charges for a patient, cost centers, etc.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property sequence : Int64 read Getsequence write Setsequence; |
Ranking of the diagnosis (for each type).
|
|
property sequenceElement : TpositiveInt read GetsequenceElement write SetsequenceElement; |
|
|
property condition : TCodeableReference read Getcondition write Setcondition; |
The diagnosis relevant to the account.
|
|
property dateOfDiagnosis : string read GetdateOfDiagnosis write SetdateOfDiagnosis; |
Ranking of the diagnosis (for each type).
|
|
property dateOfDiagnosisElement : TdateTime_ read GetdateOfDiagnosisElement write SetdateOfDiagnosisElement; |
|
|
property type_ : TCodeableConceptArray read Gettype_Array; |
Type that this diagnosis has relevant to the account (e.g. admission, billing, discharge …).
|
|
property onAdmission : boolean read GetonAdmission write SetonAdmission; |
Was the Diagnosis present on Admission in the related Encounter.
|
|
property onAdmissionElement : Tboolean read GetonAdmissionElement write SetonAdmissionElement; |
|
|
property packageCode : TCodeableConceptArray read GetpackageCodeArray; |
The package code can be used to group diagnoses that may be priced or delivered as a single product. Such as DRGs.
|
Generated by PasDoc 0.15.0.
|