-
Notifications
You must be signed in to change notification settings - Fork 0
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
[AI] Automatic preprocessing of ePIs #34
Comments
|
So this is the first draft of the "dumb" automatic preprocessor. It's based on a Tree Search Algorithm to search for certain texts, which are terminologies, but this makes it way faster than its planned AI version. This has been deployed on the dev server for months, so you can use it now. You can see the available preprocessor here |
so, if i am not mistaken, this should work?
returning
|
This is kinda weird, let me check |
Sorry I'm looking this now |
@joofio Better for testing purposes use
|
this works for every raw epi right? |
its working now as expected with extensions included |
Same endpoint |
so i have some questions still;
|
Answers:
|
PS: preprocessing with bundlepackageleafletxyntha works for me |
(sorry i closed this on error) |
new list of requirements for this based on discussed today : 4/7/2024
from this ,i can envision the following list of requirements in order of importance:
@aalonsolopez @amedranogil |
we can turn this list into Issues in the preprocessor repo, so we can track the progress and discuss each point. |
i wanted to test the current preproc before that. give me a day or so |
so i tested with the current preprocessor. It lacks in terms that it founds (and some terms dont seem usefull (like Possible?) , and adds a lot for the same concept.
This not only creates a ton of different extensions for no reason and the display is not as in the Code System. So, taking the example above, it should look like
and this assuming they are the same concept. For example in the case above, the code 11082009 is abnormal pregancy and not pregnancy (which is quite different ) https://www.findacode.com/snomed/11082009--abnormal-pregnancy.html So, it this, for starters, we need to correct the codes and the idea that the same concepts can be stored inside the same codeableconcept Other minor stuff:
|
todos from my previous point:
helpfull @aalonsolopez ? let me know |
No description provided.
The text was updated successfully, but these errors were encountered: