Class TInsurancePlanCost

Unit

Declaration

type TInsurancePlanCost = class(TBackboneElement)

Description

Details of a Health Insurance product/plan provided by an organization.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property type_ : TCodeableConcept read Gettype_ write Settype_;
Public property applicability : TCodeableConcept read Getapplicability write Setapplicability;
Public property qualifiers : TCodeableConceptArray read GetqualifiersArray;
Public property value : TQuantity read Getvalue write Setvalue;

Description

Methods

Public constructor Create; override;
 

Properties

Public property type_ : TCodeableConcept read Gettype_ write Settype_;

Type of cost (copay; individual cap; family cap; coinsurance; deductible).

Public 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).

Public property qualifiers : TCodeableConceptArray read GetqualifiersArray;

Additional information about the cost, such as information about funding sources (e.g. HSA, HRA, FSA, RRA).

Public 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.