Class TClaimDiagnosis
Unit
bsFhir_r5
Declaration
type TClaimDiagnosis = class(TBackboneElement)
Description
A provider issued list of professional services and products which have been provided, or are to be provided, to a patient which is sent to an insurer for reimbursement.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property sequence : Int64 read Getsequence write Setsequence; |
A number to uniquely identify diagnosis entries.
|
|
property sequenceElement : TpositiveInt read GetsequenceElement write SetsequenceElement; |
|
|
property diagnosisCodeableConcept : TCodeableConcept read GetdiagnosisCodeableConcept write SetdiagnosisCodeableConcept; |
The nature of illness or problem in a coded form or as a reference to an external defined Condition. (choose any one of diagnosis*, but only one)
|
|
property diagnosisReference : TReference read GetdiagnosisReference write SetdiagnosisReference; |
The nature of illness or problem in a coded form or as a reference to an external defined Condition. (choose any one of diagnosis*, but only one)
|
|
property type_ : TCodeableConceptArray read Gettype_Array; |
When the condition was observed or the relative ranking.
|
|
property onAdmission : TCodeableConcept read GetonAdmission write SetonAdmission; |
Indication of whether the diagnosis was present on admission to a facility.
|
Generated by PasDoc 0.15.0.
|