-
Notifications
You must be signed in to change notification settings - Fork 87
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
Full text searching not working for LOINC code system #641
Labels
Comments
Thank you for raising this issue. This was reported this morning by someone from the Open Healthcare Network. |
kaicode
added a commit
that referenced
this issue
Nov 25, 2024
This fixes a bug when filtering FHIR ValueSets that are not using SNOMED CT. The bug fix enables searching with multiple words or prefixes. Before the fix only searching with one word or prefix was working.
The fix is available for testing the new |
kaicode
added a commit
that referenced
this issue
Nov 26, 2024
This fixes a bug when filtering FHIR ValueSets that are not using SNOMED CT. The bug fix enables searching with multiple words or prefixes. Before the fix only searching with one word or prefix was working.
kaicode
added a commit
that referenced
this issue
Dec 18, 2024
This fixes a bug when filtering FHIR ValueSets that are not using SNOMED CT. The bug fix enables searching with multiple words or prefixes. Before the fix only searching with one word or prefix was working.
pgwilliams
pushed a commit
that referenced
this issue
Dec 19, 2024
This fixes a bug when filtering FHIR ValueSets that are not using SNOMED CT. The bug fix enables searching with multiple words or prefixes. Before the fix only searching with one word or prefix was working.
pgwilliams
pushed a commit
that referenced
this issue
Dec 19, 2024
This fixes a bug when filtering FHIR ValueSets that are not using SNOMED CT. The bug fix enables searching with multiple words or prefixes. Before the fix only searching with one word or prefix was working.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When expanding a valueset with LOINC codes, the filter only works for single terms, multiple terms always returns no results. example :
Works
curl --location 'http:///fhir/ValueSet/$expand?filter=blood&url=http%3A%2F%2Floinc.org%3Ffhir_vs'
Doesn't work
curl --location 'http:///fhir/ValueSet/$expand?filter=blood%20pressure&url=http%3A%2F%2Floinc.org%3Ffhir_vs'
The issue is also reproducible on the POST endpoint.
None of the filter features as specified in the FHIR spec seems to be working as intended. Is this an issue with the way we are using the API or is this an issue with snowstorm?
The text was updated successfully, but these errors were encountered: