This page is part of the FHIR Specification (v1.6.0:
STU
3 Ballot 4). The current version which supercedes this version is
5.0.0
.
For
a
full
list
of
available
versions,
see
the
Directory
of
published
versions
. For a full list of available versions, see the
Directory of published versions
.
Page
versions:
. Page versions:
R5
R4B
R4
R3
R2
|
|
Compartments
|
Record of delivery of what is supplied.
This resource is an event resource from a FHIR workflow perspective - see Workflow . It is the intent of the Orders and Observation Workgroup to align this resource with the workflow pattern for event resources.
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
and
Medication
.
The
. 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
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
MedicationOrder
or
when
identifying
a
device
as
a
performer),
the
more
detailed
resource
must
be
used.
or when identifying a device as a performer), the more detailed resource must be used.
Structure
| Name | Flags | Card. | Type |
|
|---|---|---|---|---|
|
Σ | DomainResource |
|
|
|
Σ | 0..1 | Identifier |
|
|
?! Σ | 0..1 | code |
SupplyDeliveryStatus |
|
Σ | 0..1 | Reference ( Patient ) |
|
|
Σ | 0..1 | CodeableConcept |
|
|
Σ | 0..1 | SimpleQuantity |
|
|
Σ | 0..1 |
Medication, Substance, or Device supplied
SNOMED CT Supply Item ( Example ) | |
![]() ![]() ![]() | CodeableConcept | |||
![]() ![]() ![]() |
Reference
(
Medication
|
|||
|
Σ | 0..1 | Reference ( Practitioner ) | Dispenser |
|
Σ | 0..1 | Period |
|
|
Σ | 0..1 | dateTime |
|
|
Σ | 0..1 | Reference ( Location ) |
|
|
Σ | 0..* | Reference ( Practitioner ) |
|
Documentation for this format
|
||||
UML
Diagram
UML Diagram
(
Legend
)
XML
Template
XML Template
<
<SupplyDelivery xmlns="http://hl7.org/fhir"><!-- from Resource: id, meta, implicitRules, and language --> <!-- from DomainResource: text, contained, extension, and modifierExtension -->
<</identifier> < <</patient> <</type> <</quantity> <</suppliedItem> <</supplier> <</whenPrepared> < <</destination> <</receiver><identifier><!-- 0..1 Identifier External identifier --></identifier> <status value="[code]"/><!-- 0..1 in-progress | completed | abandoned --> <patient><!-- 0..1 Reference(Patient) Patient for whom the item is supplied --></patient> <type><!-- 0..1 CodeableConcept Category of dispense event --></type> <quantity><!-- 0..1 Quantity(SimpleQuantity) Amount dispensed --></quantity> <suppliedItem[x]><!-- 0..1 CodeableConcept|Reference(Medication|Substance|Device) Medication, Substance, or Device supplied --></suppliedItem[x]> <supplier><!-- 0..1 Reference(Practitioner) Dispenser --></supplier> <whenPrepared><!-- 0..1 Period Dispensing time --></whenPrepared> <time 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> </SupplyDelivery>
JSON
Template
JSON Template
{
"resourceType" : "",
{
"resourceType" : "SupplyDelivery",
// from Resource: id, meta, implicitRules, and language
// from DomainResource: text, contained, extension, and modifierExtension
"
"
"
"
"
"
"
"
"
"
"
"identifier" : { Identifier }, // External identifier
"status" : "<code>", // in-progress | completed | abandoned
"patient" : { Reference(Patient) }, // Patient for whom the item is supplied
"type" : { CodeableConcept }, // Category of dispense event
"quantity" : { Quantity(SimpleQuantity) }, // Amount dispensed
// suppliedItem[x]: Medication, Substance, or Device supplied. One of these 2:
"suppliedItemCodeableConcept" : { CodeableConcept },
"suppliedItemReference" : { Reference(Medication|Substance|Device) },
"supplier" : { Reference(Practitioner) }, // Dispenser
"whenPrepared" : { Period }, // Dispensing time
"time" : "<dateTime>", // Handover time
"destination" : { Reference(Location) }, // Where the Supply was sent
"receiver" : [{ Reference(Practitioner) }] // Who collected the Supply
}
Turtle Template
@prefix fhir: <http://hl7.org/fhir/> .[ a fhir:SupplyDelivery; fhir:nodeRole fhir:treeRoot; # if this is the parser root # from Resource: .id, .meta, .implicitRules, and .language # from DomainResource: .text, .contained, .extension, and .modifierExtension fhir:SupplyDelivery.identifier [ Identifier ]; # 0..1 External identifier fhir:SupplyDelivery.status [ code ]; # 0..1 in-progress | completed | abandoned fhir:SupplyDelivery.patient [ Reference(Patient) ]; # 0..1 Patient for whom the item is supplied fhir:SupplyDelivery.type [ CodeableConcept ]; # 0..1 Category of dispense event fhir:SupplyDelivery.quantity [ Quantity(SimpleQuantity) ]; # 0..1 Amount dispensed # SupplyDelivery.suppliedItem[x] : 0..1 Medication, Substance, or Device supplied. One of these 2 fhir:SupplyDelivery.suppliedItemCodeableConcept [ CodeableConcept ] fhir:SupplyDelivery.suppliedItemReference [ Reference(Medication|Substance|Device) ] fhir:SupplyDelivery.supplier [ Reference(Practitioner) ]; # 0..1 Dispenser fhir:SupplyDelivery.whenPrepared [ Period ]; # 0..1 Dispensing time fhir:SupplyDelivery.time [ dateTime ]; # 0..1 Handover time fhir:SupplyDelivery.destination [ Reference(Location) ]; # 0..1 Where the Supply was sent fhir:SupplyDelivery.receiver [ Reference(Practitioner) ], ... ; # 0..* Who collected the Supply ]
Changes since DSTU2
| SupplyDelivery | |
| SupplyDelivery.suppliedItem[x] | Renamed from suppliedItem to suppliedItem[x] Add CodeableConcept |
See the Full Difference for further information
Structure
| Name | Flags | Card. | Type |
|
|---|---|---|---|---|
|
Σ | DomainResource |
|
|
|
Σ | 0..1 | Identifier |
|
|
?! Σ | 0..1 | code |
SupplyDeliveryStatus |
|
Σ | 0..1 | Reference ( Patient ) |
|
|
Σ | 0..1 | CodeableConcept |
|
|
Σ | 0..1 | SimpleQuantity |
|
|
Σ | 0..1 |
Medication, Substance, or Device supplied
SNOMED CT Supply Item ( Example ) | |
![]() ![]() ![]() | CodeableConcept | |||
![]() ![]() ![]() |
Reference
(
Medication
|
|||
|
Σ | 0..1 | Reference ( Practitioner ) | Dispenser |
|
Σ | 0..1 | Period |
|
|
Σ | 0..1 | dateTime |
|
|
Σ | 0..1 | Reference ( Location ) |
|
|
Σ | 0..* | Reference ( Practitioner ) |
|
Documentation for this format
|
||||
XML
Template
XML Template
<
<SupplyDelivery xmlns="http://hl7.org/fhir"><!-- from Resource: id, meta, implicitRules, and language --> <!-- from DomainResource: text, contained, extension, and modifierExtension -->
<</identifier> < <</patient> <</type> <</quantity> <</suppliedItem> <</supplier> <</whenPrepared> < <</destination> <</receiver><identifier><!-- 0..1 Identifier External identifier --></identifier> <status value="[code]"/><!-- 0..1 in-progress | completed | abandoned --> <patient><!-- 0..1 Reference(Patient) Patient for whom the item is supplied --></patient> <type><!-- 0..1 CodeableConcept Category of dispense event --></type> <quantity><!-- 0..1 Quantity(SimpleQuantity) Amount dispensed --></quantity> <suppliedItem[x]><!-- 0..1 CodeableConcept|Reference(Medication|Substance|Device) Medication, Substance, or Device supplied --></suppliedItem[x]> <supplier><!-- 0..1 Reference(Practitioner) Dispenser --></supplier> <whenPrepared><!-- 0..1 Period Dispensing time --></whenPrepared> <time 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> </SupplyDelivery>
JSON
Template
JSON Template
{
"resourceType" : "",
{
"resourceType" : "SupplyDelivery",
// from Resource: id, meta, implicitRules, and language
// from DomainResource: text, contained, extension, and modifierExtension
"
"
"
"
"
"
"
"
"
"
"
"identifier" : { Identifier }, // External identifier
"status" : "<code>", // in-progress | completed | abandoned
"patient" : { Reference(Patient) }, // Patient for whom the item is supplied
"type" : { CodeableConcept }, // Category of dispense event
"quantity" : { Quantity(SimpleQuantity) }, // Amount dispensed
// suppliedItem[x]: Medication, Substance, or Device supplied. One of these 2:
"suppliedItemCodeableConcept" : { CodeableConcept },
"suppliedItemReference" : { Reference(Medication|Substance|Device) },
"supplier" : { Reference(Practitioner) }, // Dispenser
"whenPrepared" : { Period }, // Dispensing time
"time" : "<dateTime>", // Handover time
"destination" : { Reference(Location) }, // Where the Supply was sent
"receiver" : [{ Reference(Practitioner) }] // Who collected the Supply
}
Alternate
definitions:
Turtle Template
@prefix fhir: <http://hl7.org/fhir/> .[ a fhir:SupplyDelivery; fhir:nodeRole fhir:treeRoot; # if this is the parser root # from Resource: .id, .meta, .implicitRules, and .language # from DomainResource: .text, .contained, .extension, and .modifierExtension fhir:SupplyDelivery.identifier [ Identifier ]; # 0..1 External identifier fhir:SupplyDelivery.status [ code ]; # 0..1 in-progress | completed | abandoned fhir:SupplyDelivery.patient [ Reference(Patient) ]; # 0..1 Patient for whom the item is supplied fhir:SupplyDelivery.type [ CodeableConcept ]; # 0..1 Category of dispense event fhir:SupplyDelivery.quantity [ Quantity(SimpleQuantity) ]; # 0..1 Amount dispensed # SupplyDelivery.suppliedItem[x] : 0..1 Medication, Substance, or Device supplied. One of these 2 fhir:SupplyDelivery.suppliedItemCodeableConcept [ CodeableConcept ] fhir:SupplyDelivery.suppliedItemReference [ Reference(Medication|Substance|Device) ] fhir:SupplyDelivery.supplier [ Reference(Practitioner) ]; # 0..1 Dispenser fhir:SupplyDelivery.whenPrepared [ Period ]; # 0..1 Dispensing time fhir:SupplyDelivery.time [ dateTime ]; # 0..1 Handover time fhir:SupplyDelivery.destination [ Reference(Location) ]; # 0..1 Where the Supply was sent fhir:SupplyDelivery.receiver [ Reference(Practitioner) ], ... ; # 0..* Who collected the Supply ]
Changes since DSTU2
| SupplyDelivery | |
| SupplyDelivery.suppliedItem[x] | Renamed from suppliedItem to suppliedItem[x] Add CodeableConcept |
See the Full Difference for further information
Alternate definitions: Master Definition (
XML
,
JSON
),
XML
Schema
/
Schematron
,
Resource
Profile
(
XML
,
(for ) +
JSON
Schema
,
ShEx
(for
Turtle
),
Questionnaire
)
| Path | Definition | Type | Reference |
|---|---|---|---|
| SupplyDelivery.status |
|
Required | SupplyDeliveryStatus |
| SupplyDelivery.type |
|
Required |
|
| SupplyDelivery.suppliedItem[x] | The item that was delivered. | Example | SNOMED CT Supply Item |
Search parameters for this resource. The
common parameters
also apply. See
Searching
for
more
information
about
searching
in
REST,
messaging,
and
services.
for more information about searching in REST, messaging, and services.
| Name | Type | Description | Paths |
| identifier | token |
|
SupplyDelivery.identifier |
| patient | reference |
|
SupplyDelivery.patient
( Patient ) |
| receiver | reference |
|
SupplyDelivery.receiver
( Practitioner ) |
| status | token |
|
SupplyDelivery.status |
| supplier | reference | Dispenser |
SupplyDelivery.supplier
( Practitioner ) |