HL7 Europe Patient Summary
1.0.0-ballot - ci-build 150

This page is part of the HL7 Europe European Patient Summary (v1.0.0-ballot: STU 1 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: MedicationStatement: Simvastatin 10 mg oral tablet - JSON Representation

Raw json | Download

{
  "resourceType" : "MedicationStatement",
  "id" : "b3a1ed32-3f44-41e2-919b-1c8bdeaee29c",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.eu/fhir/eps/StructureDefinition/MedicationStatement-eu-eps"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><table class=\"hl7__ips\"><tr><td>Simvastatin 10 mg oral tablet</td><td><span class=\"nb\">2025-07-15</span></td><td>Oral tablet</td><td>1 tablet (10 mg) by mouth once daily</td><td>Hyperlipidemia</td></tr></table></div>"
  },
  "status" : "active",
  "medicationReference" : {
    🔗 "reference" : "Medication/a20659b9-12e2-417a-aa70-98483da34f44",
    "display" : "Simvastatin 10 mg oral tablet"
  },
  "subject" : {
    🔗 "reference" : "Patient/f0b2dcfe-e837-464b-ae8a-3b9da1807dd3",
    "display" : "Petra Schwartz"
  },
  "effectivePeriod" : {
    "start" : "2025-07-15"
  },
  "reasonCode" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "55822004",
          "display" : "Hyperlipidemia"
        }
      ]
    }
  ],
  "dosage" : [
    {
      "text" : "1 tablet (10 mg) by mouth once daily",
      "timing" : {
        "repeat" : {
          "frequency" : 1,
          "period" : 1,
          "periodUnit" : "d"
        }
      },
      "asNeededBoolean" : false,
      "doseAndRate" : [
        {
          "doseQuantity" : {
            "value" : 1,
            "unit" : "{tbl}",
            "system" : "http://unitsofmeasure.org",
            "code" : "{tbl}"
          }
        }
      ]
    }
  ]
}