Class TExplanationOfBenefitFinancial

Unit

Declaration

type TExplanationOfBenefitFinancial = 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 type_ : TCodeableConcept read Gettype_ write Settype_;
Public property allowedUnsignedInt : Int64 read GetallowedUnsignedInt write SetallowedUnsignedInt;
Public property allowedUnsignedIntElement : TunsignedInt read GetallowedUnsignedIntElement write SetallowedUnsignedIntElement;
Public property allowedString : string read GetallowedString write SetallowedString;
Public property allowedStringElement : Tstring read GetallowedStringElement write SetallowedStringElement;
Public property allowedMoney : TMoney read GetallowedMoney write SetallowedMoney;
Public property usedUnsignedInt : Int64 read GetusedUnsignedInt write SetusedUnsignedInt;
Public property usedUnsignedIntElement : TunsignedInt read GetusedUnsignedIntElement write SetusedUnsignedIntElement;
Public property usedMoney : TMoney read GetusedMoney write SetusedMoney;

Description

Methods

Public constructor Create; override;
 

Properties

Public property type_ : TCodeableConcept read Gettype_ write Settype_;

Classification of benefit being provided.

Public property allowedUnsignedInt : Int64 read GetallowedUnsignedInt write SetallowedUnsignedInt;

The quantity of the benefit which is permitted under the coverage. (choose any one of allowed*, but only one)

Public property allowedUnsignedIntElement : TunsignedInt read GetallowedUnsignedIntElement write SetallowedUnsignedIntElement;
 
Public property allowedString : string read GetallowedString write SetallowedString;

The quantity of the benefit which is permitted under the coverage. (choose any one of allowed*, but only one)

Public property allowedStringElement : Tstring read GetallowedStringElement write SetallowedStringElement;
 
Public property allowedMoney : TMoney read GetallowedMoney write SetallowedMoney;

The quantity of the benefit which is permitted under the coverage. (choose any one of allowed*, but only one)

Public property usedUnsignedInt : Int64 read GetusedUnsignedInt write SetusedUnsignedInt;

The quantity of the benefit which have been consumed to date. (choose any one of used*, but only one)

Public property usedUnsignedIntElement : TunsignedInt read GetusedUnsignedIntElement write SetusedUnsignedIntElement;
 
Public property usedMoney : TMoney read GetusedMoney write SetusedMoney;

The quantity of the benefit which have been consumed to date. (choose any one of used*, but only one)


Generated by PasDoc 0.15.0.