Skip to content
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

Add functionality to include year related to identified concept #116

Open
loverma2 opened this issue Jul 25, 2024 · 1 comment
Open

Add functionality to include year related to identified concept #116

loverma2 opened this issue Jul 25, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@loverma2
Copy link

loverma2 commented Jul 25, 2024

Dear NLP colleagues,

Describe the feature
A functionality where the year preceding or related to an identified concept in medical free text is added to the output. This would be very helpful. This is not always reported as neatly as below, so some flexibility in that would be great.

Something like:
CUI: C10000
Name: Ventricular Fibrillation
Year: 1992
Negated: output negation algorithm

And when no year found:
CUI: C10023
Name: Chest pain
Year: Current
Negated: output negation algorithm

A use case for the feature

Voorgeschiedenis:
1992: Ventrikelfibrilleren
1996: Arteriële hypertensie
2008: Drievatslijden waarvoor PCI
2022: Diabetes mellitus type 2

Would you like to be involved in development?
[email protected]

Thanks!!

@bramiozo
Copy link
Collaborator

Logic (probably):

  • Term extraction
  • Cycle through terms, scan pre/post for regex patterns, extract date, append to term

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Later
Development

No branches or pull requests

2 participants