Hi, I’m testing the PDS FHIR in the sandbox. When I search with non existing test patient data, instead of getting the Bundle type=searchset with total=0 (what I would expect for a search result without matching patients). I’m getting this:
{
"resourceType": "OperationOutcome",
"issue": [
{
"severity": "warning",
"code": "not-supported",
"diagnostics": "This mock endpoint has no example response for this combination of search parameters"
}
],
"timestamp": "2025-03-27T15:18:10.900Z"
}
Is this by design or is it a bug in the sandbox?
Thanks!