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 
Formal definitions for the elements in the OrderResponse resource.
| OrderResponse | |
| Definition | A response to an order. |
| Control | 1..1 |
| Comments | There might be more than one response to an order. |
| OrderResponse.identifier | |
| Definition | 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. |
| Control | 0..* |
| Type | Identifier |
| OrderResponse.request | |
| Definition | A reference to the order that this is in response to. |
| Control | 1..1 |
| Type | Resource(Order) |
| OrderResponse.date | |
| Definition | The date and time at which this order response was made (created/posted). |
| Control | 0..1 |
| Type | dateTime |
| OrderResponse.who | |
| Definition | The person, organization, or device credited with making the response. |
| Control | 0..1 |
| Type | Resource(Practitioner | Organization | Device) |
| OrderResponse.authority[x] | |
| Definition | 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. |
| Control | 0..1 |
| Type | CodeableConcept|Resource(Any) |
| Comments | reference will be constrained when suitable targets exist. |
| OrderResponse.code | |
| Definition | What this response says about the status of the original order. |
| Control | 1..1 |
| Binding | OrderOutcomeStatus: The status of the response to an order (see http://hl7.org/fhir/order-outcome-code for values) |
| Type | code |
| Is Modifier | true |
| OrderResponse.description | |
| Definition | Additional description about the response - e.g. a text description provided by a human user when making decisions about the order. |
| Control | 0..1 |
| Type | string |
| OrderResponse.fulfillment | |
| Definition | 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. |
| Control | 0..* |
| Type | Resource(Any) |