Date comparators (sa, eb, ne, ap) for DateRangeParam
175 views
Skip to first unread message
Richard Wei
unread,
Jul 6, 2021, 4:03:45 PM7/6/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to HAPI FHIR
Hi,
I'd like to be able to support a search by date for a DateRangeParam type. Out of the prefixes defined here https://www.hl7.org/fhir/search.html#prefix, the following are considered unknown: `sa, eb, ne, ap`.
On the hapi.fhir.org server, these all return an Operation Outcome Error, where instead we'd expect a bundle.
I'm currently using HAPI 5.1.0, but looking at HAPI 5.4.1 ca.uhn.fhir.rest.param.DateRangeParam#addParam does not handle these cases
Thanks! Best, Richard
Richard Wei
unread,
Jul 20, 2021, 1:49:46 PM7/20/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to HAPI FHIR
Hi,
Just following up here, I haven't found any answers related to this on the GitHub repo issues tab or within this group. Is there any guidance available for this? Am I missing something when it comes to supporting this?