Class TPaymentNotice
Unit
bsFhir_stu3
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; |
The notice business identifier.
|
|
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 statusDate : string read GetstatusDate write SetstatusDate; |
The date when the above payment action occurrred.
|
|
property statusDateElement : Tdate_ read GetstatusDateElement write SetstatusDateElement; |
|
|
property created : string read Getcreated write Setcreated; |
The date when this resource was created.
|
|
property createdElement : TdateTime_ read GetcreatedElement write SetcreatedElement; |
|
|
property target : TReference read Gettarget write Settarget; |
The Insurer who is target of the request.
|
|
property provider : TReference read Getprovider write Setprovider; |
The practitioner who is responsible for the services rendered to the patient.
|
|
property organization : TReference read Getorganization write Setorganization; |
The organization which is responsible for the services rendered to the patient.
|
|
property paymentStatus : TCodeableConcept read GetpaymentStatus write SetpaymentStatus; |
The payment status, typically paid: payment sent, cleared: payment received.
|
Generated by PasDoc 0.15.0.
|