curl -v -H "accept: application/fhir+xml" -X GET "http://fhirserver/Patient/?_id=Patient-Read-Extended-Example&family:contains=Mustermann"
SUCCESS
593ms
And FHIR current response body evaluates the FHIRPath 'entry.resource.ofType(Patient).count() = 0' with error message 'Search results were found when none were expected'
SUCCESS
217ms
And bundle does not contain resource "Patient" with ID "Patient-Read-Extended-Example" with error message "The requested Patient Patient-Read-Example is unexpectedly contained in the response bundle"