Australian Base Profiles Implementation Guide

This page is part of the Australian Base IG (v0.1.0: AU Base 1 on STU3 Draft) based on FHIR R3. The current version which supercedes this version is 1.0.2. For a full list of available versions, see the Directory of published versions

Example: CodeSystem-codesystem-au-hl7v2-0203

Formats: XML, JSON, Turtle

Raw json

{
  "resourceType" : "CodeSystem",
  "id" : "codesystem-au-hl7v2-0203",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns="http://www.w3.org/1999/xhtml">
			<h2>HL7 V2 Table 0203 - Identifier Type (AU Extended)</h2>
			<p>HL7 V2 table 0203 extensions for Australian use</p>
		</div>"
  },
  "url" : "http://hl7.org.au/fhir/v2/0203",
  "version" : "1",
  "name" : "HL7 V2 Table 0203 - Identifier Type (AU Extended)",
  "status" : "draft",
  "experimental" : true,
  "date" : "2017-03-23",
  "publisher" : "Health Level Seven Australia (Patient Administration)",
  "contact" : [
    {
      "name" : "hl7.org.au"
    }
  ],
  "description" : "Extended concept codes for identifier type for use in Australian context",
  "caseSensitive" : true,
  "valueSet" : "http://hl7.org.au.fhir/ValueSet/valueset-au-hl7v2-0203",
  "compositional" : false,
  "versionNeeded" : true,
  "content" : "complete",
  "concept" : [
    {
      "code" : "NOI",
      "display" : "National Organisation Identifier",
      "definition" : "Nationally assigned organisation identifier, that is commonly a HPI-O"
    },
    {
      "code" : "PRES",
      "display" : "Prescriber Number",
      "definition" : "Medicare assigned prescriber number for a practitioner"
    },
    {
      "code" : "SEN",
      "display" : "Commonwealth Seniors Health Card",
      "definition" : "Seniors healthcare card number assigned by Department of Health and Human Services"
    },
    {
      "code" : "DVW",
      "display" : "DVA White Card Number",
      "definition" : "Department of Veterans' Affairs Number (White Card)"
    },
    {
      "code" : "DVG",
      "display" : "DVA Gold Card Number",
      "definition" : "Department of Veterans' Affairs Number (Gold Card)"
    },
    {
      "code" : "DVO",
      "display" : "DVA Orange Card Number",
      "definition" : "Department of Veterans' Affairs Number (Orange Card)"
    }
  ]
}