{"id":40573598,"url":"https://github.com/baxtree/icd_code_converter","last_synced_at":"2026-01-21T01:39:07.195Z","repository":{"id":59983460,"uuid":"447577643","full_name":"baxtree/icd_code_converter","owner":"baxtree","description":"Convert between ICD-9 codes and ICD-10 codes","archived":false,"fork":false,"pushed_at":"2025-03-18T18:17:30.000Z","size":26,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-09-09T14:01:22.670Z","etag":null,"topics":["converter","icd-10","icd-9"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/baxtree.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-01-13T11:41:23.000Z","updated_at":"2025-03-18T18:17:34.000Z","dependencies_parsed_at":"2025-09-10T05:47:01.223Z","dependency_job_id":null,"html_url":"https://github.com/baxtree/icd_code_converter","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/baxtree/icd_code_converter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baxtree%2Ficd_code_converter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baxtree%2Ficd_code_converter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baxtree%2Ficd_code_converter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baxtree%2Ficd_code_converter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/baxtree","download_url":"https://codeload.github.com/baxtree/icd_code_converter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baxtree%2Ficd_code_converter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28622030,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T23:49:58.628Z","status":"ssl_error","status_checked_at":"2026-01-20T23:47:29.996Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["converter","icd-10","icd-9"],"created_at":"2026-01-21T01:39:07.121Z","updated_at":"2026-01-21T01:39:07.189Z","avatar_url":"https://github.com/baxtree.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ICD Code Converter\n\n[![Build Status](https://github.com/baxtree/icd_code_converter/actions/workflows/main.yml/badge.svg?branch=main)](https://github.com/baxtree/icd_code_converter/actions/workflows/main.yml?query=branch%3Amain)\n\nCommand line interface for converting between ICD-9 codes and ICD-10 codes. It functions as a thin wrapper of [touch](https://CRAN.R-project.org/package=touch).\n\n# Prerequisites\nThe [R language and environment](https://cloud.r-project.org/) has been downloaded and installed. Your logged-in user needs to have the permission for installing R libraries.\n\n# Examples\n```\n# Resolve dependencies\n\n$ ./icd_code_converter prepare\n```\n```\n# Convert ICD codes\n\n$ ./icd_code_converter --icd9 \"401.9\"                       # I10,I169\n$ ./icd_code_converter --icd10 \"I10;I169\"                   # 4010,4011,4019;4019\n$ ./icd_code_converter --icd9 \"401.9=001.1\" --delimiter \"=\" # I10,I169=A001\n```\n\n# Usage\n```\nusage: icd_code_converter [--] [--help] [--icd9 ICD9] [--icd10 ICD10]\n       [--delimiter DELIMITER]\n\nConvert between ICD-9 codes and ICD-10 codes\n\nflags:\n  -h, --help       show this help message and exit\n\noptional arguments:\n  -n, --icd9       single ICD-9 code or semicolon-separated ICD-9 codes\n  -t, --icd10      single ICD-10 code or semicolon-separated ICD-10\n                   codes\n  -d, --delimiter  symbol for separating ICD codes and cannot be ','\n                   [default: ;]\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbaxtree%2Ficd_code_converter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbaxtree%2Ficd_code_converter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbaxtree%2Ficd_code_converter/lists"}