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 Visit Type - JSON Representation

Active as of 2026-02-04

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "hmis-visit-type",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem hmis-visit-type</b></p><a name=\"hmis-visit-type\"> </a><a name=\"hchmis-visit-type\"> </a><p>This case-sensitive code system <code>http://biomaxis.com/fhir/CodeSystem/hmis-visit-type</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\">new<a name=\"hmis-visit-type-new\"> </a></td><td>New Visit</td><td>First visit to the facility within the current fiscal year</td><td>पहिलो पटक</td></tr><tr><td style=\"white-space:nowrap\">follow-up<a name=\"hmis-visit-type-follow-up\"> </a></td><td>Follow-up Visit</td><td>Repeat or follow-up visit within the current fiscal year</td><td>दोहोर्याएर आएको/पुरानो</td></tr></table></div>"
  },
  "url" : "http://biomaxis.com/fhir/CodeSystem/hmis-visit-type",
  "version" : "0.0.0-semantic-release",
  "name" : "HMISVisitType",
  "title" : "HMIS Visit Type",
  "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 visit types in Nepal HMIS indicating whether the encounter is a new visit or a follow-up within the fiscal year.",
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 2,
  "concept" : [
    {
      "code" : "new",
      "display" : "New Visit",
      "definition" : "First visit to the facility within the current fiscal year",
      "designation" : [
        {
          "language" : "ne",
          "value" : "पहिलो पटक"
        }
      ]
    },
    {
      "code" : "follow-up",
      "display" : "Follow-up Visit",
      "definition" : "Repeat or follow-up visit within the current fiscal year",
      "designation" : [
        {
          "language" : "ne",
          "value" : "दोहोर्याएर आएको/पुरानो"
        }
      ]
    }
  ]
}