Skip to content

Commit

Permalink
Merge pull request #1540 from biolink/issue-1531
Browse files Browse the repository at this point in the history
add icd11 and icd11.foundation as prefixes to biolink for disease
  • Loading branch information
sierra-moxon authored Jan 6, 2025
2 parents 758026a + c099034 commit fb92180
Showing 1 changed file with 5 additions and 1 deletion.
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

0 comments on commit fb92180

Please sign in to comment.