Stream: implementers
Topic: Patient deceased search parameter fhirpath
Anand Mohan Tumuluri (Mar 20 2018 at 22:55):
The FHIRPath expression for Patient deceased search parameter is Patient.deceased.exists()
which evaluates to true where deceasedBoolean is set as false. There was some conversation previously on this acknowledging that it is wrong, but I am not able to find what the fix is and I am not able to locate any tracker items. Can someone please let me know of the fix?
Anand Mohan Tumuluri (Mar 21 2018 at 00:58):
Is my understanding of exists() wrong? Or is the matching of deceasedBoolean=false by intent?
Grahame Grieve (Mar 21 2018 at 01:00):
the expression is certainly wrong
Anand Mohan Tumuluri (Mar 21 2018 at 01:06):
I see that this same expression is used even in the current build in build.fhir.org. Should I submit a tracker item?
Grahame Grieve (Mar 21 2018 at 01:08):
yes please
Anand Mohan Tumuluri (Mar 21 2018 at 01:15):
Submitted 15807. Thanks for the response.
Last updated: Apr 12 2022 at 19:14 UTC