Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support special search parameter _filter #3098

Open
thomas-rudlof-bl opened this issue Dec 8, 2021 · 0 comments
Open

Support special search parameter _filter #3098

thomas-rudlof-bl opened this issue Dec 8, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@thomas-rudlof-bl
Copy link

Currently, the special search parameter _filter is not recognized. Trying to use it results in

{
    "resourceType": "OperationOutcome",
    "id": "ac-12-0-4-fdb322b6-633d-475c-a0c0-a85fc8bec50a",
    "issue": [
        {
            "severity": "fatal",
            "code": "invalid",
            "details": {
                "text": "Search parameter '_filter' for resource type 'Patient' was not found."
            },
            "expression": [
                "<empty>"
            ]
        }
    ]
}

Would be nice if it was supported as described in http:https://hl7.org/fhir/search_filter.html

@prb112 prb112 added the enhancement New feature or request label Dec 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants