{
  "resourceType" : "ValueSet",
  "id" : "iptp-resolution-status-vs",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet iptp-resolution-status-vs</b></p><a name=\"iptp-resolution-status-vs\"> </a><a name=\"hciptp-resolution-status-vs\"> </a><ul><li>Include these codes as defined in <a href=\"CodeSystem-iptp-code-system.html\"><code>http://iptp.kemri.go.ke/fhir/CodeSystem/iptp-code-system</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><td><b>Definition</b></td></tr><tr><td><a href=\"CodeSystem-iptp-code-system.html#iptp-code-system-resolution-open\">resolution-open</a></td><td style=\"color: #cccccc\">Open</td><td>Issue is open and unresolved</td></tr><tr><td><a href=\"CodeSystem-iptp-code-system.html#iptp-code-system-resolution-resolved\">resolution-resolved</a></td><td style=\"color: #cccccc\">Resolved</td><td>Issue has been resolved</td></tr></table></li></ul></div>"
  },
  "url" : "http://iptp.kemri.go.ke/fhir/ValueSet/iptp-resolution-status-vs",
  "version" : "0.1.0",
  "name" : "IPTpResolutionStatusVS",
  "title" : "IPTp Resolution Status Value Set",
  "status" : "draft",
  "date" : "2026-06-30T18:47:18+00:00",
  "publisher" : "IPTp-SP Digital Support System Implementation Team",
  "contact" : [{
    "name" : "IPTp-SP Digital Support System Implementation Team",
    "telecom" : [{
      "system" : "url",
      "value" : "http://iptp.kemri.go.ke"
    }]
  }],
  "description" : "Whether a reported issue is still open or has been resolved",
  "jurisdiction" : [{
    "coding" : [{
      "system" : "urn:iso:std:iso:3166",
      "code" : "KE",
      "display" : "Kenya"
    }]
  }],
  "compose" : {
    "include" : [{
      "system" : "http://iptp.kemri.go.ke/fhir/CodeSystem/iptp-code-system",
      "concept" : [{
        "code" : "resolution-open"
      },
      {
        "code" : "resolution-resolved"
      }]
    }]
  }
}