Stream: implementers
Topic: How to use references
Mahesh (May 06 2019 at 06:18):
Hi All,
I am trying to find HealthcareServices available at particular location. So while returning the Healthcare resource response If I want only the location address where service is available will Healthcare resource response contains reference to that Location resource (for eg. Location/Id) or can we modify Healthcare response with address details of the Location resource. If yes, where can we inject the address details node in Healthcare resource response.
Regards
Mahesh
Yunwei Wang (May 06 2019 at 18:05):
Try _include parameter: GET [base]/HealthCareService?_include=HealthCareService:location (maybe not literally correct)
Last updated: Apr 12 2022 at 19:14 UTC