Stream: implementers
Topic: Search for observations without focus
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.
Grahame Grieve (Jan 30 2019 at 20:27):
check the :exists modifier
Eric Haas (Jan 30 2019 at 20:28):
http://build.fhir.org/search.html#modifiers
Eric Haas (Jan 30 2019 at 20:29):
I was going to suggest :missing
modifier
Grahame Grieve (Jan 30 2019 at 20:29):
ah yes. whoops
Michael Donnelly (Feb 05 2019 at 16:55):
@Paul Lynch bear in mind that not all servers support all modifiers.
Paul Lynch (Feb 05 2019 at 18:40):
@Michael Donnelly Thanks for the warning.
Last updated: Apr 12 2022 at 19:14 UTC