Class TExplanationOfBenefitDiagnosis
Unit
bsFhir_r5
Declaration
type TExplanationOfBenefitDiagnosis = class(TBackboneElement)
Description
This resource provides: the claim details; adjudication details from the processing of a Claim; and optionally account balance information, for informing the subscriber of the benefits provided.
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.
|