Class TInsurancePlanCost
Unit
bsFhir_r4b
Declaration
type TInsurancePlanCost = class(TBackboneElement)
Description
Details of a Health Insurance product/plan provided by an organization.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property type_ : TCodeableConcept read Gettype_ write Settype_; |
Type of cost (copay; individual cap; family cap; coinsurance; deductible).
|
|
property applicability : TCodeableConcept read Getapplicability write Setapplicability; |
Whether the cost applies to in-network or out-of-network providers (in-network; out-of-network; other).
|
|
property qualifiers : TCodeableConceptArray read GetqualifiersArray; |
Additional information about the cost, such as information about funding sources (e.g. HSA, HRA, FSA, RRA).
|
|
property value : TQuantity read Getvalue write Setvalue; |
The actual cost value. (some of the costs may be represented as percentages rather than currency, e.g. 10% coinsurance).
|
Generated by PasDoc 0.15.0.
|