Class TPaymentNotice
Unit
bsFhir_r4b
Declaration
type TPaymentNotice = class(TDomainResource)
Description
This resource provides the status of the payment for goods and services rendered, and the request and response resource references. 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 notice.
|
|
property status : string read Getstatus write Setstatus; |
The status of the resource instance.
|
|
property request : TReference read Getrequest write Setrequest; |
Reference of resource for which payment is being made.
|
|
property response : TReference read Getresponse write Setresponse; |
Reference of response to resource for which payment is being made.
|
|
property created : string read Getcreated write Setcreated; |
The date when this resource was created.
|
|
property createdElement : TdateTime_ read GetcreatedElement write SetcreatedElement; |
|
|
property provider : TReference read Getprovider write Setprovider; |
The practitioner who is responsible for the services rendered to the patient.
|
|
property payment : TReference read Getpayment write Setpayment; |
A reference to the payment which is the subject of this notice.
|
|
property paymentDate : string read GetpaymentDate write SetpaymentDate; |
The date when the above payment action occurred.
|
|
property paymentDateElement : Tdate_ read GetpaymentDateElement write SetpaymentDateElement; |
|
|
property payee : TReference read Getpayee write Setpayee; |
The party who will receive or has received payment that is the subject of this notification.
|
|
property recipient : TReference read Getrecipient write Setrecipient; |
The party who is notified of the payment status.
|
|
property amount : TMoney read Getamount write Setamount; |
The amount sent to the payee.
|
|
property paymentStatus : TCodeableConcept read GetpaymentStatus write SetpaymentStatus; |
A code indicating whether payment has been sent or cleared.
|
Generated by PasDoc 0.15.0.
|