curl -v -H "accept: application/fhir+xml" -X GET "http://fhirserver/Encounter/?date-start=ge1999-01-01"
SUCCESS
554ms
And FHIR current response body evaluates the FHIRPath 'entry.resource.count() > 0' with error message 'No search results were found'
SUCCESS
207ms
And FHIR current response body evaluates the FHIRPath "entry.resource.all(period.start >= @1999-01-01T00:00:00+01:00)" with error message 'There are search results, but they do not fully match the search criteria'
SUCCESS
214ms
And response bundle contains resource with ID "Encounter-Read-In-Progress-Example" with error message "The requested encounter {data.encounter-read-in-progress-id} is not contained in the response bundle."