/ICD10-codes-XML-parser

Parse a XML file of ICD10 codes

Primary LanguageJupyter Notebook

ICD10-codes-XML-parser

The International Classification of Diseases (ICD10) is a diagnostic and procedure coding system endorsed by the World Health Organization (WHO).

For more info, see the Centers for Medicare and Medicaid Services (CMS): www.cms.gov/ICD10

ICD10 codes are provided by CMS: https://www.cms.gov/medicare/coding-billing/icd-10-codes/2024-icd-10-cm

Codes are provided in .xml format, which is not ideal for data engineering.

This Python code converts from .xml to .csv format.