Class TPaymentReconciliation
Unit
bsFhir_stu3
Declaration
type TPaymentReconciliation = class(TDomainResource)
Description
This resource provides payment details and claim references supporting a bulk payment. 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; |
The Response business identifier.
|
|
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 enclosed suite of services were performed or completed.
|
|
property createdElement : TdateTime_ read GetcreatedElement write SetcreatedElement; |
|
|
property organization : TReference read Getorganization write Setorganization; |
The Insurer who produced this adjudicated response.
|
|
property request : TReference read Getrequest write Setrequest; |
Original request resource reference.
|
|
property outcome : TCodeableConcept read Getoutcome write Setoutcome; |
Transaction status: error, complete.
|
|
property disposition : string read Getdisposition write Setdisposition; |
A description of the status of the adjudication.
|
|
property dispositionElement : Tstring read GetdispositionElement write SetdispositionElement; |
|
|
property requestProvider : TReference read GetrequestProvider write SetrequestProvider; |
The practitioner who is responsible for the services rendered to the patient.
|
|
property requestOrganization : TReference read GetrequestOrganization write SetrequestOrganization; |
The organization which is responsible for the services rendered to the patient.
|
|
property form : TCodeableConcept read Getform write Setform; |
The form to be used for printing the content.
|
|
property total : TMoney read Gettotal write Settotal; |
Total payment amount.
|
Generated by PasDoc 0.15.0.
|