Stream: implementers
Topic: Custom query
Sudantha Munasinghe (Jun 21 2017 at 06:41):
I need to extract Diagnostic Order with related Diagnostic Report. Is there a way to write query to join Diagnostic reports to Diagnostic Order
Grahame Grieve (Jun 21 2017 at 06:45):
have you looked at _include parameter on search?
Gaute Brakstad (Jun 21 2017 at 06:47):
We do support exactly your usecase with diagnosticreport?_id=2222&_include=diagnosticreport:request
Last updated: Apr 12 2022 at 19:14 UTC