Class TPaymentReconciliation

Unit

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

Public constructor Create; override;

Properties

Public property identifier : TIdentifierArray read GetidentifierArray;
Public property status : string read Getstatus write Setstatus;
Public property statusElement : TFinancialResourceStatusCodes read GetstatusElement write SetstatusElement;
Public property period : TPeriod read Getperiod write Setperiod;
Public property created : string read Getcreated write Setcreated;
Public property createdElement : TdateTime_ read GetcreatedElement write SetcreatedElement;
Public property paymentIssuer : TReference read GetpaymentIssuer write SetpaymentIssuer;
Public property request : TReference read Getrequest write Setrequest;
Public property requestor : TReference read Getrequestor write Setrequestor;
Public property outcome : string read Getoutcome write Setoutcome;
Public property outcomeElement : TRemittanceOutcome read GetoutcomeElement write SetoutcomeElement;
Public property disposition : string read Getdisposition write Setdisposition;
Public property dispositionElement : Tstring read GetdispositionElement write SetdispositionElement;
Public property paymentDate : string read GetpaymentDate write SetpaymentDate;
Public property paymentDateElement : Tdate_ read GetpaymentDateElement write SetpaymentDateElement;
Public property paymentAmount : TMoney read GetpaymentAmount write SetpaymentAmount;
Public property paymentIdentifier : TIdentifier read GetpaymentIdentifier write SetpaymentIdentifier;
Public property detail : TPaymentReconciliationDetailArray read GetdetailArray;
Public property formCode : TCodeableConcept read GetformCode write SetformCode;
Public property processNote : TPaymentReconciliationProcessNoteArray read GetprocessNoteArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property identifier : TIdentifierArray read GetidentifierArray;

A unique identifier assigned to this payment reconciliation.

Public property status : string read Getstatus write Setstatus;

The status of the resource instance.

Public property statusElement : TFinancialResourceStatusCodes read GetstatusElement write SetstatusElement;
 
Public property period : TPeriod read Getperiod write Setperiod;

The period of time for which payments have been gathered into this bulk payment for settlement.

Public property created : string read Getcreated write Setcreated;

The date when the resource was created.

Public property createdElement : TdateTime_ read GetcreatedElement write SetcreatedElement;
 
Public property paymentIssuer : TReference read GetpaymentIssuer write SetpaymentIssuer;

The party who generated the payment.

Public property request : TReference read Getrequest write Setrequest;

Original request resource reference.

Public property requestor : TReference read Getrequestor write Setrequestor;

The practitioner who is responsible for the services rendered to the patient.

Public property outcome : string read Getoutcome write Setoutcome;

The outcome of a request for a reconciliation.

Public property outcomeElement : TRemittanceOutcome read GetoutcomeElement write SetoutcomeElement;
 
Public property disposition : string read Getdisposition write Setdisposition;

A human readable description of the status of the request for the reconciliation.

Public property dispositionElement : Tstring read GetdispositionElement write SetdispositionElement;
 
Public property paymentDate : string read GetpaymentDate write SetpaymentDate;

The date of payment as indicated on the financial instrument.

Public property paymentDateElement : Tdate_ read GetpaymentDateElement write SetpaymentDateElement;
 
Public property paymentAmount : TMoney read GetpaymentAmount write SetpaymentAmount;

Total payment amount as indicated on the financial instrument.

Public property paymentIdentifier : TIdentifier read GetpaymentIdentifier write SetpaymentIdentifier;

Issuer's unique identifier for the payment instrument.

Public property detail : TPaymentReconciliationDetailArray read GetdetailArray;

Distribution of the payment amount for a previously acknowledged payable.

Public property formCode : TCodeableConcept read GetformCode write SetformCode;

A code for the form to be used for printing the content.

Public property processNote : TPaymentReconciliationProcessNoteArray read GetprocessNoteArray;

A note that describes or explains the processing in a human readable form.


Generated by PasDoc 0.15.0.