2nd DSTU Draft For Comment

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

5.21.5 Resource Supply - Detailed Descriptions

Detailed Descriptions for the elements in the Supply resource.

Supply
Definition

A supply - a request for something, and provision of what is supplied.

Control1..1
Supply.kind
Definition

Category of supply, e.g. central, non-stock, etc. This is used to support work flows associated with the supply process.

Control0..1
BindingSupplyKind: Preferred: See http://hl7.org/fhir/vs/supply-kind (Category of supply)
TypeCodeableConcept
Supply.identifier
Definition

Unique identifier for this supply request.

Control0..1
TypeIdentifier
Comments

This is assigned by the orderer, and used to refer to this order in other external standards.

Supply.status
Definition

Status of the supply request.

Control0..1
BindingSupplyStatus: Required: http://hl7.org/fhir/valueset-supply-status (Status of the supply)
Typecode
Is Modifiertrue
Supply.orderedItem
Definition

The item that is requested to be supplied.

Control0..1
TypeReference(Medication | Substance | Device)
Comments

Note that there's a difference between a prescription - an instruction to take a medication, along with a (sometimes) implicit supply, and an explicit request to supply, with no explicit instructions.

Supply.patient
Definition

A link to a resource representing the person whom the ordered item is for.

Control0..1
TypeReference(Patient)
Supply.dispense
Definition

Indicates the details of the dispense event such as the days supply and quantity of a supply dispensed.

Control0..*
Supply.dispense.identifier
Definition

Identifier assigned by the dispensing facility when the item(s) is dispensed.

Control0..1
TypeIdentifier
Comments

This is assigned by the dispenser, and used to refer to this order in other external standards.

Supply.dispense.status
Definition

A code specifying the state of the dispense event.

Control0..1
BindingSupplyDispenseStatus: Required: http://hl7.org/fhir/valueset-supply-dispense-status (Status of the dispense)
Typecode
Is Modifiertrue
Supply.dispense.type
Definition

Indicates the type of dispensing event that is performed. Examples include: Trial Fill, Completion of Trial, Partial Fill, Emergency Fill, Samples, etc.

Control0..1
BindingSupplyItemType: Preferred: See http://hl7.org/fhir/vs/supply-item (The actual item being supplied)
TypeCodeableConcept
Supply.dispense.quantity
Definition

The amount of supply that has been dispensed. Includes unit of measure.

Control0..1
TypeQuantity
Supply.dispense.suppliedItem
Definition

Identifies the medication or 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 list.

Control0..1
TypeReference(Medication | Substance | Device)
Supply.dispense.supplier
Definition

The individual responsible for dispensing the medication, supplier or device.

Control0..1
TypeReference(Practitioner)
Supply.dispense.whenPrepared
Definition

The time the dispense event occurred.

Control0..1
TypePeriod
Supply.dispense.whenHandedOver
Definition

The time the dispensed item was sent or handed to the patient (or agent).

Control0..1
TypedateTime
Supply.dispense.destination
Definition

Identification of the facility/location where the Supply was shipped to, as part of the dispense event.

Control0..1
TypeReference(Location)
Supply.dispense.receiver
Definition

Identifies the person who picked up the Supply.

Control0..*
TypeReference(Practitioner)