Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add icd11 and icd11.foundation as prefixes to biolink for disease #1540

Merged
merged 2 commits into from
Jan 6, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion biolink-model.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,10 @@ prefixes:
HANCESTRO: 'http://www.ebi.ac.uk/ancestro/ancestro_'
HCPCS: 'http://purl.bioontology.org/ontology/HCPCS/'
HsapDv: 'http://purl.obolibrary.org/obo/HsapDv_'
ICD10: 'https://icd.codes/icd9cm/'
ICD10: 'https://icd.who.int/browse10/2016/en#/'
ICD9: 'http://translator.ncats.nih.gov/ICD9_'
icd11: 'http://id.who.int/icd/entity/'
icd11.foundation: 'http://id.who.int/icd/entity/'
interpro: 'https://www.ebi.ac.uk/interpro/entry/'
INO: 'http://purl.obolibrary.org/obo/INO_'
isbn: 'https://www.isbn-international.org/identifier/' # note: a resolvable base URI not available from isbn-international
Expand Down Expand Up @@ -8210,6 +8212,8 @@ classes:
- NCIT
- SNOMEDCT
- medgen
- ICD11
- icd11.foundation
- ICD10
- ICD9
- KEGG.DISEASE ## H number
Expand Down
Loading