Master Data ICD-10 version from WHO (https://icd.who.int/browse10/2019/en). Data provided in Code Disease, Name of Disease (English), and Name of Disease (Indonesia). You could use this data for building Medical Information System Project.
- Clone or download this project
- Go to your sql management and create new database called
master_icd_x
.- If you're using PhpMyAdmin :
- Make sure enable PhpMyAdmin service
- Go to 'http://localhost/phpmyadmin' on your web browser
- Login with your credentials (If exists)
- Create new database named
master_icd_x
- If you're using PhpMyAdmin :
- Import file "master_icd_x.sql" to your database
- Clone or download this project
- Create your own database
- Create new table with anything name you want. But, make sure you create these columns:
code
: VARCHAR(255) NOT NULL PRIMARY KEYname_en
: TEXT NOT NULLname_id
: TEXT NOT NULL
We're open to any contributions. Please create pull request if you want to make this repository better.