Standardized Medication Profile (SMP) FHIR IG, published by HL7 International / Pharmacy. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/smp-ig/ and changes regularly. See the Directory of published versions
| Page standards status: Informative |
<MedicationStatement xmlns="http://hl7.org/fhir">
<id value="example-MedicationStatement-metoclopramide-01"/>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: MedicationStatement example-MedicationStatement-metoclopramide-01</b></p><a name="example-MedicationStatement-metoclopramide-01"> </a><a name="hcexample-MedicationStatement-metoclopramide-01"> </a><p><b>basedOn</b>: <a href="MedicationRequest-example-MedicationRequest-metoclopramide-01.html">MedicationRequest: status = active; intent = order; medication[x] = metoclopramide 10 MG Oral Tablet; authoredOn = 2025-07-02</a></p><p><b>status</b>: Active</p><p><b>medication</b>: <span title="Codes:{http://www.nlm.nih.gov/research/umls/rxnorm 311666}, {http://hl7.org/fhir/sid/ndc 00093220301}">metoclopramide 10 MG Oral Tablet</span></p><p><b>subject</b>: <a href="Patient-examplePatient.html">Example Patient</a></p><p><b>dateAsserted</b>: 2025-07-02 13:00:00-0800</p><p><b>informationSource</b>: <a href="Practitioner-examplePractitioner.html">Practitioner Jane Smith (official)</a></p></div>
</text>
<basedOn>🔗
<reference
value="MedicationRequest/example-MedicationRequest-metoclopramide-01"/>
</basedOn>
<status value="active"/>
<medicationCodeableConcept>
<coding>
<system value="http://www.nlm.nih.gov/research/umls/rxnorm"/>
<code value="311666"/>
<display value="metoclopramide 10 MG Oral Tablet"/>
</coding>
<coding>
<system value="http://hl7.org/fhir/sid/ndc"/>
<code value="00093220301"/>
</coding>
</medicationCodeableConcept>
<subject>🔗
<reference value="Patient/examplePatient"/>
<display value="Example Patient"/>
</subject>
<dateAsserted value="2025-07-02T13:00:00-08:00"/>
<informationSource>🔗
<reference value="Practitioner/examplePractitioner"/>
</informationSource>
</MedicationStatement>