An ICD10 REST API.
- https://www.cms.gov/Medicare/Coding/ICD10/2015-ICD-10-CM-and-GEMs.html
- https://www.cms.gov/Medicare/Coding/ICD10/Downloads/2015-tables-index.zip
pycd10api was originally developed and tested with ICD10 CM 2012 edition.
Install pycd10api and dependencies:
pip install -e git+https://github.com/westurner/pycd10api#egg=pycd10api
Download ICD10 XML files:
(cd pycd10api/data && ./get_icd10.sh)
Serve:
pserve ./pycd10api.ini