Stream: implementers
Topic: Search on Included Resources
Liam (Nov 13 2019 at 05:20):
Hi ,
I am trying to get Observation and Procedure for a specific Patient having particular code and system in a single query.
baseURL/Patient?_id=10271&_revinclude=Observation:subject & code= http://snomed.info/sct|code &_revinclude=Procedure:subject & code= http://snomed.info/sct|code
Something which looks like the above query.
Is there any way to do that.
Thanks
Lloyd McKenzie (Nov 13 2019 at 13:09):
Not that way. You could submit a batch that includes two queries - one against Procedure and another against Observation, but there's no way to filter reverse includes. You could also look at GraphQL
Last updated: Apr 12 2022 at 19:14 UTC