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
|
A record of a medication that is being consumed by a patient. A MedicationStatement 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 e.g. 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 medication statement and a medication administration is that the medication administration has complete administration information and is based on actual administration information from the person who administered the medication. A medication statement 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 statement 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.
Common usage includes:
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., MedicationOrder, 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.
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 is distinct from
MedicationOrder
,
,
MedicationDispense
and
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
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.
This
resource
is
referenced
by
. 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 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.
This resource is referenced by goal
Structure
| Name | Flags | Card. | Type |
|
|---|---|---|---|---|
|
|
DomainResource |
|
|
|
Σ | 0..* | Identifier |
|
|
?! Σ | 1..1 |
|
active | completed | entered-in-error | intended
|
|
Σ |
|
|
|
|
|
|||
|
|
|||
|
Σ
|
|
|
Who is/was taking the medication |
|
Σ | 0..1 |
|
|
|
|
|||
|
|
|||
|
Σ | 0..1 | Reference ( Patient | Practitioner | RelatedPerson ) |
|
|
Σ | 0..* | Reference ( Any ) | Additional supporting information |
|
Σ | 0..1 | dateTime | When the statement was asserted? |
|
?! Σ | 0..1 |
|
|
|
|
0..* |
|
Reason Medication Not Given Codes ( Example ) |
|
Σ |
|
Condition/Problem/Diagnosis Codes ( Example ) |
|
|
CodeableConcept | |||
|
Reference
(
|
|||
| Σ | 0..* | Annotation | Further information about the statement |
|
Σ | 0..* | BackboneElement |
|
|
Σ | 0..1 | string |
|
|
Σ | 0..1 | Timing |
|
|
Σ | 0..1 |
|
|
|
boolean | |||
|
CodeableConcept | |||
|
Σ | 0..1 |
|
|
|
CodeableConcept | |||
|
Reference ( BodySite ) | |||
|
Σ | 0..1 | CodeableConcept |
|
|
Σ | 0..1 | CodeableConcept |
|
|
Σ | 0..1 |
|
|
|
SimpleQuantity | |||
|
Range | |||
|
Σ | 0..1 |
|
|
|
Ratio | |||
|
Range | |||
|
Σ | 0..1 | Ratio |
|
Documentation for this format
|
||||
UML
Diagram
UML Diagram
XML
Template
XML Template
<MedicationStatement 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> <status value="[code]"/><!-- 1..1 active | completed | entered-in-error | intended --> <medication[x]><!-- 1..1 CodeableConcept|Reference(Medication) What medication was taken --></medication[x]> <patient><!-- 1..1 Reference(Patient) Who is/was taking the medication --></patient>
<</informationSource><effective[x]><!-- 0..1 dateTime|Period Over what period was medication consumed? --></effective[x]> <informationSource><!-- 0..1 Reference(Patient|Practitioner|RelatedPerson) Person who provided the information about the taking of this medication --></informationSource> <supportingInformation><!-- 0..* Reference(Any) Additional supporting information --></supportingInformation> <dateAsserted value="[dateTime]"/><!-- 0..1 When the statement was asserted? --><<wasNotTaken value="[boolean]"/><!-- 0..1 True if medication is/was not being taken --> <reasonNotTaken><!--0..* CodeableConcept True if asserting medication was not given --></reasonNotTaken> <reasonForUse[x]><!-- 0..1 CodeableConcept|Reference(Condition) --></reasonForUse[x]>
<</effective[x]> < <</supportingInformation> <</medication[x]><note><!-- 0..* Annotation Further information about the statement --></note> <dosage> <!-- 0..* Details of how medication was taken --><<text value="[string]"/><!-- 0..1 Free text dosage instructions as reported by the information source --> <timing><!-- 0..1 Timing When/how often was medication taken --></timing> <asNeeded[x]><!-- 0..1 boolean|CodeableConcept Take "as needed" (for x) --></asNeeded[x]> <site[x]><!-- 0..1 CodeableConcept|Reference(BodySite) Where (on body) medication is/was administered --></site[x]> <route><!-- 0..1 CodeableConcept How the medication entered the body --></route> <method><!-- 0..1 CodeableConcept Technique used to administer medication --></method> <quantity[x]><!-- 0..1 Quantity(SimpleQuantity)|Range Amount administered in one dose --></quantity[x]> <rate[x]><!-- 0..1 Ratio|Range Dose quantity per unit of time --></rate[x]> <maxDosePerPeriod><!-- 0..1 Ratio Maximum dose that was consumed per unit of time --></maxDosePerPeriod> </dosage> </MedicationStatement>
JSON
Template
JSON Template
{
"resourceType" : "MedicationStatement",
// from Resource: id, meta, implicitRules, and language
// from DomainResource: text, contained, extension, and modifierExtension
"identifier" : [{ Identifier }], // External identifier
"status" : "<code>", // R! active | completed | entered-in-error | intended
// medication[x]: What medication was taken. One of these 2:
"medicationCodeableConcept" : { CodeableConcept },
"medicationReference" : { Reference(Medication) },
"patient" : { Reference(Patient) }, // R! Who is/was taking the medication
"
// effective[x]: Over what period was medication consumed?. One of these 2:
"effectiveDateTime" : "<dateTime>",
"effectivePeriod" : { Period },
"informationSource" : { Reference(Patient|Practitioner|RelatedPerson) }, // Person who provided the information about the taking of this medication
"supportingInformation" : [{ Reference(Any) }], // Additional supporting information
"dateAsserted" : "<dateTime>", // When the statement was asserted?
"
"wasNotTaken" : <boolean>, // True if medication is/was not being taken
"reasonNotTaken" : [{ CodeableConcept }], // C? True if asserting medication was not given
// reasonForUse[x]: . One of these 2:
"reasonForUseCodeableConcept" : { CodeableConcept },
"reasonForUseReference" : { Reference(Condition) },
">",
" },
"
"
" },
" },
"note" : [{ Annotation }], // Further information about the statement
"dosage" : [{ // Details of how medication was taken
"
"text" : "<string>", // Free text dosage instructions as reported by the information source
"timing" : { Timing }, // When/how often was medication taken
// asNeeded[x]: Take "as needed" (for x). One of these 2:
"asNeededBoolean" : <boolean>,
"asNeededCodeableConcept" : { CodeableConcept },
// site[x]: Where (on body) medication is/was administered. One of these 2:
"siteCodeableConcept" : { CodeableConcept },
"siteReference" : { Reference(BodySite) },
"route" : { CodeableConcept }, // How the medication entered the body
"method" : { CodeableConcept }, // Technique used to administer medication
// quantity[x]: Amount administered in one dose. One of these 2:
"quantityQuantity" : { Quantity(SimpleQuantity) },
"quantityRange" : { Range },
// rate[x]: Dose quantity per unit of time. One of these 2:
"rateRatio" : { Ratio },
"rateRange" : { Range },
"maxDosePerPeriod" : { Ratio } // Maximum dose that was consumed per unit of time
}]
}
Structure
| Name | Flags | Card. | Type |
|
|---|---|---|---|---|
|
|
DomainResource |
|
|
|
Σ | 0..* | Identifier |
|
|
?! Σ | 1..1 |
|
active | completed | entered-in-error | intended
|
|
Σ |
|
|
|
|
|
|||
|
|
|||
|
Σ
|
|
|
Who is/was taking the medication |
|
Σ | 0..1 |
|
|
|
|
|||
|
|
|||
|
Σ | 0..1 | Reference ( Patient | Practitioner | RelatedPerson ) |
|
|
Σ | 0..* |
|
Additional supporting information |
|
Σ | 0..1 | dateTime | When the statement was asserted? |
|
?! Σ | 0..1 |
|
|
|
|
0..* |
|
Reason Medication Not Given Codes ( Example ) |
|
Σ |
|
Condition/Problem/Diagnosis Codes ( Example ) |
|
|
CodeableConcept | |||
|
Reference
(
|
|||
| Σ | 0..* | Annotation | Further information about the statement |
|
Σ | 0..* | BackboneElement |
|
|
Σ | 0..1 | string |
|
|
Σ | 0..1 | Timing |
|
|
Σ | 0..1 |
|
|
|
boolean | |||
|
CodeableConcept | |||
|
Σ | 0..1 |
|
|
|
CodeableConcept | |||
|
Reference ( BodySite ) | |||
|
Σ | 0..1 | CodeableConcept |
|
|
Σ | 0..1 | CodeableConcept |
|
|
Σ | 0..1 |
|
|
|
SimpleQuantity | |||
|
Range | |||
|
Σ | 0..1 |
|
|
|
Ratio | |||
|
Range | |||
|
Σ | 0..1 | Ratio |
|
Documentation for this format
|
||||
XML
Template
XML Template
<MedicationStatement 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> <status value="[code]"/><!-- 1..1 active | completed | entered-in-error | intended --> <medication[x]><!-- 1..1 CodeableConcept|Reference(Medication) What medication was taken --></medication[x]> <patient><!-- 1..1 Reference(Patient) Who is/was taking the medication --></patient>
<</informationSource><effective[x]><!-- 0..1 dateTime|Period Over what period was medication consumed? --></effective[x]> <informationSource><!-- 0..1 Reference(Patient|Practitioner|RelatedPerson) Person who provided the information about the taking of this medication --></informationSource> <supportingInformation><!-- 0..* Reference(Any) Additional supporting information --></supportingInformation> <dateAsserted value="[dateTime]"/><!-- 0..1 When the statement was asserted? --><<wasNotTaken value="[boolean]"/><!-- 0..1 True if medication is/was not being taken --> <reasonNotTaken><!--0..* CodeableConcept True if asserting medication was not given --></reasonNotTaken> <reasonForUse[x]><!-- 0..1 CodeableConcept|Reference(Condition) --></reasonForUse[x]>
<</effective[x]> < <</supportingInformation> <</medication[x]><note><!-- 0..* Annotation Further information about the statement --></note> <dosage> <!-- 0..* Details of how medication was taken --><<text value="[string]"/><!-- 0..1 Free text dosage instructions as reported by the information source --> <timing><!-- 0..1 Timing When/how often was medication taken --></timing> <asNeeded[x]><!-- 0..1 boolean|CodeableConcept Take "as needed" (for x) --></asNeeded[x]> <site[x]><!-- 0..1 CodeableConcept|Reference(BodySite) Where (on body) medication is/was administered --></site[x]> <route><!-- 0..1 CodeableConcept How the medication entered the body --></route> <method><!-- 0..1 CodeableConcept Technique used to administer medication --></method> <quantity[x]><!-- 0..1 Quantity(SimpleQuantity)|Range Amount administered in one dose --></quantity[x]> <rate[x]><!-- 0..1 Ratio|Range Dose quantity per unit of time --></rate[x]> <maxDosePerPeriod><!-- 0..1 Ratio Maximum dose that was consumed per unit of time --></maxDosePerPeriod> </dosage> </MedicationStatement>
JSON
Template
JSON Template
{
"resourceType" : "MedicationStatement",
// from Resource: id, meta, implicitRules, and language
// from DomainResource: text, contained, extension, and modifierExtension
"identifier" : [{ Identifier }], // External identifier
"status" : "<code>", // R! active | completed | entered-in-error | intended
// medication[x]: What medication was taken. One of these 2:
"medicationCodeableConcept" : { CodeableConcept },
"medicationReference" : { Reference(Medication) },
"patient" : { Reference(Patient) }, // R! Who is/was taking the medication
"
// effective[x]: Over what period was medication consumed?. One of these 2:
"effectiveDateTime" : "<dateTime>",
"effectivePeriod" : { Period },
"informationSource" : { Reference(Patient|Practitioner|RelatedPerson) }, // Person who provided the information about the taking of this medication
"supportingInformation" : [{ Reference(Any) }], // Additional supporting information
"dateAsserted" : "<dateTime>", // When the statement was asserted?
"
"wasNotTaken" : <boolean>, // True if medication is/was not being taken
"reasonNotTaken" : [{ CodeableConcept }], // C? True if asserting medication was not given
// reasonForUse[x]: . One of these 2:
"reasonForUseCodeableConcept" : { CodeableConcept },
"reasonForUseReference" : { Reference(Condition) },
">",
" },
"
"
" },
" },
"note" : [{ Annotation }], // Further information about the statement
"dosage" : [{ // Details of how medication was taken
"
"text" : "<string>", // Free text dosage instructions as reported by the information source
"timing" : { Timing }, // When/how often was medication taken
// asNeeded[x]: Take "as needed" (for x). One of these 2:
"asNeededBoolean" : <boolean>,
"asNeededCodeableConcept" : { CodeableConcept },
// site[x]: Where (on body) medication is/was administered. One of these 2:
"siteCodeableConcept" : { CodeableConcept },
"siteReference" : { Reference(BodySite) },
"route" : { CodeableConcept }, // How the medication entered the body
"method" : { CodeableConcept }, // Technique used to administer medication
// quantity[x]: Amount administered in one dose. One of these 2:
"quantityQuantity" : { Quantity(SimpleQuantity) },
"quantityRange" : { Range },
// rate[x]: Dose quantity per unit of time. One of these 2:
"rateRatio" : { Ratio },
"rateRange" : { Range },
"maxDosePerPeriod" : { Ratio } // Maximum dose that was consumed per unit of time
}]
}
Alternate
definitions:
Alternate definitions:
Schema
/
Schematron
,
Resource
Profile
(
, Resource Profile (
XML
,
,
JSON
),
),
Questionnaire
| Path | Definition | Type | Reference |
|---|---|---|---|
|
|
|
Required | MedicationStatementStatus |
|
|
|
Example |
|
|
|
|
Example |
|
|
|
|
Unknown |
|
|
|
|
Example |
|
|
|
|
Example |
|
|
|
|
Unknown |
|
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 |
|
MedicationStatement.medicationCodeableConcept |
|
|
date |
|
MedicationStatement.effective[x] |
| identifier | token |
|
MedicationStatement.identifier |
| medication | reference |
|
MedicationStatement.medicationReference
( Medication ) |
| patient | reference |
|
MedicationStatement.patient
( Patient ) |
| source | reference |
|
MedicationStatement.informationSource
( Patient |
| status | token |
|
MedicationStatement.status |