Class TPaymentNotice

Unit

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

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 request : TReference read Getrequest write Setrequest;
Public property response : TReference read Getresponse write Setresponse;
Public property statusDate : string read GetstatusDate write SetstatusDate;
Public property statusDateElement : Tdate_ read GetstatusDateElement write SetstatusDateElement;
Public property created : string read Getcreated write Setcreated;
Public property createdElement : TdateTime_ read GetcreatedElement write SetcreatedElement;
Public property target : TReference read Gettarget write Settarget;
Public property provider : TReference read Getprovider write Setprovider;
Public property organization : TReference read Getorganization write Setorganization;
Public property paymentStatus : TCodeableConcept read GetpaymentStatus write SetpaymentStatus;

Description

Methods

Public constructor Create; override;
 

Properties

Public property identifier : TIdentifierArray read GetidentifierArray;

The notice business identifier.

Public property status : string read Getstatus write Setstatus;

The status of the resource instance.

Public property statusElement : TFinancialResourceStatusCodes read GetstatusElement write SetstatusElement;
 
Public property request : TReference read Getrequest write Setrequest;

Reference of resource for which payment is being made.

Public property response : TReference read Getresponse write Setresponse;

Reference of response to resource for which payment is being made.

Public property statusDate : string read GetstatusDate write SetstatusDate;

The date when the above payment action occurrred.

Public property statusDateElement : Tdate_ read GetstatusDateElement write SetstatusDateElement;
 
Public property created : string read Getcreated write Setcreated;

The date when this resource was created.

Public property createdElement : TdateTime_ read GetcreatedElement write SetcreatedElement;
 
Public property target : TReference read Gettarget write Settarget;

The Insurer who is target of the request.

Public property provider : TReference read Getprovider write Setprovider;

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

Public property organization : TReference read Getorganization write Setorganization;

The organization which is responsible for the services rendered to the patient.

Public property paymentStatus : TCodeableConcept read GetpaymentStatus write SetpaymentStatus;

The payment status, typically paid: payment sent, cleared: payment received.


Generated by PasDoc 0.15.0.