Kenya Core FHIR Implementation Guide (IG)
0.1.0 - ci-build

Kenya Core FHIR Implementation Guide (IG) - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Condition Problem Absent or Unknown ValueSet - JSON Representation

Draft as of 2025-12-09

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "unknown-absent-condition-vs",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet unknown-absent-condition-vs</b></p><a name=\"unknown-absent-condition-vs\"> </a><a name=\"hcunknown-absent-condition-vs\"> </a><ul><li>Include these codes as defined in <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a><span title=\"Version is not explicitly stated. No matching Code System found\"> version Not Stated (use latest from terminology server)</span><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/261665006\">261665006</a></td><td>Unknown</td></tr><tr><td><a href=\"http://snomed.info/id/2667000\">2667000</a></td><td>Absent</td></tr></table></li></ul></div>"
  },
  "url" : "http://example.org/ValueSet/unknown-absent-condition-vs",
  "version" : "0.1.0",
  "name" : "UnknownAbsentConditionVS",
  "title" : "Condition Problem Absent or Unknown ValueSet",
  "status" : "draft",
  "experimental" : false,
  "date" : "2025-12-09T10:36:20+00:00",
  "publisher" : "IntelliSOFT Consulting",
  "contact" : [
    {
      "name" : "IntelliSOFT Consulting",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://.com/fhir/example-publisher"
        }
      ]
    }
  ],
  "description" : "ValueSet for Condition Problem whether absent or Unknown using SNOMED CT codes",
  "compose" : {
    "include" : [
      {
        "system" : "http://snomed.info/sct",
        "concept" : [
          {
            "code" : "261665006",
            "display" : "Unknown"
          },
          {
            "code" : "2667000",
            "display" : "Absent"
          }
        ]
      }
    ]
  }
}