Class TProcessResponse
Unit
bsFhir_stu3
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
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 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 organization 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, held.
|
|
property disposition : string read Getdisposition write Setdisposition; |
A description of the status of the adjudication or processing.
|
|
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 processNote : TProcessResponseProcessNoteArray read GetprocessNoteArray; |
Suite of processing notes or additional requirements if the processing has been held.
|
|
property communicationRequest : TReferenceArray read GetcommunicationRequestArray; |
Request for additional supporting or authorizing information, such as: documents, images or resources.
|
Generated by PasDoc 0.15.0.
|