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 AEFI Outcome Value Set - JSON Representation

Active as of 2026-02-04

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "hmis-aefi-outcome-vs",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet hmis-aefi-outcome-vs</b></p><a name=\"hmis-aefi-outcome-vs\"> </a><a name=\"hchmis-aefi-outcome-vs\"> </a><p>This value set includes codes based on the following rules:</p><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-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-referred\">referred</a></td><td>Referred</td><td>Patient referred to another facility for further services</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></table></li><li>Include these codes as defined in <a href=\"CodeSystem-hmis-aefi-outcome.html\"><code>http://biomaxis.com/fhir/CodeSystem/hmis-aefi-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-aefi-outcome.html#hmis-aefi-outcome-recovering\">recovering</a></td><td>Recovering</td><td>Patient is still recovering from the adverse event</td></tr><tr><td><a href=\"CodeSystem-hmis-aefi-outcome.html#hmis-aefi-outcome-not-recovered\">not-recovered</a></td><td>Not Recovered</td><td>Patient has not recovered and still has ongoing symptoms or effects</td></tr><tr><td><a href=\"CodeSystem-hmis-aefi-outcome.html#hmis-aefi-outcome-recovered-with-sequelae\">recovered-with-sequelae</a></td><td>Recovered with Sequelae</td><td>Patient recovered but with permanent residual effects or disability</td></tr><tr><td><a href=\"CodeSystem-hmis-aefi-outcome.html#hmis-aefi-outcome-hospitalized\">hospitalized</a></td><td>Hospitalized</td><td>Patient was hospitalized for treatment of the adverse event</td></tr><tr><td><a href=\"CodeSystem-hmis-aefi-outcome.html#hmis-aefi-outcome-unknown\">unknown</a></td><td>Unknown</td><td>Outcome of the adverse event is unknown or patient was lost to follow-up</td></tr></table></li></ul></div>"
  },
  "url" : "http://biomaxis.com/fhir/ValueSet/hmis-aefi-outcome-vs",
  "version" : "0.0.0-semantic-release",
  "name" : "HMISAEFIOutcomeVS",
  "title" : "HMIS AEFI 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 containing AEFI outcome codes, combining general outcomes from HMISOutcome with AEFI-specific outcomes.",
  "compose" : {
    "include" : [
      {
        "system" : "http://biomaxis.com/fhir/CodeSystem/hmis-outcome",
        "concept" : [
          {
            "code" : "recovered",
            "display" : "Recovered/Cured"
          },
          {
            "code" : "death",
            "display" : "Death"
          },
          {
            "code" : "referred",
            "display" : "Referred"
          },
          {
            "code" : "lfu",
            "display" : "Lost to Follow-up"
          }
        ]
      },
      {
        "system" : "http://biomaxis.com/fhir/CodeSystem/hmis-aefi-outcome",
        "concept" : [
          {
            "code" : "recovering",
            "display" : "Recovering"
          },
          {
            "code" : "not-recovered",
            "display" : "Not Recovered"
          },
          {
            "code" : "recovered-with-sequelae",
            "display" : "Recovered with Sequelae"
          },
          {
            "code" : "hospitalized",
            "display" : "Hospitalized"
          },
          {
            "code" : "unknown",
            "display" : "Unknown"
          }
        ]
      }
    ]
  }
}