Class TInsurancePlanPlan
Unit
bsFhir_r4
Declaration
type TInsurancePlanPlan = 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 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.
|
|
property type_ : TCodeableConcept read Gettype_ write Settype_; |
Type of plan. For example, "Platinum" or "High Deductable".
|
|
property coverageArea : TReferenceArray read GetcoverageAreaArray; |
The geographic region in which a health insurance plan's benefits apply.
|
|
property network : TReferenceArray read GetnetworkArray; |
Reference to the network that providing the type of coverage.
|
Generated by PasDoc 0.15.0.
|