Stream: hapi
Topic: Why is :missing disabled?
Paul Lynch (Apr 12 2019 at 14:24):
Why is the ":missing" modifier disabled in HAPI FHIR? https://launch.smarthealthit.org/v/r3/fhir/Observation?data-absent-reason:missing=true returns ":missing modifier is disabled on this server".
James Agnew (May 19 2019 at 14:41):
Ah interesting- Indexing for :missing
has performance implications for writes so it's disabled by default in HAPI. It probably doesn't make sense to have it disabled on the SMART servers though, given that they are more read oriented. I'll investigate.
Last updated: Apr 12 2022 at 19:14 UTC