fhirbase / fhirbase-plv8

[DEPRECATED] Fhirbase 2.0 is an FHIR relational storage
https://health-samurai.io/fhirbase
Other
105 stars 39 forks source link

_count=0 is not handled correctly in search #144

Open jac-c-c opened 8 years ago

jac-c-c commented 8 years ago

According to fhir documentation:

if _count has the value 0, this shall be treated the same as _summary=count: the server resturns a bundle that reports the total number of matches in Bundle.total, but with no entries, and no prev/next/last links.

This doesn't happen at the moment (v1.3.0.23). Also note that _summary=count doesn't work even when set explicitly.