Australian Digital Health Agency FHIR Implementation Guide
1.2.0-ci-build - draft Australia flag

Australian Digital Health Agency FHIR Implementation Guide, published by Australian Digital Health Agency. This guide is not an authorized publication; it is the continuous build for version 1.2.0-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/AuDigitalHealth/ci-fhir-r4/ and changes regularly. See the Directory of published versions

: Centrelink Customer Reference Number (also referred to as unique identifier number (UIN)) - JSON Representation

Draft as of 2018-02-21

Raw json | Download


{
  "resourceType" : "NamingSystem",
  "id" : "crn",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: NamingSystem crn</b></p><a name=\"crn\"> </a><a name=\"hccrn\"> </a><a name=\"crn-en-AU\"> </a><h3>Summary</h3><table class=\"grid\"><tr><td>Defining URL</td><td>http://ns.electronichealth.net.au/fhir/NamingSystem/crn</td></tr><tr><td>Name</td><td>AustalianCRN</td></tr><tr><td>Status</td><td>draft</td></tr><tr><td>Definition</td><td><div><p>Centrelink Customer Reference Number (also referred to as unique identifier number (UIN) in the Centrelink Confirmation eServices (CCeS)). An identifier assigned to an individual by Centrelink for the purposes of identifying people (and organisations) eligible for specific services, including some public health care services, such as oral health services. This number may appear on a Health Care Card, Commonwealth Seniors Health Card, or Pensioner Concession Card.</p>\n</div></td></tr><tr><td>Publisher</td><td>Australian Digital Health Agency</td></tr><tr><td>Copyright</td><td><div><p>Copyright © 2024 Australian Digital Health Agency - All rights reserved. This content is licensed under a Creative Commons Attribution 4.0 International License. See https://creativecommons.org/licenses/by/4.0/.</p>\n</div></td></tr></table><h3>Identifiers</h3><table class=\"grid\"><tr><td><b>Type</b></td><td><b>Value</b></td><td><b>Preferred</b></td><td><b>Period</b></td><td><b>Comment</b></td></tr><tr><td>OID</td><td>2.16.840.1.113883.3.879.270098</td><td/><td></td><td>This value is used in Australian CDA documents and OID based systems. This OID is deprecated.</td></tr><tr><td>OID</td><td>2.16.840.1.113883.3.879.369274</td><td/><td></td><td>This value is used in Australian CDA documents and OID based systems. This OID is current.</td></tr><tr><td>URI</td><td>http://ns.electronichealth.net.au/id/centrelink-customer-reference-number</td><td>true</td><td>2018-02-21 --&gt; (ongoing)</td><td/></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/5.0/StructureDefinition/extension-NamingSystem.url",
      "valueUri" : "http://ns.electronichealth.net.au/fhir/NamingSystem/crn"
    }
  ],
  "name" : "AustalianCRN",
  "status" : "draft",
  "kind" : "identifier",
  "date" : "2018-02-21",
  "publisher" : "Australian Digital Health Agency",
  "contact" : [
    {
      "name" : "Australian Digital Health Agency",
      "telecom" : [
        {
          "system" : "email",
          "value" : "mailto:help@digitalhealth.gov.au"
        }
      ]
    }
  ],
  "responsible" : "Services Australia",
  "type" : {
    "text" : "Centrelink Customer Reference Number"
  },
  "description" : "Centrelink Customer Reference Number (also referred to as unique identifier number (UIN) in the Centrelink Confirmation eServices (CCeS)). An identifier assigned to an individual by Centrelink for the purposes of identifying people (and organisations) eligible for specific services, including some public health care services, such as oral health services. This number may appear on a Health Care Card, Commonwealth Seniors Health Card, or Pensioner Concession Card.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "AU"
        }
      ]
    }
  ],
  "usage" : "Government funding identification",
  "uniqueId" : [
    {
      "type" : "oid",
      "value" : "2.16.840.1.113883.3.879.270098",
      "comment" : "This value is used in Australian CDA documents and OID based systems. This OID is deprecated."
    },
    {
      "type" : "oid",
      "value" : "2.16.840.1.113883.3.879.369274",
      "comment" : "This value is used in Australian CDA documents and OID based systems. This OID is current."
    },
    {
      "type" : "uri",
      "value" : "http://ns.electronichealth.net.au/id/centrelink-customer-reference-number",
      "preferred" : true,
      "period" : {
        "start" : "2018-02-21"
      }
    }
  ]
}