AU Base Implementation Guide
4.2.2-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.2-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 typical Organisation the Radiologist belongs to - XML Representation

Page standards status: Informative

Raw xml | Download



<Organization xmlns="http://hl7.org/fhir">
  <id value="example1"/>
  <meta>
    <profile
             value="http://hl7.org.au/fhir/StructureDefinition/au-organization"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Organization example1</b></p><a name="example1"> </a><a name="hcexample1"> </a><a name="hcexample1-en-AU"> </a><p><b>identifier</b>: ABN/51824753556</p><p><b>type</b>: <span title="Codes:{http://snomed.info/sct 309895006}">Private hospital</span></p><p><b>name</b>: Albion Hospital</p><blockquote><p><b>contact</b></p><p><b>purpose</b>: <span title="Codes:{http://terminology.hl7.org.au/CodeSystem/contact-purpose medical-record}">Medical Record</span></p><p><b>telecom</b>: ph: (07) 5550 5556</p></blockquote><blockquote><p><b>contact</b></p><p><b>purpose</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/contactentity-type PRESS}">Media enquiries</span></p><p><b>telecom</b>: <a href="mailto:press@albionhospital.example.com">press@albionhospital.example.com</a>, ph: (07) 5550 5557</p></blockquote><blockquote><p><b>contact</b></p><p><b>purpose</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/contactentity-type HR}">Human Resources</span></p><p><b>telecom</b>: <a href="mailto:hr@albionhospital.example.com">hr@albionhospital.example.com</a></p></blockquote></div>
  </text>
  <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"/>
    <value value="51824753556"/>
  </identifier>
  <type>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="309895006"/>
      <display value="Private hospital"/>
    </coding>
  </type>
  <name value="Albion Hospital"/>
  <contact>
    <purpose>
      <coding>
        <system
                value="http://terminology.hl7.org.au/CodeSystem/contact-purpose"/>
        <code value="medical-record"/>
        <display value="Medical Record"/>
      </coding>
    </purpose>
    <telecom>
      <system value="phone"/>
      <value value="(07) 5550 5556"/>
    </telecom>
  </contact>
  <contact>
    <purpose>
      <coding>
        <system
                value="http://terminology.hl7.org/CodeSystem/contactentity-type"/>
        <code value="PRESS"/>
        <display value="Press"/>
      </coding>
      <text value="Media enquiries"/>
    </purpose>
    <telecom>
      <system value="email"/>
      <value value="press@albionhospital.example.com"/>
    </telecom>
    <telecom>
      <system value="phone"/>
      <value value="(07) 5550 5557"/>
    </telecom>
  </contact>
  <contact>
    <purpose>
      <coding>
        <system
                value="http://terminology.hl7.org/CodeSystem/contactentity-type"/>
        <code value="HR"/>
      </coding>
      <text value="Human Resources"/>
    </purpose>
    <telecom>
      <system value="email"/>
      <value value="hr@albionhospital.example.com"/>
    </telecom>
  </contact>
</Organization>