Class TInsurancePlanBenefit
Unit
bsFhir_r5
Declaration
type TInsurancePlanBenefit = 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 benefit (primary care; speciality care; inpatient; outpatient).
|
|
property requirement : string read Getrequirement write Setrequirement; |
The referral requirements to have access/coverage for this benefit.
|
|
property requirementElement : Tstring read GetrequirementElement write SetrequirementElement; |
|
Generated by PasDoc 0.15.0.
|