-
Notifications
You must be signed in to change notification settings - Fork 15
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
Questions About Example Part_3_2_Extracting_Diseases_from_Electronic_Health_Records.ipynb #23
Comments
Hi, To answer your questions:
|
Thank you for the fast reply! Your responses make sense. One other question: If I wanted to include ICD-10 codes as part of a model, is there a way to do that using the prebuilt models, or do I need a new one? |
Some models have ICD-10 mappings baked into them. So you may be able to look up the CUIs in
If the ICD-10 mappings do not exist within a model pack, you would need to add them or map the Snomed or UMLS term yourself. |
Thakns again for the reply! Is there a model out there that you would recommend that has ICD codes baked in? |
I don't know off the top of my head. But the SNOMED model is more likely to have ICD10 mappings since we have built in functionality for that within the SNOMED preprocessing script. |
This is an amazing module. Thanks for all your hard work.
I was working through the notebook notebooks/introductory/Part_3_2_Extracting_Diseases_from_Electronic_Health_Records.ipynb, and I have a couple of questions:
Thanks for an awesome module! It really is great.
The text was updated successfully, but these errors were encountered: