Skip to content
REST API wrappers for ICD10 CM and PCS XML files (Pyramid + Cornice + lxml ) https://pypi.python.org/pypi/pycd10api
Python Shell Makefile
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Failed to load latest commit information.
data
pycd10api
.gitignore BLD: Add Makefile, .gitignore, requirements*.txt Oct 11, 2014
.hgignore
.hgtags Added tag v0.1.1 for changeset e9a4643033b9 Sep 14, 2012
MANIFEST.in BLD: Add MANIFEST.in for 'python setup.py sdist' Oct 11, 2014
Makefile BLD: Add Makefile, .gitignore, requirements*.txt Oct 12, 2014
README.rst DOC: README.rst: pip install -e git+https://github.com/westurner/pycd… Nov 28, 2015
pycd10api.ini
requirements-test.txt
requirements.txt BLD: Add Makefile, .gitignore, requirements*.txt Oct 12, 2014
setup.py

README.rst

pycd10api

An ICD10 REST API.

Requirements

Cornice

Pyramid

LXML

ICD10 2015 CM Tabular XML

pycd10api was originally developed and tested with ICD10 CM 2012 edition.

Installation

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

References

Something went wrong with that request. Please try again.