FHIR Chat · Applying condition on _rev/include · implementers

Stream: implementers

Topic: Applying condition on _rev/include


view this post on Zulip Yuval Romm (Mar 23 2022 at 19:12):

When searching using _include/_revinclude, is it possible to add criteria that applies to the resource(s) referenced in the _rev/include criteria?
For example something like:
http://[base]/Patient?_id=2695221&_revinclude=Observation:subject&[where Observation.code = http://loinc.org|8867-4]

Is the only way to reverse the search to be?
http://[base]/Observation?subject=2695221&include=Observation:subject&code = http://loinc.org|8867-4

view this post on Zulip Michele Mottini (Mar 23 2022 at 21:46):

There is not way to put additional criteria on what's included, you have to do the reverse search


Last updated: Apr 12 2022 at 19:14 UTC