This page is part of the FHIR Specification (v1.1.0: STU 3 Ballot 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 
This is a frozen snapshot of the FHIR specification created for the purpose of balloting the GAO implementation Guide. It includes draft changes that may be part of the future DSTU 2.1 release but further change is expected. Readers should focus solely on the GAO implementation content, and FHIR DSTU 2 for other purposes.

Detailed Descriptions for the elements in the OrderResponse resource.
| OrderResponse | |
| Definition | A response to an order. |
| Control | 1..1 |
| Summary | true |
| 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. |
| Note | This is a business identifer, not a resource identifier (see discussion) |
| Control | 0..* |
| Type | Identifier |
| Summary | true |
| OrderResponse.request | |
| Definition | A reference to the order that this is in response to. |
| Control | 1..1 |
| Type | Reference(Order) |
| Summary | true |
| OrderResponse.date | |
| Definition | The date and time at which this order response was made (created/posted). |
| Control | 0..1 |
| Type | dateTime |
| Summary | true |
| OrderResponse.who | |
| Definition | The person, organization, or device credited with making the response. |
| Control | 0..1 |
| Type | Reference(Practitioner | Organization | Device) |
| Summary | true |
| OrderResponse.orderStatus | |
| Definition | What this response says about the status of the original order. |
| Control | 1..1 |
| Binding | OrderStatus: The status of the response to an order. (Required) |
| Type | code |
| Is Modifier | true |
| Summary | 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 |
| Summary | true |
| 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 | Reference(Any) |
| Summary | true |