WHO Immunization Implementation Guide
0.1.0 - CI Build International flag

WHO Immunization Implementation Guide, published by World Health Organization (WHO). 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/WorldHealthOrganization/smart-immunizations and changes regularly. See the Directory of published versions

: CD4 Percentage Test - JSON Representation

Draft as of 2023-04-13

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "CD4percentageTest-values",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This value set includes codes based on the following rules:</p><ul><li>Include these codes as defined in <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"http://snomed.info/id/313938009\">313938009</a></td><td>CD4 percent count (procedure)</td></tr><tr><td><a href=\"http://snomed.info/id/413069009\">413069009</a></td><td>Percentage CD4 (T4 cells) count (procedure)</td></tr></table></li><li>Include these codes as defined in <a href=\"http://loinc.org\"><code>http://loinc.org</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"https://loinc.org/80223-1/\">80223-1</a></td><td>CD4 cells/100 lymphocytes in Specimen</td></tr></table></li></ul></div>"
  },
  "url" : "http://fhir.org/guides/who/smart-immunization/ValueSet/CD4percentageTest-values",
  "version" : "0.1.0",
  "name" : "CD4percentageTestvalues",
  "title" : "CD4 Percentage Test",
  "status" : "draft",
  "experimental" : false,
  "date" : "2023-04-13T07:36:12+00:00",
  "publisher" : "World Health Organization (WHO)",
  "description" : "Codes representing CD4 Percentage Test values",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001"
        }
      ]
    }
  ],
  "immutable" : true,
  "compose" : {
    "include" : [
      {
        "system" : "http://snomed.info/sct",
        "concept" : [
          {
            "code" : "313938009",
            "display" : "CD4 percent count (procedure)"
          },
          {
            "code" : "413069009",
            "display" : "Percentage CD4 (T4 cells) count (procedure)"
          }
        ]
      },
      {
        "system" : "http://loinc.org",
        "concept" : [
          {
            "code" : "80223-1",
            "display" : "CD4 cells/100 lymphocytes in Specimen"
          }
        ]
      }
    ]
  }
}