STU3 Candidate

This page is part of the FHIR Specification (v1.8.0: STU 3 Draft). 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

11.5 Resource MedicationStatement - Content

Pharmacy Work GroupMaturity Level: 1Compartments: 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:

  • the recording of non-prescription and/or recreational drugs
  • the recording of an intake medication list upon admission to hospital
  • the summarization of a patient's "active medications" in a patient profile

This resource does not produce a medication list, but it does produce individual medication statements that may be used in the List resource to construct various types of medication lists. Note that other medication lists can also be constructed from the other Pharmacy resources (e.g., MedicationRequest, MedicationAdministration).

A medication statement is not a part of the prescribe -> dispense -> administer sequence, but is a report by a patient, significant other or a clinician that one or more of the prescribe, dispense or administer actions has occurred, resulting is a belief that the patient is, has, or will be using a particular medication.

MedicationStatement is an event resource from a FHIR workflow perspective - see Workflow Event

The Medication domain includes a number of related resources

MedicationRequest An order for both supply of the medication and the instructions for administration of the medicine to a patient.
MedicationDispense Provision of a supply of a medication with the intention that it is subsequently consumed by a patient (usually in response to a prescription).
MedicationAdministration When a patient actually consumes a medicine, or it is otherwise administered to them
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 MedicationRequest, 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

NameFlagsCard.TypeDescription & Constraintsdoco
.. MedicationStatement IDomainResourceRecord of medication being taken by a patient
Reason not taken is only permitted if notTaken is Yes
... identifier 0..*IdentifierExternal identifier
... status ?!Σ1..1codeactive | completed | entered-in-error | intended | stopped | on-hold
MedicationStatementStatus (Required)
... medication[x] Σ1..1What medication was taken
SNOMED CT Medication Codes (Example)
.... medicationCodeableConceptCodeableConcept
.... medicationReferenceReference(Medication)
... subject Σ1..1Reference(Patient | Group)Who is/was taking the medication
... effective[x] Σ0..1Over what period was medication consumed?
.... effectiveDateTimedateTime
.... effectivePeriodPeriod
... informationSource 0..1Reference(Patient | Practitioner | RelatedPerson | Organization)Person or organization that provided the information about the taking of this medication
... derivedFrom 0..*Reference(Any)Additional supporting information
... dateAsserted Σ0..1dateTimeWhen the statement was asserted?
... notTaken ?!Σ0..1codey | n | unk
MedicationStatementNotTaken (Required)
... reasonNotTaken I0..*CodeableConceptTrue if asserting medication was not given
SNOMED CT Drugs not taken/completed Codes (Example)
... reasonForUseCodeableConcept 0..*CodeableConceptReason for why the medication is being/was taken
Condition/Problem/Diagnosis Codes (Example)
... reasonForUseReference 0..*Reference(Condition | Observation)Condition or observation that supports why the medication is being/was taken
... note 0..*AnnotationFurther information about the statement
... category 0..1codeType of medication usage
MedicationStatementCategory (Example)
... dosage 0..*DosageInstructionDetails of how medication was taken

doco Documentation for this format

UML Diagram (Legend)

MedicationStatement (DomainResource)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 updatedidentifier : Identifier [0..*]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 (this element modifies the meaning of other elements)status : code [1..1] « A coded concept indicating the current status of a MedicationStatement. (Strength=Required)MedicationStatementStatus! »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 medicationsmedication[x] : Type [1..1] « CodeableConcept|Reference(Medication); A coded concept identifying the substance or product being taken. (Strength=Example) SNOMED CT Medication ?? »The person, animal or group who is/was taking the medicationsubject : Reference [1..1] « Patient|Group »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)effective[x] : Type [0..1] « dateTime|Period »The person or 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 MedicationRequestinformationSource : Reference [0..1] « Patient|Practitioner| RelatedPerson|Organization »Allows linking the MedicationStatement to the underlying MedicationRequest, or to other information that supports or is used to derive the MedicationStatementderivedFrom : Reference [0..*] « Any »The date when the medication statement was asserted by the information sourcedateAsserted : dateTime [0..1]Indicator of the certainty of whether the medication was taken by the patient (this element modifies the meaning of other elements)notTaken : code [0..1] « A coded concept identifying level of certainty if patient has taken or has not taken the medication (Strength=Required)MedicationStatementNotTaken! »A code indicating why the medication was not takenreasonNotTaken : CodeableConcept [0..*] « A coded concept indicating the reason why the medication was not taken (Strength=Example)SNOMED CT Drugs not taken/com...?? »A reason for why the medication is being/was takenreasonForUseCodeableConcept : CodeableConcept [0..*] « A coded concept identifying why the medication is being taken. (Strength=Example) Condition/Problem/Diagnosis ?? »Condition or observation that supports why the medication is being/was takenreasonForUseReference : Reference [0..*] « Condition|Observation »Provides extra information about the medication statement that is not conveyed by the other attributesnote : Annotation [0..*]Indicates where type of medication statement and where the medication is expected to be consumed or administeredcategory : code [0..1] « A coded concept identifying where the medication included in the medicationstatement is expected to be consumed or administered (Strength=Example)MedicationStatementCategory?? »Indicates how the medication is/was used by the patientdosage : DosageInstruction [0..*]

XML Template

<MedicationStatement xmlns="http://hl7.org/fhir"> doco
 <!-- 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]>
 <subject><!-- 1..1 Reference(Patient|Group) Who is/was taking  the medication --></subject>
 <effective[x]><!-- 0..1 dateTime|Period Over what period was medication consumed? --></effective[x]>
 <informationSource><!-- 0..1 Reference(Patient|Practitioner|RelatedPerson|
   Organization) Person or organization that provided the information about the taking of this medication --></informationSource>
 <derivedFrom><!-- 0..* Reference(Any) Additional supporting information --></derivedFrom>
 <dateAsserted value="[dateTime]"/><!-- 0..1 When the statement was asserted? -->
 <notTaken value="[code]"/><!-- 0..1 y | n | unk -->
 <reasonNotTaken><!-- ?? 0..* CodeableConcept True if asserting medication was not given --></reasonNotTaken>
 <reasonForUseCodeableConcept><!-- 0..* CodeableConcept Reason for why the medication is being/was taken --></reasonForUseCodeableConcept>
 <reasonForUseReference><!-- 0..* Reference(Condition|Observation) Condition or observation 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..* DosageInstruction Details of how medication was taken --></dosage>
</MedicationStatement>

JSON Template

{doco
  "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) },
  "subject" : { Reference(Patient|Group) }, // 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|
   Organization) }, // Person or organization that provided the information about the taking of this medication
  "derivedFrom" : [{ Reference(Any) }], // Additional supporting information
  "dateAsserted" : "<dateTime>", // When the statement was asserted?
  "notTaken" : "<code>", // y | n | unk
  "reasonNotTaken" : [{ CodeableConcept }], // C? True if asserting medication was not given
  "reasonForUseCodeableConcept" : [{ CodeableConcept }], // Reason for why the medication is being/was taken
  "reasonForUseReference" : [{ Reference(Condition|Observation) }], // Condition or observation that supports why the medication is being/was taken
  "note" : [{ Annotation }], // Further information about the statement
  "category" : "<code>", // Type of medication usage
  "dosage" : [{ DosageInstruction }] // Details of how medication was taken
}

Turtle Template

@prefix fhir: <http://hl7.org/fhir/> .doco


[ 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.subject [ Reference(Patient|Group) ]; # 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|Organization) ]; # 0..1 Person or organization that provided the information about the taking of this medication
  fhir:MedicationStatement.derivedFrom [ Reference(Any) ], ... ; # 0..* Additional supporting information
  fhir:MedicationStatement.dateAsserted [ dateTime ]; # 0..1 When the statement was asserted?
  fhir:MedicationStatement.notTaken [ code ]; # 0..1 y | n | unk
  fhir:MedicationStatement.reasonNotTaken [ CodeableConcept ], ... ; # 0..* True if asserting medication was not given
  fhir:MedicationStatement.reasonForUseCodeableConcept [ CodeableConcept ], ... ; # 0..* Reason for why the medication is being/was taken
  fhir:MedicationStatement.reasonForUseReference [ Reference(Condition|Observation) ], ... ; # 0..* Condition or observation 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 [ DosageInstruction ], ... ; # 0..* Details of how medication was taken
]

Changes since DSTU2

MedicationStatement
MedicationStatement.subject added Element
MedicationStatement.informationSource Add Reference(Organization)
MedicationStatement.derivedFrom added Element
MedicationStatement.notTaken Renamed from wasNotTaken to notTaken
Type changed from boolean to code
Add Binding http://hl7.org/fhir/ValueSet/medication-statement-nottaken (required)
MedicationStatement.reasonForUseCodeableConcept added Element
MedicationStatement.reasonForUseReference added Element
MedicationStatement.note Max Cardinality changed from 1 to *
Type changed from string to Annotation
MedicationStatement.category added Element
MedicationStatement.dosage Type changed from BackboneElement to DosageInstruction
MedicationStatement.patient deleted
MedicationStatement.reasonForUse[x] deleted
MedicationStatement.supportingInformation deleted
MedicationStatement.dosage.text deleted
MedicationStatement.dosage.timing deleted
MedicationStatement.dosage.asNeeded[x] deleted
MedicationStatement.dosage.site[x] deleted
MedicationStatement.dosage.route deleted
MedicationStatement.dosage.method deleted
MedicationStatement.dosage.quantity[x] deleted
MedicationStatement.dosage.rate[x] deleted
MedicationStatement.dosage.maxDosePerPeriod deleted

See the Full Difference for further information

Structure

NameFlagsCard.TypeDescription & Constraintsdoco
.. MedicationStatement IDomainResourceRecord of medication being taken by a patient
Reason not taken is only permitted if notTaken is Yes
... identifier 0..*IdentifierExternal identifier
... status ?!Σ1..1codeactive | completed | entered-in-error | intended | stopped | on-hold
MedicationStatementStatus (Required)
... medication[x] Σ1..1What medication was taken
SNOMED CT Medication Codes (Example)
.... medicationCodeableConceptCodeableConcept
.... medicationReferenceReference(Medication)
... subject Σ1..1Reference(Patient | Group)Who is/was taking the medication
... effective[x] Σ0..1Over what period was medication consumed?
.... effectiveDateTimedateTime
.... effectivePeriodPeriod
... informationSource 0..1Reference(Patient | Practitioner | RelatedPerson | Organization)Person or organization that provided the information about the taking of this medication
... derivedFrom 0..*Reference(Any)Additional supporting information
... dateAsserted Σ0..1dateTimeWhen the statement was asserted?
... notTaken ?!Σ0..1codey | n | unk
MedicationStatementNotTaken (Required)
... reasonNotTaken I0..*CodeableConceptTrue if asserting medication was not given
SNOMED CT Drugs not taken/completed Codes (Example)
... reasonForUseCodeableConcept 0..*CodeableConceptReason for why the medication is being/was taken
Condition/Problem/Diagnosis Codes (Example)
... reasonForUseReference 0..*Reference(Condition | Observation)Condition or observation that supports why the medication is being/was taken
... note 0..*AnnotationFurther information about the statement
... category 0..1codeType of medication usage
MedicationStatementCategory (Example)
... dosage 0..*DosageInstructionDetails of how medication was taken

doco Documentation for this format

UML Diagram (Legend)

MedicationStatement (DomainResource)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 updatedidentifier : Identifier [0..*]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 (this element modifies the meaning of other elements)status : code [1..1] « A coded concept indicating the current status of a MedicationStatement. (Strength=Required)MedicationStatementStatus! »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 medicationsmedication[x] : Type [1..1] « CodeableConcept|Reference(Medication); A coded concept identifying the substance or product being taken. (Strength=Example) SNOMED CT Medication ?? »The person, animal or group who is/was taking the medicationsubject : Reference [1..1] « Patient|Group »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)effective[x] : Type [0..1] « dateTime|Period »The person or 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 MedicationRequestinformationSource : Reference [0..1] « Patient|Practitioner| RelatedPerson|Organization »Allows linking the MedicationStatement to the underlying MedicationRequest, or to other information that supports or is used to derive the MedicationStatementderivedFrom : Reference [0..*] « Any »The date when the medication statement was asserted by the information sourcedateAsserted : dateTime [0..1]Indicator of the certainty of whether the medication was taken by the patient (this element modifies the meaning of other elements)notTaken : code [0..1] « A coded concept identifying level of certainty if patient has taken or has not taken the medication (Strength=Required)MedicationStatementNotTaken! »A code indicating why the medication was not takenreasonNotTaken : CodeableConcept [0..*] « A coded concept indicating the reason why the medication was not taken (Strength=Example)SNOMED CT Drugs not taken/com...?? »A reason for why the medication is being/was takenreasonForUseCodeableConcept : CodeableConcept [0..*] « A coded concept identifying why the medication is being taken. (Strength=Example) Condition/Problem/Diagnosis ?? »Condition or observation that supports why the medication is being/was takenreasonForUseReference : Reference [0..*] « Condition|Observation »Provides extra information about the medication statement that is not conveyed by the other attributesnote : Annotation [0..*]Indicates where type of medication statement and where the medication is expected to be consumed or administeredcategory : code [0..1] « A coded concept identifying where the medication included in the medicationstatement is expected to be consumed or administered (Strength=Example)MedicationStatementCategory?? »Indicates how the medication is/was used by the patientdosage : DosageInstruction [0..*]

XML Template

<MedicationStatement xmlns="http://hl7.org/fhir"> doco
 <!-- 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]>
 <subject><!-- 1..1 Reference(Patient|Group) Who is/was taking  the medication --></subject>
 <effective[x]><!-- 0..1 dateTime|Period Over what period was medication consumed? --></effective[x]>
 <informationSource><!-- 0..1 Reference(Patient|Practitioner|RelatedPerson|
   Organization) Person or organization that provided the information about the taking of this medication --></informationSource>
 <derivedFrom><!-- 0..* Reference(Any) Additional supporting information --></derivedFrom>
 <dateAsserted value="[dateTime]"/><!-- 0..1 When the statement was asserted? -->
 <notTaken value="[code]"/><!-- 0..1 y | n | unk -->
 <reasonNotTaken><!-- ?? 0..* CodeableConcept True if asserting medication was not given --></reasonNotTaken>
 <reasonForUseCodeableConcept><!-- 0..* CodeableConcept Reason for why the medication is being/was taken --></reasonForUseCodeableConcept>
 <reasonForUseReference><!-- 0..* Reference(Condition|Observation) Condition or observation 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..* DosageInstruction Details of how medication was taken --></dosage>
</MedicationStatement>

JSON Template

{doco
  "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) },
  "subject" : { Reference(Patient|Group) }, // 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|
   Organization) }, // Person or organization that provided the information about the taking of this medication
  "derivedFrom" : [{ Reference(Any) }], // Additional supporting information
  "dateAsserted" : "<dateTime>", // When the statement was asserted?
  "notTaken" : "<code>", // y | n | unk
  "reasonNotTaken" : [{ CodeableConcept }], // C? True if asserting medication was not given
  "reasonForUseCodeableConcept" : [{ CodeableConcept }], // Reason for why the medication is being/was taken
  "reasonForUseReference" : [{ Reference(Condition|Observation) }], // Condition or observation that supports why the medication is being/was taken
  "note" : [{ Annotation }], // Further information about the statement
  "category" : "<code>", // Type of medication usage
  "dosage" : [{ DosageInstruction }] // Details of how medication was taken
}

Turtle Template

@prefix fhir: <http://hl7.org/fhir/> .doco


[ 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.subject [ Reference(Patient|Group) ]; # 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|Organization) ]; # 0..1 Person or organization that provided the information about the taking of this medication
  fhir:MedicationStatement.derivedFrom [ Reference(Any) ], ... ; # 0..* Additional supporting information
  fhir:MedicationStatement.dateAsserted [ dateTime ]; # 0..1 When the statement was asserted?
  fhir:MedicationStatement.notTaken [ code ]; # 0..1 y | n | unk
  fhir:MedicationStatement.reasonNotTaken [ CodeableConcept ], ... ; # 0..* True if asserting medication was not given
  fhir:MedicationStatement.reasonForUseCodeableConcept [ CodeableConcept ], ... ; # 0..* Reason for why the medication is being/was taken
  fhir:MedicationStatement.reasonForUseReference [ Reference(Condition|Observation) ], ... ; # 0..* Condition or observation 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 [ DosageInstruction ], ... ; # 0..* Details of how medication was taken
]

Changes since DSTU2

MedicationStatement
MedicationStatement.subject added Element
MedicationStatement.informationSource Add Reference(Organization)
MedicationStatement.derivedFrom added Element
MedicationStatement.notTaken Renamed from wasNotTaken to notTaken
Type changed from boolean to code
Add Binding http://hl7.org/fhir/ValueSet/medication-statement-nottaken (required)
MedicationStatement.reasonForUseCodeableConcept added Element
MedicationStatement.reasonForUseReference added Element
MedicationStatement.note Max Cardinality changed from 1 to *
Type changed from string to Annotation
MedicationStatement.category added Element
MedicationStatement.dosage Type changed from BackboneElement to DosageInstruction
MedicationStatement.patient deleted
MedicationStatement.reasonForUse[x] deleted
MedicationStatement.supportingInformation deleted
MedicationStatement.dosage.text deleted
MedicationStatement.dosage.timing deleted
MedicationStatement.dosage.asNeeded[x] deleted
MedicationStatement.dosage.site[x] deleted
MedicationStatement.dosage.route deleted
MedicationStatement.dosage.method deleted
MedicationStatement.dosage.quantity[x] deleted
MedicationStatement.dosage.rate[x] deleted
MedicationStatement.dosage.maxDosePerPeriod deleted

See the Full Difference for further information

 

Alternate definitions: Master Definition (XML, JSON), XML Schema/Schematron (for ) + JSON Schema, ShEx (for Turtle), JSON-LD (for RDF as JSON-LD),

PathDefinitionTypeReference
MedicationStatement.status A coded concept indicating the current status of a MedicationStatement.RequiredMedicationStatementStatus
MedicationStatement.medication[x] A coded concept identifying the substance or product being taken.ExampleSNOMED CT Medication Codes
MedicationStatement.notTaken A coded concept identifying level of certainty if patient has taken or has not taken the medicationRequiredMedicationStatementNotTaken
MedicationStatement.reasonNotTaken A coded concept indicating the reason why the medication was not takenExampleSNOMED CT Drugs not taken/completed Codes
MedicationStatement.reasonForUseCodeableConcept A coded concept identifying why the medication is being taken.ExampleCondition/Problem/Diagnosis Codes
MedicationStatement.category A coded concept identifying where the medication included in the medicationstatement is expected to be consumed or administeredExampleMedicationStatementCategory

  • mst-1: Reason not taken is only permitted if notTaken is Yes (expression : reasonNotTaken.empty() or notTaken='y')

Search parameters for this resource. The common parameters also apply. See Searching for more information about searching in REST, messaging, and services.

NameTypeDescriptionPathsIn Common
categorytokenReturns statements of this category of medicationstatementMedicationStatement.category
codetokenReturn statements of this medication codeMedicationStatement.medicationCodeableConcept4 Resources
effectivedateDate when patient was taking (or not taking) the medicationMedicationStatement.effective[x]
identifiertokenReturn statements with this external identifierMedicationStatement.identifier3 Resources
medicationreferenceReturn statements of this medication referenceMedicationStatement.medicationReference
(Medication)
3 Resources
sourcereferenceWho or where the information in the statement came fromMedicationStatement.informationSource
(Practitioner, Organization, Patient, RelatedPerson)
statustokenReturn statements that match the given statusMedicationStatement.status3 Resources
subjectreferenceThe identity of a patient, animal or group to list statements forMedicationStatement.subject
(Group, Patient)