<MedicationStatement xmlns="http://hl7.org/fhir">
  <id value="medplan-plus-de-med-statement-example-2" />
  <meta>
    <profile value="http://fhir.smart4health.eu/StructureDefinition/s4h-medicationstatement" />
  </meta>
  <status value="active" />
  <medicationReference>
    <identifier>
      <system value="http://example.com/mymedcodes" />
      <value value="medplanplus-med-2" />
    </identifier>
  </medicationReference>
  <subject>
    <display value="Marie Lux-Brennard" />
  </subject>
  <effectivePeriod>
    <start value="2017-08-08" />
  </effectivePeriod>
  <dateAsserted value="2017-08-01" />
  <dosage>
    <timing>
      <code>
        <text value="Immer wenn's stressig wird" />
      </code>
    </timing>
    <doseAndRate>
      <doseRange>
        <low>
          <value value="1" />
          <system value="http://fhir.de/CodeSystem/kbv/s-bmp-dosiereinheit" />
          <code value="1" />
        </low>
        <high>
          <value value="2" />
          <system value="http://fhir.de/CodeSystem/kbv/s-bmp-dosiereinheit" />
          <code value="1" />
        </high>
      </doseRange>
    </doseAndRate>
  </dosage>
</MedicationStatement>