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-anzsic-restricted

Formats: XML, JSON, Turtle

Raw json

{
  "resourceType" : "ValueSet",
  "id" : "valueset-anzsic-restricted",
  "meta" : {
    "lastUpdated" : "2016-12-06T12:22:34.981+11:00"
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns="http://www.w3.org/1999/xhtml">
			<h2>ANZSIC -- Australian and New Zealand Standard Industrial Classification - restricted, 2006, Version 2.0</h2>
			<div>
				<p>Developed for use in the collection, analysis and dissemination of occupation statistics in Australia and New Zealand.</p>
			</div>
			<p>
				<b>Copyright Statement:</b> Copyright Australian Bureau of Statistics
      </p>
			<p>This value set includes codes from the following code systems:</p>
			<ul>
				<li>Include all codes defined in 
          <a href="CodeSystem-codesystem-anzsic-restricted.html">http://www.abs.gov.au/ausstats/abs@.nsf/mf/1292.0</a>
				</li>
			</ul>
		</div>"
  },
  "url" : "http://hl7.org.au/fhir/ValueSet/valueset-anzsic-restricted",
  "identifier" : [
    {
      "system" : "urn:ietf:rfc:3986",
      "value" : "urn:oid:1.2.36.1.2001.1005.47"
    }
  ],
  "version" : "2.0.0",
  "name" : "ANZSIC -- Australian and New Zealand Standard Industrial Classification",
  "status" : "active",
  "experimental" : true,
  "date" : "2016-12-06T12:22:34+11:00",
  "publisher" : "Australian Bureau of Statistics",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.abs.gov.au/ausstats/abs@.nsf/mf/1292.0"
        }
      ]
    }
  ],
  "description" : "Developed for use in the collection, analysis and dissemination of industry classification statistics in Australia and New Zealand.",
  "immutable" : true,
  "copyright" : "Copyright Australian Bureau of Statistics",
  "compose" : {
    "include" : [
      {
        "system" : "http://www.abs.gov.au/ausstats/abs@.nsf/mf/1292.0"
      }
    ]
  }
}