Class TClaimPayee
Unit
bsFhir_r4
Declaration
type TClaimPayee = class(TBackboneElement)
Description
A provider issued list of professional services and products which have been provided, or are to be provided, to a patient which is sent to an insurer for reimbursement.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property type_ : TCodeableConcept read Gettype_ write Settype_; |
Type of Party to be reimbursed: subscriber, provider, other.
|
|
property party : TReference read Getparty write Setparty; |
Reference to the individual or organization to whom any payment will be made.
|
Generated by PasDoc 0.15.0.
|