Class TExplanationOfBenefitBenefitBalance

Unit

Declaration

type TExplanationOfBenefitBenefitBalance = 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 category : TCodeableConcept read Getcategory write Setcategory;
Public property excluded : boolean read Getexcluded write Setexcluded;
Public property excludedElement : Tboolean read GetexcludedElement write SetexcludedElement;
Public property name_ : string read Getname_ write Setname_;
Public property name_Element : Tstring read Getname_Element write Setname_Element;
Public property description : string read Getdescription write Setdescription;
Public property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement;
Public property network : TCodeableConcept read Getnetwork write Setnetwork;
Public property unit_ : TCodeableConcept read Getunit_ write Setunit_;
Public property term : TCodeableConcept read Getterm write Setterm;
Public property financial : TExplanationOfBenefitFinancialArray read GetfinancialArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property category : TCodeableConcept read Getcategory write Setcategory;

Code to identify the general type of benefits under which products and services are provided.

Public property excluded : boolean read Getexcluded write Setexcluded;

True if the indicated class of service is excluded from the plan, missing or False indicates the product or service is included in the coverage.

Public property excludedElement : Tboolean read GetexcludedElement write SetexcludedElement;
 
Public property name_ : string read Getname_ write Setname_;

A short name or tag for the benefit.

Public property name_Element : Tstring read Getname_Element write Setname_Element;
 
Public property description : string read Getdescription write Setdescription;

A richer description of the benefit or services covered.

Public property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement;
 
Public property network : TCodeableConcept read Getnetwork write Setnetwork;

Is a flag to indicate whether the benefits refer to in-network providers or out-of-network providers.

Public property unit_ : TCodeableConcept read Getunit_ write Setunit_;

Indicates if the benefits apply to an individual or to the family.

Public property term : TCodeableConcept read Getterm write Setterm;

The term or period of the values such as 'maximum lifetime benefit' or 'maximum annual visits'.

Public property financial : TExplanationOfBenefitFinancialArray read GetfinancialArray;

Benefits Used to date.


Generated by PasDoc 0.15.0.