<MedicationStatement xmlns="http://hl7.org/fhir">
  <id value="mii-de-med-statement-example-3" />
  <meta>
    <profile value="http://fhir.smart4health.eu/StructureDefinition/s4h-medicationstatement" />
  </meta>
  <status value="active" />
  <medicationCodeableConcept>
    <coding>
      <system value="http://fhir.de/CodeSystem/ifa/pzn" />
      <code value="02532793" />
      <display value="L-THYROXIN 125 Henning Tabletten" />
    </coding>
  </medicationCodeableConcept>
  <subject>
    <display value="Marie Lux-Brennard" />
  </subject>
  <effectiveDateTime value="2020-05-27T17:57:00+01:00" />
  <dosage>
    <text value="L-Thyroxin 125 Mikrogramm täglich eine Tablette oral eine halbe Stunde vor dem Früchstück" />
    <timing>
      <repeat>
        <frequency value="1" />
        <period value="1" />
        <periodUnit value="d" />
        <when value="ACM" />
        <offset value="30" />
      </repeat>
    </timing>
    <route>
      <coding>
        <system value="http://standardterms.edqm.eu" />
        <code value="20053000" />
        <display value="Oral use" />
      </coding>
    </route>
  </dosage>
</MedicationStatement>