<?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 Hospital. tel: +44 121 123 4567, email: <a href="mailto:reception@testhospital.org">reception@testhospital.org</a></p>
    </div>
  </text>
  <identifier>
    <system value="http://www.test.org/id" />
    <value value="1" />
  </identifier>
  <name value="Test Hospital" />
  <telecom>
    <system value="phone" />
    <value value="+44 121 123 4567" />
    <use value="mobile" />
  </telecom>
  <telecom>
    <system value="email" />
    <value value="reception@testhospital.org" />
    <use value="work" />
  </telecom>
  <address>
    <line value="Mindelsohn Way" />
    <city value="Birmingham" />
    <postalCode value="B15 2GW" />
    <country value="UK" />
  </address>
</Organization>