Class TClaimPayee
Unit
bsFhir_stu3
Declaration
type TClaimPayee = class(TBackboneElement)
Description
A provider issued list of services and products provided, or to be provided, to a patient which is provided to an insurer for payment recovery.
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 : TCoding 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.
|