Skip to content

Collection of Polish ICD-9-CM and ICD-10 dictionaries parsed to JSON. Includes parsers.

Notifications You must be signed in to change notification settings

basiekjusz/icd-pl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Collection of Polish ICD-9-CM and ICD-10 dictionaries parsed to JSON. Includes parsers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages