This page is part of the FHIR Specification (v0.0.82: DSTU 1). The current version which supercedes this version is 5.0.0 . For a full list of available versions, see the Directory of published versions

5.13 Resource OrderResponse - Content

A response to an order.

5.13.1 Scope and Usage

The response to an order indicates the outcome of processing the order itself - whether it was accepted or rejected, or is still in process. The order response resource does not itself convey or represent information that arises as a result of performing the actual order, but it may have references to other resources that do have this information, in order to link between the original order and its outcome.

5.13.2 Background and Context

There may be multiple responses for a given order. For some requests, a responding system may issue a sequence of responses, where each response replaces previous responses as the original order is processed/performed. In these cases, each response should have the same logical identity, and the multiple responses are different versions of the same overall response.

If there are multiple systems responding to the request, or if there request may have multiple different responses, then the different logical responses should have different logical ids.

5.13.3 Resource Content

OrderResponse ( Resource ) Identifiers assigned to this order. The identifiers are usually assigned by the system responding to the order, but they may be provided or added to by other systems identifier : Identifier 0..* A reference to the order that this is in response to request : Resource ( Order ) 1..1 The date and time at which this order response was made (created/posted) date : dateTime 0..1 The person, organization, or device credited with making the response who : Resource ( Practitioner | Organization | Device ) 0..1 A reference to an authority policy that is the reason for the response. Usually this is used when the order is rejected, to provide a reason for rejection authority[x] : CodeableConcept | Resource ( Any ) 0..1 What this response says about the status of the original order (this element modifies the meaning of other elements) code : code 1..1 << The status of the response to an order OrderOutcomeStatus >> Additional description about the response - e.g. a text description provided by a human user when making decisions about the order description : string 0..1 Links to resources that provide details of the outcome of performing the order. E.g. Diagnostic Reports in a response that is made to an order that referenced a diagnostic order fulfillment : Resource ( Any ) 0..*
<OrderResponse xmlns="http://hl7.org/fhir"> doco
 <!-- from Resource: extension, modifierExtension, language, text, and contained -->
 <identifier><!-- 0..* Identifier 
     Identifiers assigned to this order by the orderer or by the receiver --></identifier>
 <request><!-- 1..1 Resource(Order) The order that this is a response to --></request>
 <date value="[dateTime]"/><!-- 0..1 When the response was made -->
 <who><!-- 0..1 Resource(Practitioner|Organization|Device) Who made the response --></who>
 <authority[x]><!-- 0..1 CodeableConcept|Resource(Any) If required by policy --></authority[x]>
 <code value="[code]"/><!-- 1..1 pending | review | rejected | error | accepted | cancelled | replaced | aborted | complete -->
 <description value="[string]"/><!-- 0..1 Additional description of the response -->
 <fulfillment><!-- 0..* Resource(Any) Details of the outcome of performing the order --></fulfillment>
</OrderResponse>

Alternate definitions: Schema / Schematron , Resource Profile

5.13.3.1 Terminology Bindings

Path Definition Type Reference
OrderResponse.code The status of the response to an order Fixed http://hl7.org/fhir/order-outcome-code

5.13.4 Search Parameters

Search parameters for this resource. The standard parameters also apply. See Searching for more information about searching in REST, messaging, and services.

Name Type Description Paths
_id token The logical resource id associated with the resource (must be supported by all servers)
_language token The language of the resource
code token pending | review | rejected | error | accepted | cancelled | replaced | aborted | complete OrderResponse.code
date date When the response was made OrderResponse.date
fulfillment reference Details of the outcome of performing the order OrderResponse.fulfillment
(Any)
request reference The order that this is a response to OrderResponse.request
( Order )
who reference Who made the response OrderResponse.who
( Device , Organization , Practitioner )

comments powered by Disqus