{
  "resourceType": "MedicationStatement",
  "id": "mii-de-med-statement-example-2",
  "meta": {
    "profile": [
      "http://fhir.smart4health.eu/StructureDefinition/s4h-medicationstatement"
    ]
  },
  "status": "active",
  "medicationReference": {
    "identifier": {
      "system": "http://example.com/mymedcodes",
      "value": "mii-med-3"
    }
  },
  "subject": {
    "display": "Marie Lux-Brennard"
  },
  "effectiveDateTime": "2020-01-02T08:30:00+00:00",
  "dosage": [
    {
      "text": "Doxorubicin (Caelyx) 50 mg je Quadratmeter Koerperoberflaeche alle vier Wochen per intravenoeser Tropfinfusion",
      "timing": {
        "repeat": {
          "frequency": 1,
          "period": 4,
          "periodUnit": "wk"
        }
      },
      "route": {
        "coding": [
          {
            "system": "http://standardterms.edqm.eu",
            "code": "20045000",
            "display": "Intravenous use"
          }
        ]
      }
    }
  ]
}