OrderResponse - FHIR Resource (dstu2)
This OrderResponse Resource uses the
FHIR API standard for access and structure.
Validate an OrderResponse FHIR Resource (dstu2)
Resource Attributes
Attribute | Field is list | Type | Description |
---|
date | false | dateTime | # When the response was made
|
description | false | string | # Additional description of the response
|
fulfillment | true | Reference | # Details of the outcome of performing the order
|
identifier | true | Identifier | # Identifiers assigned to this order by the orderer or by the receiver
|
orderStatus | false | code | # pending | review | rejected | error | accepted | cancelled | replaced | aborted | completed
|
request | false | Reference | # The order that this is a response to
|
who | false | Reference | # Who made the response
|
OrderResponse Structure
{
"resourceType" : "OrderResponse",
// from Resource: id, meta, implicitRules, and language
// from DomainResource: text, contained, extension, and modifierExtension
"identifier" : [{ Identifier }], // Identifiers assigned to this order by the orderer or by the receiver
"request" : { Reference(Order) }, // R! The order that this is a response to
"date" : "<dateTime>", // When the response was made
"who" : { Reference(Practitioner|Organization|Device) }, // Who made the response
"orderStatus" : "<code>", // R! pending | review | rejected | error | accepted | cancelled | replaced | aborted | completed
"description" : "<string>", // Additional description of the response
"fulfillment" : [{ Reference(Any) }] // Details of the outcome of performing the order
}
OrderResponse Search Parameters
The following search parameters can be used to query OrderResponse resources. Just submit them like so:
https://api.1up.health/fhir/dstu2/OrderResponse?query-param=queryvalue
Search Parameter | Field Type | Resource Fields Searched |
---|
code | text | orderStatus |
date | date | date |
fulfillment | reference | fulfillment |
identifier | text | identifier |
request | reference | request |
who | reference | who |