-
Notifications
You must be signed in to change notification settings - Fork 437
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
ICD-11 Search enhancement #5293
Comments
Currently, we do not store enough attributes/information about ICD11 Diagnoses in the ICD11 in-memory database in our backend. A possible solution is to use ICD API (see Swagger Docs). We could get an API key or self-host it. It may break things since we are unaware if they might make changes in the ICD v11 API itself. A possible workaround for this issue could be to use ICD API to query, extract the entries out, match them with the ICD11 entries present in our backend, and give that response. |
@rithviknishad @aparnacoronasafe any update on this issue, was it discussed in the call |
We've decided to use the ICD API docker; FE would hit the ICD API for searching; and use the |
All results with: |
Closing as continued in #8080 |
The ICD-11 Diagnosis search field in CARE is not optimized.
Analyze the search logic at https://icd.who.int/ct11/icd11_mms/en/release and implement the same in CARE
The text was updated successfully, but these errors were encountered: