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