Class TCoverageCostToBeneficiary
Unit
bsFhir_r4b
Declaration
type TCoverageCostToBeneficiary = 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 category of patient centric costs associated with treatment.
|
|
property value : TElement read Getvalue write Setvalue; |
The amount due from the patient for the cost category.
|
|
property exception : TCoverageExceptionArray read GetexceptionArray; |
A suite of codes indicating exceptions or reductions to patient costs and their effective periods.
|
Generated by PasDoc 0.15.0.
|