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

<MedicationStatement xmlns="http://hl7.org/fhir">
  <id value="example-medicationstatement"/>
  <text>
    <status value="generated"/><div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: MedicationStatement example-medicationstatement</b></p><a name="example-medicationstatement"> </a><a name="hcexample-medicationstatement"> </a><a name="example-medicationstatement-en-US"> </a><p><b>status</b>: Active</p><p><b>medication</b>: <span title="Codes:{http://www.whocc.no/atc C09AA05}">Enalapril 10mg</span></p><p><b>subject</b>: <a href="Patient-example-patient.html">Matti Mallikas Male, DoB: 1962-05-03 ( Social Security Number: 030562-9952)</a></p><h3>Dosages</h3><table class="grid"><tr><td style="display: none">-</td><td><b>AsNeeded[x]</b></td></tr><tr><td style="display: none">*</td><td>false</td></tr></table></div>
  </text>
  <status value="active"/>
  <medicationCodeableConcept>
    <coding>
      <system value="http://www.whocc.no/atc"/>
      <code value="C09AA05"/>
      <display value="Enalapril"/>
    </coding>
    <text value="Enalapril 10mg"/>
  </medicationCodeableConcept>
  <subject>
    <reference value="Patient/example-patient"/>
  </subject>
  <dosage>
    <asNeededBoolean value="false"/>
  </dosage>
</MedicationStatement>