We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug If you create a composite search parameter that contains reference type, it is not working.
Environment Which version of LinuxForHealth FHIR Server? 5.0.0
To Reproduce Steps to reproduce the behavior:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
If you create a composite search parameter that contains reference type, it is not working.
Environment
Which version of LinuxForHealth FHIR Server?
5.0.0
To Reproduce
Steps to reproduce the behavior:
"expression": "Communication",
"code": "recipient-myextension",
"component": [
{
"definition": "http://hl7.org/fhir/SearchParameter/Communication-recipient",
"expression": "recipient"
},
{
"definition": "http://example.com/SearchParametr",
"expression": "extension.where(url='https://example.com/extension').value"
}
]
GET HTTPS://baseUrl/Communication?recipient-myextension=Practitioner/Example$false
Expected behavior
Search should return the resource.
The text was updated successfully, but these errors were encountered: