Class TExplanationOfBenefitBenefitBalance
Unit
bsFhir_stu3
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; |
Dental, Vision, Medical, Pharmacy, Rehab etc.
|
|
property subCategory : TCodeableConcept read GetsubCategory write SetsubCategory; |
Dental: basic, major, ortho; Vision exam, glasses, contacts; etc.
|
|
property excluded : boolean read Getexcluded write Setexcluded; |
True if the indicated class of service is excluded from the plan, missing or False indicated the 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, for example MED01, or DENT2.
|
|
property name_Element : Tstring read Getname_Element write Setname_Element; |
|
|
property description : string read Getdescription write Setdescription; |
A richer description of the benefit, for example 'DENT2 covers 100% of basic, 50% of major but exclused Ortho, Implants and Costmetic services'.
|
|
property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement; |
|
|
property network : TCodeableConcept read Getnetwork write Setnetwork; |
Network designation.
|
|
property unit_ : TCodeableConcept read Getunit_ write Setunit_; |
Unit designation: individual or family.
|
|
property term : TCodeableConcept read Getterm write Setterm; |
The term or period of the values such as 'maximum lifetime benefit' or 'maximum annual vistis'.
|
Generated by PasDoc 0.15.0.
|