curl -v -H "accept: application/fhir+xml" -X GET "http://fhirserver/Encounter/?end-date=le2050-01-01"
SUCCESS
572ms
And FHIR current response body evaluates the FHIRPath 'entry.resource.count() > 0' with error message 'No search results were found'
SUCCESS
213ms
And FHIR current response body evaluates the FHIRPath "entry.resource.all(period.end <= @2050-01-01T23:59:59+01:00)" with error message 'There are search results, but they do not fully match the search criteria'
SUCCESS
215ms
And bundle does not contain resource "Encounter" with ID "Encounter-Read-In-Progress-Example" with error message "The requested encounter {data.encounter-read-in-progress-id} must not be returned here."
SUCCESS
211ms
And response bundle contains resource with ID "Encounter-Read-Finished-Example" with error message "The requested encounter {data.encounter-read-finished-id} is not contained in the response bundle."