This page is part of the FHIR Specification (v0.0.82: DSTU 1). 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
Dispensing a medication to a named patient. This includes a description of the supply provided and the instructions for administering the medication.
This resource covers the supply of all medications to a patient. Examples include dispensing and pick-up from an out-patient 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 domain includes a number of related resources
MedicationPrescription | 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 medication being taken by a patient, or that the 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.
This resource is referenced by [Procedure]
<MedicationDispense xmlns="http://hl7.org/fhir"> <!-- from Resource: extension, modifierExtension, language, text, and contained --> <identifier><!-- 0..1 Identifier External identifier --></identifier> <status value="[code]"/><!-- 0..1 in progress | on hold | completed | entered in error | stopped --> <patient><!-- 0..1 Resource(Patient) Who the dispense is for --></patient> <dispenser><!-- 0..1 Resource(Practitioner) Practitioner responsible for dispensing medication --></dispenser> <authorizingPrescription><!-- 0..* Resource(MedicationPrescription) Medication order that authorizes the dispense --></authorizingPrescription> <dispense> <!-- 0..* Details for individual dispensed medicationdetails --> <identifier><!-- 0..1 Identifier External identifier for individual item --></identifier> <status value="[code]"/><!-- 0..1 in progress | on hold | completed | entered in error | stopped --> <type><!-- 0..1 CodeableConcept Trial fill, partial fill, emergency fill, etc. --></type> <quantity><!-- 0..1 Quantity Amount dispensed --></quantity> <medication><!-- 0..1 Resource(Medication) What medication was supplied --></medication> <whenPrepared value="[dateTime]"/><!-- 0..1 Dispense processing time --> <whenHandedOver value="[dateTime]"/><!-- 0..1 Handover time --> <destination><!-- 0..1 Resource(Location) Where the medication was sent --></destination> <receiver><!-- 0..* Resource(Patient|Practitioner) Who collected the medication --></receiver> <dosage> <!-- 0..* Medicine administration instructions to the patient/carer --> <additionalInstructions><!-- 0..1 CodeableConcept E.g. "Take with food" --></additionalInstructions> <timing[x]><!-- 0..1 dateTime|Period|Schedule When medication should be administered --></timing[x]> <asNeeded[x]><!-- 0..1 boolean|CodeableConcept Take "as needed" f(or x) --></asNeeded[x]> <site><!-- 0..1 CodeableConcept Body site to administer to --></site> <route><!-- 0..1 CodeableConcept How drug should enter body --></route> <method><!-- 0..1 CodeableConcept Technique for administering medication --></method> <quantity><!-- 0..1 Quantity Amount of medication per dose --></quantity> <rate><!-- 0..1 Ratio Amount of medication per unit of time --></rate> <maxDosePerPeriod><!-- 0..1 Ratio Upper limit on medication per unit of time --></maxDosePerPeriod> </dosage> </dispense> <substitution> <!-- 0..1 Deals with substitution of one medicine for another --> <type><!-- 1..1 CodeableConcept Type of substitiution --></type> <reason><!-- 0..* CodeableConcept Why was substitution made --></reason> <responsibleParty><!-- 0..* Resource(Practitioner) Who is responsible for the substitution --></responsibleParty> </substitution> </MedicationDispense>
Alternate definitions: Schema/Schematron, Resource Profile
Path | Definition | Type | Reference |
---|---|---|---|
MedicationDispense.status MedicationDispense.dispense.status | A code specifying the state of the dispense event. | Fixed | http://hl7.org/fhir/medication-dispense-status |
MedicationDispense.dispense.type | Indicates the type of dispensing event that is performed. Examples include: Trial Fill, Completion of Trial, Partial Fill, Emergency Fill, Samples, etc. | Example | http://hl7.org/fhir/v3/vs/ActPharmacySupplyType |
MedicationDispense.dispense.dosage.asNeeded[x] | A coded concept identifying the pre-condition that should hold prior to consuming a medication dose. For example "pain", "30 minutes prior to sexual intercourse", "on flare-up", etc. | Unknown | No details provided yet |
MedicationDispense.dispense.dosage.site | A coded concept describing the site location the medicine enters into or onto the body | Example | http://hl7.org/fhir/vs/approach-site-codes |
MedicationDispense.dispense.dosage.route | A coded concept describing the route or physiological path of administration of a therapeutic agent into or onto the body of a subject. | Example | http://hl7.org/fhir/vs/route-codes |
MedicationDispense.dispense.dosage.method | A coded concept describing the technique by which the medicine is administered | Example | http://hl7.org/fhir/vs/administration-method-codes |
MedicationDispense.substitution.type | A coded concept describing whether a different medicinal product may be dispensed other than the product as specified exactly in the prescription | Example | http://hl7.org/fhir/v3/vs/ActSubstanceAdminSubstitutionCode |
MedicationDispense.substitution.reason | A coded concept describing the reason that a different medication should (or should not) be substituted from what was prescribed. | Example | http://hl7.org/fhir/v3/vs/SubstanceAdminSubstitutionReason |
Search parameters for this resource. The standard parameters also apply. See Searching for more information about searching in REST, messaging, and services.
Name | Type | Description | Paths |
_id | token | The logical resource id associated with the resource (must be supported by all servers) | |
_language | token | The language of the resource | |
destination | reference | Return dispenses that should be sent to a secific destination | MedicationDispense.dispense.destination (Location) |
dispenser | reference | Return all dispenses performed by a specific indiividual | MedicationDispense.dispenser (Practitioner) |
identifier | token | Return dispenses with this external identity | MedicationDispense.identifier |
medication | reference | Returns dispenses of this medicine | MedicationDispense.dispense.medication (Medication) |
patient | reference | The identity of a patient to list dispenses for | MedicationDispense.patient (Patient) |
prescription | reference | The identity of a prescription to list dispenses from | MedicationDispense.authorizingPrescription (MedicationPrescription) |
responsibleparty | reference | Return all dispenses with the specified responsible party | MedicationDispense.substitution.responsibleParty (Practitioner) |
status | token | Status of the dispense | MedicationDispense.dispense.status |
type | token | Return all dispenses of a specific type | MedicationDispense.dispense.type |
whenhandedover | date | Date when medication handed over to patient (outpatient setting), or supplied to ward or clinic (inpatient setting) | MedicationDispense.dispense.whenHandedOver |
whenprepared | date | Date when medication prepared | MedicationDispense.dispense.whenPrepared |