This page is part of the FHIR Specification (v0.0.82: DSTU 1). 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

Organization-example-f003-burgers-ENT.xml

Real-world organization example (ENT) (id = "f003")

Raw XML

<Organization xmlns="http://hl7.org/fhir">
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
      <p>
        <b>Generated Narrative</b>
      </p>
      <p>
        <b>name</b>: Burgers UMC Ear,Nose,Throat unit
      </p>
      <p>
        <b>type</b>: 
        <span title="Codes: {http://hl7.org/fhir/organization-type dept}">Hospital Department</span>
      </p>
      <p>
        <b>telecom</b>: ph: 022-655 6780
      </p>
      <p>
        <b>address</b>: West Wing, floor 5 
      </p>
      <p>
        <b>partOf</b>: 
        <a href="organization-example-f001-burgers.html">91654 (official), 17-0112278 (usual); name: Burgers University Medical Center; University
           Medical Hospital</a>
      </p>
      <h3>Contacts</h3>
      <table class="grid">
        <tr>
          <td>
            <b>Purpose</b>
          </td>
          <td>
            <b>Name</b>
          </td>
          <td>
            <b>Telecom</b>
          </td>
          <td>
            <b>Address</b>
          </td>
          <td>
            <b>Gender</b>
          </td>
        </tr>
        <tr>
          <td>
            <span title="Codes: {http://hl7.org/fhir/contactentity-type ADMIN}">Administrative</span>
          </td>
          <td>mr. F. de Hond</td>
          <td>ph: 022-655 7654</td>
          <td>West Wing, floor 5 </td>
          <td> </td>
        </tr>
      </table>
      <p>
        <b>active</b>: false
      </p>
    </div>
  </text>
  <name value="Burgers UMC Ear,Nose,Throat unit"/>
  <type>
    <coding>
      <system value="http://hl7.org/fhir/organization-type"/>
      <code value="dept"/>
      <display value="Hospital Department"/>
    </coding>
  </type>
  <telecom>
    <system value="phone"/>
    <value value="022-655 6780"/>
  </telecom>
  <address>
    <line value="West Wing, floor 5"/>
  </address>
  <partOf>
    <reference value="Organization/f001"/>
  </partOf>
  <contact>
    <purpose>
      <coding>
        <system value="http://hl7.org/fhir/contactentity-type"/>
        <code value="ADMIN"/>
      </coding>
    </purpose>
    <name>
      <text value="mr. F. de Hond"/>
    </name>
    <telecom>
      <system value="phone"/>
      <value value="022-655 7654"/>
    </telecom>
    <telecom>
      <system value="email"/>
      <value value="KNO@burgersumc.nl"/>
    </telecom>
    <telecom>
      <system value="fax"/>
      <value value="022-655 0998"/>
    </telecom>
    <address>
      <line value="West Wing, floor 5"/>
    </address>
  </contact>
  <active value="false"/>
</Organization>