<?xml version="1.0" encoding="utf-8"?>
<Bundle xmlns="http://hl7.org/fhir">
  <id value="31b42f8b-a014-4758-89a8-2f7939645c57" />
  <meta>
    <lastUpdated value="2025-04-07T20:51:44.709007Z" />
  </meta>
  <type value="searchset" />
  <total value="2" />
  <link>
    <relation value="self" />
    <url value="https://nprogram.azurewebsites.net/Patient?birthDate=2003-01-23" />
  </link>
  <entry>
    <resource>
      <Patient xmlns="http://hl7.org/fhir">
        <id value="5" />
        <meta>
          <versionId value="1" />
        </meta>
        <text>
          <status value="generated" />
          <div xmlns="http://www.w3.org/1999/xhtml">
            <p>Elise A Bradley</p>
            <p>77 Caerfai Bay Road</p>
            <p>TEYNHAM</p>
            <p>ME9 7AN</p>
            <p>Date of birth: 2003-01-23</p>
          </div>
        </text>
        <identifier>
          <use value="official" />
          <type>
            <coding>
              <code value="MR" />
            </coding>
          </type>
          <system value="http://example.org/fhir/hospital-number" />
          <value value="10005" />
        </identifier>
        <active value="true" />
        <name>
          <use value="official" />
          <family value="Bradley" />
          <given value="Elise" />
        </name>
        <telecom>
          <system value="phone" />
          <value value="070 8120 4592" />
          <use value="home" />
        </telecom>
        <gender value="female" />
        <birthDate value="2003-01-23" />
        <deceasedBoolean value="false" />
        <address>
          <use value="home" />
          <text value="77 Caerfai Bay Road, TEYNHAM, ME9 7AN" />
          <line value="77 Caerfai Bay Road" />
          <city value="TEYNHAM" />
          <postalCode value="ME9 7AN" />
        </address>
        <generalPractitioner>
          <reference value="Organization/1" />
        </generalPractitioner>
      </Patient>
    </resource>
  </entry>
  <entry>
    <resource>
      <Patient xmlns="http://hl7.org/fhir">
        <id value="48" />
        <meta>
          <versionId value="1" />
        </meta>
        <text>
          <status value="generated" />
          <div xmlns="http://www.w3.org/1999/xhtml">
            <p>Erin R Bradley</p>
            <p>83 Wartnaby Road</p>
            <p>ADWALTON</p>
            <p>BD11 8TI</p>
            <p>Date of birth: 2003-01-23</p>
          </div>
        </text>
        <identifier>
          <use value="official" />
          <type>
            <coding>
              <code value="MR" />
            </coding>
          </type>
          <system value="http://example.org/fhir/hospital-number" />
          <value value="100048" />
        </identifier>
        <active value="true" />
        <name>
          <use value="official" />
          <family value="Bradley" />
          <given value="Erin" />
        </name>
        <telecom>
          <system value="phone" />
          <value value="079 8599 2039" />
          <use value="home" />
        </telecom>
        <gender value="female" />
        <birthDate value="2003-01-23" />
        <deceasedBoolean value="false" />
        <address>
          <use value="home" />
          <text value="83 Wartnaby Road, ADWALTON, BD11 8TI" />
          <line value="83 Wartnaby Road" />
          <city value="ADWALTON" />
          <postalCode value="BD11 8TI" />
        </address>
        <generalPractitioner>
          <reference value="Organization/1" />
        </generalPractitioner>
      </Patient>
    </resource>
  </entry>
</Bundle>