This page is part of the HSPC FHIR Implementation Guide (v0.1.0: Daft For Comment Draft) based on FHIR v1.9.0. This is the current published version. For a full list of available versions, see the Directory of published versions
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
MedicationStatement | 0..* | |||
Documentation for this format |
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
MedicationStatement | I | 0..* | Record of medication being taken by a patient mst-3: Reason for use reference is only permitted if notTaken is false mst-1: Reason not taken is only permitted if notTaken is true mst-2: Reason for use code is only permitted if notTaken is false | |
id | ∑ | 0..1 | id | Logical id of this artifact |
meta | ∑ | 0..1 | Meta | Metadata about the resource |
implicitRules | ?! ∑ | 0..1 | uri | A set of rules under which this content was created |
language | 0..1 | code | Language of the resource content Binding: Common Languages (extensible) | |
text | I | 0..1 | Narrative | Text summary of the resource, for human interpretation |
contained | 0..* | Resource | Contained, inline Resources | |
extension | 0..* | Extension | Additional Content defined by implementations | |
modifierExtension | ?! | 0..* | Extension | Extensions that cannot be ignored |
identifier | 0..* | Identifier | External identifier | |
status | ?! ∑ | 1..1 | code | active | completed | entered-in-error | intended | stopped | on-hold Binding: MedicationStatementStatus (required) |
medication[x] | ∑ | 1..1 | CodeableConcept, Reference(Medication) | What medication was taken Binding: SNOMED CT Medication Codes (example) |
patient | ∑ | 1..1 | Reference(Patient) | Who is/was taking the medication |
effective[x] | ∑ | 0..1 | dateTime, Period | Over what period was medication consumed? |
informationSource | 0..1 | Reference(Patient | Practitioner | RelatedPerson) | Person who provided the information about the taking of this medication | |
supportingInformation | 0..* | Reference(Resource) | Additional supporting information | |
dateAsserted | ∑ | 0..1 | dateTime | When the statement was asserted? |
notTaken | ?! ∑ | 0..1 | boolean | True if medication is/was not being taken |
reasonNotTaken | I | 0..* | CodeableConcept | True if asserting medication was not given Binding: (unbound) (example) |
reasonForUseCode | 0..* | CodeableConcept | Reason for why the medication is being/was taken Binding: Condition/Problem/Diagnosis Codes (example) | |
reasonForUseReference | 0..* | Reference(Condition) | Condition that supports why the medication is being/was taken | |
note | 0..* | Annotation | Further information about the statement | |
category | 0..1 | code | Type of medication usage Binding: MedicationStatementCategory (example) | |
dosage | 0..* | BackboneElement | Details of how medication was taken | |
id | 0..1 | string | xml:id (or equivalent in JSON) | |
extension | 0..* | Extension | Additional Content defined by implementations | |
modifierExtension | ?! ∑ | 0..* | Extension | Extensions that cannot be ignored |
text | 0..1 | string | Free text dosage instructions as reported by the information source | |
additionalInstructions | 0..* | CodeableConcept | Supplemental instructions - e.g. "with meals" Binding: SNOMED CT Additional Dosage Instructions (example) | |
timing | 0..1 | Timing | When/how often was medication taken | |
asNeeded[x] | 0..1 | boolean, CodeableConcept | Take "as needed" (for x) Binding: SNOMED CT Medication As Needed Reason Codes (example) | |
site[x] | 0..1 | CodeableConcept, Reference(BodySite) | Where (on body) medication is/was administered Binding: SNOMED CT Anatomical Structure for Administration Site Codes (example) | |
route | 0..1 | CodeableConcept | How the medication entered the body Binding: SNOMED CT Route Codes (example) | |
method | 0..1 | CodeableConcept | Technique used to administer medication Binding: SNOMED CT Administration Method Codes (example) | |
dose[x] | 0..1 | SimpleQuantity, Range | Amount of medication per dose | |
rate[x] | 0..1 | Ratio, Range, SimpleQuantity | Dose quantity per unit of time | |
maxDosePerPeriod | 0..1 | Ratio | Maximum dose that was consumed per unit of time | |
Documentation for this format |
MedicationStatement(HSPC 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, 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. |
Control | 0..* |
Comments | The WG will be updating the MedicationStatement resource to adjust each affected resource to align with the workflow pattern (see workflow.html). |
Invariants | Defined on this element mst-1: Reason not taken is only permitted if notTaken is true (xpath: not(exists(f:reasonNotTaken) and f:notTaken/@value=false())) mst-2: Reason for use code is only permitted if notTaken is false (xpath: not(exists(*[starts-with(local-name(.), 'reasonForUseCode')]) and f:notTaken/@value=true())) mst-3: Reason for use reference is only permitted if notTaken is false (xpath: not(exists(*[starts-with(local-name(.), 'reasonForUseReference')]) and f:notTaken/@value=true())) |
MedicationStatement.id | |
Definition | The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes. |
Control | 0..1 |
Type | id |
Comments | The only time that a resource does not have an id is when it is being submitted to the server using a create operation. |
MedicationStatement.meta | |
Definition | The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content may not always be associated with version changes to the resource. |
Control | 0..1 |
Type | Meta |
MedicationStatement.implicitRules | |
Definition | A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content. |
Control | 0..1 |
Type | uri |
Is Modifier | true |
Comments | Asserting this rule set restricts the content to be only understood by a limited set of trading partners. This inherently limits the usefulness of the data in the long term. However, the existing health eco-system is highly fractured, and not yet ready to define, collect, and exchange data in a generally computable sense. Wherever possible, implementers and/or specification writers should avoid using this element as much as possible. |
MedicationStatement.language | |
Definition | The base language in which the resource is written. |
Control | 0..1 |
Binding | A human language. The codes SHALL be taken from Common Languages; other codes may be used where these codes are not suitable |
Type | code |
Comments | Language is provided to support indexing and accessibility (typically, services such as text to speech use the language tag). The html language tag in the narrative applies to the narrative. The language tag on the resource may be used to specify the language of other presentations generated from the data in the resource Not all the content has to be in the base language. The Resource.language should not be assumed to apply to the narrative automatically. If a language is specified, it should it also be specified on the div element in the html (see rules in HTML5 for information about the relationship between xml:lang and the html lang attribute). |
MedicationStatement.text | |
Definition | A human-readable narrative that contains a summary of the resource, and may be used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. Resource definitions may define what content should be represented in the narrative to ensure clinical safety. |
Control | 0..1 This element is affected by the following invariants: dom-1 |
Type | Narrative |
Alternate Names | narrative, html, xhtml, display |
Comments | Contained resources do not have narrative. Resources that are not contained SHOULD have a narrative. In some cases, a resource may only have text with little or no additional discrete data (as long as all minOccurs=1 elements are satisfied). This may be necessary for data from legacy systems where information is captured as a "text blob" or where text is additionally entered raw or narrated and encoded in formation is added later. |
MedicationStatement.contained | |
Definition | These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. |
Control | 0..* |
Type | Resource |
Alternate Names | inline resources, anonymous resources, contained resources |
Comments | This should never be done when the content can be identified properly, as once identification is lost, it is extremely difficult (and context dependent) to restore it again. |
MedicationStatement.extension | |
Definition | May be used to represent additional information that is not part of the basic definition of the resource. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
Control | 0..* |
Type | Extension |
Alternate Names | extensions, user content |
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
MedicationStatement.modifierExtension | |
Definition | May be used to represent additional information that is not part of the basic definition of the resource, and that modifies the understanding of the element that contains it. Usually modifier elements provide negation or qualification. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. |
Control | 0..* |
Type | Extension |
Is Modifier | true |
Alternate Names | extensions, user content |
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
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 that would be used by another non-FHIR system - for example an automated medication pump would provide a record each time it operated; an administration while the patient was off the ward might be made with a different system and entered after the event. Particularly important if these records have to be updated. |
Control | 0..* |
Type | Identifier |
MedicationStatement.status | |
Definition | A code representing the patient or other source's judgment about the state of the medication used that this statement is about. Generally this will be active or completed. |
Control | 1..1 |
Binding | A set of codes indicating the current status of a MedicationStatement. The codes SHALL be taken from MedicationStatementStatus |
Type | code |
Is Modifier | true |
Comments | MedicationStatement is a statement at a point in time. The status is only representative at the point when it was asserted. |
MedicationStatement.medication[x] | |
Definition | Identifies the medication being administered. 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. |
Control | 1..1 |
Binding | Codes identifying the substance or product being taken. For example codes, see SNOMED CT Medication Codes |
Type | Choice of: CodeableConcept, Reference(Medication) |
[x] Note | See Choice of Data Types for further information about how to use [x] |
Comments | If only a code is specified, then it needs to be a code for a specific product. If more information is required, then the use of the medication resource is recommended. Note: do not use Medication.name to describe the medication this statement concerns. When the only available information is a text description of the medication, Medication.code.text should be used. |
MedicationStatement.patient | |
Definition | The person or animal who is/was taking the medication. |
Control | 1..1 |
Type | Reference(Patient) |
MedicationStatement.effective[x] | |
Definition | The interval of time during which it is being asserted that the patient was taking the medication (or was not taking, when the wasNotGiven element is true). |
Control | 0..1 |
Type | Choice of: dateTime, Period |
[x] Note | See Choice of Data Types for further information about how to use [x] |
Comments | If the medication is still being taken at the time the statement is recorded, the "end" date will be omitted. |
MedicationStatement.informationSource | |
Definition | The person who provided the information about the taking of this medication. Note: A MedicationStatement may be derived from supportingInformation e.g claims or medicationOrder. |
Control | 0..1 |
Type | Choice of: Reference(Patient), Reference(Practitioner), Reference(RelatedPerson) |
MedicationStatement.supportingInformation | |
Definition | Allows linking the MedicationStatement to the underlying MedicationOrder, or to other information that supports or is used to derive the MedicationStatement. |
Control | 0..* |
Type | Reference(Resource) |
Comments | Likely references would be to MedicationOrder, MedicationDispense, Claim, Observation or QuestionnaireAnswers. |
MedicationStatement.dateAsserted | |
Definition | The date when the medication statement was asserted by the information source. |
Control | 0..1 |
Type | dateTime |
MedicationStatement.notTaken | |
Definition | Set this to true if the record is saying that the medication was NOT taken. |
Control | 0..1 |
Type | boolean |
Is Modifier | true |
Meaning if Missing | If this is missing, then the medication was taken |
MedicationStatement.reasonNotTaken | |
Definition | A code indicating why the medication was not taken. |
Control | 0..* This element is affected by the following invariants: mst-1 |
Binding | A set of codes indicating the reason why the MedicationAdministration is negated. |
Type | CodeableConcept |
MedicationStatement.reasonForUseCode | |
Definition | A reason for why the medication is being/was taken. |
Control | 0..* |
Binding | Codes identifying why the medication is being taken. For example codes, see Condition/Problem/Diagnosis Codes |
Type | CodeableConcept |
Comments | This could be a diagnosis code. If a full condition record exists or additional detail is needed, use reasonForUseReference. |
MedicationStatement.reasonForUseReference | |
Definition | Condition that supports why the medication is being/was taken. |
Control | 0..* |
Type | Reference(Condition) |
Comments | This is a reference to a condition that is the reason why the medication is being/was taken. If only a code exists, use reasonForUseCode. |
MedicationStatement.note | |
Definition | Provides extra information about the medication statement that is not conveyed by the other attributes. |
Control | 0..* |
Type | Annotation |
MedicationStatement.category | |
Definition | Indicates where type of medication statement and where the medication is expected to be consumed or administered. |
Control | 0..1 |
Binding | Codes identifying where the medication included in the is expected to be consumed or administered For example codes, see MedicationStatementCategory |
Type | code |
MedicationStatement.dosage | |
Definition | Indicates how the medication is/was used by the patient. |
Control | 0..* |
Type | BackboneElement |
MedicationStatement.dosage.id | |
Definition | unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
Control | 0..1 |
Type | string |
MedicationStatement.dosage.extension | |
Definition | May be used to represent additional information that is not part of the basic definition of the element. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
Control | 0..* |
Type | Extension |
Alternate Names | extensions, user content |
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
MedicationStatement.dosage.modifierExtension | |
Definition | May be used to represent additional information that is not part of the basic definition of the element, and that modifies the understanding of the element that contains it. Usually modifier elements provide negation or qualification. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. |
Control | 0..* |
Type | Extension |
Is Modifier | true |
Alternate Names | extensions, user content, modifiers |
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
MedicationStatement.dosage.text | |
Definition | Free text dosage information as reported about a patient's medication use. When coded dosage information is present, the free text may still be present for display to humans. |
Control | 0..1 |
Type | string |
MedicationStatement.dosage.additionalInstructions | |
Definition | Additional instructions such as "Swallow with plenty of water" which may or may not be coded. |
Control | 0..* |
Binding | Codes identifying additional instructions such as "take with water" or "avoid operating heavy machinery". For example codes, see SNOMED CT Additional Dosage Instructions |
Type | CodeableConcept |
MedicationStatement.dosage.timing | |
Definition | The timing schedule for giving the medication to the patient. The Schedule data type allows many different expressions, for example. "Every 8 hours"; "Three times a day"; "1/2 an hour before breakfast for 10 days from 23-Dec 2011:"; "15 Oct 2013, 17 Oct 2013 and 1 Nov 2013". Sometimes, a rate can imply duration when expressed as total volume / duration (e.g. 500mL/2 hours implies a duration of 2 hours). However, when rate doesn't imply duration (e.g. 250mL/hour), then the timing.repeat.duration is needed to convey the infuse over time period. |
Control | 0..1 |
Type | Timing |
MedicationStatement.dosage.asNeeded[x] | |
Definition | Indicates whether the Medication is only taken when needed within a specific dosing schedule (Boolean option), or it indicates the precondition for taking the Medication (CodeableConcept). Specifically if 'boolean' datatype is selected, then the following logic applies: If set to True, this indicates that the medication is only taken when needed, within the specified schedule. |
Control | 0..1 |
Binding | A coded concept identifying the precondition that should be met or evaluated prior to consuming or administering a medication dose. For example "pain", "30 minutes prior to sexual intercourse", "on flare-up" etc. For example codes, see SNOMED CT Medication As Needed Reason Codes |
Type | Choice of: boolean, CodeableConcept |
[x] Note | See Choice of Data Types for further information about how to use [x] |
MedicationStatement.dosage.site[x] | |
Definition | A coded specification of or a reference to the anatomic site where the medication first enters the body. |
Control | 0..1 |
Binding | A coded concept describing the site location the medicine enters into or onto the body. For example codes, see SNOMED CT Anatomical Structure for Administration Site Codes |
Type | Choice of: CodeableConcept, Reference(BodySite) |
[x] Note | See Choice of Data Types for further information about how to use [x] |
MedicationStatement.dosage.route | |
Definition | A code specifying the route or physiological path of administration of a therapeutic agent into or onto a subject. |
Control | 0..1 |
Binding | A coded concept describing the route or physiological path of administration of a therapeutic agent into or onto the body of a subject. For example codes, see SNOMED CT Route Codes |
Type | CodeableConcept |
MedicationStatement.dosage.method | |
Definition | A coded value indicating the method by which the medication is intended to be or was introduced into or on the body. This attribute will most often NOT be populated. It is most commonly used for injections. For example, Slow Push, Deep IV. |
Control | 0..1 |
Binding | A coded concept describing the technique by which the medicine is administered. For example codes, see SNOMED CT Administration Method Codes |
Type | CodeableConcept |
Comments | One of the reasons this attribute is not used often, is that the method is often pre-coordinated with the route and/or form of administration. This means the codes used in route or form may pre-coordinate the method in the route code or the form code. The implementation decision about what coding system to use for route or form code will determine how frequently the method code will be populated e.g. if route or form code pre-coordinate method code, then this attribute will not be populated often; if there is no pre-coordination then method code may be used frequently. |
MedicationStatement.dosage.dose[x] | |
Definition | The amount of therapeutic or other substance given at one administration event. |
Control | 0..1 |
Type | Choice of: Quantity(SimpleQuantity), Range |
[x] Note | See Choice of Data Types for further information about how to use [x] |
MedicationStatement.dosage.rate[x] | |
Definition | Identifies the speed with which the medication was or will be introduced into the patient. Typically the rate for an infusion e.g. 100 ml per 1 hour or 100 ml/hr. May also be expressed as a rate per unit of time e.g. 500 ml per 2 hours. Other examples: 200 mcg/min or 200 mcg/1 minute; 1 liter/8 hours. Sometimes, a rate can imply duration when expressed as total volume / duration (e.g. 500mL/2 hours implies a duration of 2 hours). However, when rate doesn't imply duration (e.g. 250mL/hour), then the timing.repeat.duration is needed to convey the infuse over time period. |
Control | 0..1 |
Type | Choice of: Ratio, Range, Quantity(SimpleQuantity) |
[x] Note | See Choice of Data Types for further information about how to use [x] |
MedicationStatement.dosage.maxDosePerPeriod | |
Definition | The maximum total quantity of a therapeutic substance that may be administered to a subject over the period of time. For example, 1000mg in 24 hours. |
Control | 0..1 |
Type | Ratio |