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
A response to an order.
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.
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.
<OrderResponse xmlns="http://hl7.org/fhir"> <!-- 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
Path | Definition | Type | Reference |
---|---|---|---|
OrderResponse.code | The status of the response to an order | Fixed | http://hl7.org/fhir/order-outcome-code |
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) |