Class TExplanationOfBenefitPayee
Unit
bsFhir_r4b
Declaration
type TExplanationOfBenefitPayee = class(TBackboneElement)
Description
This resource provides: the claim details; adjudication details from the processing of a Claim; and optionally account balance information, for informing the subscriber of the benefits provided.
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.
|