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 Employment Status - JSON Representation

Active as of 2026-02-04

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "hmis-employment-status",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem hmis-employment-status</b></p><a name=\"hmis-employment-status\"> </a><a name=\"hchmis-employment-status\"> </a><p>This case-sensitive code system <code>http://biomaxis.com/fhir/CodeSystem/hmis-employment-status</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\">1<a name=\"hmis-employment-status-1\"> </a></td><td>Unemployed</td><td>Person is currently not employed</td><td>बेरोजगार</td></tr><tr><td style=\"white-space:nowrap\">2<a name=\"hmis-employment-status-2\"> </a></td><td>Employed</td><td>Person is currently employed</td><td>रोजगार</td></tr></table></div>"
  },
  "url" : "http://biomaxis.com/fhir/CodeSystem/hmis-employment-status",
  "version" : "0.0.0-semantic-release",
  "name" : "HMISEmploymentStatus",
  "title" : "HMIS Employment Status",
  "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 employment status in Nepal based on HMIS.",
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 2,
  "concept" : [
    {
      "code" : "1",
      "display" : "Unemployed",
      "definition" : "Person is currently not employed",
      "designation" : [
        {
          "language" : "ne",
          "value" : "बेरोजगार"
        }
      ]
    },
    {
      "code" : "2",
      "display" : "Employed",
      "definition" : "Person is currently employed",
      "designation" : [
        {
          "language" : "ne",
          "value" : "रोजगार"
        }
      ]
    }
  ]
}