FHIR Chat · Search - Encounter Search Parameters · implementers

Stream: implementers

Topic: Search - Encounter Search Parameters


view this post on Zulip Nikolay (Jul 09 2019 at 17:00):

Hello! I want to find all Encounters which have participant with specified id and code "ATND". I try to do it with "http://localhost:8080/Encounter?participant-type=ATND&participant=123123123". But I receive unexpected results, looks like this filter parameters applies separately, how can apply them in same time?

view this post on Zulip Lloyd McKenzie (Jul 10 2019 at 00:33):

Search on patient then use _revinclude to grab all of their Encounters

view this post on Zulip Brian Postlethwaite (Jul 10 2019 at 00:35):

That's not currently possible with the existing search parameters.
As they do not both apply to the same participant.

view this post on Zulip Nikolay (Jul 10 2019 at 08:10):

Search on patient then use _revinclude to grab all of their Encounters

I 'm needed all Encounters where this Practitioner is attender provider, not just present in resource

view this post on Zulip Lloyd McKenzie (Jul 10 2019 at 20:40):

Might be able to use filter. Otherwise you'd need a custom search criteria


Last updated: Apr 12 2022 at 19:14 UTC