Class TAccountCoverage
Unit
bsFhir_r4
Declaration
type TAccountCoverage = class(TBackboneElement)
Description
A financial tool for tracking value accrued for a particular purpose. In the healthcare field, used to track charges for a patient, cost centers, etc.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property coverage : TReference read Getcoverage write Setcoverage; |
The party(s) that contribute to payment (or part of) of the charges applied to this account (including self-pay).
A coverage may only be responsible for specific types of charges, and the sequence of the coverages in the account could be important when processing billing.
|
|
property priority : Int64 read Getpriority write Setpriority; |
The priority of the coverage in the context of this account.
|
|
property priorityElement : TpositiveInt read GetpriorityElement write SetpriorityElement; |
|
Generated by PasDoc 0.15.0.
|