-
Notifications
You must be signed in to change notification settings - Fork 336
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
feat (icd): added scraper for icd #947
Conversation
Codecov Report
@@ Coverage Diff @@
## master #947 +/- ##
==========================================
- Coverage 54.02% 52.72% -1.30%
==========================================
Files 182 184 +2
Lines 8990 8889 -101
==========================================
- Hits 4857 4687 -170
- Misses 4133 4202 +69
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Add descriptions in all PRs! |
This pr adds features to use the classification of diseases from ICD11 (https://icd.who.int/) Refer: ohcnetwork/care_fe#2016 context: Initially, for the same thing proxying was suggested (care fe -> be -> icd.who.int) [#864] but Bodhi suggested to store the diseases directly in care db because of the reliability issues GET /icd: for searching the diseases using label |
OpenAPI documentation would be nice for this endpoint |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
No description provided.