<Bundle xmlns="http://hl7.org/fhir">
  <id value="rdc-Bundle-R5-Patient-Search-Not-Found" />
  <type value="searchset" />
  <total value="0" />
  <link>
    <relation value="self" />
    <url value="/fhir/r5/api/Patient?identifier=unknown-id" />
  </link>
  <entry>
    <resource>
      <OperationOutcome>
        <issue>
          <severity value="information" />
          <code value="not-found" />
          <diagnostics value="No patient found for the given identifier." />
        </issue>
      </OperationOutcome>
    </resource>
    <search>
      <mode value="outcome" />
    </search>
  </entry>
</Bundle>