Medtech ALEX® Implementation Guide
0.0.1 - draft International flag

Medtech ALEX® Implementation Guide - Local Development build (v0.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Medtech Visa Type CodeSystem - JSON Representation

Draft as of 2024-07-23

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "visa-codes",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem visa-codes</b></p><a name=\"visa-codes\"> </a><a name=\"hcvisa-codes\"> </a><a name=\"visa-codes-en-US\"> </a><p>This case-sensitive code system <code>https://fhir.medtechglobal.com/CodeSystem/visa-codes</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">I<a name=\"visa-codes-I\"> </a></td><td>Interim Visa</td></tr><tr><td style=\"white-space:nowrap\">O<a name=\"visa-codes-O\"> </a></td><td>Other</td></tr><tr><td style=\"white-space:nowrap\">S<a name=\"visa-codes-S\"> </a></td><td>Special Student Visa</td></tr><tr><td style=\"white-space:nowrap\">W<a name=\"visa-codes-W\"> </a></td><td>Work Visa</td></tr></table></div>"
  },
  "url" : "https://fhir.medtechglobal.com/CodeSystem/visa-codes",
  "version" : "0.0.1",
  "name" : "VisaTypeCodes",
  "title" : "Medtech Visa Type CodeSystem",
  "status" : "draft",
  "experimental" : false,
  "date" : "2024-07-23T05:54:18+00:00",
  "publisher" : "Medtech Global",
  "contact" : [
    {
      "name" : "Medtech Global",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://medtechglobal.com"
        },
        {
          "system" : "email",
          "value" : "support@medtechglobal.com"
        }
      ]
    },
    {
      "name" : "Medtech Support",
      "telecom" : [
        {
          "system" : "email",
          "value" : "support@medtechglobal.com",
          "use" : "work"
        }
      ]
    }
  ],
  "description" : "CodeSystem to support Visa Types",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001",
          "display" : "World"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 4,
  "concept" : [
    {
      "code" : "I",
      "display" : "Interim Visa"
    },
    {
      "code" : "O",
      "display" : "Other"
    },
    {
      "code" : "S",
      "display" : "Special Student Visa"
    },
    {
      "code" : "W",
      "display" : "Work Visa"
    }
  ]
}