FHIR Chat · Search Query · social

Stream: social

Topic: Search Query


view this post on Zulip joonggeon lee (Mar 07 2017 at 01:18):

Hi, I am a FHIR Developer and now have a question about the search query.
I would like to know how to get data in referenced resources. for example, I searched for encounter resources over last 1 year and the outcome was 100 encounter resources in a search-set bundle. And each of the resources refers patient and practitioner resource. Then, as I think the number of total connections to obtain all the encounter resources with individual patient and practitioner name is 201. Because 1 connection to get search set bundle, 100 connections to get each patient name and 100 connections to get each practitioner name as they all are referred. I believe this is very inefficiency and there is a solution for this case. If anyone knows, please help me

Thank you in advance

view this post on Zulip Mario Hyland (Mar 07 2017 at 02:13):

@joonggeon lee quoting my esteemed collegue @Lloyd McKenzie This would typically be an implementer thread topic rather than social stream (for next time). If you can share an example of your search query in you're posting and under the Implementer Thread many FHIR folks may be able to help you more.

view this post on Zulip Lloyd McKenzie (Mar 07 2017 at 05:17):

@joonggeon lee Look at the _include parameter on the search page.


Last updated: Apr 12 2022 at 19:14 UTC