Class TCoverageException
Unit
bsFhir_r4
Declaration
type TCoverageException = 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 code for the specific exception.
|
|
property period : TPeriod read Getperiod write Setperiod; |
The timeframe during when the exception is in force.
|
Generated by PasDoc 0.15.0.
|