Class TExplanationOfBenefitBenefitBalance
Unit
bsFhir_r5
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
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property category : TCodeableConcept read Getcategory write Setcategory; |
Code to identify the general type of benefits under which products and services are provided.
|
|
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.
|
|
property excludedElement : Tboolean read GetexcludedElement write SetexcludedElement; |
|
|
property name_ : string read Getname_ write Setname_; |
A short name or tag for the benefit.
|
|
property name_Element : Tstring read Getname_Element write Setname_Element; |
|
|
property description : string read Getdescription write Setdescription; |
A richer description of the benefit or services covered.
|
|
property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement; |
|
|
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.
|
|
property unit_ : TCodeableConcept read Getunit_ write Setunit_; |
Indicates if the benefits apply to an individual or to the family.
|
|
property term : TCodeableConcept read Getterm write Setterm; |
The term or period of the values such as 'maximum lifetime benefit' or 'maximum annual visits'.
|
Generated by PasDoc 0.15.0.
|