Metadata-Version: 1.1
Name: pycd10api
Version: 0.2.2
Summary: pycd10api
Home-page: https://github.com/westurner/pycd10api
Author: Wes Turner
Author-email: wes@wrd.nu
License: UNKNOWN
Description: pycd10api
        ==========
        An ICD10 REST API.
        
        Requirements
        -------------
        
        Cornice
        ~~~~~~~~
        - http://github.com/mozilla-services/cornice
        - http://cornice.rtfd.org
        
        Pyramid
        ~~~~~~~
        - http://github.com/pylons/pyramid
        - http://pyramid.rtfd.org
        
        LXML
        ~~~~
        - http://github.com/lxml/lxml
        - http://lxml.de
        
        ICD10 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.zip  
        
        pycd10api was originally developed and tested with ICD10 CM 2012 edition.
        
        
        Installation
        --------------
        
        Install pycd10api and dependencies::
        
            pip install -e 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
        
Keywords: ICD10 REST API pyramid cornice
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Framework :: Pyramid
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
Classifier: Intended Audience :: Healthcare Industry
