FHIR Chat · Search for observations without focus · implementers

Stream: implementers

Topic: Search for observations without focus


view this post on Zulip Paul Lynch (Jan 30 2019 at 20:21):

Is it possible to query for observations and limit the the results to ones which do not have Observation.focus set?

I can see that there is a "focus" search parameter for Observation, but I don't think the appending "focus=" (no value) to the query string is likely to work.

view this post on Zulip Grahame Grieve (Jan 30 2019 at 20:27):

check the :exists modifier

view this post on Zulip Eric Haas (Jan 30 2019 at 20:28):

http://build.fhir.org/search.html#modifiers

view this post on Zulip Eric Haas (Jan 30 2019 at 20:29):

I was going to suggest :missing modifier

view this post on Zulip Grahame Grieve (Jan 30 2019 at 20:29):

ah yes. whoops

view this post on Zulip Michael Donnelly (Feb 05 2019 at 16:55):

@Paul Lynch bear in mind that not all servers support all modifiers.

view this post on Zulip Paul Lynch (Feb 05 2019 at 18:40):

@Michael Donnelly Thanks for the warning.


Last updated: Apr 12 2022 at 19:14 UTC