Class TPaymentReconciliationDetail
Unit
bsFhir_r4
Declaration
type TPaymentReconciliationDetail = class(TBackboneElement)
Description
This resource provides the details including amount of a payment and allocates the payment items being paid.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property identifier : TIdentifier read Getidentifier write Setidentifier; |
Unique identifier for the current payment item for the referenced payable.
|
|
property predecessor : TIdentifier read Getpredecessor write Setpredecessor; |
Unique identifier for the prior payment item for the referenced payable.
|
|
property type_ : TCodeableConcept read Gettype_ write Settype_; |
Code to indicate the nature of the payment.
|
|
property request : TReference read Getrequest write Setrequest; |
A resource, such as a Claim, the evaluation of which could lead to payment.
|
|
property submitter : TReference read Getsubmitter write Setsubmitter; |
The party which submitted the claim or financial transaction.
|
|
property response : TReference read Getresponse write Setresponse; |
A resource, such as a ClaimResponse, which contains a commitment to payment.
|
|
property date_ : string read Getdate_ write Setdate_; |
The date from the response resource containing a commitment to pay.
|
|
property date_Element : Tdate_ read Getdate_Element write Setdate_Element; |
|
|
property responsible : TReference read Getresponsible write Setresponsible; |
A reference to the individual who is responsible for inquiries regarding the response and its payment.
|
|
property payee : TReference read Getpayee write Setpayee; |
The party which is receiving the payment.
|
|
property amount : TMoney read Getamount write Setamount; |
The monetary amount allocated from the total payment to the payable.
|
Generated by PasDoc 0.15.0.
|