Stream: implementers
Topic: Reverse chaining with _filter
Ivan Dubrov (Aug 04 2018 at 04:06):
Is it possible to use reverse chaining ("_has:Observation:patient:code") using "_filter" syntax?
Forward chaining seems to be possible in "_filter", for example, "_filter= subject.name eq peter". However, I don't see how can I do a reverse chaining?
Grahame Grieve (Aug 04 2018 at 05:36):
I haven't updated _filter since we defined reverse chaining
Alexander Zautke (Aug 08 2018 at 07:12):
Now that Gforge #17489 is applied, shouldn't reverse chaining work "out of the box"? Is there any reason why I should not be able to use the same _has syntax as usual in a filter expression?
Grahame Grieve (Aug 08 2018 at 07:58):
cause adding it to the grammar isn't the same as adding it the reference servers
Alexander Zautke (Aug 08 2018 at 08:06):
Fair point :grinning:
Last updated: Apr 12 2022 at 19:14 UTC