<?xml version="1.0" encoding="utf-8"?>
<Bundle xmlns="http://hl7.org/fhir">
  <id value="70216f5e-3519-484c-b2db-56a313fd710b" />
  <meta>
    <lastUpdated value="2026-05-25T09:14:09.3090475Z" />
  </meta>
  <type value="searchset" />
  <total value="2" />
  <link>
    <relation value="self" />
    <url value="http://fhir-dstu2-nprogram.azurewebsites.net/raw/Organization/search?name=Test" />
  </link>
  <entry>
    <resource>
      <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>
    </resource>
  </entry>
  <entry>
    <resource>
      <Organization xmlns="http://hl7.org/fhir">
        <text>
          <status value="generated" />
          <div xmlns="http://www.w3.org/1999/xhtml">
            <p>Test Lab Ltd.</p>
            <p>100 Hospital Drive</p>
            <p>Birmingham</p>
            <p>B14 7AT</p>
            <p>UK</p>
            <p>email: <a href="mailto:test@demorg.org">test@demorg.org</a></p>
          </div>
        </text>
        <identifier>
          <system value="http://www.test.org/id" />
          <value value="10" />
        </identifier>
        <name value="Test Lab Ltd." />
        <telecom>
          <system value="phone" />
          <value value="+44 121 123 4568" />
          <use value="mobile" />
        </telecom>
        <telecom>
          <system value="email" />
          <value value="test@demorg.org" />
          <use value="work" />
        </telecom>
        <address>
          <line value="100 Hospital Drive" />
          <city value="Birmingham" />
          <postalCode value="B14 7AT" />
          <country value="UK" />
        </address>
        <contact>
          <name>
            <family value="Test" />
            <given value="Tommy" />
            <prefix value="Dr." />
          </name>
        </contact>
      </Organization>
    </resource>
  </entry>
</Bundle>