This page is part of the FHIR Specification (v1.4.0:
STU
3 Ballot 3). 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
|
Indicates that a medication product is to be or has been dispensed for a named person/patient. This includes a description of the medication product (supply) provided and the instructions for administering the medication. The medication dispense is the result of a pharmacy system responding to a medication order.
This resource covers the supply of medications to a patient. Examples include dispensing and pick-up from an out-patient or community pharmacy, dispensing patient-specific medications from in-patient pharmacy to ward, as well as issuing a single dose from ward stock to a patient for consumption. The medication dispense is the result of a pharmacy system responding to a medication order.
The Medication domain includes a number of related resources
|
MedicationOrder
| An order for both supply of the medication and the instructions for administration of the medicine to a patient. |
|
MedicationDispense
| Provision of a supply of a medication with the intention that it is subsequently consumed by a patient (usually in response to a prescription). |
|
MedicationAdministration
| When a patient actually consumes a medicine, or it is otherwise administered to them |
|
MedicationStatement
| This is a record of a medication being taken by a patient or that a medication has been given to a patient, where the record is the result of a report from the patient or another clinician. A medication statement is not a part of the prescribe->dispense->administer sequence, but is a report that such a sequence (or at least a part of it) did take place, resulting in a belief that the patient has received a particular medication. |
This resource does not deal with the supply or transfer of non-medication related items to a patient.
The supply and the associated administration instructions may not exactly follow the original order (prescription), either because some details were left for completion at this point in the process or because the dispenser exercised their clinical judgment to make some appropriate modification.
Structure
| Name | Flags | Card. | Type |
|
|---|---|---|---|---|
|
|
DomainResource |
|
|
|
Σ | 0..1 | Identifier |
|
|
|
0..1 | code |
MedicationDispenseStatus |
|
Σ |
| What medication was supplied | |
![]() ![]() ![]() |
CodeableConcept | |||
![]() ![]() ![]() |
Reference
(
|
|||
|
Σ | 0..1 |
Reference
(
|
|
|
Σ |
|
Reference
(
|
|
|
Σ |
|
|
Medication order that authorizes the dispense |
|
Σ | 0..1 |
|
ActPharmacySupplyType ( Example ) |
|
Σ | 0..1 | SimpleQuantity |
|
|
Σ |
|
|
|
|
Σ | 0..1 | dateTime |
|
|
Σ | 0..1 | dateTime |
|
|
Σ | 0..1 | Reference ( Location ) |
|
|
Σ | 0..* |
Reference
(
Patient
|
|
|
Σ |
|
|
|
|
Σ | 0..* | BackboneElement |
|
|
Σ | 0..1 | string |
|
|
Σ | 0..1 | CodeableConcept |
|
|
Σ | 0..1 | Timing |
|
|
Σ | 0..1 |
|
|
|
boolean | |||
|
CodeableConcept | |||
|
Σ | 0..1 |
|
|
|
CodeableConcept | |||
|
Reference ( BodySite ) | |||
|
Σ | 0..1 | CodeableConcept |
|
|
Σ | 0..1 | CodeableConcept |
|
|
Σ | 0..1 |
|
|
|
Range | |||
|
SimpleQuantity | |||
|
Σ | 0..1 |
|
|
|
Ratio | |||
|
Range | |||
|
Σ | 0..1 | Ratio |
|
|
Σ | 0..1 | BackboneElement |
|
|
Σ | 1..1 | CodeableConcept |
ActSubstanceAdminSubstitutionCode |
|
Σ | 0..* | CodeableConcept |
SubstanceAdminSubstitutionReason |
|
Σ | 0..* | Reference ( Practitioner ) |
|
Documentation for this format
|
||||
UML
Diagram
UML Diagram
XML
Template
XML Template
<MedicationDispense xmlns="http://hl7.org/fhir"><!-- 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 | on-hold | completed | entered-in-error | stopped --> <medication[x]><!-- 1..1 CodeableConcept|Reference(Medication) What medication was supplied --></medication[x]> <patient><!-- 0..1 Reference(Patient) Who the dispense is for --></patient> <dispenser><!-- 0..1 Reference(Practitioner) Practitioner responsible for dispensing medication --></dispenser> <authorizingPrescription><!-- 0..* Reference(MedicationOrder) Medication order that authorizes the dispense --></authorizingPrescription>
<</type><type><!-- 0..1 CodeableConcept Trial fill, partial fill, emergency fill, etc. --></type> <quantity><!-- 0..1 Quantity(SimpleQuantity) Amount dispensed --></quantity><</daysSupply> <</medication[x]><daysSupply><!-- 0..1 Quantity(SimpleQuantity) Amount of medication expressed as a timing amount --></daysSupply> <whenPrepared value="[dateTime]"/><!-- 0..1 Dispense processing time --> <whenHandedOver value="[dateTime]"/><!-- 0..1 When product was given out --> <destination><!-- 0..1 Reference(Location) Where the medication was sent --></destination> <receiver><!-- 0..* Reference(Patient|Practitioner) Who collected the medication --></receiver>< < <<note><!-- 0..* Annotation Information about the dispense --></note> <dosageInstruction> <!-- 0..* Medicine administration instructions to the patient/caregiver --> <text value="[string]"/><!-- 0..1 Free text dosage instructions e.g. SIG --> <additionalInstructions><!-- 0..1 CodeableConcept E.g. "Take with food" --></additionalInstructions> <timing><!-- 0..1 Timing When medication should be administered --></timing> <asNeeded[x]><!-- 0..1 boolean|CodeableConcept Take "as needed" f(or x) --></asNeeded[x]> <site[x]><!-- 0..1 CodeableConcept|Reference(BodySite) Body site to administer to --></site[x]> <route><!-- 0..1 CodeableConcept How drug should enter body --></route> <method><!-- 0..1 CodeableConcept Technique for administering medication --></method> <dose[x]><!-- 0..1 Range|Quantity(SimpleQuantity) Amount of medication per dose --></dose[x]> <rate[x]><!-- 0..1 Ratio|Range Amount of medication per unit of time --></rate[x]> <maxDosePerPeriod><!-- 0..1 Ratio Upper limit on medication per unit of time --></maxDosePerPeriod> </dosageInstruction> <substitution> <!-- 0..1 Deals with substitution of one medicine for another --><</type> <</reason><type><!-- 1..1 CodeableConcept Code signifying whether a different drug was dispensed from what was prescribed --></type> <reason><!-- 0..* CodeableConcept Why was substitution made --></reason> <responsibleParty><!-- 0..* Reference(Practitioner) Who is responsible for the substitution --></responsibleParty> </substitution> </MedicationDispense>
JSON
Template
JSON Template
{
"resourceType" : "MedicationDispense",
// from Resource: id, meta, implicitRules, and language
// from DomainResource: text, contained, extension, and modifierExtension
"identifier" : { Identifier }, // External identifier
"status" : "<code>", // in-progress | on-hold | completed | entered-in-error | stopped
// medication[x]: What medication was supplied. One of these 2:
"medicationCodeableConcept" : { CodeableConcept },
"medicationReference" : { Reference(Medication) },
"patient" : { Reference(Patient) }, // Who the dispense is for
"dispenser" : { Reference(Practitioner) }, // Practitioner responsible for dispensing medication
"authorizingPrescription" : [{ Reference(MedicationOrder) }], // Medication order that authorizes the dispense
"
"type" : { CodeableConcept }, // Trial fill, partial fill, emergency fill, etc.
"quantity" : { Quantity(SimpleQuantity) }, // Amount dispensed
"
" },
" },
"daysSupply" : { Quantity(SimpleQuantity) }, // Amount of medication expressed as a timing amount
"whenPrepared" : "<dateTime>", // Dispense processing time
"whenHandedOver" : "<dateTime>", // When product was given out
"destination" : { Reference(Location) }, // Where the medication was sent
"receiver" : [{ Reference(Patient|Practitioner) }], // Who collected the medication
"
"
"
"note" : [{ Annotation }], // Information about the dispense
"dosageInstruction" : [{ // Medicine administration instructions to the patient/caregiver
"text" : "<string>", // Free text dosage instructions e.g. SIG
"additionalInstructions" : { CodeableConcept }, // E.g. "Take with food"
"timing" : { Timing }, // When medication should be administered
// asNeeded[x]: Take "as needed" f(or x). One of these 2:
"asNeededBoolean" : <boolean>,
"asNeededCodeableConcept" : { CodeableConcept },
// site[x]: Body site to administer to. One of these 2:
"siteCodeableConcept" : { CodeableConcept },
"siteReference" : { Reference(BodySite) },
"route" : { CodeableConcept }, // How drug should enter body
"method" : { CodeableConcept }, // Technique for administering medication
// dose[x]: Amount of medication per dose. One of these 2:
"doseRange" : { Range },
"doseQuantity" : { Quantity(SimpleQuantity) },
// rate[x]: Amount of medication per unit of time. One of these 2:
"rateRatio" : { Ratio },
"rateRange" : { Range },
"maxDosePerPeriod" : { Ratio } // Upper limit on medication per unit of time
}],
"substitution" : { // Deals with substitution of one medicine for another
"
"
"type" : { CodeableConcept }, // R! Code signifying whether a different drug was dispensed from what was prescribed
"reason" : [{ CodeableConcept }], // Why was substitution made
"responsibleParty" : [{ Reference(Practitioner) }] // Who is responsible for the substitution
}
}
Structure
| Name | Flags | Card. | Type |
|
|---|---|---|---|---|
|
|
DomainResource |
|
|
|
Σ | 0..1 | Identifier |
|
|
|
0..1 | code |
MedicationDispenseStatus |
|
Σ |
| What medication was supplied | |
![]() ![]() ![]() | CodeableConcept | |||
|
Reference
(
|
|||
|
Σ | 0..1 |
Reference
(
|
|
|
Σ |
|
Reference
(
|
|
|
Σ |
|
|
Medication order that authorizes the dispense |
|
Σ | 0..1 |
|
ActPharmacySupplyType ( Example ) |
|
Σ | 0..1 | SimpleQuantity |
|
|
Σ |
|
|
|
|
Σ | 0..1 | dateTime |
|
|
Σ | 0..1 | dateTime |
|
|
Σ | 0..1 | Reference ( Location ) |
|
|
Σ | 0..* |
Reference
(
Patient
|
|
|
Σ |
|
|
|
|
Σ | 0..* | BackboneElement |
|
|
Σ | 0..1 | string |
|
|
Σ | 0..1 | CodeableConcept |
|
|
Σ | 0..1 | Timing |
|
|
Σ | 0..1 |
|
|
|
boolean | |||
|
CodeableConcept | |||
|
Σ | 0..1 |
|
|
|
CodeableConcept | |||
|
Reference ( BodySite ) | |||
|
Σ | 0..1 | CodeableConcept |
|
|
Σ | 0..1 | CodeableConcept |
|
|
Σ | 0..1 |
|
|
|
Range | |||
|
SimpleQuantity | |||
|
Σ | 0..1 |
|
|
|
Ratio | |||
|
Range | |||
|
Σ | 0..1 | Ratio |
|
|
Σ | 0..1 | BackboneElement |
|
|
Σ | 1..1 | CodeableConcept |
ActSubstanceAdminSubstitutionCode |
|
Σ | 0..* | CodeableConcept |
SubstanceAdminSubstitutionReason |
|
Σ | 0..* | Reference ( Practitioner ) |
|
Documentation for this format
|
||||
XML
Template
XML Template
<MedicationDispense xmlns="http://hl7.org/fhir"><!-- 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 | on-hold | completed | entered-in-error | stopped --> <medication[x]><!-- 1..1 CodeableConcept|Reference(Medication) What medication was supplied --></medication[x]> <patient><!-- 0..1 Reference(Patient) Who the dispense is for --></patient> <dispenser><!-- 0..1 Reference(Practitioner) Practitioner responsible for dispensing medication --></dispenser> <authorizingPrescription><!-- 0..* Reference(MedicationOrder) Medication order that authorizes the dispense --></authorizingPrescription>
<</type><type><!-- 0..1 CodeableConcept Trial fill, partial fill, emergency fill, etc. --></type> <quantity><!-- 0..1 Quantity(SimpleQuantity) Amount dispensed --></quantity><</daysSupply> <</medication[x]><daysSupply><!-- 0..1 Quantity(SimpleQuantity) Amount of medication expressed as a timing amount --></daysSupply> <whenPrepared value="[dateTime]"/><!-- 0..1 Dispense processing time --> <whenHandedOver value="[dateTime]"/><!-- 0..1 When product was given out --> <destination><!-- 0..1 Reference(Location) Where the medication was sent --></destination> <receiver><!-- 0..* Reference(Patient|Practitioner) Who collected the medication --></receiver>< < <<note><!-- 0..* Annotation Information about the dispense --></note> <dosageInstruction> <!-- 0..* Medicine administration instructions to the patient/caregiver --> <text value="[string]"/><!-- 0..1 Free text dosage instructions e.g. SIG --> <additionalInstructions><!-- 0..1 CodeableConcept E.g. "Take with food" --></additionalInstructions> <timing><!-- 0..1 Timing When medication should be administered --></timing> <asNeeded[x]><!-- 0..1 boolean|CodeableConcept Take "as needed" f(or x) --></asNeeded[x]> <site[x]><!-- 0..1 CodeableConcept|Reference(BodySite) Body site to administer to --></site[x]> <route><!-- 0..1 CodeableConcept How drug should enter body --></route> <method><!-- 0..1 CodeableConcept Technique for administering medication --></method> <dose[x]><!-- 0..1 Range|Quantity(SimpleQuantity) Amount of medication per dose --></dose[x]> <rate[x]><!-- 0..1 Ratio|Range Amount of medication per unit of time --></rate[x]> <maxDosePerPeriod><!-- 0..1 Ratio Upper limit on medication per unit of time --></maxDosePerPeriod> </dosageInstruction> <substitution> <!-- 0..1 Deals with substitution of one medicine for another --><</type> <</reason><type><!-- 1..1 CodeableConcept Code signifying whether a different drug was dispensed from what was prescribed --></type> <reason><!-- 0..* CodeableConcept Why was substitution made --></reason> <responsibleParty><!-- 0..* Reference(Practitioner) Who is responsible for the substitution --></responsibleParty> </substitution> </MedicationDispense>
JSON
Template
JSON Template
{
"resourceType" : "MedicationDispense",
// from Resource: id, meta, implicitRules, and language
// from DomainResource: text, contained, extension, and modifierExtension
"identifier" : { Identifier }, // External identifier
"status" : "<code>", // in-progress | on-hold | completed | entered-in-error | stopped
// medication[x]: What medication was supplied. One of these 2:
"medicationCodeableConcept" : { CodeableConcept },
"medicationReference" : { Reference(Medication) },
"patient" : { Reference(Patient) }, // Who the dispense is for
"dispenser" : { Reference(Practitioner) }, // Practitioner responsible for dispensing medication
"authorizingPrescription" : [{ Reference(MedicationOrder) }], // Medication order that authorizes the dispense
"
"type" : { CodeableConcept }, // Trial fill, partial fill, emergency fill, etc.
"quantity" : { Quantity(SimpleQuantity) }, // Amount dispensed
"
" },
" },
"daysSupply" : { Quantity(SimpleQuantity) }, // Amount of medication expressed as a timing amount
"whenPrepared" : "<dateTime>", // Dispense processing time
"whenHandedOver" : "<dateTime>", // When product was given out
"destination" : { Reference(Location) }, // Where the medication was sent
"receiver" : [{ Reference(Patient|Practitioner) }], // Who collected the medication
"
"
"
"note" : [{ Annotation }], // Information about the dispense
"dosageInstruction" : [{ // Medicine administration instructions to the patient/caregiver
"text" : "<string>", // Free text dosage instructions e.g. SIG
"additionalInstructions" : { CodeableConcept }, // E.g. "Take with food"
"timing" : { Timing }, // When medication should be administered
// asNeeded[x]: Take "as needed" f(or x). One of these 2:
"asNeededBoolean" : <boolean>,
"asNeededCodeableConcept" : { CodeableConcept },
// site[x]: Body site to administer to. One of these 2:
"siteCodeableConcept" : { CodeableConcept },
"siteReference" : { Reference(BodySite) },
"route" : { CodeableConcept }, // How drug should enter body
"method" : { CodeableConcept }, // Technique for administering medication
// dose[x]: Amount of medication per dose. One of these 2:
"doseRange" : { Range },
"doseQuantity" : { Quantity(SimpleQuantity) },
// rate[x]: Amount of medication per unit of time. One of these 2:
"rateRatio" : { Ratio },
"rateRange" : { Range },
"maxDosePerPeriod" : { Ratio } // Upper limit on medication per unit of time
}],
"substitution" : { // Deals with substitution of one medicine for another
"
"
"type" : { CodeableConcept }, // R! Code signifying whether a different drug was dispensed from what was prescribed
"reason" : [{ CodeableConcept }], // Why was substitution made
"responsibleParty" : [{ Reference(Practitioner) }] // Who is responsible for the substitution
}
}
Alternate
definitions:
Alternate definitions:
Schema
/
Schematron
,
Resource
Profile
(
, Resource Profile (
XML
,
,
JSON
),
),
Questionnaire
| Path | Definition | Type | Reference |
|---|---|---|---|
|
|
|
Required | MedicationDispenseStatus |
|
|
|
Example | ActPharmacySupplyType |
|
|
|
Unknown |
|
|
|
|
Unknown |
|
|
|
|
Example |
|
|
|
|
Example |
|
|
|
|
Unknown |
|
|
|
|
Example | ActSubstanceAdminSubstitutionCode |
|
|
|
Example | SubstanceAdminSubstitutionReason |
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 |
| code | token |
|
MedicationDispense.medicationCodeableConcept |
| destination | reference |
|
MedicationDispense.destination
( Location ) |
| dispenser | reference |
|
MedicationDispense.dispenser
( Practitioner ) |
| identifier | token |
|
MedicationDispense.identifier |
| medication | reference |
|
MedicationDispense.medicationReference
( Medication ) |
| patient | reference |
|
MedicationDispense.patient
( Patient ) |
| prescription | reference |
|
MedicationDispense.authorizingPrescription
( MedicationOrder ) |
| receiver | reference |
|
MedicationDispense.receiver
( Patient |
| responsibleparty | reference |
|
MedicationDispense.substitution.responsibleParty
( Practitioner ) |
| status | token |
|
MedicationDispense.status |
| type | token |
|
MedicationDispense.type |
| whenhandedover | date |
|
MedicationDispense.whenHandedOver |
| whenprepared | date |
|
MedicationDispense.whenPrepared |