{
  "resourceType": "MedicationStatement",
  "id": "example-medicationstatement-eucore",
  "meta": {
    "profile": [
      "http://hl7.eu/fhir/base/StructureDefinition/medicationStatement-eu-core"
    ]
  },
  "subject": {
    "reference": "Patient/patient-eu-core-example",
    "display": "John Doe"
  },
  "medicationCodeableConcept": {
    "coding": [
      {
        "code": "C09AA02",
        "system": "http://www.whocc.no/atc",
        "display": "Enalapril"
      }
    ],
    "text": "Enalapril 20mg tablets"
  },
  "informationSource": {
    "reference": "Patient/patient-eu-core-example",
    "display": "Luigi De Luca"
  },
  "dosage": [
    {
      "timing": {
        "repeat": {
          "frequency": 1,
          "period": 1,
          "periodUnit": "d"
        }
      },
      "route": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "26643006",
            "display": "Oral route"
          }
        ]
      },
      "doseAndRate": [
        {
          "doseQuantity": {
            "value": 20,
            "unit": "mg",
            "system": "http://unitsofmeasure.org",
            "code": "mg"
          }
        }
      ],
      "text": "Take one tablet daily in the morning"
    }
  ],
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><strong>Medication:</strong> Enalapril 20mg tablets</p><p><strong>Patient:</strong> Fiona XXX_Swart</p><p><strong>Status:</strong> Active</p><p><strong>Dosage:</strong> Take one tablet daily in the morning (oral route)</p><p><strong>Informant:</strong> Dr. Lukas Müller</p><p><strong>Date Asserted:</strong> 2024-12-01</p></div>"
  },
  "status": "active",
  "effectiveDateTime": "2024-12-01",
  "dateAsserted": "2024-12-01"
}
