Stream: hapi
Topic: Internal error, when executing the following query on HAPI
Dimitar (Nov 21 2017 at 09:52):
Hello,
I am getting the following internal error, whenever I am executing the following query on the HAPI server "http://fhirtest.uhn.ca/baseDstu3/Encounter?patient=330828&date=ge2017-01-01&_include:recurse=Encounter:practitioner&_lastUpdated=ge2017-11-10"
pasted image
The strange thing is, whenever I omit the _lastUpdated parameter, this search query executes properly. Is it an issue on the HAPI server?
Jens Villadsen (Nov 21 2017 at 09:53):
omitting either _include:recurse=Encounter:practitioner or _lastUpdated=ge2017-11-10 makes it work ... not that it really helps you
Dimitar (Nov 21 2017 at 09:55):
Yea, I just tried it out, with include instead of recurse and it worked out fine ^^. Strange issue
Dimitar (Nov 21 2017 at 10:03):
it seems to be an issue with other search queries aswell, this is with include only
http://fhirtest.uhn.ca/baseDstu3/Condition?patient=330828&_include=Condition:asserter&_lastUpdated=ge2017-11-08 and still throws that error
Last updated: Apr 12 2022 at 19:14 UTC