{
  "resourceType": "MedicationStatement",
  "id": "medplan-plus-de-med-statement-example-1",
  "meta": {
    "profile": [
      "http://fhir.smart4health.eu/StructureDefinition/s4h-medicationstatement"
    ]
  },
  "status": "active",
  "medicationReference": {
    "identifier": {
      "system": "http://example.com/mymedcodes",
      "value": "medplanplus-med-1"
    }
  },
  "subject": {
    "display": "Marie Lux-Brennard"
  },
  "effectivePeriod": {
    "start": "2017-08-08"
  },
  "reasonCode": [
    {
      "text": "Aua!"
    }
  ],
  "dosage": [
    {
      "timing": {
        "code": {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-TimingEvent",
              "code": "CV"
            }
          ]
        }
      },
      "doseAndRate": [
        {
          "doseQuantity": {
            "value": 1,
            "system": "http://fhir.de/CodeSystem/kbv/s-bmp-dosiereinheit",
            "code": "1"
          }
        }
      ]
    }
  ]
}