Class TProcessResponse

Unit

Declaration

type TProcessResponse = class(TDomainResource)

Description

This resource provides processing status, errors and notes from the processing of a resource. 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 created : string read Getcreated write Setcreated;
Public property createdElement : TdateTime_ read GetcreatedElement write SetcreatedElement;
Public property organization : TReference read Getorganization write Setorganization;
Public property request : TReference read Getrequest write Setrequest;
Public property outcome : TCodeableConcept read Getoutcome write Setoutcome;
Public property disposition : string read Getdisposition write Setdisposition;
Public property dispositionElement : Tstring read GetdispositionElement write SetdispositionElement;
Public property requestProvider : TReference read GetrequestProvider write SetrequestProvider;
Public property requestOrganization : TReference read GetrequestOrganization write SetrequestOrganization;
Public property form : TCodeableConcept read Getform write Setform;
Public property processNote : TProcessResponseProcessNoteArray read GetprocessNoteArray;
Public property error : TCodeableConceptArray read GeterrorArray;
Public property communicationRequest : TReferenceArray read GetcommunicationRequestArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property identifier : TIdentifierArray read GetidentifierArray;

The Response 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 created : string read Getcreated write Setcreated;

The date when the enclosed suite of services were performed or completed.

Public property createdElement : TdateTime_ read GetcreatedElement write SetcreatedElement;
 
Public property organization : TReference read Getorganization write Setorganization;

The organization who produced this adjudicated response.

Public property request : TReference read Getrequest write Setrequest;

Original request resource reference.

Public property outcome : TCodeableConcept read Getoutcome write Setoutcome;

Transaction status: error, complete, held.

Public property disposition : string read Getdisposition write Setdisposition;

A description of the status of the adjudication or processing.

Public property dispositionElement : Tstring read GetdispositionElement write SetdispositionElement;
 
Public property requestProvider : TReference read GetrequestProvider write SetrequestProvider;

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

Public property requestOrganization : TReference read GetrequestOrganization write SetrequestOrganization;

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

Public property form : TCodeableConcept read Getform write Setform;

The form to be used for printing the content.

Public property processNote : TProcessResponseProcessNoteArray read GetprocessNoteArray;

Suite of processing notes or additional requirements if the processing has been held.

Public property error : TCodeableConceptArray read GeterrorArray;

Processing errors.

Public property communicationRequest : TReferenceArray read GetcommunicationRequestArray;

Request for additional supporting or authorizing information, such as: documents, images or resources.


Generated by PasDoc 0.15.0.