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