Australian Digital Health Agency FHIR Implementation Guide
1.2.0-ci-build - draft Australia flag

Australian Digital Health Agency FHIR Implementation Guide, published by Australian Digital Health Agency. This guide is not an authorized publication; it is the continuous build for version 1.2.0-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/AuDigitalHealth/ci-fhir-r4/ and changes regularly. See the Directory of published versions

: Devonport Family Medicine Clinic - XML Representation

Raw xml | Download



<Organization xmlns="http://hl7.org/fhir">
  <id value="devonport-clinic"/>
  <meta>
    <profile
             value="http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-organization-core-1"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Organization devonport-clinic</b></p><a name="devonport-clinic"> </a><a name="hcdevonport-clinic"> </a><a name="devonport-clinic-en-AU"> </a><p><b>identifier</b>: ABN/51824754455</p><p><b>name</b>: Devonport Family Medicine Clinic</p><p><b>telecom</b>: <a href="mailto:reception@example.dfmc.com.au">reception@example.dfmc.com.au</a>, fax: (03) 8543 5557(Work), ph: (03) 8543 5556(Work)</p><p><b>address</b>: LPO Box 235 Strahan TAS 7468 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="51824754455"/>
  </identifier>
  <name value="Devonport Family Medicine Clinic"/>
  <telecom>
    <system value="email"/>
    <value value="reception@example.dfmc.com.au"/>
    <use value="work"/>
  </telecom>
  <telecom>
    <system value="fax"/>
    <value value="(03) 8543 5557"/>
    <use value="work"/>
  </telecom>
  <telecom>
    <system value="phone"/>
    <value value="(03) 8543 5556"/>
    <use value="work"/>
  </telecom>
  <address>
    <type value="postal"/>
    <line value="LPO Box 235"/>
    <city value="Strahan"/>
    <state value="TAS"/>
    <postalCode value="7468"/>
    <country value="AU"/>
  </address>
</Organization>