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 Practitioner Affiliation CodeSystem - JSON Representation

Active as of 2025-01-20

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "practitioner-affiliation",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem practitioner-affiliation</b></p><a name=\"practitioner-affiliation\"> </a><a name=\"hcpractitioner-affiliation\"> </a><a name=\"practitioner-affiliation-en-US\"> </a><p>This case-sensitive code system <code>https://alexapi.medtechglobal.com.au/fhir/CodeSystem/practitioner-affiliation</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\">AMC<a name=\"practitioner-affiliation-AMC\"> </a></td><td>Australian Medical Council</td></tr><tr><td style=\"white-space:nowrap\">PATH<a name=\"practitioner-affiliation-PATH\"> </a></td><td>Pathology Company</td></tr><tr><td style=\"white-space:nowrap\">RC<a name=\"practitioner-affiliation-RC\"> </a></td><td>RACGP</td></tr></table></div>"
  },
  "url" : "https://alexapi.medtechglobal.com.au/fhir/CodeSystem/practitioner-affiliation",
  "version" : "0.0.1",
  "name" : "PractitionerAffiliationCodes",
  "title" : "Medtech Practitioner Affiliation 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 practitioner affiliation 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" : "AMC",
      "display" : "Australian Medical Council"
    },
    {
      "code" : "PATH",
      "display" : "Pathology Company"
    },
    {
      "code" : "RC",
      "display" : "RACGP"
    }
  ]
}