FHIR Chat · Query for null · implementers

Stream: implementers

Topic: Query for null


view this post on Zulip Richard Kavanagh (Oct 29 2021 at 09:21):

Is it possible to query for null in FHIR?

So if I wanted to query for an optional string element that was null or an identifier element that had no values etc...

view this post on Zulip Jeffy Mathew Jose (Oct 29 2021 at 09:46):

We can use :missing modifier for creating such a query.
https://hl7.org/fhir/search.html#missing has more guidance

view this post on Zulip Richard Kavanagh (Oct 29 2021 at 10:59):

Thanks @Jeffy Mathew Jose - I've never noticed that before....


Last updated: Apr 12 2022 at 19:14 UTC