├── AlgorexCore.py ├── CMS-sas ├── AGESEXV2.SAS ├── F211690R.ICD10.SAS ├── F211690R.ICD9.SAS ├── SCOREVAR.SAS ├── V20H87H1.SAS ├── V20H87L1.SAS ├── V2116H1M.SAS ├── V2116H1P.SAS ├── V21I0ED1.SAS └── V21I9ED1.SAS ├── Diagram.png ├── HCC Library Demonstration.ipynb ├── README.md ├── coefficients.txt ├── execution-of-model.png ├── framework.png ├── hcc.py ├── icd10.txt ├── icd9.txt ├── legend.png └── model.png /AlgorexCore.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlgorexHealth/hcc-python/HEAD/AlgorexCore.py -------------------------------------------------------------------------------- /CMS-sas/AGESEXV2.SAS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlgorexHealth/hcc-python/HEAD/CMS-sas/AGESEXV2.SAS -------------------------------------------------------------------------------- /CMS-sas/F211690R.ICD10.SAS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlgorexHealth/hcc-python/HEAD/CMS-sas/F211690R.ICD10.SAS -------------------------------------------------------------------------------- /CMS-sas/F211690R.ICD9.SAS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlgorexHealth/hcc-python/HEAD/CMS-sas/F211690R.ICD9.SAS -------------------------------------------------------------------------------- /CMS-sas/SCOREVAR.SAS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlgorexHealth/hcc-python/HEAD/CMS-sas/SCOREVAR.SAS -------------------------------------------------------------------------------- /CMS-sas/V20H87H1.SAS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlgorexHealth/hcc-python/HEAD/CMS-sas/V20H87H1.SAS -------------------------------------------------------------------------------- /CMS-sas/V20H87L1.SAS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlgorexHealth/hcc-python/HEAD/CMS-sas/V20H87L1.SAS -------------------------------------------------------------------------------- /CMS-sas/V2116H1M.SAS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlgorexHealth/hcc-python/HEAD/CMS-sas/V2116H1M.SAS -------------------------------------------------------------------------------- /CMS-sas/V2116H1P.SAS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlgorexHealth/hcc-python/HEAD/CMS-sas/V2116H1P.SAS -------------------------------------------------------------------------------- /CMS-sas/V21I0ED1.SAS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlgorexHealth/hcc-python/HEAD/CMS-sas/V21I0ED1.SAS -------------------------------------------------------------------------------- /CMS-sas/V21I9ED1.SAS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlgorexHealth/hcc-python/HEAD/CMS-sas/V21I9ED1.SAS -------------------------------------------------------------------------------- /Diagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlgorexHealth/hcc-python/HEAD/Diagram.png -------------------------------------------------------------------------------- /HCC Library Demonstration.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlgorexHealth/hcc-python/HEAD/HCC Library Demonstration.ipynb -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlgorexHealth/hcc-python/HEAD/README.md -------------------------------------------------------------------------------- /coefficients.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlgorexHealth/hcc-python/HEAD/coefficients.txt -------------------------------------------------------------------------------- /execution-of-model.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlgorexHealth/hcc-python/HEAD/execution-of-model.png -------------------------------------------------------------------------------- /framework.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlgorexHealth/hcc-python/HEAD/framework.png -------------------------------------------------------------------------------- /hcc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlgorexHealth/hcc-python/HEAD/hcc.py -------------------------------------------------------------------------------- /icd10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlgorexHealth/hcc-python/HEAD/icd10.txt -------------------------------------------------------------------------------- /icd9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlgorexHealth/hcc-python/HEAD/icd9.txt -------------------------------------------------------------------------------- /legend.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlgorexHealth/hcc-python/HEAD/legend.png -------------------------------------------------------------------------------- /model.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlgorexHealth/hcc-python/HEAD/model.png --------------------------------------------------------------------------------