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
This resource maintained by the Orders and Observations Work Group
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.
This resource is referenced by CarePlan and ClinicalAssessment
Structure
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
Supply | DomainResource | A supply - request and provision | ||
kind | 0..1 | CodeableConcept | The kind of supply (central, non-stock, etc) SupplyKind (Incomplete) | |
identifier | 0..1 | Identifier | Unique identifier | |
status | M | 0..1 | code | requested | dispensed | received | failed | cancelled SupplyStatus (Required) |
orderedItem | 0..1 | Medication | Substance | Device | Medication, Substance, or Device requested to be supplied | |
patient | 0..1 | Patient | Patient for whom the item is supplied | |
dispense | 0..* | Element | Supply details | |
identifier | 0..1 | Identifier | External identifier | |
status | M | 0..1 | code | in-progress | dispensed | abandoned SupplyDispenseStatus (Required) |
type | 0..1 | CodeableConcept | Category of dispense event SupplyItemType (Incomplete) | |
quantity | 0..1 | Quantity | Amount dispensed | |
suppliedItem | 0..1 | Medication | Substance | Device | Medication, Substance, or Device supplied | |
supplier | 0..1 | Practitioner | Dispenser | |
whenPrepared | 0..1 | Period | Dispensing time | |
whenHandedOver | 0..1 | dateTime | Handover time | |
destination | 0..1 | Location | Where the Supply was sent | |
receiver | 0..* | Practitioner | Who collected the Supply |
UML Diagram
XML Template
<Supply xmlns="http://hl7.org/fhir"> <!-- from Resource: id, meta, implicitRules, and language --> <!-- from DomainResource: text, contained, extension, and modifierExtension --> <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 Reference(Medication|Substance|Device) Medication, Substance, or Device requested to be supplied --></orderedItem> <patient><!-- 0..1 Reference(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 Reference(Medication|Substance|Device) Medication, Substance, or Device supplied --></suppliedItem> <supplier><!-- 0..1 Reference(Practitioner) Dispenser --></supplier> <whenPrepared><!-- 0..1 Period Dispensing time --></whenPrepared> <whenHandedOver value="[dateTime]"/><!-- 0..1 Handover time --> <destination><!-- 0..1 Reference(Location) Where the Supply was sent --></destination> <receiver><!-- 0..* Reference(Practitioner) Who collected the Supply --></receiver> </dispense> </Supply>
JSON Template
{ "resourceType" : "Supply", // from Resource: id, meta, implicitRules, and language // from DomainResource: text, contained, extension, and modifierExtension "kind" : { CodeableConcept }, // The kind of supply (central, non-stock, etc) "identifier" : { Identifier }, // Unique identifier "status" : "<code>", // requested | dispensed | received | failed | cancelled "orderedItem" : { Reference(Medication|Substance|Device) }, // Medication, Substance, or Device requested to be supplied "patient" : { Reference(Patient) }, // Patient for whom the item is supplied "dispense" : [{ // Supply details "identifier" : { Identifier }, // External identifier "status" : "<code>", // in-progress | dispensed | abandoned "type" : { CodeableConcept }, // Category of dispense event "quantity" : { Quantity }, // Amount dispensed "suppliedItem" : { Reference(Medication|Substance|Device) }, // Medication, Substance, or Device supplied "supplier" : { Reference(Practitioner) }, // Dispenser "whenPrepared" : { Period }, // Dispensing time "whenHandedOver" : "<dateTime>", // Handover time "destination" : { Reference(Location) }, // Where the Supply was sent "receiver" : [{ Reference(Practitioner) }] // Who collected the Supply }] }
Structure
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
Supply | DomainResource | A supply - request and provision | ||
kind | 0..1 | CodeableConcept | The kind of supply (central, non-stock, etc) SupplyKind (Incomplete) | |
identifier | 0..1 | Identifier | Unique identifier | |
status | M | 0..1 | code | requested | dispensed | received | failed | cancelled SupplyStatus (Required) |
orderedItem | 0..1 | Medication | Substance | Device | Medication, Substance, or Device requested to be supplied | |
patient | 0..1 | Patient | Patient for whom the item is supplied | |
dispense | 0..* | Element | Supply details | |
identifier | 0..1 | Identifier | External identifier | |
status | M | 0..1 | code | in-progress | dispensed | abandoned SupplyDispenseStatus (Required) |
type | 0..1 | CodeableConcept | Category of dispense event SupplyItemType (Incomplete) | |
quantity | 0..1 | Quantity | Amount dispensed | |
suppliedItem | 0..1 | Medication | Substance | Device | Medication, Substance, or Device supplied | |
supplier | 0..1 | Practitioner | Dispenser | |
whenPrepared | 0..1 | Period | Dispensing time | |
whenHandedOver | 0..1 | dateTime | Handover time | |
destination | 0..1 | Location | Where the Supply was sent | |
receiver | 0..* | Practitioner | Who collected the Supply |
XML Template
<Supply xmlns="http://hl7.org/fhir"> <!-- from Resource: id, meta, implicitRules, and language --> <!-- from DomainResource: text, contained, extension, and modifierExtension --> <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 Reference(Medication|Substance|Device) Medication, Substance, or Device requested to be supplied --></orderedItem> <patient><!-- 0..1 Reference(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 Reference(Medication|Substance|Device) Medication, Substance, or Device supplied --></suppliedItem> <supplier><!-- 0..1 Reference(Practitioner) Dispenser --></supplier> <whenPrepared><!-- 0..1 Period Dispensing time --></whenPrepared> <whenHandedOver value="[dateTime]"/><!-- 0..1 Handover time --> <destination><!-- 0..1 Reference(Location) Where the Supply was sent --></destination> <receiver><!-- 0..* Reference(Practitioner) Who collected the Supply --></receiver> </dispense> </Supply>
JSON Template
{ "resourceType" : "Supply", // from Resource: id, meta, implicitRules, and language // from DomainResource: text, contained, extension, and modifierExtension "kind" : { CodeableConcept }, // The kind of supply (central, non-stock, etc) "identifier" : { Identifier }, // Unique identifier "status" : "<code>", // requested | dispensed | received | failed | cancelled "orderedItem" : { Reference(Medication|Substance|Device) }, // Medication, Substance, or Device requested to be supplied "patient" : { Reference(Patient) }, // Patient for whom the item is supplied "dispense" : [{ // Supply details "identifier" : { Identifier }, // External identifier "status" : "<code>", // in-progress | dispensed | abandoned "type" : { CodeableConcept }, // Category of dispense event "quantity" : { Quantity }, // Amount dispensed "suppliedItem" : { Reference(Medication|Substance|Device) }, // Medication, Substance, or Device supplied "supplier" : { Reference(Practitioner) }, // Dispenser "whenPrepared" : { Period }, // Dispensing time "whenHandedOver" : "<dateTime>", // Handover time "destination" : { Reference(Location) }, // Where the Supply was sent "receiver" : [{ Reference(Practitioner) }] // Who collected the Supply }] }
Alternate definitions: Schema/Schematron, Resource Profile (XML, JSON), Questionnaire
Path | Definition | Type | Reference |
---|---|---|---|
Supply.kind | Category of supply | Incomplete | http://hl7.org/fhir/vs/supply-kind |
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 common parameters also apply. See Searching for more information about searching in REST, messaging, and services.
Name | Type | Description | Paths |
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) |