Skip to content

Collection of Polish authorised drugs and reimbursements dictionaries parsed to JSON. Includes parsers.

Notifications You must be signed in to change notification settings

basiekjusz/drugs-pl

Repository files navigation

drugs-pl

Collection of Polish authorised drugs and reimbursements dictionaries parsed to JSON. Includes parsers. The files has been originally obtained and parsed from files from CSIOZ medical products register (updated every day) and SOLR tool (updated every month).

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:

python3 drugs_xml_to_json.py drugs_source.xml

You can also display number of parsed elements using -n or --number flag.

python3 drugs_xml_to_json.py drugs_source.xml -n

About

Collection of Polish authorised drugs and reimbursements dictionaries parsed to JSON. Includes parsers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages