This page is part of the FHIR Specification (v0.0.82: DSTU 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
A supply - a request for something, and provision of what is supplied.
The scope of the supply resource is for supplies used in the healthcare process. This includes supplies specifically used in the treatment of patients as well as supply movement within an institution (transport a set of supplies from materials management to a service unit (nurse station). This resource does not include the provisioning of transportation services.
This resource overlaps with others such as Device and Medication. The Supply resource may be used to describe medications and devices when handling them generically (as any other supply). For example, when processing bulk orders, etc. However, when the medication, device or other aspects of the resource are important, (e.g. in a MedicationPrescription or when identifying a device as a performer), the more detailed resource must be used.
<Supply xmlns="http://hl7.org/fhir"> <!-- from Resource: extension, modifierExtension, language, text, and contained --> <kind><!-- 0..1 CodeableConcept The kind of supply (central, non-stock, etc) --></kind> <identifier><!-- 0..1 Identifier Unique identifier --></identifier> <status value="[code]"/><!-- 0..1 requested | dispensed | received | failed | cancelled --> <orderedItem><!-- 0..1 Resource(Medication|Substance|Device) Medication, Substance, or Device requested to be supplied --></orderedItem> <patient><!-- 0..1 Resource(Patient) Patient for whom the item is supplied --></patient> <dispense> <!-- 0..* Supply details --> <identifier><!-- 0..1 Identifier External identifier --></identifier> <status value="[code]"/><!-- 0..1 in progress | dispensed | abandoned --> <type><!-- 0..1 CodeableConcept Category of dispense event --></type> <quantity><!-- 0..1 Quantity Amount dispensed --></quantity> <suppliedItem><!-- 0..1 Resource(Medication|Substance|Device) Medication, Substance, or Device supplied --></suppliedItem> <supplier><!-- 0..1 Resource(Practitioner) Dispenser --></supplier> <whenPrepared><!-- 0..1 Period Dispensing time --></whenPrepared> <whenHandedOver><!-- 0..1 Period Handover time --></whenHandedOver> <destination><!-- 0..1 Resource(Location) Where the Supply was sent --></destination> <receiver><!-- 0..* Resource(Practitioner) Who collected the Supply --></receiver> </dispense> </Supply>
Alternate definitions: Schema/Schematron, Resource Profile
Path | Definition | Type | Reference |
---|---|---|---|
Supply.kind | Category of supply | Incomplete | http://hl7.org/fhir/vs/supply-type |
Supply.status | Status of the supply | Fixed | http://hl7.org/fhir/valueset-supply-status |
Supply.dispense.status | Status of the dispense | Fixed | http://hl7.org/fhir/valueset-supply-dispense-status |
Supply.dispense.type | The actual item being supplied | Incomplete | http://hl7.org/fhir/vs/supply-item |
Search parameters for this resource. The standard parameters also apply. See Searching for more information about searching in REST, messaging, and services.
Name | Type | Description | Paths |
_id | token | The logical resource id associated with the resource (must be supported by all servers) | |
_language | token | The language of the resource | |
dispenseid | token | External identifier | Supply.dispense.identifier |
dispensestatus | token | in progress | dispensed | abandoned | Supply.dispense.status |
identifier | token | Unique identifier | Supply.identifier |
kind | token | The kind of supply (central, non-stock, etc) | Supply.kind |
patient | reference | Patient for whom the item is supplied | Supply.patient (Patient) |
status | token | requested | dispensed | received | failed | cancelled | Supply.status |
supplier | reference | Dispenser | Supply.dispense.supplier (Practitioner) |