SupplyRequest - FHIR Resource (dstu2)
This SupplyRequest Resource uses the
FHIR API standard for access and structure.
Validate an SupplyRequest FHIR Resource (dstu2)
Resource Attributes
Attribute | Field is list | Type | Description |
---|
date | false | dateTime | When the request was made
|
identifier | false | Identifier | Unique identifier
|
kind | false | CodeableConcept | The kind of supply (central, non-stock, etc.)
|
orderedItem | false | Reference | Medication, Substance, or Device requested to be supplied
|
patient | false | Reference | Patient for whom the item is supplied
|
reasonCodeableConcept | false | CodeableConcept | "reasonCodeableConcept" : { CodeableConcept },
|
reasonReference | false | Reference | "reasonReference" : { Reference(Any) },
|
source | false | Reference | Who initiated this order
|
status | false | code | requested | completed | failed | cancelled
|
supplier | true | Reference | Who is intended to fulfill the request
|
when | false | Data Type | When the request should be fulfilled
|
SupplyRequest Structure
{
"resourceType" : "SupplyRequest",
// from Resource: id, meta, implicitRules, and language
// from DomainResource: text, contained, extension, and modifierExtension
"patient" : { Reference(Patient) }, // Patient for whom the item is supplied
"source" : { Reference(Practitioner|Organization|Patient) }, // Who initiated this order
"date" : "<dateTime>", // When the request was made
"identifier" : { Identifier }, // Unique identifier
"status" : "<code>", // requested | completed | failed | cancelled
"kind" : { CodeableConcept }, // The kind of supply (central, non-stock, etc.)
"orderedItem" : { Reference(Medication|Substance|Device) }, // Medication, Substance, or Device requested to be supplied
"supplier" : [{ Reference(Organization) }], // Who is intended to fulfill the request
// reason[x]: Why the supply item was requested. One of these 2:
"reasonCodeableConcept" : { CodeableConcept },
"reasonReference" : { Reference(Any) },
"when" : { // When the request should be fulfilled
"code" : { CodeableConcept }, // Fulfilment code
"schedule" : { Timing } // Formal fulfillment schedule
}
}
SupplyRequest Search Parameters
The following search parameters can be used to query SupplyRequest resources. Just submit the like so:
https://api.1up.health/fhir/dstu2/SupplyRequest?query-param=queryvalue
Search Parameter | Field Type | Resource Fields Searched |
---|
date | date | date |
identifier | text | identifier |
kind | text | kind |
patient | reference | patient |
source | reference | source |
status | text | status |
supplier | reference | supplier |