Class TCoverageGrouping
Unit
bsFhir_stu3
Declaration
type TCoverageGrouping = class(TBackboneElement)
Description
Financial instrument which may be used to reimburse or pay for health care products and services.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property group : string read Getgroup write Setgroup; |
Identifies a style or collective of coverage issued by the underwriter, for example may be used to identify an employer group. May also be referred to as a Policy or Group ID.
|
|
property groupElement : Tstring read GetgroupElement write SetgroupElement; |
|
|
property groupDisplay : string read GetgroupDisplay write SetgroupDisplay; |
A short description for the group.
|
|
property groupDisplayElement : Tstring read GetgroupDisplayElement write SetgroupDisplayElement; |
|
|
property subGroup : string read GetsubGroup write SetsubGroup; |
Identifies a style or collective of coverage issued by the underwriter, for example may be used to identify a subset of an employer group.
|
|
property subGroupElement : Tstring read GetsubGroupElement write SetsubGroupElement; |
|
|
property subGroupDisplay : string read GetsubGroupDisplay write SetsubGroupDisplay; |
A short description for the subgroup.
|
|
property subGroupDisplayElement : Tstring read GetsubGroupDisplayElement write SetsubGroupDisplayElement; |
|
|
property plan : string read Getplan write Setplan; |
Identifies a style or collective of coverage issued by the underwriter, for example may be used to identify a collection of benefits provided to employees. May be referred to as a Section or Division ID.
|
|
property planElement : Tstring read GetplanElement write SetplanElement; |
|
|
property planDisplay : string read GetplanDisplay write SetplanDisplay; |
A short description for the plan.
|
|
property planDisplayElement : Tstring read GetplanDisplayElement write SetplanDisplayElement; |
|
|
property subPlan : string read GetsubPlan write SetsubPlan; |
Identifies a sub-style or sub-collective of coverage issued by the underwriter, for example may be used to identify a subset of a collection of benefits provided to employees.
|
|
property subPlanElement : Tstring read GetsubPlanElement write SetsubPlanElement; |
|
|
property subPlanDisplay : string read GetsubPlanDisplay write SetsubPlanDisplay; |
A short description for the subplan.
|
|
property subPlanDisplayElement : Tstring read GetsubPlanDisplayElement write SetsubPlanDisplayElement; |
|
|
property class_ : string read Getclass_ write Setclass_; |
Identifies a style or collective of coverage issues by the underwriter, for example may be used to identify a class of coverage such as a level of deductables or co-payment.
|
|
property class_Element : Tstring read Getclass_Element write Setclass_Element; |
|
|
property classDisplay : string read GetclassDisplay write SetclassDisplay; |
A short description for the class.
|
|
property classDisplayElement : Tstring read GetclassDisplayElement write SetclassDisplayElement; |
|
|
property subClass : string read GetsubClass write SetsubClass; |
Identifies a sub-style or sub-collective of coverage issues by the underwriter, for example may be used to identify a subclass of coverage such as a sub-level of deductables or co-payment.
|
|
property subClassElement : Tstring read GetsubClassElement write SetsubClassElement; |
|
|
property subClassDisplay : string read GetsubClassDisplay write SetsubClassDisplay; |
A short description for the subclass.
|
|
property subClassDisplayElement : Tstring read GetsubClassDisplayElement write SetsubClassDisplayElement; |
|
Generated by PasDoc 0.15.0.
|