Standardized Medication Profile (SMP) FHIR IG
1.0.0 - STU 1 United States of America flag

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

: example-MedicationStatement-alprazolam-01 - XML Representation

Page standards status: Informative

Raw xml | Download


<MedicationStatement xmlns="http://hl7.org/fhir">
  <id value="example-MedicationStatement-alprazolam-01"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: MedicationStatement example-MedicationStatement-alprazolam-01</b></p><a name="example-MedicationStatement-alprazolam-01"> </a><a name="hcexample-MedicationStatement-alprazolam-01"> </a><p><b>basedOn</b>: <a href="MedicationRequest-example-MedicationRequest-alprazolam-01.html">MedicationRequest: status = active; intent = order; medication[x] = alprazolam 0.5 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 308048}, {http://hl7.org/fhir/sid/ndc 00378400305}">alprazolam 0.5 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-alprazolam-01"/>
  </basedOn>
  <status value="active"/>
  <medicationCodeableConcept>
    <coding>
      <system value="http://www.nlm.nih.gov/research/umls/rxnorm"/>
      <code value="308048"/>
      <display value="alprazolam 0.5 MG Oral Tablet"/>
    </coding>
    <coding>
      <system value="http://hl7.org/fhir/sid/ndc"/>
      <code value="00378400305"/>
    </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>