Class TCoverageClass
Unit
bsFhir_r5
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, type may be used to identify a class of coverage or employer group, policy, or plan.
|
|
property value : TIdentifier read Getvalue write Setvalue; |
The alphanumeric identifier associated with the insurer issued label.
|
|
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.
|