Class TPaymentReconciliationAllocation
Unit
bsFhir_r5
Declaration
type TPaymentReconciliationAllocation = 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 target : TReference read Gettarget write Settarget; |
Specific resource to which the payment/adjustment/advance applies.
|
|
property targetItemString : string read GettargetItemString write SettargetItemString; |
Identifies the claim line item, encounter or other sub-element being paid. Note payment may be partial, that is not match the then outstanding balance or amount incurred. (choose any one of targetItem*, but only one)
|
|
property targetItemStringElement : Tstring read GettargetItemStringElement write SettargetItemStringElement; |
|
|
property targetItemIdentifier : TIdentifier read GettargetItemIdentifier write SettargetItemIdentifier; |
Identifies the claim line item, encounter or other sub-element being paid. Note payment may be partial, that is not match the then outstanding balance or amount incurred. (choose any one of targetItem*, but only one)
|
|
property targetItemPositiveInt : Int64 read GettargetItemPositiveInt write SettargetItemPositiveInt; |
Identifies the claim line item, encounter or other sub-element being paid. Note payment may be partial, that is not match the then outstanding balance or amount incurred. (choose any one of targetItem*, but only one)
|
|
property targetItemPositiveIntElement : TpositiveInt read GettargetItemPositiveIntElement write SettargetItemPositiveIntElement; |
|
|
property encounter : TReference read Getencounter write Setencounter; |
The Encounter to which this payment applies, may be completed by the receiver, used for search.
|
|
property account : TReference read Getaccount write Setaccount; |
The Account to which this payment applies, may be completed by the receiver, used for search.
|
|
property type_ : TCodeableConcept read Gettype_ write Settype_; |
Code to indicate the nature of the 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.
|