FHIR Chat · expand · implementers

Stream: implementers

Topic: expand


view this post on Zulip Abhinav Jhalani (Jun 27 2018 at 05:22):

Hi,

I want to understand the guidelines regarding the expand functionality , which means via single call I can include all the referenced entity . For example

Encounter payload contains reference to Patient , Appointment. In one call I get the encounter payload with Patient and appointment data also included.

Regards,
Abhi

view this post on Zulip Lloyd McKenzie (Jun 27 2018 at 05:26):

Look at the search page under _include and _revinclude. (It's not called "expand" - there's no ability to expand references inline, only to include them as part of the returned Bundle in response to a search.)


Last updated: Apr 12 2022 at 19:14 UTC