FHIR Release 3 (STU) CI-Build

This page is part of the FHIR Specification (v3.0.2: STU 3). The current version which supercedes this version is 5.0.0 . For a full list Continuous Integration Build of available versions, see FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions icon . Page versions: R5 R4B R4 R3 R2

Responsible Owner: Pharmacy icon Work Group   Normative Maturity Level : 3   Trial Use Security Category : Patient Compartments : Encounter , Group , Patient , Practitioner , RelatedPerson

Detailed Descriptions for the elements in the MedicationStatement resource.

Control Defined on this element MedicationStatement.basedOn Control Reference ( Encounter | EpisodeOfCare ) Control Control Control Control Control Control Control Control
Definition Element Id MedicationStatement
Definition

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, 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 maintains.

The primary difference between a medication statement medicationstatement and a medication administration 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 medication statement medicationstatement 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 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.

Short Display Record of medication being taken by a patient
Cardinality 1..1 0..*
Comments Type When interpreting a medicationStatement, the value of the status and NotTaken needed to be considered: MedicationStatement.status + MedicationStatement.wasNotTaken Status=Active + NotTaken=T = Not currently taking Status=Completed + NotTaken=T = Not taken in the past Status=Intended + NotTaken=T = No intention of taking Status=Active + NotTaken=F = Taking, but not as prescribed Status=Active + NotTaken=F = Taking Status=Intended +NotTaken= F = Will be taking (not started) Status=Completed + NotTaken=F = Taken in past Status=In Error + NotTaken=N/A = In Error. DomainResource
Alternate Names Invariants MedicationStatement
mst-1 : Reason not taken is only permitted if Taken is No ( expression Summary : reasonNotTaken.exists().not() or (taken = 'n'), xpath: not(exists(f:reasonNotTaken)) or f:taken/@value='n') false
Definition Element Id MedicationStatement.identifier
Definition

External identifier - FHIR will generate its own internal identifiers (probably URLs) which do not need to be explicitly managed by the resource. The identifier here is one Identifiers associated with this Medication Statement that would be used are defined by another non-FHIR system - for example an automated medication pump would provide a record each time business processes and/or used to refer to it operated; an administration while when a direct URL reference to the patient was off resource itself is not appropriate. They are business identifiers assigned to this resource by the ward might be made with a different system performer or other systems and entered after remain constant as the event. Particularly important if these records have resource is updated and propagates from server to be updated. server.

Note Short Display External identifier
Note This is a business identifer, identifier, not a resource identifier (see discussion )
Control Cardinality 0..*
Type Identifier
Summary true
Definition Comments

A plan, proposal or order that This is fulfilled in whole or in part by this event. a business identifier, not a resource identifier.

Summary Element Id true MedicationStatement.partOf
Definition

A larger event of which this particular event MedicationStatement is a component or step.

Short Display Part of referenced event
Cardinality 0..*
Type Reference ( MedicationAdministration | MedicationDispense | MedicationStatement | Procedure | Observation MedicationStatement )
Requirements Hierarchy This should not be used when indicating which resource a MedicationStatement has been derived from. If that reference is the use case, then MedicationStatement.derivedFrom should be used. part of a strict Hierarchy
Summary true false
Summary Element Id true MedicationStatement.status
Definition

A code representing the patient or other source's judgment about the state status of recording the medication used that this statement is about. Generally this will be active or completed. statement.

Short Display recorded | entered-in-error | draft
Cardinality 1..1
Terminology Binding MedicationStatementStatus MedicationStatement Status Codes ( Required )
Type code
Is Modifier true (Reason: This element is labelled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid)
Summary true
Comments

MedicationStatement is a statement at a point in time. The status is only representative at the point when it was asserted. The value set for MedicationStatement.status contains codes that assert the This status of concerns just the use recording of the medication by the patient (for example, stopped or on hold) as well as codes that assert statement. MedicationStatement.adherence should be used for indicating a patient's adherence to the status of information in this resource. Note, the medication statement itself (for example, entered statuses are different than in error). previous releases for MedicationStatement or MedicationStatement.

This element is labeled as a modifier because the status contains codes that mark the resource as not currently valid.

Definition Element Id MedicationStatement.category
Definition

Indicates where type Type of medication statement and where the medication is expected statement.

The committee will revisit these codes, expecting to be consumed or administered. use a codesystem from terminology.hl7.org icon.

Short Display Type of medication statement
Cardinality 0..1 0..*
Terminology Binding MedicationStatementCategory MedicationRequest Category Codes ( Preferred Example )
Type CodeableConcept
Summary true
Definition Element Id MedicationStatement.medication
Definition

Identifies the medication being administered. taken (or not taken). This is either a link to a resource representing the details of the medication or a simple attribute carrying a code that identifies the medication from a known list of medications.

Short Display The medication that is/was taken (or not taken)
Cardinality 1..1
Terminology Binding SNOMED CT MedicationStatement Medication Codes ( Example )
Type CodeableConcept | Reference CodeableReference ( Medication )
[x] Note See Choice of Data Types for further information about how to use [x] Summary true
Comments

If only a code is specified, then it needs to should be a code for a specific product. If more information is required, then the use of the medication resource is recommended.  recommended. For example if you require form or lot number, then you must reference the example, if dose form or lot number are required, this is done using a reference to a Medication resource. . resource. In cases where the statement is for 'no known medications', this element can contain a code indicating that situation.

Element Id MedicationStatement.subject
Definition

The person, animal or group who is/was taking the medication.

Short Display Who is/was taking the medication
Cardinality 1..1
Type Reference ( Patient | Group )
Summary true
Element Id MedicationStatement.encounter
Definition

The encounter that establishes the context for this MedicationStatement.

Short Display Encounter associated with MedicationStatement
Cardinality 0..1
Type Reference ( Encounter )
Summary true
Definition Element Id MedicationStatement.effective[x]
Definition

The interval of time during which it is being asserted that the patient was is/was/will be taking the medication (or was not taking, when the wasNotGiven MedicationStatement.adherence element is true). Not Taking).

Short Display The date/time or interval when the medication is/was/will be taken
Cardinality 0..1
Type dateTime | Period | Timing
[x] Note See Choice of Data Types Datatypes for further information about how to use [x]
Summary true
Comments

This attribute reflects the period over which the patient consumed the medication and is expected to be populated on the majority of Medication Statements. If the medication is still being taken and is expected to continue indefinitely at the time the statement usage is recorded, the "end" "end" date will be omitted. If the end date is known, then it is included as the "end date". The date/time attribute supports a variety of dates - year, year/month and exact date. If something more than this is required, this should be conveyed as text.

Definition Element Id MedicationStatement.dateAsserted
Definition

The date when the medication statement Medication Statement was asserted by the information source.

Short Display When the usage was asserted?
Cardinality 0..1
Type dateTime
Summary true
Definition Element Id MedicationStatement.author
Definition

The person individual, organization, or organization device that provided the information about created the taking of this medication. Note: Use derivedFrom when a MedicationStatement is derived from other resources, e.g Claim or MedicationRequest. statement and has responsibility for its content.

Short Display Who/What authored the statement
Cardinality 0..1
Type Reference ( Patient | Practitioner | RelatedPerson PractitionerRole | Organization | Patient | RelatedPerson | Device )
Summary true
Definition Element Id MedicationStatement.informationSource
Definition

The person, animal person or group who is/was taking organization that provided the information about the taking of this medication. Note: Use derivedFrom when a MedicationStatement is derived from other resources, e.g. Claim or MedicationRequest.

Short Display Person or organization that provided the information about the taking of this medication
Control Cardinality 1..1 0..*
Type Reference ( Device | Patient | Practitioner | PractitionerRole | RelatedPerson | Organization | Group )
Summary true false
Definition Element Id MedicationStatement.derivedFrom
Definition

Allows linking the MedicationStatement to the underlying MedicationRequest, or to other information that supports or is used to derive the MedicationStatement.

Short Display Link to information used to derive the MedicationStatement
Cardinality 0..*
Type Reference ( Any )
Comments Summary false
Comments

Likely references would be to MedicationRequest, MedicationDispense, Claim, Observation or QuestionnaireAnswers. The most common use cases for deriving a MedicationStatement comes from creating a MedicationStatement from a MedicationRequest or from a lab observation or a claim. it should be noted that the amount of information that is available varies from the type resource that you derive the MedicationStatement from.

Definition Element Id MedicationStatement.reason
Definition

Indicator of A concept, Condition or observation that supports why the certainty of whether medication is being/was taken.

Short Display Reason for why the medication was is being/was taken by the patient.
Control Cardinality 1..1 0..*
Terminology Binding MedicationStatementTaken Condition/Problem/Diagnosis Codes ( Required Example )
Type code CodeableReference Is Modifier ( Condition true | Observation | DiagnosticReport | Procedure )
Summary true false
Comments

This element is labeled as could be a modifier because it indicates that the medication was not taken. diagnosis code. If a full condition record exists or additional detail is needed, use reasonForUseReference.

Definition Element Id MedicationStatement.note
Definition

A code indicating why Provides extra information about the medication was Medication Statement that is not taken. conveyed by the other attributes.

Control Short Display 0..* Further information about the usage
Terminology Binding Cardinality SNOMED CT Drugs not taken/completed Codes ( Example ) 0..*
Type CodeableConcept Annotation
Invariants Affect this element mst-1 : Reason not taken is only permitted if Taken is No ( expression Summary : reasonNotTaken.exists().not() or (taken = 'n'), xpath: not(exists(f:reasonNotTaken)) or f:taken/@value='n') false
Definition Element Id MedicationStatement.relatedClinicalInformation
Definition

A reason Link to information that is relevant to a medication statement, for why example, illicit drug use, gestational age, etc.

Short Display Link to information relevant to the usage of a medication is being/was taken.
Control Cardinality 0..*
Terminology Binding Type Condition/Problem/Diagnosis Codes Reference ( Example Observation | Condition )
Summary false
Element Id MedicationStatement.dosage
Definition

Indicates how the medication is/was or should be taken by the patient.

Short Display Details of how medication is/was taken or should be taken
Cardinality 0..1
Type DosageDetails
CodeableConcept Summary false
Comments

This could be The dates included in the dosage on a diagnosis code. If Medication Statement reflect the dates for a full condition record exists given dose. For example, "from November 1, 2016 to November 3, 2016, take one tablet daily and from November 4, 2016 to November 7, 2016, take two tablets daily." It is expected that this specificity may only be populated where the patient brings in their labeled container or additional detail where the Medication Statement is needed, use reasonForUseReference. derived from a MedicationRequest.

Definition Element Id MedicationStatement.adherence
Definition

Condition or observation that supports why Indicates whether the medication is being/was taken. or is not being consumed or administered.

Control Short Display 0..* Indicates whether the medication is or is not being consumed or administered
Type Cardinality 0..1
Reference ( Condition | Observation Summary ) true
Comments

This element can be used to indicate whether a patient is following a reference course of treatment as instructed/prescribed or whether they are taking medications of their own volition. It can also be used to a condition indicate that a patient is the reason why the medication is being/was taken. If only not taking a code exists, use reasonForUseCode. medication, either because they were told not to or because they decided on their own.

Definition Element Id MedicationStatement.adherence.code
Definition

Provides extra information about Type of the medication statement that is not conveyed by adherence for the other attributes. medication.

Short Display Type of adherence
Cardinality 1..1
0..* Terminology Binding MedicationStatement Adherence Codes ( Example )
Type CodeableConcept
Annotation Summary true
Definition Element Id MedicationStatement.adherence.reason
Definition

Indicates how Captures the medication is/was or should be taken by reason for the patient. current use or adherence of a medication.

Short Display Details of the reason for the current use of the medication
Control Cardinality 0..1
0..* Terminology Binding SNOMED CT Drug Therapy Status codes ( Example )
Type CodeableConcept
Dosage Summary false
Comments

The dates included in the dosage on a Medication Statement reflect the dates for a given dose. For example, "from November 1, 2016 to November 3, 2016, take one tablet daily and from November 4, 2016 to November 7, 2016, take two tablets daily." It This is expected that this specificity may generally only be populated where the patient brings in their labeled container or where used for "exception" statuses such as "entered-in-error". The reason for performing the Medication Statement event at all is derived from a MedicationRequest. captured in reasonCode, not here.