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 Encounter Class - JSON Representation

Active as of 2026-02-04

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "hmis-encounter-class",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem hmis-encounter-class</b></p><a name=\"hmis-encounter-class\"> </a><a name=\"hchmis-encounter-class\"> </a><p>This case-sensitive code system <code>http://biomaxis.com/fhir/CodeSystem/hmis-encounter-class</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td><td><b>ne</b></td></tr><tr><td style=\"white-space:nowrap\">OPD<a name=\"hmis-encounter-class-OPD\"> </a></td><td>Outpatient</td><td>Outpatient department encounter</td><td>बहिरंग</td></tr><tr><td style=\"white-space:nowrap\">EMR<a name=\"hmis-encounter-class-EMR\"> </a></td><td>Emergency</td><td>Emergency department encounter</td><td>आकस्मिक</td></tr><tr><td style=\"white-space:nowrap\">IPD<a name=\"hmis-encounter-class-IPD\"> </a></td><td>Inpatient</td><td>Inpatient admission encounter</td><td>भर्ना</td></tr><tr><td style=\"white-space:nowrap\">ORC<a name=\"hmis-encounter-class-ORC\"> </a></td><td>Outreach Clinic</td><td>Outreach clinic encounter</td><td>आउटरिच क्लिनिक</td></tr></table></div>"
  },
  "url" : "http://biomaxis.com/fhir/CodeSystem/hmis-encounter-class",
  "version" : "0.0.0-semantic-release",
  "name" : "HMISEncounterClass",
  "title" : "HMIS Encounter Class",
  "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" : "Standardized codes for encounter class/type used in Nepal HMIS.",
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 4,
  "concept" : [
    {
      "code" : "OPD",
      "display" : "Outpatient",
      "definition" : "Outpatient department encounter",
      "designation" : [
        {
          "language" : "ne",
          "value" : "बहिरंग"
        }
      ]
    },
    {
      "code" : "EMR",
      "display" : "Emergency",
      "definition" : "Emergency department encounter",
      "designation" : [
        {
          "language" : "ne",
          "value" : "आकस्मिक"
        }
      ]
    },
    {
      "code" : "IPD",
      "display" : "Inpatient",
      "definition" : "Inpatient admission encounter",
      "designation" : [
        {
          "language" : "ne",
          "value" : "भर्ना"
        }
      ]
    },
    {
      "code" : "ORC",
      "display" : "Outreach Clinic",
      "definition" : "Outreach clinic encounter",
      "designation" : [
        {
          "language" : "ne",
          "value" : "आउटरिच क्लिनिक"
        }
      ]
    }
  ]
}