Metadata-Version: 2.1
Name: dxitemspy
Version: 0.0.1
Project-URL: Documentation, https://github.com/yubin-park/dxitemspy#readme
Project-URL: Issues, https://github.com/yubin-park/dxitemspy/issues
Project-URL: Source, https://github.com/yubin-park/dxitemspy
Author-email: yubin-park <yubin.park@gmail.com>
License-Expression: MIT
License-File: LICENSE.txt
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# dxitemspy

This package is a Python implementation of DXI, "DXI Mappings V2021P1 from Ellis, Randall P, Heather E Hsu, Jeffrey J Siracuse, Allan Walkey, Karen E Lasser, Brian C Jacobson, Corinne Andriola, Alexander Hoagland, Ying Liu, Chenlu Song, Tzu-Chun Kuo, and Arlene S Ash. “Development and Assessment of a New Framework for Disease Surveillance, Prediction and Risk Adjustment: The Diagnostic Items Classification System.” JAMA Health Forum. 2022; 3(3): e220276. doi:10.1001/jamahealthforum.2022.0276"

[![PyPI - Version](https://img.shields.io/pypi/v/dxitemspy.svg)](https://pypi.org/project/dxitemspy)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/dxitemspy.svg)](https://pypi.org/project/dxitemspy)

-----

**Table of Contents**

- [Installation](#installation)
- [License](#license)

## Installation

```console
pip install dxitemspy
```

## Source Files


- [JAMA Paper](https://jamanetwork.com/journals/jama-health-forum/fullarticle/2790542)
- [Mapping Files](https://drive.google.com/drive/folders/1xpDGARdHVECtQkwEZpYRkTSD7rBbaUPg)
- [SAS Scripts](https://drive.google.com/drive/folders/1dNQqVotsoax7I1hEgYhXoweeV_cXjBEw)


## License

`dxitemspy` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.
