Skip to main content

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

Project details


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 hashes)

Uploaded Source

Built Distribution

icd10_c2d-0.0.2-py3-none-any.whl (3.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page