FHIR Search _count=0
should be same as _summary=count
#3230
Labels
Bug
Bug bug bug.
Good First Issue
Specification
An issue referring or related to the FHIR Specification
Up for grabs
The issue require minimal context and is well-suited for new contributors.
Describe the bug
When running a FHIR query with
_count=0
, I get a HTTP 400 response. This is not expected according to the FHIR spec.http://<redacted>.azurewebsites.net/Encounter?_count=0
FHIR Version?
Found on R4, possibly applicable to all.
Data provider?
Found on SQL, possibly applicable to all.
To Reproduce
Steps to reproduce the behavior:
_count=0
on encounters (http://<redacted>.azurewebsites.net/Encounter?_count=0
)Expected behavior
According to the FHIR Spec,
_count=0
should be the same as_summary=count
.Actual behavior
HTTP 400 response.
AB#102605
The text was updated successfully, but these errors were encountered: