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 Registration status CodeSystem - JSON Representation

Draft as of 2024-07-23

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "registration-status-codes",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem registration-status-codes</b></p><a name=\"registration-status-codes\"> </a><a name=\"hcregistration-status-codes\"> </a><a name=\"registration-status-codes-en-US\"> </a><p>This case-sensitive code system <code>https://alexapi.medtechglobal.com/fhir/CodeSystem/registration-status-code</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\">C<a name=\"registration-status-codes-C\"> </a></td><td>Casual</td></tr><tr><td style=\"white-space:nowrap\">D<a name=\"registration-status-codes-D\"> </a></td><td>Deceased</td></tr><tr><td style=\"white-space:nowrap\">N<a name=\"registration-status-codes-N\"> </a></td><td>Not Registered</td></tr><tr><td style=\"white-space:nowrap\">O<a name=\"registration-status-codes-O\"> </a></td><td>Other IPA</td></tr><tr><td style=\"white-space:nowrap\">R<a name=\"registration-status-codes-R\"> </a></td><td>Registered</td></tr><tr><td style=\"white-space:nowrap\">T<a name=\"registration-status-codes-T\"> </a></td><td>Transferred</td></tr><tr><td style=\"white-space:nowrap\">V<a name=\"registration-status-codes-V\"> </a></td><td>Visitor</td></tr></table></div>"
  },
  "url" : "https://alexapi.medtechglobal.com/fhir/CodeSystem/registration-status-code",
  "version" : "0.0.1",
  "name" : "PatientRegistrationStatusCodes",
  "title" : "Medtech Registration status 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 Patient Registration status",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001",
          "display" : "World"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 7,
  "concept" : [
    {
      "code" : "C",
      "display" : "Casual"
    },
    {
      "code" : "D",
      "display" : "Deceased"
    },
    {
      "code" : "N",
      "display" : "Not Registered"
    },
    {
      "code" : "O",
      "display" : "Other IPA"
    },
    {
      "code" : "R",
      "display" : "Registered"
    },
    {
      "code" : "T",
      "display" : "Transferred"
    },
    {
      "code" : "V",
      "display" : "Visitor"
    }
  ]
}