This page is part of the FHIR Specification (v0.0.82: DSTU 1). 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

4.12.6 Resource MedicationStatement - Formal Definitions

Formal definitions for the elements in the MedicationStatement resource.

MedicationStatement
DefinitionA record of medication being taken by a patient, or that the medication has been given to a patient where the record is the result of a report from the patient or another clinician.
Control1..1
InvariantsDefined on this element
Inv-1: Reason not given is only permitted if wasNotGiven is true (xpath: not(exists(f:reasonNotGiven)) or f:wasNotGiven='true')
MedicationStatement.identifier
DefinitionExternal identifier - FHIR will generate its own internal IDs (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.
Control0..*
TypeIdentifier
Is Modifiertrue
MedicationStatement.patient
DefinitionThe person or animal who is /was taking the medication.
Control0..1
TypeResource(Patient)
MedicationStatement.wasNotGiven
DefinitionSet this to true if the record is saying that the medication was NOT taken.
Control0..1
Typeboolean
MedicationStatement.reasonNotGiven
DefinitionA code indicating why the medication was not taken.
Control0..*
BindingMedicationAdministrationNegationReason: (See http://hl7.org/fhir/vs/reason-medication-not-given-codes)
TypeCodeableConcept
InvariantsAffect this element
Inv-1: Reason not given is only permitted if wasNotGiven is true (xpath: not(exists(f:reasonNotGiven)) or f:wasNotGiven='true')
To DoIs this in the 80% for medication statement?.
MedicationStatement.whenGiven
DefinitionThe interval of time during which it is being asserted that the patient was taking the medication.
Control0..1
TypePeriod
CommentsIf the medication is still being taken at the time the statement is recorded, the "end" date will be omitted.
MedicationStatement.medication
DefinitionIdentifies 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.
Control0..1
TypeResource(Medication)
CommentsNote: 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.device
DefinitionAn identifier or a link to a resource that identifies a device used in administering the medication to the patient.
Control0..*
TypeResource(Device)
To DoIs this in the 80% for medication statement?.
MedicationStatement.dosage
DefinitionIndicates how the medication is/was used by the patient.
Control0..*
MedicationStatement.dosage.timing
DefinitionThe 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".
Control0..1
TypeSchedule
MedicationStatement.dosage.asNeeded[x]
DefinitionIf set to true or if specified as a CodeableConcept, indicates that the medication is only taken when needed within the specified schedule rather than at every scheduled dose. If a CodeableConcept is present, it indicates the pre-condition for taking the Medication.
Control0..1
BindingMedicationAsNeededReason: A coded concept identifying the pre-condition that should hold prior to consuming a medication dose. For example "pain", "30 minutes prior to sexual intercourse", "on flare-up", etc.
Typeboolean|CodeableConcept
MedicationStatement.dosage.site
DefinitionA coded specification of the anatomic site where the medication first enters the body.
Control0..1
BindingMedicationAdministrationSite: (See http://hl7.org/fhir/vs/approach-site-codes)
TypeCodeableConcept
MedicationStatement.dosage.route
DefinitionA code specifying the route or physiological path of administration of a therapeutic agent into or onto a subject.
Control0..1
BindingRouteOfAdministration: (See http://hl7.org/fhir/vs/route-codes)
TypeCodeableConcept
MedicationStatement.dosage.method
DefinitionA coded value indicating the method by which the medication is introduced into or onto the body. Most commonly used for injections. Examples: Slow Push; Deep IV. Terminologies used often pre-coordinate this term with the route and or form of administration.
Control0..1
BindingMedicationAdministrationMethod: (See http://hl7.org/fhir/vs/administration-method-codes)
TypeCodeableConcept
MedicationStatement.dosage.quantity
DefinitionThe amount of therapeutic or other substance given at one administration event.
Control0..1
TypeQuantity
MedicationStatement.dosage.rate
DefinitionIdentifies the speed with which the substance is introduced into the subject. Typically the rate for an infusion. 200ml in 2 hours.
Control0..1
TypeRatio
MedicationStatement.dosage.maxDosePerPeriod
DefinitionThe maximum total quantity of a therapeutic substance that may be administered to a subject over the period of time. E.g. 1000mg in 24 hours.
Control0..1
TypeRatio
To DoIs this in the 80% for medication statement?.

comments powered by Disqus