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
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.
Common usage includes:
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 is distinct from MedicationPrescription, MedicationDispense and MedicationAdministration. Each of those resources refer to specific events - an individual order, an individual provisioning of medication or an individual dosing. MedicationStatement is a broader assertion covering a wider timespan and independent of specific events. The existence of resource instances of any of the preceding three types may be used to infer a Medication statement. However, medication statements can also be captured on the basis of other information including an assertion by the patient or a care-giver, the results of a lab test, etc.
This resource is referenced by Condition and Procedure
<MedicationStatement xmlns="http://hl7.org/fhir"> <!-- from Resource: extension, modifierExtension, language, text, and contained --> <identifier><!-- 0..* Identifier External Identifier --></identifier> <patient><!-- 0..1 Resource(Patient) Who was/is taking medication --></patient> <wasNotGiven value="[boolean]"/><!-- 0..1 True if medication is/was not being taken --> <reasonNotGiven><!-- 0..* CodeableConcept True if asserting medication was not given --></reasonNotGiven> <whenGiven><!-- 0..1 Period Over what period was medication consumed? --></whenGiven> <medication><!-- 0..1 Resource(Medication) What medication was taken? --></medication> <device><!-- 0..* Resource(Device) E.g. infusion pump --></device> <dosage> <!-- 0..* Details of how medication was taken --> <timing><!-- 0..1 Schedule When/how often was medication taken? --></timing> <asNeeded[x]><!-- 0..1 boolean|CodeableConcept Take "as needed" f(or x) --></asNeeded[x]> <site><!-- 0..1 CodeableConcept Where on body was medication administered? --></site> <route><!-- 0..1 CodeableConcept How did the medication enter the body? --></route> <method><!-- 0..1 CodeableConcept Technique used to administer medication --></method> <quantity><!-- 0..1 Quantity Amount administered in one dose --></quantity> <rate><!-- 0..1 Ratio Dose quantity per unit of time --></rate> <maxDosePerPeriod><!-- 0..1 Ratio Maximum dose that was consumed per unit of time --></maxDosePerPeriod> </dosage> </MedicationStatement>
Alternate definitions: Schema/Schematron, Resource Profile
Path | Definition | Type | Reference |
---|---|---|---|
MedicationStatement.reasonNotGiven | A set of codes indicating the reason why the MedicationAdministration is negated. | Example | http://hl7.org/fhir/vs/reason-medication-not-given-codes |
MedicationStatement.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 |
MedicationStatement.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 |
MedicationStatement.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 |
MedicationStatement.dosage.method | A coded concept describing the technique by which the medicine is administered | Example | http://hl7.org/fhir/vs/administration-method-codes |
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 | |
device | reference | Return administrations with this administration device identity | MedicationStatement.device (Device) |
identifier | token | Return administrations with this external identity | MedicationStatement.identifier |
medication | reference | Code for medicine or text in medicine name | MedicationStatement.medication (Medication) |
patient | reference | The identity of a patient to list administrations for | MedicationStatement.patient (Patient) |
when-given | date | Date of administration | MedicationStatement.whenGiven |