Analysis updated 2026-07-12 · repo last pushed 2015-12-02
Build a patient records system where doctors can search for and select standardized diagnosis codes.
Create an insurance claims tool that matches conditions to official WHO classifications.
Pull disease classification data into your healthcare app via the JSON API.
Browse ICD disease codes and chapters interactively through a web interface.
| patriciomacadden/icd | mitchellh/minitest-speed | krausefx/brewfile | |
|---|---|---|---|
| Stars | 8 | 8 | 9 |
| Language | Ruby | Ruby | Ruby |
| Last pushed | 2015-12-02 | 2011-09-15 | 2017-03-09 |
| Maintenance | Dormant | Dormant | Dormant |
| Setup difficulty | easy | easy | easy |
| Complexity | 2/5 | 2/5 | 1/5 |
| Audience | developer | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Ruby web app with pre-built database files included, also requires Pentaho Data-Integration only if you need to update the disease data.
This project, called ICD, lets you search and browse the World Health Organization's International Classification of Diseases. It's a standardized list of medical codes and descriptions that healthcare systems worldwide use to categorize diseases, symptoms, and treatments. The tool provides this data in both English and Spanish, and you can look up conditions either through a web browser or by pulling the data programmatically. At its core, the project is a web application built with Ruby. It comes with ready-to-use database files containing all the disease classifications, so after a quick setup you get a searchable website. You can click through chapters and specific disease codes in your browser, or if you're building software that needs to reference these codes, you can append ".json" to any URL to get the data back in a format your application can read. For updating the underlying data, the project uses a tool called Pentaho Data-Integration to process new files from the WHO. This would be useful for anyone building healthcare or medical software who needs their application to understand ICD codes. For example, if you're creating a patient records system and need doctors to select a standardized diagnosis code, or if you're building an insurance claims tool that needs to match conditions to their official WHO classifications, this gives you both the data and a way to serve it. The API makes it straightforward to pull disease information into your own product. One important thing to note is that this repository is no longer maintained. The creator points users to a separate project called icd.json instead. So if you're considering using this today, you'd want to look at the replacement project first, as it likely offers the same disease classification data in a more current and supported form.
A searchable web app for the WHO International Classification of Diseases. Browse disease codes in English/Spanish or get them as JSON data for your own healthcare software.
Mainly Ruby. The stack also includes Ruby, Pentaho Data-Integration.
Dormant — no commits in 2+ years (last push 2015-12-02).
Setup difficulty is rated easy, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.