Class TExplanationOfBenefitPayee
Unit
bsFhir_stu3
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 resourceType : TCodeableConcept read GetresourceType write SetresourceType; |
organization | patient | practitioner | relatedperson.
|
 |
property party : TReference read Getparty write Setparty; |
Party to be reimbursed: Subscriber, provider, other.
|
Generated by PasDoc 0.15.0.
|