Stream: implementers
Topic: Query to get StructureDefinitions referenced by an IG
Sean McIlvenna (Sep 26 2018 at 22:11):
I was trying to use reverse chaining to get a list of StructureDefinition resources that is referenced by an ImplementationGuide. Can someone confirm that my syntax is correct?
http://somefhirserver.com/StructureDefinition?_has:ImplementationGuide:package:_id=ig.id
Lloyd McKenzie (Sep 26 2018 at 22:54):
I think you want _has:ImplementationGuide:resource:_id={ig.id}
Sean McIlvenna (Sep 27 2018 at 15:25):
That appears to work! Thanks @Lloyd McKenzie
Last updated: Apr 12 2022 at 19:14 UTC