<?xml version="1.0" encoding="utf-8"?>
<Organization xmlns="http://hl7.org/fhir">
  <text>
    <status value="generated" />
    <div xmlns="http://www.w3.org/1999/xhtml">
      <p>Test Department. tel: +44 121 123 4568, email: <a href="mailto:reception@testhospital.org">reception@testhospital.org</a></p>
    </div>
  </text>
  <identifier>
    <system value="http://www.test.org/id" />
    <value value="2" />
  </identifier>
  <name value="Heritage Building" />
  <telecom>
    <system value="phone" />
    <value value="+44 121 123 4568" />
    <use value="mobile" />
  </telecom>
  <telecom>
    <system value="email" />
    <value value="reception@testhospital2.org" />
    <use value="work" />
  </telecom>
  <address>
    <line value="Vincent Drive" />
    <city value="Birmingham" />
    <postalCode value="B15 2GW" />
    <country value="UK" />
  </address>
  <partOf>
    <reference value="Organization/1" />
    <display value="NHS" />
  </partOf>
</Organization>