<MedicationStatement xmlns="http://hl7.org/fhir">
  <id value="mii-de-med-statement-example-1" />
  <meta>
    <profile value="http://fhir.smart4health.eu/StructureDefinition/s4h-medicationstatement" />
  </meta>
  <status value="completed" />
  <medicationReference>
    <identifier>
      <system value="http://example.com/mymedcodes" />
      <value value="mii-med-5" />
    </identifier>
  </medicationReference>
  <subject>
    <display value="Marie Lux-Brennard" />
  </subject>
  <effectiveDateTime value="2018-05-26" />
  <dosage>
    <text value="Parenterale Applikation von 2.400 mg bis unter 2.600 mg Thiotepa" />
    <route>
      <coding>
        <system value="http://standardterms.edqm.eu" />
        <code value="20045000" />
        <display value="Intravenous use" />
      </coding>
    </route>
    <doseAndRate>
      <doseRange>
        <low>
          <value value="2400.0" />
          <unit value="milligram" />
          <system value="http://unitsofmeasure.org" />
          <code value="mg" />
        </low>
        <high>
          <value value="2600.0" />
          <unit value="milligram" />
          <system value="http://unitsofmeasure.org" />
          <code value="mg" />
        </high>
      </doseRange>
    </doseAndRate>
  </dosage>
</MedicationStatement>