icd9
icd9 copied to clipboard
Python library for hierarchy of ICD9 Codes
This is to add support for Python3, using the futurize command and manually fixing for "file" -> "open".
What is the `pip install ` command? Thanks @sirrice @asross
If you look at the list [child.code for child in tree.children] it contains the following in sequence: 680-709 710-739 760-779 780-789 Notably, it is missing 740-759 (congenital disorders). I think...
After doing the steps as mentioned, when i try to query a ICD9 code using script , i am not getting any results returned. Im importing ICD9 class in script...
I was given a problem with event IDs (ICD9 codes). I have to predict the next 10 events. How do I approach this. Please help. I am entirely new to...