FHIR Chat · Patient.birthdate lower bound search issue in 5.3 snapshot · hapi

Stream: hapi

Topic: Patient.birthdate lower bound search issue in 5.3 snapshot


view this post on Zulip Xiaocheng Luan (Feb 23 2021 at 15:31):

There seems to be issues in searching patients by specifying a lower bound for birthdate with day precision, for patients that have birth year only. For example, for this patient:
https://hapi.fhir.org/baseR4/Patient/bd-yearonly
You can get it back by:
https://hapi.fhir.org/baseR4/Patient?_total=accurate&birthdate=gt2072&_id=bd-yearonly
But not:
https://hapi.fhir.org/baseR4/Patient?_total=accurate&birthdate=gt2072-01-01&_id=bd-yearonly
@James Agnew


Last updated: Apr 12 2022 at 19:14 UTC