AU Core Implementation Guide
0.5.0-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 0.5.0-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 - Bobrester Medical Centre - XML Representation

Page standards status: Informative

Raw xml | Download



<Organization xmlns="http://hl7.org/fhir">
  <id value="bobrester-medical-center"/>
  <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 bobrester-medical-center</b></p><a name="bobrester-medical-center"> </a><a name="hcbobrester-medical-center"> </a><a name="hcbobrester-medical-center-en-AU"> </a><p><b>identifier</b>: ABN/12345678901</p><p><b>type</b>: <span title="Codes:{http://snomed.info/sct 288565001}">Medical Center</span></p><p><b>name</b>: Bobrester Medical Center</p><p><b>telecom</b>: <a href="mailto:info@bobrestermedical.example.com">info@bobrestermedical.example.com</a>, ph: (07) 5550 2427(Work)</p><p><b>address</b>: 87 Western Esp Tindal RAAF QLD 4655 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="12345678901"/>
  </identifier>
  <type>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="288565001"/>
      <display value="Medical centre"/>
    </coding>
    <text value="Medical Center"/>
  </type>
  <name value="Bobrester Medical Center"/>
  <telecom>
    <system value="email"/>
    <value value="info@bobrestermedical.example.com"/>
    <use value="work"/>
  </telecom>
  <telecom>
    <system value="phone"/>
    <value value="(07) 5550 2427"/>
    <use value="work"/>
  </telecom>
  <address>
    <line value="87 Western Esp"/>
    <city value="Tindal RAAF"/>
    <state value="QLD"/>
    <postalCode value="4655"/>
    <country value="AU"/>
  </address>
</Organization>