Class TGuidanceResponse

Unit

Declaration

type TGuidanceResponse = class(TDomainResource)

Description

A guidance response is the formal response to a guidance request, including any output parameters returned by the evaluation, as well as the description of any proposed actions to be taken. 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 requestIdentifier : TIdentifier read GetrequestIdentifier write SetrequestIdentifier;
Public property identifier : TIdentifierArray read GetidentifierArray;
Public property module : TElement read Getmodule write Setmodule;
Public property status : string read Getstatus write Setstatus;
Public property statusElement : TGuidanceResponseStatus read GetstatusElement write SetstatusElement;
Public property subject : TReference read Getsubject write Setsubject;
Public property encounter : TReference read Getencounter write Setencounter;
Public property occurrenceDateTime : string read GetoccurrenceDateTime write SetoccurrenceDateTime;
Public property occurrenceDateTimeElement : TdateTime_ read GetoccurrenceDateTimeElement write SetoccurrenceDateTimeElement;
Public property performer : TReference read Getperformer write Setperformer;
Public property reasonCode : TCodeableConceptArray read GetreasonCodeArray;
Public property reasonReference : TReferenceArray read GetreasonReferenceArray;
Public property note : TAnnotationArray read GetnoteArray;
Public property evaluationMessage : TReferenceArray read GetevaluationMessageArray;
Public property outputParameters : TReference read GetoutputParameters write SetoutputParameters;
Public property result : TReference read Getresult write Setresult;
Public property dataRequirement : TDataRequirementArray read GetdataRequirementArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property requestIdentifier : TIdentifier read GetrequestIdentifier write SetrequestIdentifier;

The identifier of the request associated with this response. If an identifier was given as part of the request, it will be reproduced here to enable the requester to more easily identify the response in a multi-request scenario.

Public property identifier : TIdentifierArray read GetidentifierArray;

Allows a service to provide unique, business identifiers for the response.

Public property module : TElement read Getmodule write Setmodule;

An identifier, CodeableConcept or canonical reference to the guidance that was requested.

Public property status : string read Getstatus write Setstatus;

The status of the response. If the evaluation is completed successfully, the status will indicate success. However, in order to complete the evaluation, the engine may require more information. In this case, the status will be data-required, and the response will contain a description of the additional required information. If the evaluation completed successfully, but the engine determines that a potentially more accurate response could be provided if more data was available, the status will be data-requested, and the response will contain a description of the additional requested information.

Public property statusElement : TGuidanceResponseStatus read GetstatusElement write SetstatusElement;
 
Public property subject : TReference read Getsubject write Setsubject;

The patient for which the request was processed.

Public property encounter : TReference read Getencounter write Setencounter;

The encounter during which this response was created or to which the creation of this record is tightly associated.

Public property occurrenceDateTime : string read GetoccurrenceDateTime write SetoccurrenceDateTime;

Indicates when the guidance response was processed.

Public property occurrenceDateTimeElement : TdateTime_ read GetoccurrenceDateTimeElement write SetoccurrenceDateTimeElement;
 
Public property performer : TReference read Getperformer write Setperformer;

Provides a reference to the device that performed the guidance.

Public property reasonCode : TCodeableConceptArray read GetreasonCodeArray;

Describes the reason for the guidance response in coded or textual form.

Public property reasonReference : TReferenceArray read GetreasonReferenceArray;

Indicates the reason the request was initiated. This is typically provided as a parameter to the evaluation and echoed by the service, although for some use cases, such as subscription- or event-based scenarios, it may provide an indication of the cause for the response.

Public property note : TAnnotationArray read GetnoteArray;

Provides a mechanism to communicate additional information about the response.

Public property evaluationMessage : TReferenceArray read GetevaluationMessageArray;

Messages resulting from the evaluation of the artifact or artifacts. As part of evaluating the request, the engine may produce informational or warning messages. These messages will be provided by this element.

Public property outputParameters : TReference read GetoutputParameters write SetoutputParameters;

The output parameters of the evaluation, if any. Many modules will result in the return of specific resources such as procedure or communication requests that are returned as part of the operation result. However, modules may define specific outputs that would be returned as the result of the evaluation, and these would be returned in this element.

Public property result : TReference read Getresult write Setresult;

The actions, if any, produced by the evaluation of the artifact.

Public property dataRequirement : TDataRequirementArray read GetdataRequirementArray;

If the evaluation could not be completed due to lack of information, or additional information would potentially result in a more accurate response, this element will a description of the data required in order to proceed with the evaluation. A subsequent request to the service should include this data.


Generated by PasDoc 0.15.0.