FHIR Chat · Read Resource with _include parameter · implementers

Stream: implementers

Topic: Read Resource with _include parameter


view this post on Zulip Clark (Oct 22 2018 at 04:05):

Hi everyone,
Is there a function on FHIR when using "Read Resource Operation with _include parameter" and server response which referenced resources?

view this post on Zulip Brian Postlethwaite (Oct 22 2018 at 04:10):

Just use a search using the _id search parameter
e.g. instead of GET: Patient/45
Use GET: Patient?_id=45&_include=Patient.generalPractitioner

view this post on Zulip Clark (Oct 22 2018 at 05:01):

Thank you, for you tell me use "Search operation"

I do this List?_id=45&_include=List:item by HAPI FHIR is worked.


Last updated: Apr 12 2022 at 19:14 UTC