AU Core Implementation Guide
2.0.1-ci-build - CI Build Australia flag

AU Core Implementation Guide, published by HL7 Australia. This guide is not an authorized publication; it is the continuous build for version 2.0.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-core/ and changes regularly. See the Directory of published versions

: Organization - Pullabooka Pathology - XML Representation

Page standards status: Informative

Raw xml | Download


<Organization xmlns="http://hl7.org/fhir">
  <id value="pullabooka-pathology"/>
  <meta>
    <profile
             value="http://hl7.org.au/fhir/core/StructureDefinition/au-core-organization"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Organization pullabooka-pathology</b></p><a name="pullabooka-pathology"> </a><a name="hcpullabooka-pathology"> </a><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"/><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-au-core-organization.html">AU Core Organization</a></p></div><p><b>identifier</b>: HPI-O/8003628233373131</p><p><b>type</b>: <span title="Codes:{http://snomed.info/sct 310074003}, {http://www.abs.gov.au/ausstats/abs@.nsf/mf/1292.0 6925}">Pathology service</span></p><p><b>name</b>: Pullabooka Pathology</p><p><b>telecom</b>: ph: (02) 5550 8639, <a href="mailto:reception@pullabookapathology.example.net">reception@pullabookapathology.example.net</a></p><p><b>address</b>: NSW 2810 AU </p></div>
  </text>
  <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="8003628233373131"/>
  </identifier>
  <type>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="310074003"/>
      <display value="Pathology service"/>
    </coding>
    <coding>
      <system value="http://www.abs.gov.au/ausstats/abs@.nsf/mf/1292.0"/>
      <code value="6925"/>
      <display value="Scientific Testing and Analysis Services"/>
    </coding>
  </type>
  <name value="Pullabooka Pathology"/>
  <telecom>
    <system value="phone"/>
    <value value="(02) 5550 8639"/>
  </telecom>
  <telecom>
    <system value="email"/>
    <value value="reception@pullabookapathology.example.net"/>
    <use value="work"/>
  </telecom>
  <address>
    <state value="NSW"/>
    <postalCode value="2810"/>
    <country value="AU"/>
  </address>
</Organization>