curl -v -H "accept: application/fhir+xml" -X GET "http://fhirserver/HealthcareService/?name=General%20consultation%20office%20of%20the%20Neurology%20department"
SUCCESS
587ms
And FHIR current response body evaluates the FHIRPath 'entry.resource.ofType(HealthcareService).count() > 0' with error message 'No search results were found'
SUCCESS
214ms
And FHIR current response body evaluates the FHIRPath "entry.resource.ofType(HealthcareService).all(name.contains('General consultation office of the Neurology department'))" with error message 'There are search results, but they do not fully match the search criteria.'