https://github.com/abidlabs/icd10codes
A tab-delimited file that contains the full names of each ICD-10 Code
Science Score: 23.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
✓Committers with academic emails
1 of 1 committers (100.0%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (2.6%) to scientific vocabulary
Repository
A tab-delimited file that contains the full names of each ICD-10 Code
Basic Info
- Host: GitHub
- Owner: abidlabs
- License: mit
- Default Branch: master
- Size: 910 KB
Statistics
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
ICD10Codes
A tab-delimited file that contains the full names of each ICD-10 Code
You might use it like this in python to create a dictionary mapping ICD-10 codes to name:
import pandas as pd
with open('icd10codes_2016_parsed.tsv' , 'rb') as file:
icd10names = pd.read_csv(file,sep='\t',header = None)
icd10names = dict(zip(icd10names[0],icd10names[1]))
Owner
- Name: Abubakar Abid
- Login: abidlabs
- Kind: user
- Twitter: abidlabs
- Repositories: 9
- Profile: https://github.com/abidlabs
Working on Gradio (www.gradio.dev) at @huggingface!
GitHub Events
Total
Last Year
Committers
Last synced: almost 2 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| Abubakar Abid | a****d@s****u | 3 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: over 1 year ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0