Class TInsurancePlanCoverage

Unit

Declaration

type TInsurancePlanCoverage = 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 network : TReferenceArray read GetnetworkArray;
Public property benefit : TInsurancePlanBenefitArray read GetbenefitArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property type_ : TCodeableConcept read Gettype_ write Settype_;

Type of coverage (Medical; Dental; Mental Health; Substance Abuse; Vision; Drug; Short Term; Long Term Care; Hospice; Home Health).

Public property network : TReferenceArray read GetnetworkArray;

Reference to the network that providing the type of coverage.

Public property benefit : TInsurancePlanBenefitArray read GetbenefitArray;

Specific benefits under this type of coverage.


Generated by PasDoc 0.15.0.