Class TExplanationOfBenefitDiagnosis

Unit

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

Public constructor Create; override;

Properties

Public property sequence : Int64 read Getsequence write Setsequence;
Public property sequenceElement : TpositiveInt read GetsequenceElement write SetsequenceElement;
Public property diagnosisCodeableConcept : TCodeableConcept read GetdiagnosisCodeableConcept write SetdiagnosisCodeableConcept;
Public property diagnosisReference : TReference read GetdiagnosisReference write SetdiagnosisReference;
Public property type_ : TCodeableConceptArray read Gettype_Array;
Public property onAdmission : TCodeableConcept read GetonAdmission write SetonAdmission;

Description

Methods

Public constructor Create; override;
 

Properties

Public property sequence : Int64 read Getsequence write Setsequence;

A number to uniquely identify diagnosis entries.

Public property sequenceElement : TpositiveInt read GetsequenceElement write SetsequenceElement;
 
Public 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)

Public 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)

Public property type_ : TCodeableConceptArray read Gettype_Array;

When the condition was observed or the relative ranking.

Public 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.