<Organization xmlns="http://hl7.org/fhir">
  <id value="core-examples-Organization-example17" />
  <meta>
    <versionId value="1" />
    <lastUpdated value="2016-09-08T11:38:11.024+00:00" />
  </meta>
  <text>
    <status value="generated" />
    <div xmlns="http://www.w3.org/1999/xhtml">
      <p>Gastroenterology @ Acme Hospital. ph: +1 555 234 3523, email: 
        <a href="mailto:gastro@acme.org">gastro@acme.org</a></p>
    </div>
  </text>
  <identifier>
    <system value="http://www.acme.org.au/units" />
    <value value="Gastro" />
  </identifier>
  <name value="Gastroenterology" />
  <telecom>
    <system value="phone" />
    <value value="+1 555 234 3523" />
    <use value="mobile" />
  </telecom>
  <telecom>
    <system value="email" />
    <value value="gastro@acme.org" />
    <use value="work" />
  </telecom>
  <partOf>
    <reference value="Organization/1" />
    <display value="ACME Healthcare, Inc" />
  </partOf>
</Organization>