{
  "resourceType": "MedicationStatement",
  "id": "ExampleISiKMedikationsInformation4",
  "meta": {
    "profile": [
      "https://gematik.de/fhir/isik/StructureDefinition/ISiKMedikationsInformation"
    ]
  },
  "text": {
    "status": "additional",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">Beispiel für Medikation/Einnahme zu jeder Mahlzeit (auch Zwischenmahlzeiten)</div>"
  },
  "status": "active",
  "medicationCodeableConcept": {
    "coding": [
      {
        "code": "10557318",
        "system": "http://fhir.de/CodeSystem/ifa/pzn",
        "display": "Sevelamercarbonat AL 800 mg"
      }
    ]
  },
  "subject": {
    "reference": "Patient/PatientinMusterfrau"
  },
  "context": {
    "reference": "Encounter/FachabteilungskontaktMinimal"
  },
  "effectivePeriod": {
    "start": "2024-01-22"
  },
  "dateAsserted": "2024-02-16",
  "dosage": [
    {
      "timing": {
        "repeat": {
          "when": [
            "C"
          ]
        }
      },
      "patientInstruction": "auch zu Zwischenmahlzeiten",
      "doseAndRate": [
        {
          "doseQuantity": {
            "value": 1,
            "unit": "Tabl.",
            "system": "http://unitsofmeasure.org",
            "code": "1"
          }
        }
      ]
    }
  ]
}