0.1.0 - ci-build

KISUMUHIEFHIRIG, published by intellisoftkenya. 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/IntelliSOFT-Consulting/Kisumu-County-HIE-FHIR-IG/ and changes regularly. See the Directory of published versions

: MNCH HIV Test Result - JSON Representation

Draft as of 2026-06-16

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "MNCHHIVResultVS",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet MNCHHIVResultVS</b></p><a name=\"MNCHHIVResultVS\"> </a><a name=\"hcMNCHHIVResultVS\"> </a><ul><li>Include these codes as defined in <a href=\"CodeSystem-MNCHCodes.html\"><code>http://fhir.health.go.ke/mnch/CodeSystem/MNCHCodes</code></a><span title=\"Version is not explicitly stated, which means it is fixed to the version provided in this specification\"> version &#x1F4E6;0.1.0</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"CodeSystem-MNCHCodes.html#MNCHCodes-hiv-positive\">hiv-positive</a></td><td style=\"color: #cccccc\">HIV Positive</td></tr><tr><td><a href=\"CodeSystem-MNCHCodes.html#MNCHCodes-hiv-negative\">hiv-negative</a></td><td style=\"color: #cccccc\">HIV Negative</td></tr><tr><td><a href=\"CodeSystem-MNCHCodes.html#MNCHCodes-hiv-indeterminate\">hiv-indeterminate</a></td><td style=\"color: #cccccc\">HIV Indeterminate</td></tr><tr><td><a href=\"CodeSystem-MNCHCodes.html#MNCHCodes-hiv-unknown\">hiv-unknown</a></td><td style=\"color: #cccccc\">HIV Unknown</td></tr></table></li></ul></div>"
  },
  "url" : "http://fhir.kisumuhealth.co.ke/ValueSet/MNCHHIVResultVS",
  "version" : "0.1.0",
  "name" : "MNCHHIVResultVS",
  "title" : "MNCH HIV Test Result",
  "status" : "draft",
  "date" : "2026-06-16T20:08:11+00:00",
  "publisher" : "intellisoftkenya",
  "contact" : [
    {
      "name" : "intellisoftkenya",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.intellisoftkenya.com/"
        }
      ]
    }
  ],
  "description" : "HIV test result (MNCH.E.DE.3 / MNCH.F.DE.25)",
  "compose" : {
    "include" : [
      {
        "system" : "http://fhir.health.go.ke/mnch/CodeSystem/MNCHCodes",
        "concept" : [
          {
            "code" : "hiv-positive"
          },
          {
            "code" : "hiv-negative"
          },
          {
            "code" : "hiv-indeterminate"
          },
          {
            "code" : "hiv-unknown"
          }
        ]
      }
    ]
  }
}