HL7 FHIR Implementation Guide: Sri Lanka, published by Jembi Health Systems. This is not an authorized publication; it is the continuous build for version 0.1.0. This version is based on the current content of https://github.com/jembi/Sri-Lanka and changes regularly. See the Directory of published versions
: Cardiovascular Risk Categories - JSON Representation
Raw json | Download
{
"resourceType" : "CodeSystem",
"id" : "cs-cvd-risk-category",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This case-sensitive code system <code>http://openhie.org/fhir/sri-lanka/CodeSystem/cs-cvd-risk-category</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">Low<a name=\"cs-cvd-risk-category-Low\"> </a></td><td>Less than 5%</td><td>Needs definition</td></tr><tr><td style=\"white-space:nowrap\">Moderate<a name=\"cs-cvd-risk-category-Moderate\"> </a></td><td>5% to less than 10%</td><td>Needs definition</td></tr><tr><td style=\"white-space:nowrap\">High<a name=\"cs-cvd-risk-category-High\"> </a></td><td>10% to less than 20%</td><td>Needs definition</td></tr><tr><td style=\"white-space:nowrap\">Very-High<a name=\"cs-cvd-risk-category-Very-High\"> </a></td><td>20% to less than 30%</td><td>Needs definition</td></tr><tr><td style=\"white-space:nowrap\">Critical<a name=\"cs-cvd-risk-category-Critical\"> </a></td><td>Equal or more than 30%</td><td>Needs definition</td></tr></table></div>"
},
"url" : "http://openhie.org/fhir/sri-lanka/CodeSystem/cs-cvd-risk-category",
"version" : "0.1.0",
"name" : "CSCVDRiskCategory",
"title" : "Cardiovascular Risk Categories",
"status" : "active",
"experimental" : false,
"date" : "2023-11-10T04:37:53+00:00",
"publisher" : "Jembi Health Systems",
"contact" : [
{
"name" : "Jembi Health Systems",
"telecom" : [
{
"system" : "url",
"value" : "https://www.jembi.org"
},
{
"system" : "email",
"value" : "info@jembi.org"
}
]
},
{
"name" : "Richard Langford",
"telecom" : [
{
"system" : "email",
"value" : "richard.langford@jembi.org",
"use" : "work"
}
]
}
],
"description" : "Cardiovascular risk is expressed as a percentage",
"jurisdiction" : [
{
"coding" : [
{
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code" : "001",
"display" : "World"
}
]
}
],
"caseSensitive" : true,
"content" : "complete",
"count" : 5,
"concept" : [
{
"code" : "Low",
"display" : "Less than 5%",
"definition" : "Needs definition"
},
{
"code" : "Moderate",
"display" : "5% to less than 10%",
"definition" : "Needs definition"
},
{
"code" : "High",
"display" : "10% to less than 20%",
"definition" : "Needs definition"
},
{
"code" : "Very-High",
"display" : "20% to less than 30%",
"definition" : "Needs definition"
},
{
"code" : "Critical",
"display" : "Equal or more than 30%",
"definition" : "Needs definition"
}
]
}