Skip to content

westurner/pycd10api

Folders and files

NameName
Last commit message
Last commit date
Oct 12, 2014
Oct 12, 2014
Oct 12, 2014
Oct 5, 2012
Sep 14, 2012
Oct 12, 2014
Oct 12, 2014
Nov 28, 2015
Oct 12, 2014
Oct 12, 2014
Oct 12, 2014
Oct 12, 2014

Repository files navigation

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