2nd DSTU Draft For Comment

This page is part of the FHIR Specification (v0.4.0: DSTU 2 Draft). 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.23.5 Resource OrderResponse - Detailed Descriptions

Detailed Descriptions for the elements in the OrderResponse resource.

OrderResponse
Definition

A response to an order.

Control1..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.

Control0..*
TypeIdentifier
OrderResponse.request
Definition

A reference to the order that this is in response to.

Control1..1
TypeReference(Order)
OrderResponse.date
Definition

The date and time at which this order response was made (created/posted).

Control0..1
TypedateTime
OrderResponse.who
Definition

The person, organization, or device credited with making the response.

Control0..1
TypeReference(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.

Control0..1
TypeCodeableConcept|Reference(Any)
Comments

Reference will be constrained when suitable targets exist.

OrderResponse.code
Definition

What this response says about the status of the original order.

Control1..1
BindingOrderOutcomeStatus: Required: http://hl7.org/fhir/order-outcome-code (The status of the response to an order)
Typecode
Is Modifiertrue
OrderResponse.description
Definition

Additional description about the response - e.g. a text description provided by a human user when making decisions about the order.

Control0..1
Typestring
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.

Control0..*
TypeReference(Any)