curl -v -H "accept: application/fhir+xml" -X GET "http://fhirserver/Procedure/?_id:not=Procedure-Read-Example&status:not=completed"
SUCCESS
658ms
And bundle does not contain resource "Procedure" with ID "Procedure-Read-Example" with error message "There are search results, but they do not fully match the search criteria"
SUCCESS
213ms
And FHIR current response body evaluates the FHIRPath "entry.resource.ofType(Procedure).all(status.exists() and (status = 'completed').not())" with error message 'There are search results, but they do not fully match the search criteria'