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: ValueSet-valueset-au-dva

Formats: XML, JSON, Turtle

Raw json

{
  "resourceType" : "ValueSet",
  "id" : "valueset-au-dva",
  "meta" : {
    "versionId" : "1",
    "lastUpdated" : "2017-02-21T10:54:35.273+11:00"
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns="http://www.w3.org/1999/xhtml"><h2>v2 Identifier Type - AU Extended - DVA Specifc Card Types</h2><div><p>HL7 V2 table 0203 extensions for Australian use DVA specific coloured card type identifiers</p>
</div><p>This value set includes codes from the following code systems:</p><ul><li>Include these codes as defined in <a href="CodeSystem-codesystem-au-hl7v2-0203.html"><code>http://hl7.org.au/fhir/v2/0203</code></a><table class="none"><tr><td><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href="CodeSystem-codesystem-au-hl7v2-0203.html#codesystem-au-hl7v2-0203-DVW">DVW</a></td><td>DVA White Card Number</td><td>Department of Veterans' Affairs Number (White Card)</td></tr><tr><td><a href="CodeSystem-codesystem-au-hl7v2-0203.html#codesystem-au-hl7v2-0203-DVG">DVG</a></td><td>DVA Gold Card Number</td><td>Department of Veterans' Affairs Number (Gold Card)</td></tr><tr><td><a href="CodeSystem-codesystem-au-hl7v2-0203.html#codesystem-au-hl7v2-0203-DVO">DVO</a></td><td>DVA Orange Card Number</td><td>Department of Veterans' Affairs Number (Orange Card)</td></tr></table></li></ul></div>"
  },
  "url" : "http://hl7.org.au/fhir/ValueSet/valueset-au-dva",
  "name" : "v2 Identifier Type - AU Extended - DVA Specifc Card Types",
  "status" : "draft",
  "date" : "2017-05-04T23:40:18+10:00",
  "publisher" : "Health Level Seven Australia (Patient Administration)",
  "contact" : [
    {
      "name" : "hl7.org.au"
    }
  ],
  "description" : "HL7 V2 table 0203 extensions for Australian use DVA specific coloured card type identifiers",
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.org.au/fhir/v2/0203",
        "concept" : [
          {
            "code" : "DVW",
            "display" : "DVA White Card Number"
          },
          {
            "code" : "DVG",
            "display" : "DVA Gold Card Number"
          },
          {
            "code" : "DVO",
            "display" : "DVA Orange Card Number"
          }
        ]
      }
    ]
  }
}