<?xml version="1.0" encoding="utf-8"?>
<Bundle xmlns="http://hl7.org/fhir">
  <id value="d126fc53-33bb-42f2-8dfc-1b987673f8b5" />
  <meta>
    <lastUpdated value="2026-05-25T09:14:33.3881332Z" />
  </meta>
  <type value="searchset" />
  <total value="1" />
  <link>
    <relation value="self" />
    <url value="http://fhir-dstu2-nprogram.azurewebsites.net/raw/Patient/search?name=Smith" />
  </link>
  <entry>
    <resource>
      <Patient xmlns="http://hl7.org/fhir">
        <text>
          <status value="generated" />
          <div xmlns="http://www.w3.org/1999/xhtml">
            <p>Kate R Smith</p>
            <p>57 Holgate Rd</p>
            <p>RAINHAM</p>
            <p>RM13 6RM</p>
            <p>Date of birth: 1983-03-29</p>
          </div>
        </text>
        <identifier>
          <use value="official" />
          <type>
            <coding>
              <code value="SSN" />
            </coding>
          </type>
          <system value="http://hl7.org/fhir/sid/us-ssn" />
          <value value="3" />
        </identifier>
        <active value="true" />
        <name>
          <use value="official" />
          <family value="Smith" />
          <given value="Kate" />
        </name>
        <telecom>
          <system value="phone" />
          <value value="079 2271 6642" />
          <use value="home" />
        </telecom>
        <gender value="female" />
        <birthDate value="1983-03-29" />
        <deceasedBoolean value="false" />
        <address>
          <use value="home" />
          <text value="57 Holgate Rd, RAINHAM, RM13 6RM" />
          <line value="57 Holgate Rd" />
          <city value="RAINHAM" />
          <postalCode value="RM13 6RM" />
        </address>
        <careProvider>
          <reference value="Organization/1" />
        </careProvider>
      </Patient>
    </resource>
  </entry>
</Bundle>