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

HL7 Europe Patient Summary, published by HL7 Europe. This guide is not an authorized publication; it is the continuous build for version 1.0.0-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-eu/eps/ and changes regularly. See the Directory of published versions

: MedicationStatement: Simvastatin 10 mg oral tablet - JSON Representation

Raw json | Download

{
  "resourceType" : "MedicationStatement",
  "id" : "635c4921-5fcb-4ce7-b6ef-d866b680ad01",
  "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" : "urn:uuid:ccd55d45-87b7-43e7-bad3-29771293c8cc",
    "display" : "Simvastatin 10 mg oral tablet"
  },
  "subject" : {
    "reference" : "urn:uuid:f51071b2-6c06-4d31-85ed-26a6b964ef98",
    "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}"
          }
        }
      ]
    }
  ]
}