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-f001-burgers.xml

Real-world organization example (Burgers MC) (id = "f001")

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>identifier</b>: 91654 (official), 17-0112278 (usual)
      </p>
      <p>
        <b>name</b>: Burgers University Medical Center
      </p>
      <p>
        <b>type</b>: 
        <span title="Codes: {urn:oid:2.16.840.1.113883.2.4.15.1060 V6}, {http://hl7.org/fhir/organization-type
         prov}">University Medical Hospital</span>
      </p>
      <p>
        <b>telecom</b>: ph: 022-655 2300(work)
      </p>
      <p>
        <b>address</b>: 
      </p>
      <ul>
        <li>Galapagosweg 91 Den Burg 9105 PZ NLD (work)</li>
        <li>PO Box 2311 Den Burg 9100 AA NLD (work)</li>
      </ul>
      <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 PRESS}">Press</span>
          </td>
          <td> </td>
          <td>ph: 022-655 2334</td>
          <td> </td>
          <td> </td>
        </tr>
        <tr>
          <td>
            <span title="Codes: {http://hl7.org/fhir/contactentity-type PATINF}">Patient</span>
          </td>
          <td> </td>
          <td>ph: 022-655 2335</td>
          <td> </td>
          <td> </td>
        </tr>
      </table>
    </div>
  </text>
  <identifier>
    <use value="official"/>
    <system value="urn:oid:2.16.528.1"/>
    <value value="91654"/>
  </identifier>
  <identifier>
    <use value="usual"/>
    <system value="urn:oid:2.16.840.1.113883.2.4.6.1"/><!--    Dutch VEKTIS AGB-Z    -->
    <value value="17-0112278"/>
  </identifier>
  <name value="Burgers University Medical Center"/>
  <type>
    <coding>
      <system value="urn:oid:2.16.840.1.113883.2.4.15.1060"/><!--    RoleCodeNLUZIRoleCodeOrganisaties    -->
      <code value="V6"/>
      <display value="University Medical Hospital"/>
    </coding>
    <coding>
      <system value="http://hl7.org/fhir/organization-type"/>
      <code value="prov"/>
      <display value="Healthcare Provider"/>
    </coding>
  </type>
  <telecom>
    <system value="phone"/>
    <value value="022-655 2300"/>
    <use value="work"/>
  </telecom>
  <address>
    <use value="work"/>
    <line value="Galapagosweg 91"/>
    <city value="Den Burg"/>
    <zip value="9105 PZ"/>
    <country value="NLD"/>
  </address>
  <address>
    <use value="work"/>
    <line value="PO Box 2311"/>
    <city value="Den Burg"/>
    <zip value="9100 AA"/>
    <country value="NLD"/>
  </address>
  <contact>
    <purpose>
      <coding>
        <system value="http://hl7.org/fhir/contactentity-type"/>
        <code value="PRESS"/>
      </coding>
    </purpose>
    <telecom>
      <system value="phone"/>
      <value value="022-655 2334"/>
    </telecom>
  </contact>
  <contact>
    <purpose>
      <coding>
        <system value="http://hl7.org/fhir/contactentity-type"/>
        <code value="PATINF"/>
      </coding>
    </purpose>
    <telecom>
      <system value="phone"/>
      <value value="022-655 2335"/>
    </telecom>
  </contact>
</Organization>