FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagemyhie.v4
Resource TypeCodeSystem
IdCodeSystem-outcome-gen-cvs-my-core.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "CodeSystem",
  "id": "code-system-outcome-gen-cvs-my-core",
  "url": "http://fhir.hie.moh.gov.my/CodeSystem/outcome-gen-cvs-my-core",
  "name": "CodeSystemOutcomeGenCvsMyCore",
  "title": "CodeSystemOutcomeGenCvs (MY Core)",
  "status": "active",
  "date": "2024-02-12T04:04:09.5621857+00:00",
  "description": "General CVD Risk Prediction Questionnaire",
  "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"
        }
      ]
    }
  ]
}