This page is part of the FHIR Specification (v0.06: DSTU 1 Ballot 2). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3 R2

 

ACME Healthcare (id = "1")

<Organization xmlns="http://hl7.org/fhir">

  <!--   Clinical Team "Gastroenterology" at Acme Hospital   -->
  <identifier>
    <identifier>
      <system>http://www.acme.org.au/units</system>
      <id>Gastro</id>
    </identifier>
  </identifier>
  <name>Gastroenterology</name>
  <telecom>
    <system>phone</system>
    <value>+1 555 234 3523</value>
    <use>mobile</use>
  </telecom>
  <telecom>
    <system>email</system>
    <value>gastro@acme.org</value>
    <use>work</use>
  </telecom>

  <relatedOrganization>
    <organization>
      <type>Organization</type>
      <id>1</id>
      <display>ACME Healthcare, Inc</display>
    </organization>
    <type>
      <coding>
        <system>oid:2.16.840.1.113883.5.110</system>
        <code>TERR</code>
      </coding>
    </type>
  </relatedOrganization>

  <text>
    <status>generated</status>
    <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>
</Organization>