Skip to content

multiple negative not working! #9

Description

@nazrulworld
  • fhirpath version: 0.7.1
  • Python version: 3.7
  • Operating System: MacOS

Description

I need to search for Task those statuses are not in completed, cancelled, rejected.

What I Did

query = {
            "status:not": "completed,cancelled,rejected",
            "code:not": "|consentTask",
        }

Didn’t get the expected result, but when do query positive term like "status": "ready,in-progress", it's working!

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions