Stream: hapi
Topic: reverse chaining searches with _lastUpdated?
Daniel Vreeman (Jan 20 2021 at 15:32):
I'm sure I'm overlooking something simple, but I'd like to find all Patients with Observations updated since a particular date.
Searches using the effectiveDate work: /Patient?_has:Observation:subject:date=ge2020-01-03
But not the meta lastUpdated: /Patient?_has:Observation:subject:_lastUpdated=ge2020-01-03
Any tips?
René Spronk (Jan 20 2021 at 15:53):
Does your HAPI instance support the _lastUpdated parameter for Observations ? The syntax looks correct to me.
Daniel Vreeman (Jan 20 2021 at 16:33):
It does...so this works:
/Observation?_lastUpdated=ge2020-01-03
but not the reverse chaining way.
Last updated: Apr 12 2022 at 19:14 UTC