Class TInsurancePlanPlan

Unit

Declaration

type TInsurancePlanPlan = class(TBackboneElement)

Description

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

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property identifier : TIdentifierArray read GetidentifierArray;
Public property type_ : TCodeableConcept read Gettype_ write Settype_;
Public property coverageArea : TReferenceArray read GetcoverageAreaArray;
Public property network : TReferenceArray read GetnetworkArray;
Public property generalCost : TInsurancePlanGeneralCostArray read GetgeneralCostArray;
Public property specificCost : TInsurancePlanSpecificCostArray read GetspecificCostArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property identifier : TIdentifierArray read GetidentifierArray;

Business identifiers assigned to this health insurance plan which remain constant as the resource is updated and propagates from server to server.

Public property type_ : TCodeableConcept read Gettype_ write Settype_;

Type of plan. For example, "Platinum" or "High Deductable".

Public property coverageArea : TReferenceArray read GetcoverageAreaArray;

The geographic region in which a health insurance plan's benefits apply.

Public property network : TReferenceArray read GetnetworkArray;

Reference to the network that providing the type of coverage.

Public property generalCost : TInsurancePlanGeneralCostArray read GetgeneralCostArray;

Overall costs associated with the plan.

Public property specificCost : TInsurancePlanSpecificCostArray read GetspecificCostArray;

Costs associated with the coverage provided by the product.


Generated by PasDoc 0.15.0.