Skip to content

Commit

Permalink
Merge pull request #62 from biothings/disease-meddra-add
Browse files Browse the repository at this point in the history
fix: add MEDDRA id mapping for Disease semantic type
  • Loading branch information
newgene authored Jul 28, 2021
2 parents 6fe9da1 + e914976 commit 1208c1b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ export const APIMETA: MetaDataItemsObject = {
},
},
Disease: {
id_ranks: ['MONDO', 'DOID', 'OMIM', 'ORPHANET', 'SNOMEDCT', 'NCIT', 'EFO', 'UMLS', 'MESH', 'HP', 'GARD', 'name'],
id_ranks: ['MONDO', 'DOID', 'OMIM', 'ORPHANET', 'SNOMEDCT', 'NCIT', 'EFO', 'UMLS', 'MESH', 'HP', 'GARD', 'MEDDRA', 'name'],
semantic: 'Disease',
api_name: 'mydisease.info',
url: 'https://mydisease.info/v1/query',
Expand All @@ -173,7 +173,8 @@ export const APIMETA: MetaDataItemsObject = {
GARD: ['mondo.xrefs.gard', 'disease_ontology.xrefs.gard'],
HP: ['mondo.xrefs.hp', 'disgenet.xrefs.hp'],
SNOMEDCT: ['mondo.xrefs.sctid', 'umls.snomed.preferred', 'umls.snomed.non-preferred'],
NCIT: ['mondo.xrefs.ncit', 'disease_ontology.xrefs.ncit']
NCIT: ['mondo.xrefs.ncit', 'disease_ontology.xrefs.ncit'],
MEDDRA: ['mondo.xrefs.meddra', 'disease_ontology.xrefs.meddra'],
},
},
ClinicalFinding: {
Expand Down

0 comments on commit 1208c1b

Please sign in to comment.