Metadata-Version: 2.1
Name: pyriskadjust
Version: 0.9.0
Summary: A python implementation of CMS's Medicare Risk Adjustment model based on Hierarchical Condition Categories (HCCs)
Home-page: https://github.com/calyxhealth/pyriskadjust
Author: Kevin Matulef
Author-email: kevin@calyxhealth.com
License: MIT license
Keywords: pyriskadjust
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7

======================
Python Risk Adjustment
======================


.. image:: https://img.shields.io/pypi/v/pyriskadjust.svg
        :target: https://pypi.python.org/pypi/pyriskadjust

.. image:: https://travis-ci.com/calyxhealth/pyriskadjust.svg?branch=master
        :target: https://travis-ci.com/calyxhealth/pyriskadjust

.. image:: https://readthedocs.org/projects/pyriskadjust/badge/?version=latest
        :target: https://pyriskadjust.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status




A python implementation of CMS's Medicare Risk Adjustment model based on Hierarchical Condition Categories (HCCs)

https://www.cms.gov/Medicare/Health-Plans/MedicareAdvtgSpecRateStats/Risk-Adjustors.html

* Free software: MIT license
* Documentation: https://pyriskadjust.readthedocs.io.


Features
--------

* TODO

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======

0.8.0 (2019-01-10)
------------------

* First release on PyPI.


