{
  "resourceType" : "MedicationStatement",
  "id" : "b3a1ed32-3f44-41e2-919b-1c8bdeaee29c",
  "meta" : {
    "profile" : ["http://fhir.ehdsi.eu/eps/StructureDefinition/medicationStatement-myhealtheu-eps"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Simvastatin 10 mg - 1 tablet once daily</p></div>"
  },
  "status" : "active",
  "medicationReference" : {
    "reference" : "Medication/a20659b9-12e2-417a-aa70-98483da34f44"
  },
  "subject" : {
    "reference" : "Patient/f0b2dcfe-e837-464b-ae8a-3b9da1807dd3"
  },
  "effectivePeriod" : {
    "start" : "2025-07-15"
  },
  "reasonCode" : [{
    "coding" : [{
      "system" : "http://hl7.org/fhir/sid/icd-10",
      "code" : "E78.5",
      "display" : "Hyperlipidaemia, unspecified"
    }]
  }],
  "dosage" : [{
    "text" : "1 tablet (10 mg) by mouth once daily",
    "timing" : {
      "repeat" : {
        "frequency" : 1,
        "period" : 1,
        "periodUnit" : "d"
      }
    },
    "doseAndRate" : [{
      "doseQuantity" : {
        "value" : 1,
        "system" : "http://unitsofmeasure.org",
        "code" : "{tbl}"
      }
    }]
  }]
}