Class TPaymentReconciliation
Unit
bsFhir_r4
Declaration
type TPaymentReconciliation = class(TDomainResource)
Description
This resource provides the details including amount of a payment and allocates the payment items being paid. If the element is present, it must have either a @value, an @id, or extensions
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property identifier : TIdentifierArray read GetidentifierArray; |
A unique identifier assigned to this payment reconciliation.
|
|
property status : string read Getstatus write Setstatus; |
The status of the resource instance.
|
|
property period : TPeriod read Getperiod write Setperiod; |
The period of time for which payments have been gathered into this bulk payment for settlement.
|
|
property created : string read Getcreated write Setcreated; |
The date when the resource was created.
|
|
property createdElement : TdateTime_ read GetcreatedElement write SetcreatedElement; |
|
|
property paymentIssuer : TReference read GetpaymentIssuer write SetpaymentIssuer; |
The party who generated the payment.
|
|
property request : TReference read Getrequest write Setrequest; |
Original request resource reference.
|
|
property requestor : TReference read Getrequestor write Setrequestor; |
The practitioner who is responsible for the services rendered to the patient.
|
|
property outcome : string read Getoutcome write Setoutcome; |
The outcome of a request for a reconciliation.
|
|
property outcomeElement : TRemittanceOutcome read GetoutcomeElement write SetoutcomeElement; |
|
|
property disposition : string read Getdisposition write Setdisposition; |
A human readable description of the status of the request for the reconciliation.
|
|
property dispositionElement : Tstring read GetdispositionElement write SetdispositionElement; |
|
|
property paymentDate : string read GetpaymentDate write SetpaymentDate; |
The date of payment as indicated on the financial instrument.
|
|
property paymentDateElement : Tdate_ read GetpaymentDateElement write SetpaymentDateElement; |
|
|
property paymentAmount : TMoney read GetpaymentAmount write SetpaymentAmount; |
Total payment amount as indicated on the financial instrument.
|
|
property paymentIdentifier : TIdentifier read GetpaymentIdentifier write SetpaymentIdentifier; |
Issuer's unique identifier for the payment instrument.
|
|
property formCode : TCodeableConcept read GetformCode write SetformCode; |
A code for the form to be used for printing the content.
|
Generated by PasDoc 0.15.0.
|