ImplementationGuide for Malaysia Core (MY Core)
0.0.1 - CI Build

ImplementationGuide for Malaysia Core (MY Core), published by Malaysia Healthcare Nexus (MHN). This guide is not an authorized publication; it is the continuous build for version 0.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/nhphong245/my-core-ig-r4/ and changes regularly. See the Directory of published versions

: CodeSystemOutcomeGenCvs (MY Core) - JSON Representation

Active as of 2024-02-12

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "code-system-outcome-gen-cvs-my-core",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem code-system-outcome-gen-cvs-my-core</b></p><a name=\"code-system-outcome-gen-cvs-my-core\"> </a><a name=\"hccode-system-outcome-gen-cvs-my-core\"> </a><a name=\"code-system-outcome-gen-cvs-my-core-en-US\"> </a><p><b>Properties</b></p><p><b>This code system defines the following properties for its concepts</b></p><table class=\"grid\"><tr><td><b>Name</b></td><td><b>Code</b></td><td><b>Type</b></td></tr><tr><td>low</td><td>low</td><td>string</td></tr><tr><td>high</td><td>high</td><td>string</td></tr></table><p><b>Concepts</b></p><p>This  code system <code>http://fhir.hie.moh.gov.my/CodeSystem/outcome-gen-cvs-my-core</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><td><b>low</b></td><td><b>high</b></td></tr><tr><td style=\"white-space:nowrap\">a1<a name=\"code-system-outcome-gen-cvs-my-core-a1\"> </a></td><td>Low CV risk</td><td>Low CV risk</td><td>0</td><td>9.99</td></tr><tr><td style=\"white-space:nowrap\">a2<a name=\"code-system-outcome-gen-cvs-my-core-a2\"> </a></td><td>Moderate CV risk, please consult your nearest healthcare facility</td><td>Moderate CV risk, please consult your nearest healthcare facility</td><td>10</td><td>20.99</td></tr><tr><td style=\"white-space:nowrap\">a3<a name=\"code-system-outcome-gen-cvs-my-core-a3\"> </a></td><td>High CV ris, please consult your nearest healthcare facility</td><td>High CV risk, please consult your nearest healthcare facility</td><td>21</td><td>30.99</td></tr><tr><td style=\"white-space:nowrap\">a4<a name=\"code-system-outcome-gen-cvs-my-core-a4\"> </a></td><td>Very high CV risk, please consult your nearest healthcare facility</td><td>Very high CV risk, please consult your nearest healthcare facility</td><td>31</td><td>100</td></tr></table></div>"
  },
  "url" : "http://fhir.hie.moh.gov.my/CodeSystem/outcome-gen-cvs-my-core",
  "version" : "0.0.1",
  "name" : "CodeSystemOutcomeGenCvsMyCore",
  "title" : "CodeSystemOutcomeGenCvs (MY Core)",
  "status" : "active",
  "date" : "2024-02-12T04:04:09.5621857+00:00",
  "publisher" : "Malaysia Healthcare Nexus (MHN)",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.mhn.asia/"
        }
      ]
    }
  ],
  "description" : "General CVD Risk Prediction Questionnaire",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001"
        }
      ]
    }
  ],
  "compositional" : false,
  "content" : "complete",
  "count" : 4,
  "property" : [
    {
      "code" : "low",
      "type" : "string"
    },
    {
      "code" : "high",
      "type" : "string"
    }
  ],
  "concept" : [
    {
      "code" : "a1",
      "display" : "Low CV risk",
      "definition" : "Low CV risk",
      "property" : [
        {
          "code" : "low",
          "valueString" : "0"
        },
        {
          "code" : "high",
          "valueString" : "9.99"
        }
      ]
    },
    {
      "code" : "a2",
      "display" : "Moderate CV risk, please consult your nearest healthcare facility",
      "definition" : "Moderate CV risk, please consult your nearest healthcare facility",
      "property" : [
        {
          "code" : "low",
          "valueString" : "10"
        },
        {
          "code" : "high",
          "valueString" : "20.99"
        }
      ]
    },
    {
      "code" : "a3",
      "display" : "High CV ris, please consult your nearest healthcare facility",
      "definition" : "High CV risk, please consult your nearest healthcare facility",
      "property" : [
        {
          "code" : "low",
          "valueString" : "21"
        },
        {
          "code" : "high",
          "valueString" : "30.99"
        }
      ]
    },
    {
      "code" : "a4",
      "display" : "Very high CV risk, please consult your nearest healthcare facility",
      "definition" : "Very high CV risk, please consult your nearest healthcare facility",
      "property" : [
        {
          "code" : "low",
          "valueString" : "31"
        },
        {
          "code" : "high",
          "valueString" : "100"
        }
      ]
    }
  ]
}