Class TCoverageClass
Unit
bsFhir_r4
Declaration
type TCoverageClass = class(TBackboneElement)
Description
Financial instrument which may be used to reimburse or pay for health care products and services. Includes both insurance and self-payment.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property type_ : TCodeableConcept read Gettype_ write Settype_; |
The type of classification for which an insurer-specific class label or number and optional name is provided, for example may be used to identify a class of coverage or employer group, Policy, Plan.
|
|
property value : string read Getvalue write Setvalue; |
The alphanumeric string value associated with the insurer issued label.
|
|
property valueElement : Tstring read GetvalueElement write SetvalueElement; |
|
|
property name_ : string read Getname_ write Setname_; |
A short description for the class.
|
|
property name_Element : Tstring read Getname_Element write Setname_Element; |
|
Generated by PasDoc 0.15.0.
|