Git Product home page Git Product logo

icd10-cm's Introduction

ICD-10 CM

license MIT python 3.6 | 3.7

ICD-10 is the 10th revision of the International Statistical Classification of Diseases and Related Health Problems (ICD), a medical classification list by the World Health Organization (WHO). It contains codes for diseases, signs and symptoms, abnormal findings, complaints, social circumstances, and external causes of injury or diseases.

Wikipedia: ICD-10

Getting Started

pip install icd10-cm

Common Usage

Find an ICD-10 code

import icd10

code = icd10.find("J20.0")
print(code.description)         # Acute bronchitis due to Mycoplasma pneumoniae
if code.billable:
    print(code, "is billable")  # J20.0 is billable

print(code.chapter)             # X
print(code.block)               # J00-J99
print(code.block_description)   # Diseases of the respiratory system

Check if an ICD-10 code exists

import icd10

if icd10.exists("J20.0"):
    print("Exists")

Chapters

Chapter Block Title
I A00-B99 Certain infectious and parasitic diseases
II C00-D48 Neoplasms
III D50-D89 Diseases of the blood and blood-forming organs and certain disorders involving the immune mechanism
IV E00-E90 Endocrine, nutritional and metabolic diseases
V F00-F99 Mental and behavioural disorders
VI G00-G99 Diseases of the nervous system
VII H00-H59 Diseases of the eye and adnexa
VIII H60-H95 Diseases of the ear and mastoid process
IX I00-I99 Diseases of the circulatory system
X J00-J99 Diseases of the respiratory system
XI K00-K93 Diseases of the digestive system
XII L00-L99 Diseases of the skin and subcutaneous tissue
XIII M00-M99 Diseases of the musculoskeletal system and connective tissue
XIV N00-N99 Diseases of the genitourinary system
XV O00-O99 Pregnancy, childbirth and the puerperium
XVI P00-P96 Certain conditions originating in the perinatal period
XVII Q00-Q99 Congenital malformations, deformations and chromosomal abnormalities
XVIII R00-R99 Symptoms, signs and abnormal clinical and laboratory findings, not elsewhere classified
XIX S00-T98 Injury, poisoning and certain other consequences of external causes
XX V01-Y98 External causes of morbidity and mortality
XXI Z00-Z99 Factors influencing health status and contact with health services
XXII U00-U99 Codes for special purposes

Wikipedia: ICD-10

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.