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 HPI-O Status CodeSystem - JSON Representation

Active as of 2025-01-20

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "hpio-status",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem hpio-status</b></p><a name=\"hpio-status\"> </a><a name=\"hchpio-status\"> </a><a name=\"hpio-status-en-US\"> </a><p>This case-sensitive code system <code>https://alexapi.medtechglobal.com.au/fhir/CodeSystem/hpio-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></tr><tr><td style=\"white-space:nowrap\">A<a name=\"hpio-status-A\"> </a></td><td>Active</td></tr><tr><td style=\"white-space:nowrap\">D<a name=\"hpio-status-D\"> </a></td><td>Deactivated</td></tr><tr><td style=\"white-space:nowrap\">R<a name=\"hpio-status-R\"> </a></td><td>Retired</td></tr></table></div>"
  },
  "url" : "https://alexapi.medtechglobal.com.au/fhir/CodeSystem/hpio-status",
  "version" : "0.0.1",
  "name" : "HpioStatusCodes",
  "title" : "Medtech HPI-O Status CodeSystem",
  "status" : "active",
  "experimental" : false,
  "date" : "2025-01-20T21:47:25+00:00",
  "publisher" : "Medtech Global",
  "contact" : [
    {
      "name" : "Medtech Global",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://medtechglobal.com.au"
        },
        {
          "system" : "email",
          "value" : "support@medtechglobal.com"
        }
      ]
    },
    {
      "name" : "Medtech Support",
      "telecom" : [
        {
          "system" : "email",
          "value" : "support@medtechglobal.com",
          "use" : "work"
        }
      ]
    }
  ],
  "description" : "CodeSystem to support HPI-O Status",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001",
          "display" : "World"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 3,
  "concept" : [
    {
      "code" : "A",
      "display" : "Active"
    },
    {
      "code" : "D",
      "display" : "Deactivated"
    },
    {
      "code" : "R",
      "display" : "Retired"
    }
  ]
}