DSTU2

This page is part of the FHIR Specification (v1.0.2: DSTU 2). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3 R2

5.23 Resource SupplyDelivery - Content

Orders and Observations Work GroupMaturity Level: 0Compartments: Patient, Practitioner

Record of delivery of what is supplied.

5.23.1 Scope and Usage

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.

5.23.2 Boundaries and Relationships

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 MedicationOrder or when identifying a device as a performer), the more detailed resource must be used.

5.23.3 Resource Content

Structure

NameFlagsCard.TypeDescription & Constraintsdoco
.. SupplyDelivery ΣDomainResourceDelivery of Supply
... identifier Σ0..1IdentifierExternal identifier
... status ?! Σ0..1codein-progress | completed | abandoned
SupplyDeliveryStatus (Required)
... patient Σ0..1Reference(Patient)Patient for whom the item is supplied
... type Σ0..1CodeableConceptCategory of dispense event
Supply Item Type (Required)
... quantity Σ0..1SimpleQuantityAmount dispensed
... suppliedItem Σ0..1Reference(Medication | Substance | Device)Medication, Substance, or Device supplied
... supplier Σ0..1Reference(Practitioner)Dispenser
... whenPrepared Σ0..1PeriodDispensing time
... time Σ0..1dateTimeHandover time
... destination Σ0..1Reference(Location)Where the Supply was sent
... receiver Σ0..*Reference(Practitioner)Who collected the Supply

doco Documentation for this format

UML Diagram

SupplyDelivery (DomainResource)Identifier assigned by the dispensing facility when the item(s) is dispensedidentifier : Identifier [0..1]A code specifying the state of the dispense event (this element modifies the meaning of other elements)status : code [0..1] « Status of the supply delivery. (Strength=Required)SupplyDeliveryStatus! »A link to a resource representing the person whom the delivered item is forpatient : Reference [0..1] « Patient »Indicates the type of dispensing event that is performed. Examples include: Trial Fill, Completion of Trial, Partial Fill, Emergency Fill, Samples, etctype : CodeableConcept [0..1] « The type of supply dispense. (Strength=Required)Supply Item Type! »The amount of supply that has been dispensed. Includes unit of measurequantity : Quantity(SimpleQuantity) [0..1]Identifies the medication, substance or device being dispensed. This is either a link to a resource representing the details of the item or a simple attribute carrying a code that identifies the item from a known listsuppliedItem : Reference [0..1] « Medication|Substance|Device »The individual responsible for dispensing the medication, supplier or devicesupplier : Reference [0..1] « Practitioner »The time the dispense event occurredwhenPrepared : Period [0..1]The time the dispensed item was sent or handed to the patient (or agent)time : dateTime [0..1]Identification of the facility/location where the Supply was shipped to, as part of the dispense eventdestination : Reference [0..1] « Location »Identifies the person who picked up the Supplyreceiver : Reference [0..*] « Practitioner »

XML Template

<SupplyDelivery xmlns="http://hl7.org/fhir"> doco
 <!-- from Resource: id, meta, implicitRules, and language -->
 <!-- from DomainResource: text, contained, extension, and modifierExtension -->
 <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><!-- 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>
 <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>

Structure

NameFlagsCard.TypeDescription & Constraintsdoco
.. SupplyDelivery ΣDomainResourceDelivery of Supply
... identifier Σ0..1IdentifierExternal identifier
... status ?! Σ0..1codein-progress | completed | abandoned
SupplyDeliveryStatus (Required)
... patient Σ0..1Reference(Patient)Patient for whom the item is supplied
... type Σ0..1CodeableConceptCategory of dispense event
Supply Item Type (Required)
... quantity Σ0..1SimpleQuantityAmount dispensed
... suppliedItem Σ0..1Reference(Medication | Substance | Device)Medication, Substance, or Device supplied
... supplier Σ0..1Reference(Practitioner)Dispenser
... whenPrepared Σ0..1PeriodDispensing time
... time Σ0..1dateTimeHandover time
... destination Σ0..1Reference(Location)Where the Supply was sent
... receiver Σ0..*Reference(Practitioner)Who collected the Supply

doco Documentation for this format

UML Diagram

SupplyDelivery (DomainResource)Identifier assigned by the dispensing facility when the item(s) is dispensedidentifier : Identifier [0..1]A code specifying the state of the dispense event (this element modifies the meaning of other elements)status : code [0..1] « Status of the supply delivery. (Strength=Required)SupplyDeliveryStatus! »A link to a resource representing the person whom the delivered item is forpatient : Reference [0..1] « Patient »Indicates the type of dispensing event that is performed. Examples include: Trial Fill, Completion of Trial, Partial Fill, Emergency Fill, Samples, etctype : CodeableConcept [0..1] « The type of supply dispense. (Strength=Required)Supply Item Type! »The amount of supply that has been dispensed. Includes unit of measurequantity : Quantity(SimpleQuantity) [0..1]Identifies the medication, substance or device being dispensed. This is either a link to a resource representing the details of the item or a simple attribute carrying a code that identifies the item from a known listsuppliedItem : Reference [0..1] « Medication|Substance|Device »The individual responsible for dispensing the medication, supplier or devicesupplier : Reference [0..1] « Practitioner »The time the dispense event occurredwhenPrepared : Period [0..1]The time the dispensed item was sent or handed to the patient (or agent)time : dateTime [0..1]Identification of the facility/location where the Supply was shipped to, as part of the dispense eventdestination : Reference [0..1] « Location »Identifies the person who picked up the Supplyreceiver : Reference [0..*] « Practitioner »

XML Template

<SupplyDelivery xmlns="http://hl7.org/fhir"> doco
 <!-- from Resource: id, meta, implicitRules, and language -->
 <!-- from DomainResource: text, contained, extension, and modifierExtension -->
 <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><!-- 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>
 <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>

 

Alternate definitions: Schema/Schematron, Resource Profile (XML, JSON), Questionnaire

5.23.3.1 Terminology Bindings

PathDefinitionTypeReference
SupplyDelivery.status Status of the supply delivery.RequiredSupplyDeliveryStatus
SupplyDelivery.type The type of supply dispense.RequiredSupply Item Type

5.23.4 Search Parameters

Search parameters for this resource. The common parameters also apply. See Searching for more information about searching in REST, messaging, and services.

NameTypeDescriptionPaths
identifiertokenExternal identifierSupplyDelivery.identifier
patientreferencePatient for whom the item is suppliedSupplyDelivery.patient
(Patient)
receiverreferenceWho collected the SupplySupplyDelivery.receiver
(Practitioner)
statustokenin-progress | completed | abandonedSupplyDelivery.status
supplierreferenceDispenserSupplyDelivery.supplier
(Practitioner)