Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/westurner/pycd10api
REST API wrappers for ICD10 CM and PCS XML files (Pyramid + Cornice + lxml ) https://pypi.python.org/pypi/pycd10api
https://github.com/westurner/pycd10api
cornice icd-10 icd10 pyramid-framework python rest-api xml-parsing
Last synced: 5 days ago
JSON representation
REST API wrappers for ICD10 CM and PCS XML files (Pyramid + Cornice + lxml ) https://pypi.python.org/pypi/pycd10api
- Host: GitHub
- URL: https://github.com/westurner/pycd10api
- Owner: westurner
- Created: 2012-09-14T17:57:36.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2021-09-25T20:16:30.000Z (about 3 years ago)
- Last Synced: 2024-08-10T23:10:35.905Z (3 months ago)
- Topics: cornice, icd-10, icd10, pyramid-framework, python, rest-api, xml-parsing
- Language: Python
- Homepage: https://pypi.python.org/pypi/pycd10api
- Size: 22.5 KB
- Stars: 10
- Watchers: 4
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
pycd10api
==========
An ICD10 REST API.Requirements
-------------Cornice
~~~~~~~~
- https://github.com/mozilla-services/cornice
- https://cornice.readthedocs.org/en/latest/Pyramid
~~~~~~~
- https://github.com/pylons/pyramid
- https://pyramid.readthedocs.org/en/latest/LXML
~~~~
- https://github.com/lxml/lxml
- http://lxml.deICD10 2015 CM Tabular XML
~~~~~~~~~~~~~~~~~~~~~~~~~~
- 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.zippycd10api 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
----------
- https://en.wikipedia.org/wiki/ICD-10
- https://www.ietf.org/rfc/rfc2119.txt