Skip to content

A simple Python-library for encoding patient diagnoses according to ICD-10 (German Modification)

License

Notifications You must be signed in to change notification settings

re-sirb/simple-ICD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

simple-ICD

Simple-ICD is a simple Python-library without bells and whistles for the encoding of diagnoses according to the 10th revision of the International Statistical Classification Of Diseases, German Modification (ICD-10-GM). This Python-module emphasizes ease of use, giving clinicians and researchers an a simple tool to encode diagnoses.

Using ICD_10.py

A quick example how to use the ICD_10 module.

from ICD_10 import ICD_10 as icd

# search for "Humerusfraktur"
ret_list=icd.search_icd_intelligent("Humerusfraktur") 

print(ret_list)

The application-example icd_example.py creates a simple user interface to search for ICD-10 codes using PySimpleGUI.

Have fun!

About

A simple Python-library for encoding patient diagnoses according to ICD-10 (German Modification)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages