FHIR Chat · Can a chain end on a reference · implementers

Stream: implementers

Topic: Can a chain end on a reference


view this post on Zulip Caitlin Ryan (May 20 2021 at 14:26):

@Lloyd McKenzie Can a chain end on a reference? ie. PractitionerRole?service.location=[value] where "location" is a reference? Or must we add to the chain since location is a reference and chain to one of its search params that allows chaining ie. PractitionerRole?service.location.address-postalcode=10605

view this post on Zulip Lloyd McKenzie (May 20 2021 at 14:28):

location is a reference search parameter - you can do anything with it that you can do with any reference search parameter - including chain further (if the server supports)

view this post on Zulip Caitlin Ryan (May 20 2021 at 14:34):

Wow thank you for the quick response, I appreciate it!


Last updated: Apr 12 2022 at 19:14 UTC