Class TInsurancePlanBenefit

Unit

Declaration

type TInsurancePlanBenefit = 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 requirement : string read Getrequirement write Setrequirement;
Public property requirementElement : Tstring read GetrequirementElement write SetrequirementElement;
Public property limit : TInsurancePlanLimitArray read GetlimitArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property type_ : TCodeableConcept read Gettype_ write Settype_;

Type of benefit (primary care; speciality care; inpatient; outpatient).

Public property requirement : string read Getrequirement write Setrequirement;

The referral requirements to have access/coverage for this benefit.

Public property requirementElement : Tstring read GetrequirementElement write SetrequirementElement;
 
Public property limit : TInsurancePlanLimitArray read GetlimitArray;

The specific limits on the benefit.


Generated by PasDoc 0.15.0.