FHIR Chat · Search for partial dates · hapi

Stream: hapi

Topic: Search for partial dates


view this post on Zulip Simone Heckmann (Jun 30 2020 at 08:39):

I noticed that searching for http://hapi.fhir.org/baseR4/Patient?birthdate=gt2000-12-31&_summary=count yields 288 matches, whereas
http://hapi.fhir.org/baseR4/Patient?birthdate=gt2000&_summary=count gets me 10937 hits.

Shouldn't both searches be equivalent?

view this post on Zulip Simone Heckmann (Jun 30 2020 at 09:00):

Even if the latter search included all Patients born some time in 2000, that should only add 346 Patients to the list, not >10.000


Last updated: Apr 12 2022 at 19:14 UTC