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 diagnosis : TElement read Getdiagnosis write Setdiagnosis;
Public property type_ : TCodeableConceptArray read Gettype_Array;
Public property packageCode : TCodeableConcept read GetpackageCode write SetpackageCode;

Description

Methods

Public constructor Create; override;
 

Properties

Public property sequence : Int64 read Getsequence write Setsequence;

Sequence of diagnosis which serves to provide a link.

Public property sequenceElement : TpositiveInt read GetsequenceElement write SetsequenceElement;
 
Public property diagnosis : TElement read Getdiagnosis write Setdiagnosis;

The diagnosis.

Public property type_ : TCodeableConceptArray read Gettype_Array;

The type of the Diagnosis, for example: admitting, primary, secondary, discharge.

Public property packageCode : TCodeableConcept read GetpackageCode write SetpackageCode;

The package billing code, for example DRG, based on the assigned grouping code system.


Generated by PasDoc 0.15.0.