{
  "resourceType": "MedicationStatement",
  "id": "demo-medstat-1-3",
  "status": "active",
  "medicationReference": {
    "reference": "Medication/demo-medication-3"
  },
  "subject": {
    "reference": "Patient/demo-patient-1"
  },
  "taken": "na",
  "dosage": [
    {
      "text": "For 3-5 days 1 tablet every morning and evening in case of serious attack",
      "timing": {
        "repeat": {
          "boundsRange": {
            "low": {
              "value": 3,
              "unit": "days",
              "system": "http://unitsofmeasure.org",
              "code": "d"
            },
            "high": {
              "value": 5,
              "unit": "days",
              "system": "http://unitsofmeasure.org",
              "code": "d"
            }
          },
          "when": [
            "MORN",
            "EVE"
          ]
        }
      },
      "asNeededBoolean": true,
      "doseQuantity": {
        "value": 1,
        "unit": "tablet",
        "system": "http://unitsofmeasure.org",
        "code": "1"
      }
    }
  ]
}