curl -v -H "accept: application/fhir+xml" -X GET "http://fhirserver/Practitioner/?given=Max"
SUCCESS
674ms
And FHIR current response body evaluates the FHIRPath "entry.resource.ofType(Practitioner).where(id.replaceMatches('/_history/.+','').matches('\\bPractitioner-Read-Example$')).count()=0" with error message 'The resource ${data.practitioner-id} must not be returned here'
SUCCESS
228ms
And FHIR current response body evaluates the FHIRPath "entry.resource.ofType(Practitioner).all(name.given.where($this.startsWith('Max')).exists())" with error message 'There are search results, but they do not fully match the search criteria'