BioMaxis Implementation Guide
0.0.0-semantic-release - ci-build

BioMaxis Implementation Guide - Local Development build (v0.0.0-semantic-release) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: HMIS TB Treatment Outcome Value Set - JSON Representation

Active as of 2026-02-04

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "hmis-tb-treatment-outcome-vs",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet hmis-tb-treatment-outcome-vs</b></p><a name=\"hmis-tb-treatment-outcome-vs\"> </a><a name=\"hchmis-tb-treatment-outcome-vs\"> </a><ul><li>Include these codes as defined in <a href=\"CodeSystem-hmis-outcome.html\"><code>http://biomaxis.com/fhir/CodeSystem/hmis-outcome</code></a><span title=\"Version is not explicitly stated, which means it is fixed to the version provided in this specification\"> version &#x1F4E6;0.0.0-semantic-release</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-hmis-outcome.html#hmis-outcome-recovered\">recovered</a></td><td>Recovered/Cured</td><td>Patient has fully recovered or been cured</td></tr><tr><td><a href=\"CodeSystem-hmis-outcome.html#hmis-outcome-completed\">completed</a></td><td>Treatment Completed</td><td>Patient completed treatment without evidence of failure but without confirmation of cure</td></tr><tr><td><a href=\"CodeSystem-hmis-outcome.html#hmis-outcome-failed\">failed</a></td><td>Treatment Failed</td><td>Treatment was unsuccessful (e.g., TB patient with positive sputum at month 5 or later)</td></tr><tr><td><a href=\"CodeSystem-hmis-outcome.html#hmis-outcome-death\">death</a></td><td>Death</td><td>Patient died during treatment or care</td></tr><tr><td><a href=\"CodeSystem-hmis-outcome.html#hmis-outcome-lfu\">lfu</a></td><td>Lost to Follow-up</td><td>Patient did not return for follow-up or treatment was interrupted for 2+ consecutive months</td></tr><tr><td><a href=\"CodeSystem-hmis-outcome.html#hmis-outcome-not-evaluated\">not-evaluated</a></td><td>Not Evaluated</td><td>Treatment outcome not assigned (includes transferred out with unknown outcome)</td></tr><tr><td><a href=\"CodeSystem-hmis-outcome.html#hmis-outcome-transferred-out\">transferred-out</a></td><td>Transferred Out</td><td>Patient transferred to another recording/reporting unit to continue treatment</td></tr></table></li></ul></div>"
  },
  "url" : "http://biomaxis.com/fhir/ValueSet/hmis-tb-treatment-outcome-vs",
  "version" : "0.0.0-semantic-release",
  "name" : "HMISTBTreatmentOutcomeVS",
  "title" : "HMIS TB Treatment Outcome Value Set",
  "status" : "active",
  "experimental" : false,
  "date" : "2026-02-04T09:30:33+00:00",
  "publisher" : "BioMaxis Pvt. Ltd.",
  "contact" : [
    {
      "name" : "BioMaxis Pvt. Ltd.",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://biomaxis.com"
        }
      ]
    }
  ],
  "description" : "Value set for TB treatment outcomes based on WHO definitions used in Nepal HMIS.",
  "compose" : {
    "include" : [
      {
        "system" : "http://biomaxis.com/fhir/CodeSystem/hmis-outcome",
        "concept" : [
          {
            "code" : "recovered",
            "display" : "Recovered/Cured"
          },
          {
            "code" : "completed",
            "display" : "Treatment Completed"
          },
          {
            "code" : "failed",
            "display" : "Treatment Failed"
          },
          {
            "code" : "death",
            "display" : "Death"
          },
          {
            "code" : "lfu",
            "display" : "Lost to Follow-up"
          },
          {
            "code" : "not-evaluated",
            "display" : "Not Evaluated"
          },
          {
            "code" : "transferred-out",
            "display" : "Transferred Out"
          }
        ]
      }
    ]
  }
}