Skip to content

alabarga/SNOMEDCT_mapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SNOMEDCT_mapper

Python tool to map free text to SNOMED CT terms using fuzzy string matching

Requirements

  • Python 3
  • fuzzywuzzy pip install fuzzywuzzy[speedup]
  • pandas

Usage

>>> from mapper import Mapper
>>> m = Mapper('indicated for treatment of heart attack and hypertension')
>>> m.standard_search()  # Returns a pandas DataFrame with the matched terms

   Term              ID
0  htn hypertension  38341003
1      heart attack  22298006

About

Python tool for mapping free text to SNOMED CT Terms

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages