LK NEHR Sri Lanka Patient Summary (IPS based) Implementation Guide
0.1.0 - STU1 Sri Lanka flag

LK NEHR Sri Lanka Patient Summary (IPS based) Implementation Guide, published by Ministry of Health, Sri Lanka. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/lk-gov-health-hiu/lk-nehr-fhir-ips/ and changes regularly. See the Directory of published versions

: Cardiovascular Risk Assessment - JSON Representation

Raw json | Download


{
  "resourceType" : "RiskAssessment",
  "id" : "CVDRiskCategoryExample",
  "meta" : {
    "profile" : [
      🔗 "http://fhir.health.gov.lk/ips/StructureDefinition/cvd-risk-category"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: RiskAssessment CVDRiskCategoryExample</b></p><a name=\"CVDRiskCategoryExample\"> </a><a name=\"hcCVDRiskCategoryExample\"> </a><a name=\"CVDRiskCategoryExample-en-US\"> </a><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 441829007}\">Assessment for risk of cardiovascular disease</span></p><p><b>subject</b>: <a href=\"Patient-PatientExample.html\">Mike John Smith (official) Male, DoB: 1983-05-22 ( Personal Health Number:\u00a0personal health number)</a></p><p><b>encounter</b>: <a href=\"Encounter-TargetFacilityEncounterExample.html\">Encounter: status = finished; class = ambulatory (ActCode#AMB); period = 2022-12-01 --&gt; 2023-01-20; reasonCode = Myalgia</a></p><p><b>occurrence</b>: 2023-10-06 13:28:17-0500</p><p><b>performer</b>: <a href=\"Practitioner-GeneralPractitionerExample.html\">Practitioner Tom Junes Smith </a></p><p><b>basis</b>: </p><ul><li><a href=\"Patient-PatientExample.html\">Mike John Smith (official) Male, DoB: 1983-05-22 ( Personal Health Number:\u00a0personal health number)</a></li><li><a href=\"Observation-RiskBehaviourTobaccoSmokerExample.html\">Observation Tobacco smoking status for tobacco smoker</a></li><li><a href=\"Observation-TotalCholesterolExample.html\">Observation Cholesterol [Mass/volume] in Serum or Plasma</a></li><li><a href=\"Observation-BloodPressureExample.html\">Observation Blood pressure panel with all children optional</a></li><li><a href=\"Observation-RandomBloodSugarExample.html\">Observation Glucose [Moles/volume] in Blood</a></li><li><a href=\"Observation-FastingBloodSugarExample.html\">Observation Fasting glucose [Moles/volume] in Blood</a></li></ul><h3>Predictions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Outcome</b></td><td><b>Probability[x]</b></td><td><b>QualitativeRisk</b></td><td><b>When[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://snomed.info/sct 395112001}\">Risk of heart attack</span></td><td>0.02</td><td><span title=\"Codes:{http://fhir.health.gov.lk/ips/CodeSystem/cs-cvd-risk-category Critical}\">Risk Category</span></td><td>39-49 years</td></tr></table></div>"
  },
  "status" : "final",
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "441829007"
      }
    ],
    "text" : "Assessment for risk of cardiovascular disease"
  },
  "subject" : {
    🔗 "reference" : "Patient/PatientExample"
  },
  "encounter" : {
    🔗 "reference" : "Encounter/TargetFacilityEncounterExample"
  },
  "occurrenceDateTime" : "2023-10-06T13:28:17-05:00",
  "performer" : {
    🔗 "reference" : "Practitioner/GeneralPractitionerExample"
  },
  "basis" : [
    {
      🔗 "reference" : "Patient/PatientExample"
    },
    {
      🔗 "reference" : "Observation/RiskBehaviourTobaccoSmokerExample"
    },
    {
      🔗 "reference" : "Observation/TotalCholesterolExample"
    },
    {
      🔗 "reference" : "Observation/BloodPressureExample"
    },
    {
      🔗 "reference" : "Observation/RandomBloodSugarExample"
    },
    {
      🔗 "reference" : "Observation/FastingBloodSugarExample"
    }
  ],
  "prediction" : [
    {
      "outcome" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "395112001"
          }
        ],
        "text" : "Risk of heart attack"
      },
      "probabilityDecimal" : 0.02,
      "qualitativeRisk" : {
        "coding" : [
          {
            "system" : "http://fhir.health.gov.lk/ips/CodeSystem/cs-cvd-risk-category",
            "code" : "Critical"
          }
        ],
        "text" : "Risk Category"
      },
      "whenRange" : {
        "low" : {
          "value" : 39,
          "unit" : "years",
          "system" : "http://unitsofmeasure.org",
          "code" : "a"
        },
        "high" : {
          "value" : 49,
          "unit" : "years",
          "system" : "http://unitsofmeasure.org",
          "code" : "a"
        }
      }
    }
  ]
}