Skip to content

Releases: gissa/ICD-10-Data-Collection-Script

v1.0.0

10 Sep 08:44
3a8a23c
Compare
Choose a tag to compare

ICD-10 Data Collection Script v1.0.0

This is the initial release of the ICD-10 Data Collection Script. This Python script fetches and saves data for ICD-10 codes from the World Health Organization (WHO) API.

Features

  • Fetch and save data for all ICD-10 codes from the WHO API
  • Configurable via command-line arguments or config file
  • Comprehensive error handling and logging
  • Resumable execution

Changes in this release

Added

  • Initial release of the ICD-10 Data Collection Script
  • Fetch and save data for all ICD-10 codes from the WHO API
  • Configurable via command-line arguments or config file
  • Comprehensive error handling and logging
  • Resumable execution
  • README with usage instructions
  • MIT License

Installation

git clone https://github.com/your-username/icd10-data-collection.git
cd icd10-data-collection
pip install -r requirements.txt

Usage

python icd_api_request.py --token YOUR_API_TOKEN

For more detailed usage instructions, please refer to the README.md file.

Feedback

If you encounter any issues or have suggestions for improvements, please open an issue on the GitHub repository.

Thank you for using the ICD-10 Data Collection Script!

Full Changelog: https://github.com/gissa/ICD-10-Data-Collection-Script/commits/v1.0.0