Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 791 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 791 Bytes

icd-pl

Collection of Polish ICD-9-CM and ICD-10 dictionaries parsed to JSON. Includes parsers. The files has been originally obtained and parsed from files from CSIOZ coding systems register.

Current version of ICD-10 JSON file includes COVID-19 infections.

Parsers usage

Both parsers require python3 and xmltodict which you can install using following command:

apt-get install python3
pip install xmltodict

When running any of two parsers you must specify input file path. For example:

python icd10_xml_to_json.py icd10_source.xml

You can also specify output file path using -o or --output flag. For example:

python icd10_xml_to_json.py icd10_source.xml -o icd_out.json