AU Base Implementation Guide
4.2.1-ci-build - CI Build Australia flag

AU Base Implementation Guide, published by HL7 Australia. This guide is not an authorized publication; it is the continuous build for version 4.2.1-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7au/au-fhir-base/ and changes regularly. See the Directory of published versions

: Organization - a Pathology organisation with NATA Number, ARBN, ABN, ACN, HPI-O and PAI-O - XML Representation

Page standards status: Informative

Raw xml | Download



<Organization xmlns="http://hl7.org/fhir">
  <id value="example6"/>
  <meta>
    <versionId value="11.007"/>
    <lastUpdated value="2019-11-15T13:28:17.239+10:00"/>
    <profile
             value="http://hl7.org.au/fhir/StructureDefinition/au-organization"/>
  </meta>
  <language value="en-AU"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-AU" lang="en-AU"><p><b>Generated Narrative: Organization</b><a name="example6"> </a><a name="hcexample6"> </a></p><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px">Resource Organization &quot;example6&quot; Version &quot;11.007&quot; Updated &quot;2019-11-15 13:28:17+1000&quot;  (Language &quot;en-AU&quot;) </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-au-organization.html">AU Base Organisation</a></p></div><p><b>identifier</b>: NATA Accreditation Number/200001, ARBN/123456789, ABN/12345678901, ACN/518247535, HPI-O/8003621566684455, PAI-O/8003640011000059, CSP/8003639900027009</p><p><b>type</b>: Pathology and Diagnostic Imaging Services <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (1292.0#8520)</span></p><p><b>name</b>: ACME Pathology</p><p><b>alias</b>: Tests R Us Pathology</p><p><b>telecom</b>: <a href="mailto:enquiries@acmepathology.example.com">enquiries@acmepathology.example.com</a>, <a href="https://acmepathology.example.com">https://acmepathology.example.com</a>, ph: (03) 5550 1234(WORK)</p><p><b>address</b>: 7002 Little Collins Street Melbourne VIC 3000 AU </p><p><b>partOf</b>: <a href="Organization-5-8631-1.html">Organization/5-8631-1</a> &quot;Test Org -DigitalHealth 5&quot;</p></div>
  </text>
  <identifier>
    <type>
      <coding>
        <system value="http://terminology.hl7.org.au/CodeSystem/v2-0203"/>
        <code value="NATAA"/>
        <display value="NATA Accreditation Number"/>
      </coding>
      <text value="NATA Accreditation Number"/>
    </type>
    <system value="http://hl7.org.au/id/nata-accreditation"/>
    <!-- In Australia NATA numbers are an
        incremental number that have been incremented to 5 digits, this example uses a fictional
        NATA number from 100,000 + to ensure no conflict with real world values -->
    <value value="200001"/>
  </identifier>
  <identifier>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="XX"/>
      </coding>
      <text value="ARBN"/>
    </type>
    <system value="http://hl7.org.au/id/arbn"/>
    <!--  Note: 123456789 is an invalid ARBN ie does not pass the ARBN check digit algorithm  -->
    <value value="123456789"/>
  </identifier>
  <identifier>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="XX"/>
      </coding>
      <text value="ABN"/>
    </type>
    <system value="http://hl7.org.au/id/abn"/>
    <!--  Note: 12345678901 is an invalid ABN ie does not pass the ABN check digit algorithm  -->
    <value value="12345678901"/>
  </identifier>
  <identifier>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="XX"/>
      </coding>
      <text value="ACN"/>
    </type>
    <system value="http://hl7.org.au/id/acn"/>
    <!--  Note: 518247535 is an invalid ACN ie does not pass the ACN check digit algorithm  -->
    <value value="518247535"/>
  </identifier>
  <identifier>
    <type>
      <coding>
        <system value="http://terminology.hl7.org.au/CodeSystem/v2-0203"/>
        <code value="NOI"/>
        <display value="National Organisation Identifier"/>
      </coding>
      <text value="HPI-O"/>
    </type>
    <system value="http://ns.electronichealth.net.au/id/hi/hpio/1.0"/>
    <value value="8003621566684455"/>
  </identifier>
  <identifier>
    <type>
      <coding>
        <system value="http://terminology.hl7.org.au/CodeSystem/v2-0203"/>
        <code value="NOI"/>
        <display value="National Organisation Identifier"/>
      </coding>
      <text value="PAI-O"/>
    </type>
    <system value="http://ns.electronichealth.net.au/id/pcehr/paio/1.0"/>
    <value value="8003640011000059"/>
  </identifier>
  <identifier>
    <type>
      <coding>
        <system value="http://terminology.hl7.org.au/CodeSystem/v2-0203"/>
        <code value="CSPRN"/>
        <display value="Contracted Service Provider Registration Number"/>
      </coding>
      <text value="CSP"/>
    </type>
    <system value="http://ns.electronichealth.net.au/id/hi/csp/1.0"/>
    <value value="8003639900027009"/>
  </identifier>
  <type>
    <coding>
      <system value="http://www.abs.gov.au/ausstats/abs@.nsf/mf/1292.0"/>
      <code value="8520"/>
      <display value="Pathology and Diagnostic Imaging Services"/>
    </coding>
  </type>
  <name value="ACME Pathology"/>
  <alias value="Tests R Us Pathology"/>
  <telecom>
    <system value="email"/>
    <value value="enquiries@acmepathology.example.com"/>
    <use value="work"/>
  </telecom>
  <telecom>
    <system value="url"/>
    <value value="https://acmepathology.example.com"/>
    <use value="work"/>
  </telecom>
  <telecom>
    <system value="phone"/>
    <value value="(03) 5550 1234"/>
    <use value="work"/>
  </telecom>
  <address>
    <type value="both"/>
    <line value="7002 Little Collins Street"/>
    <city value="Melbourne"/>
    <state value="VIC"/>
    <postalCode value="3000"/>
    <country value="AU"/>
  </address>
  <partOf>🔗 
    <reference value="Organization/5-8631-1"/>
  </partOf>
</Organization>