This page is part of the FHIR Specification (v5.0.0-ballot: R5 Ballot - see ballot notes). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
Pharmacy Work Group | Maturity Level: 3 | Trial Use | Security Category: Patient | Compartments: Encounter, Patient, Practitioner, RelatedPerson |
A record of a medication that is being consumed by a patient. A MedicationUsage may indicate that the patient may be taking the medication now or has taken the medication in the past or will be taking the medication in the future. The source of this information can be the patient, significant other (such as a family member or spouse), or a clinician. A common scenario where this information is captured is during the history taking process during a patient visit or stay. The medication information may come from sources such as the patient's memory, from a prescription bottle, or from a list of medications the patient, clinician or other party maintains.
The primary difference between a medicationusage and a medicationadministration is that the medication administration has complete administration information and is based on actual administration information from the person who administered the medication. A medicationusage is often, if not always, less specific. There is no required date/time when the medication was administered, in fact we only know that a source has reported the patient is taking this medication, where details such as time, quantity, or rate or even medication product may be incomplete or missing or less precise. As stated earlier, the Medication Usage information may come from the patient's memory, from a prescription bottle or from a list of medications the patient, clinician or other party maintains. Medication administration is more formal and is not missing detailed information.
The MedicationUsage resource was previously called MedicationStatement.
Common usage includes:
A MedicationUsage may be used to record substance abuse or the use of other agents such as tobacco or alcohol. This would typically be done if these substances are intended to be included in clinical decision support checking (for example, interaction checking) and as part of an active medication list. If the intent is to populate social history and/or to include additional information (for example, desire to quit, amount per day, negative health effects), then it is better to record as an Observation that could then be used to populate Social History.
This resource does not produce a medication list, but it does produce individual medication statements that may be used in the List resource to construct various types of medication lists. Note that other medication lists can also be constructed from the other Pharmacy resources (e.g., MedicationRequest, MedicationAdministration).
A medication statement is not a part of the prescribe -> dispense -> administer sequence, but is a report by a patient, significant other or a clinician that one or more of the prescribe, dispense or administer actions has occurred, resulting is a belief that the patient is, has, or will be using a particular medication.
MedicationUsage includes an adherence element. Note that this adherence is specific to that instance of MedicationUsage. If MedicationUsage.adherence is being tracked over time, then instances of MedicationUsage would report adherence for the interval noted in effectivePeriod.
MedicationUsage is an event resource from a FHIR workflow perspective - see Workflow Event
The MedicationUsage resource is used to record a medications or substances that the patient reports as being taken, not taking, have taken in the past or may take in the future. It can also be used to record medication use that is derived from other records such as a MedicationRequest. The statement is not used to request or order a medication, supply or device. When requesting medication, supplies or devices when there is a patient focus or instructions regarding their use, a MedicationRequest, SupplyRequest or DeviceRequest should be used instead
The Medication domain includes a number of related resources
MedicationRequest | 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 |
MedicationUsage | 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, or derived from supporting information (for example, Claim, Observation or MedicationRequest). 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 MedicationRequest, MedicationDispense and MedicationAdministration. Each of those resources refers to specific events - an individual order, an individual provisioning of medication or an individual dosing. MedicationUsage is a broader assertion covering a wider timespan and is 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.
Structure
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
MedicationUsage | TU | DomainResource | Record of medication being taken by a patient Elements defined in Ancestors: id, meta, implicitRules, language, text, contained, extension, modifierExtension | |
identifier | Σ | 0..* | Identifier | External identifier |
partOf | 0..* | Reference(Procedure) | Part of referenced event | |
status | ?!Σ | 1..1 | code | recorded | entered-in-error | draft MedicationUsage Status Codes (Required) |
category | Σ | 0..* | CodeableConcept | Type of medication usage medicationRequest Administration Location Codes (Example) |
medication | Σ | 1..1 | CodeableReference(Medication) | What medication was taken SNOMED CT Medication Codes (Example) |
subject | Σ | 1..1 | Reference(Patient | Group) | Who is/was taking the medication |
encounter | Σ | 0..1 | Reference(Encounter) | Encounter associated with MedicationUsage |
effective[x] | Σ | 0..1 | The date/time or interval when the medication is/was/will be taken | |
effectiveDateTime | dateTime | |||
effectivePeriod | Period | |||
dateAsserted | Σ | 0..1 | dateTime | When the usage was asserted? |
informationSource | 0..* | Reference(Patient | Practitioner | PractitionerRole | RelatedPerson | Organization) | Person or organization that provided the information about the taking of this medication | |
derivedFrom | 0..* | Reference(Any) | Link to information used to derive the MedicationUsage | |
reason | 0..* | CodeableReference(Condition | Observation | DiagnosticReport) | Reason for why the medication is being/was taken Condition/Problem/Diagnosis Codes (Example) | |
note | 0..* | Annotation | Further information about the usage | |
relatedClinicalInformation | 0..* | Reference(Observation | Condition) | Link to information relevant to the usage of a medication | |
renderedDosageInstruction | 0..1 | string | Full representation of the dosage instructions | |
dosage | 0..* | Dosage | Details of how medication is/was taken or should be taken | |
adherence | Σ | 0..1 | BackboneElement | Indicates if the medication is being consumed or administered as instructed |
code | Σ | 1..1 | CodeableConcept | Type of adherence MedicationUsage Adherence Codes (Example) |
reason | 0..1 | CodeableConcept | Details of the reason for the current use of the medication SNOMED CT Drug Therapy Status codes (Example) | |
Documentation for this format |
See the Extensions for this resource
UML Diagram (Legend)
XML Template
<MedicationUsage xmlns="http://hl7.org/fhir"> <!-- from Resource: id, meta, implicitRules, and language --> <!-- from DomainResource: text, contained, extension, and modifierExtension --> <identifier><!-- 0..* Identifier External identifier --></identifier> <partOf><!-- 0..* Reference(Procedure) Part of referenced event --></partOf> <status value="[code]"/><!-- 1..1 recorded | entered-in-error | draft --> <category><!-- 0..* CodeableConcept Type of medication usage --></category> <medication><!-- 1..1 CodeableReference(Medication) What medication was taken --></medication> <subject><!-- 1..1 Reference(Group|Patient) Who is/was taking the medication --></subject> <encounter><!-- 0..1 Reference(Encounter) Encounter associated with MedicationUsage --></encounter> <effective[x]><!-- 0..1 dateTime|Period The date/time or interval when the medication is/was/will be taken --></effective[x]> <dateAsserted value="[dateTime]"/><!-- 0..1 When the usage was asserted? --> <informationSource><!-- 0..* Reference(Organization|Patient|Practitioner| PractitionerRole|RelatedPerson) Person or organization that provided the information about the taking of this medication --></informationSource> <derivedFrom><!-- 0..* Reference(Any) Link to information used to derive the MedicationUsage --></derivedFrom> <reason><!-- 0..* CodeableReference(Condition|DiagnosticReport|Observation) Reason for why the medication is being/was taken --></reason> <note><!-- 0..* Annotation Further information about the usage --></note> <relatedClinicalInformation><!-- 0..* Reference(Condition|Observation) Link to information relevant to the usage of a medication --></relatedClinicalInformation> <renderedDosageInstruction value="[string]"/><!-- 0..1 Full representation of the dosage instructions --> <dosage><!-- 0..* Dosage Details of how medication is/was taken or should be taken --></dosage> <adherence> <!-- 0..1 Indicates if the medication is being consumed or administered as instructed --> <code><!-- 1..1 CodeableConcept Type of adherence --></code> <reason><!-- 0..1 CodeableConcept Details of the reason for the current use of the medication --></reason> </adherence> </MedicationUsage>
JSON Template
{ "resourceType" : "MedicationUsage", // from Resource: id, meta, implicitRules, and language // from DomainResource: text, contained, extension, and modifierExtension "identifier" : [{ Identifier }], // External identifier "partOf" : [{ Reference(Procedure) }], // Part of referenced event "status" : "<code>", // R! recorded | entered-in-error | draft "category" : [{ CodeableConcept }], // Type of medication usage "medication" : { CodeableReference(Medication) }, // R! What medication was taken "subject" : { Reference(Group|Patient) }, // R! Who is/was taking the medication "encounter" : { Reference(Encounter) }, // Encounter associated with MedicationUsage // effective[x]: The date/time or interval when the medication is/was/will be taken. One of these 2: "effectiveDateTime" : "<dateTime>", "effectivePeriod" : { Period }, "dateAsserted" : "<dateTime>", // When the usage was asserted? "informationSource" : [{ Reference(Organization|Patient|Practitioner| PractitionerRole|RelatedPerson) }], // Person or organization that provided the information about the taking of this medication "derivedFrom" : [{ Reference(Any) }], // Link to information used to derive the MedicationUsage "reason" : [{ CodeableReference(Condition|DiagnosticReport|Observation) }], // Reason for why the medication is being/was taken "note" : [{ Annotation }], // Further information about the usage "relatedClinicalInformation" : [{ Reference(Condition|Observation) }], // Link to information relevant to the usage of a medication "renderedDosageInstruction" : "<string>", // Full representation of the dosage instructions "dosage" : [{ Dosage }], // Details of how medication is/was taken or should be taken "adherence" : { // Indicates if the medication is being consumed or administered as instructed "code" : { CodeableConcept }, // R! Type of adherence "reason" : { CodeableConcept } // Details of the reason for the current use of the medication } }
Turtle Template
@prefix fhir: <http://hl7.org/fhir/> . [ a fhir:MedicationUsage; fhir:nodeRole fhir:treeRoot; # if this is the parser root # from Resource: .id, .meta, .implicitRules, and .language # from DomainResource: .text, .contained, .extension, and .modifierExtension fhir:MedicationUsage.identifier [ Identifier ], ... ; # 0..* External identifier fhir:MedicationUsage.partOf [ Reference(Procedure) ], ... ; # 0..* Part of referenced event fhir:MedicationUsage.status [ code ]; # 1..1 recorded | entered-in-error | draft fhir:MedicationUsage.category [ CodeableConcept ], ... ; # 0..* Type of medication usage fhir:MedicationUsage.medication [ CodeableReference(Medication) ]; # 1..1 What medication was taken fhir:MedicationUsage.subject [ Reference(Group|Patient) ]; # 1..1 Who is/was taking the medication fhir:MedicationUsage.encounter [ Reference(Encounter) ]; # 0..1 Encounter associated with MedicationUsage # MedicationUsage.effective[x] : 0..1 The date/time or interval when the medication is/was/will be taken. One of these 2 fhir:MedicationUsage.effectiveDateTime [ dateTime ] fhir:MedicationUsage.effectivePeriod [ Period ] fhir:MedicationUsage.dateAsserted [ dateTime ]; # 0..1 When the usage was asserted? fhir:MedicationUsage.informationSource [ Reference(Organization|Patient|Practitioner|PractitionerRole|RelatedPerson) ], ... ; # 0..* Person or organization that provided the information about the taking of this medication fhir:MedicationUsage.derivedFrom [ Reference(Any) ], ... ; # 0..* Link to information used to derive the MedicationUsage fhir:MedicationUsage.reason [ CodeableReference(Condition|DiagnosticReport|Observation) ], ... ; # 0..* Reason for why the medication is being/was taken fhir:MedicationUsage.note [ Annotation ], ... ; # 0..* Further information about the usage fhir:MedicationUsage.relatedClinicalInformation [ Reference(Condition|Observation) ], ... ; # 0..* Link to information relevant to the usage of a medication fhir:MedicationUsage.renderedDosageInstruction [ string ]; # 0..1 Full representation of the dosage instructions fhir:MedicationUsage.dosage [ Dosage ], ... ; # 0..* Details of how medication is/was taken or should be taken fhir:MedicationUsage.adherence [ # 0..1 Indicates if the medication is being consumed or administered as instructed fhir:MedicationUsage.adherence.code [ CodeableConcept ]; # 1..1 Type of adherence fhir:MedicationUsage.adherence.reason [ CodeableConcept ]; # 0..1 Details of the reason for the current use of the medication ]; ]
Structure
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
MedicationUsage | TU | DomainResource | Record of medication being taken by a patient Elements defined in Ancestors: id, meta, implicitRules, language, text, contained, extension, modifierExtension | |
identifier | Σ | 0..* | Identifier | External identifier |
partOf | 0..* | Reference(Procedure) | Part of referenced event | |
status | ?!Σ | 1..1 | code | recorded | entered-in-error | draft MedicationUsage Status Codes (Required) |
category | Σ | 0..* | CodeableConcept | Type of medication usage medicationRequest Administration Location Codes (Example) |
medication | Σ | 1..1 | CodeableReference(Medication) | What medication was taken SNOMED CT Medication Codes (Example) |
subject | Σ | 1..1 | Reference(Patient | Group) | Who is/was taking the medication |
encounter | Σ | 0..1 | Reference(Encounter) | Encounter associated with MedicationUsage |
effective[x] | Σ | 0..1 | The date/time or interval when the medication is/was/will be taken | |
effectiveDateTime | dateTime | |||
effectivePeriod | Period | |||
dateAsserted | Σ | 0..1 | dateTime | When the usage was asserted? |
informationSource | 0..* | Reference(Patient | Practitioner | PractitionerRole | RelatedPerson | Organization) | Person or organization that provided the information about the taking of this medication | |
derivedFrom | 0..* | Reference(Any) | Link to information used to derive the MedicationUsage | |
reason | 0..* | CodeableReference(Condition | Observation | DiagnosticReport) | Reason for why the medication is being/was taken Condition/Problem/Diagnosis Codes (Example) | |
note | 0..* | Annotation | Further information about the usage | |
relatedClinicalInformation | 0..* | Reference(Observation | Condition) | Link to information relevant to the usage of a medication | |
renderedDosageInstruction | 0..1 | string | Full representation of the dosage instructions | |
dosage | 0..* | Dosage | Details of how medication is/was taken or should be taken | |
adherence | Σ | 0..1 | BackboneElement | Indicates if the medication is being consumed or administered as instructed |
code | Σ | 1..1 | CodeableConcept | Type of adherence MedicationUsage Adherence Codes (Example) |
reason | 0..1 | CodeableConcept | Details of the reason for the current use of the medication SNOMED CT Drug Therapy Status codes (Example) | |
Documentation for this format |
See the Extensions for this resource
XML Template
<MedicationUsage xmlns="http://hl7.org/fhir"> <!-- from Resource: id, meta, implicitRules, and language --> <!-- from DomainResource: text, contained, extension, and modifierExtension --> <identifier><!-- 0..* Identifier External identifier --></identifier> <partOf><!-- 0..* Reference(Procedure) Part of referenced event --></partOf> <status value="[code]"/><!-- 1..1 recorded | entered-in-error | draft --> <category><!-- 0..* CodeableConcept Type of medication usage --></category> <medication><!-- 1..1 CodeableReference(Medication) What medication was taken --></medication> <subject><!-- 1..1 Reference(Group|Patient) Who is/was taking the medication --></subject> <encounter><!-- 0..1 Reference(Encounter) Encounter associated with MedicationUsage --></encounter> <effective[x]><!-- 0..1 dateTime|Period The date/time or interval when the medication is/was/will be taken --></effective[x]> <dateAsserted value="[dateTime]"/><!-- 0..1 When the usage was asserted? --> <informationSource><!-- 0..* Reference(Organization|Patient|Practitioner| PractitionerRole|RelatedPerson) Person or organization that provided the information about the taking of this medication --></informationSource> <derivedFrom><!-- 0..* Reference(Any) Link to information used to derive the MedicationUsage --></derivedFrom> <reason><!-- 0..* CodeableReference(Condition|DiagnosticReport|Observation) Reason for why the medication is being/was taken --></reason> <note><!-- 0..* Annotation Further information about the usage --></note> <relatedClinicalInformation><!-- 0..* Reference(Condition|Observation) Link to information relevant to the usage of a medication --></relatedClinicalInformation> <renderedDosageInstruction value="[string]"/><!-- 0..1 Full representation of the dosage instructions --> <dosage><!-- 0..* Dosage Details of how medication is/was taken or should be taken --></dosage> <adherence> <!-- 0..1 Indicates if the medication is being consumed or administered as instructed --> <code><!-- 1..1 CodeableConcept Type of adherence --></code> <reason><!-- 0..1 CodeableConcept Details of the reason for the current use of the medication --></reason> </adherence> </MedicationUsage>
JSON Template
{ "resourceType" : "MedicationUsage", // from Resource: id, meta, implicitRules, and language // from DomainResource: text, contained, extension, and modifierExtension "identifier" : [{ Identifier }], // External identifier "partOf" : [{ Reference(Procedure) }], // Part of referenced event "status" : "<code>", // R! recorded | entered-in-error | draft "category" : [{ CodeableConcept }], // Type of medication usage "medication" : { CodeableReference(Medication) }, // R! What medication was taken "subject" : { Reference(Group|Patient) }, // R! Who is/was taking the medication "encounter" : { Reference(Encounter) }, // Encounter associated with MedicationUsage // effective[x]: The date/time or interval when the medication is/was/will be taken. One of these 2: "effectiveDateTime" : "<dateTime>", "effectivePeriod" : { Period }, "dateAsserted" : "<dateTime>", // When the usage was asserted? "informationSource" : [{ Reference(Organization|Patient|Practitioner| PractitionerRole|RelatedPerson) }], // Person or organization that provided the information about the taking of this medication "derivedFrom" : [{ Reference(Any) }], // Link to information used to derive the MedicationUsage "reason" : [{ CodeableReference(Condition|DiagnosticReport|Observation) }], // Reason for why the medication is being/was taken "note" : [{ Annotation }], // Further information about the usage "relatedClinicalInformation" : [{ Reference(Condition|Observation) }], // Link to information relevant to the usage of a medication "renderedDosageInstruction" : "<string>", // Full representation of the dosage instructions "dosage" : [{ Dosage }], // Details of how medication is/was taken or should be taken "adherence" : { // Indicates if the medication is being consumed or administered as instructed "code" : { CodeableConcept }, // R! Type of adherence "reason" : { CodeableConcept } // Details of the reason for the current use of the medication } }
Turtle Template
@prefix fhir: <http://hl7.org/fhir/> . [ a fhir:MedicationUsage; fhir:nodeRole fhir:treeRoot; # if this is the parser root # from Resource: .id, .meta, .implicitRules, and .language # from DomainResource: .text, .contained, .extension, and .modifierExtension fhir:MedicationUsage.identifier [ Identifier ], ... ; # 0..* External identifier fhir:MedicationUsage.partOf [ Reference(Procedure) ], ... ; # 0..* Part of referenced event fhir:MedicationUsage.status [ code ]; # 1..1 recorded | entered-in-error | draft fhir:MedicationUsage.category [ CodeableConcept ], ... ; # 0..* Type of medication usage fhir:MedicationUsage.medication [ CodeableReference(Medication) ]; # 1..1 What medication was taken fhir:MedicationUsage.subject [ Reference(Group|Patient) ]; # 1..1 Who is/was taking the medication fhir:MedicationUsage.encounter [ Reference(Encounter) ]; # 0..1 Encounter associated with MedicationUsage # MedicationUsage.effective[x] : 0..1 The date/time or interval when the medication is/was/will be taken. One of these 2 fhir:MedicationUsage.effectiveDateTime [ dateTime ] fhir:MedicationUsage.effectivePeriod [ Period ] fhir:MedicationUsage.dateAsserted [ dateTime ]; # 0..1 When the usage was asserted? fhir:MedicationUsage.informationSource [ Reference(Organization|Patient|Practitioner|PractitionerRole|RelatedPerson) ], ... ; # 0..* Person or organization that provided the information about the taking of this medication fhir:MedicationUsage.derivedFrom [ Reference(Any) ], ... ; # 0..* Link to information used to derive the MedicationUsage fhir:MedicationUsage.reason [ CodeableReference(Condition|DiagnosticReport|Observation) ], ... ; # 0..* Reason for why the medication is being/was taken fhir:MedicationUsage.note [ Annotation ], ... ; # 0..* Further information about the usage fhir:MedicationUsage.relatedClinicalInformation [ Reference(Condition|Observation) ], ... ; # 0..* Link to information relevant to the usage of a medication fhir:MedicationUsage.renderedDosageInstruction [ string ]; # 0..1 Full representation of the dosage instructions fhir:MedicationUsage.dosage [ Dosage ], ... ; # 0..* Details of how medication is/was taken or should be taken fhir:MedicationUsage.adherence [ # 0..1 Indicates if the medication is being consumed or administered as instructed fhir:MedicationUsage.adherence.code [ CodeableConcept ]; # 1..1 Type of adherence fhir:MedicationUsage.adherence.reason [ CodeableConcept ]; # 0..1 Details of the reason for the current use of the medication ]; ]
Additional definitions: Master Definition XML + JSON, XML Schema/Schematron + JSON Schema, ShEx (for Turtle) + see the extensions, the spreadsheet version & the dependency analysis
Path | Definition | Type | Reference |
---|---|---|---|
MedicationUsage.status | MedicationUsage Status Codes | Required | MedicationUsage Status Codes |
MedicationUsage.category | MedicationRequest Administration Location Codes | Example | medicationRequest Administration Location Codes |
MedicationUsage.medication | This value set includes all drug or medicament substance codes and all pharmaceutical/biologic products from SNOMED CT - provided as an exemplar value set. | Example | SNOMEDCTMedicationCodes |
MedicationUsage.reason | Example value set for Condition/Problem/Diagnosis codes. | Example | Condition/Problem/DiagnosisCodes |
MedicationUsage.adherence.code | MedicationUsage Adherence Codes | Example | MedicationUsage Adherence Codes |
MedicationUsage.adherence.reason | This value set includes some taken and not taken reason codes from SNOMED CT - provided as an exemplar | Example | SNOMEDCTDrugTherapyStatusCodes |
Search parameters for this resource. The common parameters also apply. See Searching for more information about searching in REST, messaging, and services.
Name | Type | Description | Expression | In Common |
adherence N | token | Returns statements based on adherence or compliance | MedicationUsage.adherence | |
category | token | Returns statements of this category of MedicationUsage | MedicationUsage.category | |
code D | token | Return statements of this medication code | MedicationUsage.medication.concept | |
effective | date | Date when patient was taking (or not taking) the medication | MedicationUsage.effective | |
encounter | reference | Returns statements for a specific encounter | MedicationUsage.encounter (Encounter) | |
identifier | token | Return statements with this external identifier | MedicationUsage.identifier | |
medication D | reference | Return statements of this medication reference | MedicationUsage.medication.reference | |
patient | reference | Returns statements for a specific patient. | MedicationUsage.subject.where(resolve() is Patient) (Patient) | |
source | reference | Who or where the information in the statement came from | MedicationUsage.informationSource (Practitioner, Organization, Patient, PractitionerRole, RelatedPerson) | |
status N | token | Return statements that match the given status | MedicationUsage.status | |
subject | reference | The identity of a patient, animal or group to list statements for | MedicationUsage.subject (Group, Patient) |