This page is part of the FHIR Specification (v1.6.0: STU 3 Ballot 4). 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
Pharmacy Work Group | Maturity Level: 1 | Compartments: Patient, Practitioner, RelatedPerson |
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.
MedicationStatement is an event resource from a FHIR workflow perspective - see Workflow Event
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 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 goal
Structure
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
MedicationStatement | I | DomainResource | Record of medication being taken by a patient Reason for use reference is only permitted if notTaken is false Reason not taken is only permitted if notTaken is true Reason for use code is only permitted if notTaken is false | |
identifier | 0..* | Identifier | External identifier | |
status | ?!Σ | 1..1 | code | active | completed | entered-in-error | intended | stopped | on-hold MedicationStatementStatus (Required) |
medication[x] | Σ | 1..1 | What medication was taken SNOMED CT Medication Codes (Example) | |
medicationCodeableConcept | CodeableConcept | |||
medicationReference | Reference(Medication) | |||
patient | Σ | 1..1 | Reference(Patient) | Who is/was taking the medication |
effective[x] | Σ | 0..1 | Over what period was medication consumed? | |
effectiveDateTime | dateTime | |||
effectivePeriod | Period | |||
informationSource | 0..1 | Reference(Patient | Practitioner | RelatedPerson) | Person who provided the information about the taking of this medication | |
supportingInformation | 0..* | Reference(Any) | 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 |
reasonForUseCode | 0..* | CodeableConcept | Reason for why the medication is being/was taken 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 MedicationStatementCategory (Example) | |
dosage | 0..* | BackboneElement | Details of how medication was taken | |
text | 0..1 | string | Free text dosage instructions as reported by the information source | |
additionalInstructions | 0..* | CodeableConcept | Supplemental instructions - e.g. "with meals" SNOMED CT Additional Dosage Instructions (Example) | |
timing | 0..1 | Timing | When/how often was medication taken | |
asNeeded[x] | 0..1 | Take "as needed" (for x) SNOMED CT Medication As Needed Reason Codes (Example) | ||
asNeededBoolean | boolean | |||
asNeededCodeableConcept | CodeableConcept | |||
site[x] | 0..1 | Where (on body) medication is/was administered SNOMED CT Anatomical Structure for Administration Site Codes (Example) | ||
siteCodeableConcept | CodeableConcept | |||
siteReference | Reference(BodySite) | |||
route | 0..1 | CodeableConcept | How the medication entered the body SNOMED CT Route Codes (Example) | |
method | 0..1 | CodeableConcept | Technique used to administer medication SNOMED CT Administration Method Codes (Example) | |
dose[x] | 0..1 | Amount of medication per dose | ||
doseQuantity | SimpleQuantity | |||
doseRange | Range | |||
rate[x] | 0..1 | Dose quantity per unit of time | ||
rateRatio | Ratio | |||
rateRange | Range | |||
rateQuantity | SimpleQuantity | |||
maxDosePerPeriod | 0..1 | Ratio | Maximum dose that was consumed per unit of time | |
Documentation for this format |
UML Diagram (Legend)
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 | stopped | on-hold --> <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> <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? --> <notTaken value="[boolean]"/><!-- 0..1 True if medication is/was not being taken --> <reasonNotTaken><!-- 0..* CodeableConcept True if asserting medication was not given --></reasonNotTaken> <reasonForUseCode><!-- 0..* CodeableConcept Reason for why the medication is being/was taken --></reasonForUseCode> <reasonForUseReference><!-- 0..* Reference(Condition) Condition that supports why the medication is being/was taken --></reasonForUseReference> <note><!-- 0..* Annotation Further information about the statement --></note> <category value="[code]"/><!-- 0..1 Type of medication usage --> <dosage> <!-- 0..* Details of how medication was taken --> <text value="[string]"/><!-- 0..1 Free text dosage instructions as reported by the information source --> <additionalInstructions><!-- 0..* CodeableConcept Supplemental instructions - e.g. "with meals" --></additionalInstructions> <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> <dose[x]><!-- 0..1 Quantity(SimpleQuantity)|Range Amount of medication per dose --></dose[x]> <rate[x]><!-- 0..1 Ratio|Range|Quantity(SimpleQuantity) 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
{ "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 | stopped | on-hold // 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? "notTaken" : <boolean>, // True if medication is/was not being taken "reasonNotTaken" : [{ CodeableConcept }], // C? True if asserting medication was not given "reasonForUseCode" : [{ CodeableConcept }], // Reason for why the medication is being/was taken "reasonForUseReference" : [{ Reference(Condition) }], // Condition that supports why the medication is being/was taken "note" : [{ Annotation }], // Further information about the statement "category" : "<code>", // Type of medication usage "dosage" : [{ // Details of how medication was taken "text" : "<string>", // Free text dosage instructions as reported by the information source "additionalInstructions" : [{ CodeableConcept }], // Supplemental instructions - e.g. "with meals" "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 // dose[x]: Amount of medication per dose. One of these 2: "doseQuantity" : { Quantity(SimpleQuantity) }, "doseRange" : { Range }, // rate[x]: Dose quantity per unit of time. One of these 3: "rateRatio" : { Ratio }, "rateRange" : { Range }, "rateQuantity" : { Quantity(SimpleQuantity) }, "maxDosePerPeriod" : { Ratio } // Maximum dose that was consumed per unit of time }] }
Turtle Template
@prefix fhir: <http://hl7.org/fhir/> . [ a fhir:MedicationStatement; 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:MedicationStatement.identifier [ Identifier ], ... ; # 0..* External identifier fhir:MedicationStatement.status [ code ]; # 1..1 active | completed | entered-in-error | intended | stopped | on-hold # MedicationStatement.medication[x] : 1..1 What medication was taken. One of these 2 fhir:MedicationStatement.medicationCodeableConcept [ CodeableConcept ] fhir:MedicationStatement.medicationReference [ Reference(Medication) ] fhir:MedicationStatement.patient [ Reference(Patient) ]; # 1..1 Who is/was taking the medication # MedicationStatement.effective[x] : 0..1 Over what period was medication consumed?. One of these 2 fhir:MedicationStatement.effectiveDateTime [ dateTime ] fhir:MedicationStatement.effectivePeriod [ Period ] fhir:MedicationStatement.informationSource [ Reference(Patient|Practitioner|RelatedPerson) ]; # 0..1 Person who provided the information about the taking of this medication fhir:MedicationStatement.supportingInformation [ Reference(Any) ], ... ; # 0..* Additional supporting information fhir:MedicationStatement.dateAsserted [ dateTime ]; # 0..1 When the statement was asserted? fhir:MedicationStatement.notTaken [ boolean ]; # 0..1 True if medication is/was not being taken fhir:MedicationStatement.reasonNotTaken [ CodeableConcept ], ... ; # 0..* True if asserting medication was not given fhir:MedicationStatement.reasonForUseCode [ CodeableConcept ], ... ; # 0..* Reason for why the medication is being/was taken fhir:MedicationStatement.reasonForUseReference [ Reference(Condition) ], ... ; # 0..* Condition that supports why the medication is being/was taken fhir:MedicationStatement.note [ Annotation ], ... ; # 0..* Further information about the statement fhir:MedicationStatement.category [ code ]; # 0..1 Type of medication usage fhir:MedicationStatement.dosage [ # 0..* Details of how medication was taken fhir:MedicationStatement.dosage.text [ string ]; # 0..1 Free text dosage instructions as reported by the information source fhir:MedicationStatement.dosage.additionalInstructions [ CodeableConcept ], ... ; # 0..* Supplemental instructions - e.g. "with meals" fhir:MedicationStatement.dosage.timing [ Timing ]; # 0..1 When/how often was medication taken # MedicationStatement.dosage.asNeeded[x] : 0..1 Take "as needed" (for x). One of these 2 fhir:MedicationStatement.dosage.asNeededBoolean [ boolean ] fhir:MedicationStatement.dosage.asNeededCodeableConcept [ CodeableConcept ] # MedicationStatement.dosage.site[x] : 0..1 Where (on body) medication is/was administered. One of these 2 fhir:MedicationStatement.dosage.siteCodeableConcept [ CodeableConcept ] fhir:MedicationStatement.dosage.siteReference [ Reference(BodySite) ] fhir:MedicationStatement.dosage.route [ CodeableConcept ]; # 0..1 How the medication entered the body fhir:MedicationStatement.dosage.method [ CodeableConcept ]; # 0..1 Technique used to administer medication # MedicationStatement.dosage.dose[x] : 0..1 Amount of medication per dose. One of these 2 fhir:MedicationStatement.dosage.doseSimpleQuantity [ Quantity(SimpleQuantity) ] fhir:MedicationStatement.dosage.doseRange [ Range ] # MedicationStatement.dosage.rate[x] : 0..1 Dose quantity per unit of time. One of these 3 fhir:MedicationStatement.dosage.rateRatio [ Ratio ] fhir:MedicationStatement.dosage.rateRange [ Range ] fhir:MedicationStatement.dosage.rateSimpleQuantity [ Quantity(SimpleQuantity) ] fhir:MedicationStatement.dosage.maxDosePerPeriod [ Ratio ]; # 0..1 Maximum dose that was consumed per unit of time ], ...; ]
Changes since DSTU2
MedicationStatement | |
MedicationStatement.notTaken | Renamed from wasNotTaken to notTaken |
MedicationStatement.reasonForUseCode | added |
MedicationStatement.reasonForUseReference | added |
MedicationStatement.note |
Max Cardinality changed from 1 to * Type changed from string to Annotation |
MedicationStatement.category | added |
MedicationStatement.dosage.additionalInstructions | added |
MedicationStatement.dosage.dose[x] | added |
MedicationStatement.dosage.rate[x] | Add Quantity{http://hl7.org/fhir/StructureDefinition/SimpleQuantity} |
MedicationStatement.reasonForUse[x] | deleted |
MedicationStatement.dosage.quantity[x] | deleted |
See the Full Difference for further information
Structure
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
MedicationStatement | I | DomainResource | Record of medication being taken by a patient Reason for use reference is only permitted if notTaken is false Reason not taken is only permitted if notTaken is true Reason for use code is only permitted if notTaken is false | |
identifier | 0..* | Identifier | External identifier | |
status | ?!Σ | 1..1 | code | active | completed | entered-in-error | intended | stopped | on-hold MedicationStatementStatus (Required) |
medication[x] | Σ | 1..1 | What medication was taken SNOMED CT Medication Codes (Example) | |
medicationCodeableConcept | CodeableConcept | |||
medicationReference | Reference(Medication) | |||
patient | Σ | 1..1 | Reference(Patient) | Who is/was taking the medication |
effective[x] | Σ | 0..1 | Over what period was medication consumed? | |
effectiveDateTime | dateTime | |||
effectivePeriod | Period | |||
informationSource | 0..1 | Reference(Patient | Practitioner | RelatedPerson) | Person who provided the information about the taking of this medication | |
supportingInformation | 0..* | Reference(Any) | 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 |
reasonForUseCode | 0..* | CodeableConcept | Reason for why the medication is being/was taken 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 MedicationStatementCategory (Example) | |
dosage | 0..* | BackboneElement | Details of how medication was taken | |
text | 0..1 | string | Free text dosage instructions as reported by the information source | |
additionalInstructions | 0..* | CodeableConcept | Supplemental instructions - e.g. "with meals" SNOMED CT Additional Dosage Instructions (Example) | |
timing | 0..1 | Timing | When/how often was medication taken | |
asNeeded[x] | 0..1 | Take "as needed" (for x) SNOMED CT Medication As Needed Reason Codes (Example) | ||
asNeededBoolean | boolean | |||
asNeededCodeableConcept | CodeableConcept | |||
site[x] | 0..1 | Where (on body) medication is/was administered SNOMED CT Anatomical Structure for Administration Site Codes (Example) | ||
siteCodeableConcept | CodeableConcept | |||
siteReference | Reference(BodySite) | |||
route | 0..1 | CodeableConcept | How the medication entered the body SNOMED CT Route Codes (Example) | |
method | 0..1 | CodeableConcept | Technique used to administer medication SNOMED CT Administration Method Codes (Example) | |
dose[x] | 0..1 | Amount of medication per dose | ||
doseQuantity | SimpleQuantity | |||
doseRange | Range | |||
rate[x] | 0..1 | Dose quantity per unit of time | ||
rateRatio | Ratio | |||
rateRange | Range | |||
rateQuantity | SimpleQuantity | |||
maxDosePerPeriod | 0..1 | Ratio | Maximum dose that was consumed per unit of time | |
Documentation for this format |
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 | stopped | on-hold --> <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> <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? --> <notTaken value="[boolean]"/><!-- 0..1 True if medication is/was not being taken --> <reasonNotTaken><!-- 0..* CodeableConcept True if asserting medication was not given --></reasonNotTaken> <reasonForUseCode><!-- 0..* CodeableConcept Reason for why the medication is being/was taken --></reasonForUseCode> <reasonForUseReference><!-- 0..* Reference(Condition) Condition that supports why the medication is being/was taken --></reasonForUseReference> <note><!-- 0..* Annotation Further information about the statement --></note> <category value="[code]"/><!-- 0..1 Type of medication usage --> <dosage> <!-- 0..* Details of how medication was taken --> <text value="[string]"/><!-- 0..1 Free text dosage instructions as reported by the information source --> <additionalInstructions><!-- 0..* CodeableConcept Supplemental instructions - e.g. "with meals" --></additionalInstructions> <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> <dose[x]><!-- 0..1 Quantity(SimpleQuantity)|Range Amount of medication per dose --></dose[x]> <rate[x]><!-- 0..1 Ratio|Range|Quantity(SimpleQuantity) 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
{ "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 | stopped | on-hold // 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? "notTaken" : <boolean>, // True if medication is/was not being taken "reasonNotTaken" : [{ CodeableConcept }], // C? True if asserting medication was not given "reasonForUseCode" : [{ CodeableConcept }], // Reason for why the medication is being/was taken "reasonForUseReference" : [{ Reference(Condition) }], // Condition that supports why the medication is being/was taken "note" : [{ Annotation }], // Further information about the statement "category" : "<code>", // Type of medication usage "dosage" : [{ // Details of how medication was taken "text" : "<string>", // Free text dosage instructions as reported by the information source "additionalInstructions" : [{ CodeableConcept }], // Supplemental instructions - e.g. "with meals" "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 // dose[x]: Amount of medication per dose. One of these 2: "doseQuantity" : { Quantity(SimpleQuantity) }, "doseRange" : { Range }, // rate[x]: Dose quantity per unit of time. One of these 3: "rateRatio" : { Ratio }, "rateRange" : { Range }, "rateQuantity" : { Quantity(SimpleQuantity) }, "maxDosePerPeriod" : { Ratio } // Maximum dose that was consumed per unit of time }] }
Turtle Template
@prefix fhir: <http://hl7.org/fhir/> . [ a fhir:MedicationStatement; 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:MedicationStatement.identifier [ Identifier ], ... ; # 0..* External identifier fhir:MedicationStatement.status [ code ]; # 1..1 active | completed | entered-in-error | intended | stopped | on-hold # MedicationStatement.medication[x] : 1..1 What medication was taken. One of these 2 fhir:MedicationStatement.medicationCodeableConcept [ CodeableConcept ] fhir:MedicationStatement.medicationReference [ Reference(Medication) ] fhir:MedicationStatement.patient [ Reference(Patient) ]; # 1..1 Who is/was taking the medication # MedicationStatement.effective[x] : 0..1 Over what period was medication consumed?. One of these 2 fhir:MedicationStatement.effectiveDateTime [ dateTime ] fhir:MedicationStatement.effectivePeriod [ Period ] fhir:MedicationStatement.informationSource [ Reference(Patient|Practitioner|RelatedPerson) ]; # 0..1 Person who provided the information about the taking of this medication fhir:MedicationStatement.supportingInformation [ Reference(Any) ], ... ; # 0..* Additional supporting information fhir:MedicationStatement.dateAsserted [ dateTime ]; # 0..1 When the statement was asserted? fhir:MedicationStatement.notTaken [ boolean ]; # 0..1 True if medication is/was not being taken fhir:MedicationStatement.reasonNotTaken [ CodeableConcept ], ... ; # 0..* True if asserting medication was not given fhir:MedicationStatement.reasonForUseCode [ CodeableConcept ], ... ; # 0..* Reason for why the medication is being/was taken fhir:MedicationStatement.reasonForUseReference [ Reference(Condition) ], ... ; # 0..* Condition that supports why the medication is being/was taken fhir:MedicationStatement.note [ Annotation ], ... ; # 0..* Further information about the statement fhir:MedicationStatement.category [ code ]; # 0..1 Type of medication usage fhir:MedicationStatement.dosage [ # 0..* Details of how medication was taken fhir:MedicationStatement.dosage.text [ string ]; # 0..1 Free text dosage instructions as reported by the information source fhir:MedicationStatement.dosage.additionalInstructions [ CodeableConcept ], ... ; # 0..* Supplemental instructions - e.g. "with meals" fhir:MedicationStatement.dosage.timing [ Timing ]; # 0..1 When/how often was medication taken # MedicationStatement.dosage.asNeeded[x] : 0..1 Take "as needed" (for x). One of these 2 fhir:MedicationStatement.dosage.asNeededBoolean [ boolean ] fhir:MedicationStatement.dosage.asNeededCodeableConcept [ CodeableConcept ] # MedicationStatement.dosage.site[x] : 0..1 Where (on body) medication is/was administered. One of these 2 fhir:MedicationStatement.dosage.siteCodeableConcept [ CodeableConcept ] fhir:MedicationStatement.dosage.siteReference [ Reference(BodySite) ] fhir:MedicationStatement.dosage.route [ CodeableConcept ]; # 0..1 How the medication entered the body fhir:MedicationStatement.dosage.method [ CodeableConcept ]; # 0..1 Technique used to administer medication # MedicationStatement.dosage.dose[x] : 0..1 Amount of medication per dose. One of these 2 fhir:MedicationStatement.dosage.doseSimpleQuantity [ Quantity(SimpleQuantity) ] fhir:MedicationStatement.dosage.doseRange [ Range ] # MedicationStatement.dosage.rate[x] : 0..1 Dose quantity per unit of time. One of these 3 fhir:MedicationStatement.dosage.rateRatio [ Ratio ] fhir:MedicationStatement.dosage.rateRange [ Range ] fhir:MedicationStatement.dosage.rateSimpleQuantity [ Quantity(SimpleQuantity) ] fhir:MedicationStatement.dosage.maxDosePerPeriod [ Ratio ]; # 0..1 Maximum dose that was consumed per unit of time ], ...; ]
Changes since DSTU2
MedicationStatement | |
MedicationStatement.notTaken | Renamed from wasNotTaken to notTaken |
MedicationStatement.reasonForUseCode | added |
MedicationStatement.reasonForUseReference | added |
MedicationStatement.note |
Max Cardinality changed from 1 to * Type changed from string to Annotation |
MedicationStatement.category | added |
MedicationStatement.dosage.additionalInstructions | added |
MedicationStatement.dosage.dose[x] | added |
MedicationStatement.dosage.rate[x] | Add Quantity{http://hl7.org/fhir/StructureDefinition/SimpleQuantity} |
MedicationStatement.reasonForUse[x] | deleted |
MedicationStatement.dosage.quantity[x] | deleted |
See the Full Difference for further information
Alternate definitions: Master Definition (XML, JSON), XML Schema/Schematron (for ) + JSON Schema, ShEx (for Turtle)
Path | Definition | Type | Reference |
---|---|---|---|
MedicationStatement.status | A coded concept indicating the current status of a MedicationStatement. | Required | MedicationStatementStatus |
MedicationStatement.medication[x] | A coded concept identifying the substance or product being taken. | Example | SNOMED CT Medication Codes |
MedicationStatement.reasonNotTaken | A coded concept indicating the reason why the MedicationStatement is negated. | Unknown | No details provided yet |
MedicationStatement.reasonForUseCode | A coded concept identifying why the medication is being taken. | Example | Condition/Problem/Diagnosis Codes |
MedicationStatement.category | A coded concept identifying where the medication included in the is expected to be consumed or administered | Example | MedicationStatementCategory |
MedicationStatement.dosage.additionalInstructions | A coded concept identifying additional instructions such as "take with water" or "avoid operating heavy machinery". | Example | SNOMED CT Additional Dosage Instructions |
MedicationStatement.dosage.asNeeded[x] | 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. | Example | SNOMED CT Medication As Needed Reason Codes |
MedicationStatement.dosage.site[x] | A coded concept describing the site location the medicine enters into or onto the body. | Example | SNOMED CT Anatomical Structure for Administration 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 | SNOMED CT Route Codes |
MedicationStatement.dosage.method | A coded concept describing the technique by which the medicine is administered. | Example | SNOMED CT Administration Method Codes |
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 | Paths |
code | token | Return statements of this medication code | MedicationStatement.medicationCodeableConcept |
effective | date | Date when patient was taking (or not taking) the medication | MedicationStatement.effective[x] |
identifier | token | Return statements with this external identifier | MedicationStatement.identifier |
medication | reference | Return statements of this medication reference | MedicationStatement.medicationReference (Medication) |
patient | reference | The identity of a patient to list statements for | MedicationStatement.patient (Patient) |
source | reference | Who the information in the statement came from | MedicationStatement.informationSource (Practitioner, Patient, RelatedPerson) |
status | token | Return statements that match the given status | MedicationStatement.status |