Class TExplanationOfBenefitDiagnosis
Unit
bsFhir_r4
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 diagnosis : TElement read Getdiagnosis write Setdiagnosis; |
The nature of illness or problem in a coded form or as a reference to an external defined Condition.
|
|
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.
|
|
property packageCode : TCodeableConcept read GetpackageCode write SetpackageCode; |
A package billing code or bundle code used to group products and services to a particular health condition (such as heart attack) which is based on a predetermined grouping code system.
|
Generated by PasDoc 0.15.0.
|