Class TInsurancePlanLimit
Unit
bsFhir_r5
Declaration
type TInsurancePlanLimit = 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 value : TQuantity read Getvalue write Setvalue; |
The maximum amount of a service item a plan will pay for a covered benefit. For examples. wellness visits, or eyeglasses.
|
|
property code : TCodeableConcept read Getcode write Setcode; |
The specific limit on the benefit.
|
Generated by PasDoc 0.15.0.
|