4.12 MedicationStatement リソース

logo fhir

HomeClinicalMedicationStatement [medicationstatement]

Resource MedicationStatement - Content4.12

A 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.

The resource name as it appears in a RESTful URL is [root]/medicationstatement/

This resource is distinct from MedicationPrescription, 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 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.

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

Resource Content4.12.1

<MedicationStatement xmlns="http://hl7.org/fhir"> <!-- from Resource: extension, narrative, and contained --> <identifier><!-- 0..* Identifier External Identifier --></identifier> <patient><!-- 0..1 Resource(Patient) Patient --></patient> <wasNotGiven value="[boolean]"/><!-- 0..1 True if asserting medication was not given --> <reasonNotGiven><!-- 0..* CodeableConcept True if asserting medication was not given --></reasonNotGiven> <whenGiven><!-- 0..1 Period Effective time --></whenGiven> <medication><!-- 0..1 Resource(Medication) Medication --></medication> <administrationDevice><!-- 0..* Resource(Device) Administration device --></administrationDevice> <dosage> <!-- 0..* Medicine administration instructions to the patient/carer --> <timing><!-- 0..1 Schedule Medication timing --></timing> <site><!-- 0..1 CodeableConcept Entry site --></site> <route><!-- 0..1 CodeableConcept Rout of administration --></route> <method><!-- 0..1 CodeableConcept Administration method --></method> <quantity><!-- 0..1 Quantity Dose quantity per dose --></quantity> <rate><!-- 0..1 Ratio Dose quantity per unit of time --></rate> <maxDosePerPeriod><!-- 0..1 Ratio Total dose that should be consumed per unit of time --></maxDosePerPeriod> </dosage> </MedicationStatement>

Alternate definitions: Schema/Schematron, Resource Profile

Terminology Bindings 4.12.1.1

Search Parameters 4.12.2

Search Parameters for RESTful searches. The standard parameters also apply. See Searching for more information.