Stream: implementers
Topic: Search Parent/Child
Ananya Choudhury (Apr 11 2019 at 14:51):
Hi all. I am trying to perform a search Condition resource on a particular SNOMED CT code. However I also want to fetch conditions pertaining to direct child concepts of the code. I want build a query which fetches me the bundle containing the parent code and all of its direct child concept code as well. One way is to manually include all concept codes within the query but to me this is not a very efficient way. Can you suggest me some other ways as well.
Yunwei Wang (Apr 11 2019 at 16:26):
use :below modifier in token search. http://build.fhir.org/search.html#token
Last updated: Apr 12 2022 at 19:14 UTC