AU Core Implementation Guide
0.4.0-preview - Preview Australia flag

This page is part of the AU Core (v0.4.0-preview: QA Preview) based on FHIR (HL7® FHIR® Standard) R4. . For a full list of available versions, see the Directory of published versions

: Organization - Murrabit Public Hospital - XML Representation

Page standards status: Informative

Raw xml | Download



<Organization xmlns="http://hl7.org/fhir">
  <id value="murrabit-hospital"/>
  <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><b>Generated Narrative: Organization </b><a name="murrabit-hospital"> </a><a name="hcmurrabit-hospital"> </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">ResourceOrganization &quot;murrabit-hospital&quot; </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-au-core-organization.html">AU Core Organization</a></p></div><p><b>identifier</b>: ABN/81156473823</p><p><b>type</b>: Hospitals (Except Psychiatric Hospitals) <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (1292.0#8401)</span></p><p><b>name</b>: Murrabit Public Hospital</p><p><b>telecom</b>: ph: 0355509111, <a href="mailto:reception@murrabitph.example.com.au">reception@murrabitph.example.com.au</a></p><p><b>address</b>: 144 Central Gdns Murrabit VIC 3579 AU </p></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="81156473823"/>
  </identifier>
  <type>
    <coding>
      <system value="http://www.abs.gov.au/ausstats/abs@.nsf/mf/1292.0"/>
      <code value="8401"/>
      <display value="Hospitals (Except Psychiatric Hospitals)"/>
    </coding>
  </type>
  <name value="Murrabit Public Hospital"/>
  <telecom>
    <system value="phone"/>
    <value value="0355509111"/>
  </telecom>
  <telecom>
    <system value="email"/>
    <value value="reception@murrabitph.example.com.au"/>
  </telecom>
  <address>
    <line value="144 Central Gdns"/>
    <city value="Murrabit"/>
    <state value="VIC"/>
    <postalCode value="3579"/>
    <country value="AU"/>
  </address>
</Organization>