curl -v -H "accept: application/fhir+xml" -X GET "http://fhirserver/Procedure/?category=http://snomed.info/sct%7C387713003"
SUCCESS
531ms
And FHIR current response body evaluates the FHIRPath 'entry.resource.count() > 0' with error message 'No search results were found'
SUCCESS
220ms
And FHIR current response body evaluates the FHIRPath "entry.resource.all((category.where(coding.code = '387713003' and coding.system = 'http://snomed.info/sct' and coding.version = 'http://snomed.info/sct/11000274103/version/20251115')).exists())" with error message 'There are search results, but they do not fully match the search criteria'