FHIR Chat · searching for Reports including all Observations · genomics

Stream: genomics

Topic: searching for Reports including all Observations


view this post on Zulip Patrick Werner (Nov 27 2019 at 13:25):

I finally solved how to search with _include:iterate in hapi (VONK hasn't implemented this yet):
https://fhir.molit.eu/r4/DiagnosticReport?_id=532&_include=DiagnosticReport:result&_include:iterate=Observation:has-member
This searches for all Observations of a Report and then iterates over these Observations to find all Observations wich are referenced through Observation.hasMember.
This is important for us when we are using the grouper, otherwise we only would get the Grouper Observations, but not their child Observations.

view this post on Zulip Bret H (Nov 29 2019 at 15:50):

Cool. I think the HSPC implemented that in their sandbox.


Last updated: Apr 12 2022 at 19:14 UTC