A package to get ICD10 Description from ICD10 Codes
Project description
Introduction
- This is an Open-Source Project intended to aid the developers in the Healthcare Industry.
- This package helps you to get the ICD-10 Code's Description when provided with a ICD-10 Code/ICD-10 Codes List
How To Use
- Install using
pip install icd10-c2d
- Import using
from icd10.code2description import Code2Description as c2d
- Get ICD Code's Description using
c2d.getICDDescription(["ICD10 Code 1","ICD10 Code 2","ICD10 Code N"])
- Finally, it looks like this :
from icd10.code2description import Code2Description as c2d
c2d.getICDDescription(["ICD10 Code 1","ICD10 Code 2","ICD10 Code N"])
- Returns you a Map of ICD Codes with their Descriptions.
Note : All the imports/dependencies are automatically installed.
Bugs & Issues
- If you find a Bug or have an Idea, please feel free to drop a mail @ sakethaux1111@gmail.com!
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
icd10_c2d-0.0.2.tar.gz
(2.0 kB
view details)
Built Distribution
File details
Details for the file icd10_c2d-0.0.2.tar.gz
.
File metadata
- Download URL: icd10_c2d-0.0.2.tar.gz
- Upload date:
- Size: 2.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.9.1 setuptools/49.1.0 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.5.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 026ef817ac9f6b9a42269fb107691d58038112404834f7b35c7e7d909c898469 |
|
MD5 | 9aeab03b43d8aadc6b3b46324708fca6 |
|
BLAKE2b-256 | da586a36a28af6fc6de96653f0a41e1b0fc47bf515281946fe9a3fdac0632b08 |
File details
Details for the file icd10_c2d-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: icd10_c2d-0.0.2-py3-none-any.whl
- Upload date:
- Size: 3.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.9.1 setuptools/49.1.0 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.5.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0e15d63792750ed4d3b35cdec23d109e522803b0d53ae034d2a3cbe72baf92ef |
|
MD5 | e6420f4e77ee03253b5721508f3827f8 |
|
BLAKE2b-256 | 369c497ec4889134db1f91551fafc7ce37801e373a0e509d05ad1a95f9f49613 |