Class TCoverageCostToBeneficiary
Unit
bsFhir_r5
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 category : TCodeableConcept read Getcategory write Setcategory; |
Code to identify the general type of benefits under which products and services are provided.
|
|
property network : TCodeableConcept read Getnetwork write Setnetwork; |
Is a flag to indicate whether the benefits refer to in-network providers or out-of-network providers.
|
|
property unit_ : TCodeableConcept read Getunit_ write Setunit_; |
Indicates if the benefits apply to an individual or to the family.
|
|
property term : TCodeableConcept read Getterm write Setterm; |
The term or period of the values such as 'maximum lifetime benefit' or 'maximum annual visits'.
|
|
property valueQuantity : TQuantity read GetvalueQuantity write SetvalueQuantity; |
The amount due from the patient for the cost category. (choose any one of value*, but only one)
|
|
property valueMoney : TMoney read GetvalueMoney write SetvalueMoney; |
The amount due from the patient for the cost category. (choose any one of value*, but only one)
|
|
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.
|