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

Active as of 2026-02-04

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "hmis-educational-status",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem hmis-educational-status</b></p><a name=\"hmis-educational-status\"> </a><a name=\"hchmis-educational-status\"> </a><p>This case-sensitive code system <code>http://biomaxis.com/fhir/CodeSystem/hmis-educational-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-educational-status-1\"> </a></td><td>Illiterate</td><td>Person who cannot read or write</td><td>अशिक्षित</td></tr><tr><td style=\"white-space:nowrap\">2<a name=\"hmis-educational-status-2\"> </a></td><td>Literate</td><td>Person who can read and write</td><td>शिक्षित</td></tr></table></div>"
  },
  "url" : "http://biomaxis.com/fhir/CodeSystem/hmis-educational-status",
  "version" : "0.0.0-semantic-release",
  "name" : "HMISEducationalStatus",
  "title" : "HMIS Educational 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 educational/literacy status in Nepal based on HMIS.",
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 2,
  "concept" : [
    {
      "code" : "1",
      "display" : "Illiterate",
      "definition" : "Person who cannot read or write",
      "designation" : [
        {
          "language" : "ne",
          "value" : "अशिक्षित"
        }
      ]
    },
    {
      "code" : "2",
      "display" : "Literate",
      "definition" : "Person who can read and write",
      "designation" : [
        {
          "language" : "ne",
          "value" : "शिक्षित"
        }
      ]
    }
  ]
}