Properties
| Name | Required | Type | Description |
|---|---|---|---|
| identifier | No | Identifier[] | Business Identifier for SupplyRequest |
| status | No | code | draft / active / suspended + |
| category | No | CodeableConcept | The kind of supply (central, non-stock, etc.) |
| priority | No | code | routine / urgent / asap / stat |
| item[x] | Yes | CodeableConcept, Reference<Medication / Substance / Device> | Medication, Substance, or Device requested to be supplied |
| quantity | Yes | Quantity | The requested amount of the item indicated |
| parameter | No | SupplyRequestParameter | Ordered item details |
| - id | No | string | Unique id for inter-element referencing |
| - extension | No | Extension[] | Additional content defined by implementations |
| - modifierExtension | No | Extension[] | Extensions that cannot be ignored even if unrecognized |
| - code | No | CodeableConcept | Item detail |
| - value[x] | No | CodeableConcept, Quantity, Range, boolean | Value of detail |
| occurrence[x] | No | dateTime, Period, Timing | When the request should be fulfilled |
| authoredOn | No | dateTime | When the request was made |
| requester | No | Reference<Practitioner / PractitionerRole / Organization / Patient / RelatedPerson / Device> | Individual making the request |
| supplier | No | Reference<Organization / HealthcareService>[] | Who is intended to fulfill the request |
| reasonCode | No | CodeableConcept[] | The reason why the supply item was requested |
| reasonReference | No | Reference<Condition / Observation / DiagnosticReport / DocumentReference>[] | The reason why the supply item was requested |
| deliverFrom | No | Reference<Organization / Location> | The origin of the supply |
| deliverTo | No | Reference<Organization / Location / Patient> | The destination of the supply |
Search Parameters
| Name | Type | Description | Expression |
|---|---|---|---|
| date | date | When the request was made | SupplyRequest.authoredOn |
| identifier | token | Business Identifier for SupplyRequest | SupplyRequest.identifier |
| category | token | The kind of supply (central, non-stock, etc.) | SupplyRequest.category |
| requester | reference | Individual making the request | SupplyRequest.requester |
| status | token | draft / active / suspended + | SupplyRequest.status |
| subject | reference | The destination of the supply | SupplyRequest.deliverTo |
| supplier | reference | Who is intended to fulfill the request | SupplyRequest.supplier |
Inherited Properties
| Name | Required | Type | Description |
|---|---|---|---|
| id | No | string | Logical id of this artifact |
| meta | No | Meta | Metadata about the resource |
| implicitRules | No | uri | A set of rules under which this content was created |
| language | No | code | Language of the resource content |
| text | No | Narrative | Text summary of the resource, for human interpretation |
| contained | No | Resource[] | Contained, inline Resources |
| extension | No | Extension[] | Additional content defined by implementations |
| modifierExtension | No | Extension[] | Extensions that cannot be ignored |

