<?xml version="1.0" encoding="UTF-8"?>

<MedicationStatement xmlns="http://hl7.org/fhir">
  <id value="example-referral-medication"/>
  <text>
    <status value="generated"/><div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: MedicationStatement example-referral-medication</b></p><a name="example-referral-medication"> </a><a name="hcexample-referral-medication"> </a><p><b>status</b>: Active</p><p><b>medication</b>: <span title="Codes:{https://example.org/fhir/CodeSystem/medication-catalog ibuprofen-600}">ibuprofen-600</span></p><p><b>subject</b>: <a href="Patient-example-patient.html">Thomas Weber (official) Male, DoB: 1975-06-15</a></p><p><b>effective</b>: 2026-07-20 --&gt; (ongoing)</p></div>
  </text>
  <status value="active"/>
  <medicationCodeableConcept>
    <coding>
      <system value="https://example.org/fhir/CodeSystem/medication-catalog"/>
      <version value="2026-01"/>
      <code value="ibuprofen-600"/>
    </coding>
  </medicationCodeableConcept>
  <subject>
    <reference value="Patient/example-patient"/>
  </subject>
  <effectivePeriod>
    <start value="2026-07-20"/>
  </effectivePeriod>
</MedicationStatement>