DiseaseOntology Get Term
Get detailed information about a disease from the Disease Ontology (DO) by its DOID identifier. Returns the disease name, definition, synonyms, parent diseases in the ontology hierarchy, cross-references to ICD-10, ICD-9, MeSH, NCI Thesaurus, SNOMED-CT, UMLS, and OMIM, and which DO classification subsets it belongs to (cancer slim, AGR slim, FlyBase slim, etc.). The Disease Ontology is a standardized ontology for human disease terms used widely in bioinformatics. Example: DOID:162 returns 'canc…
Overview
Get detailed information about a disease from the Disease Ontology (DO) by its DOID identifier. Returns the disease name, definition, synonyms, parent diseases in the ontology hierarchy, cross-references to ICD-10, ICD-9, MeSH, NCI Thesaurus, SNOMED-CT, UMLS, and OMIM, and which DO classification subsets it belongs to (cancer slim, AGR slim, FlyBase slim, etc.). The Disease Ontology is a standardized ontology for human disease terms used widely in bioinformatics. Example: DOID:162 returns 'cancer' with 4 synonyms, 7 cross-references (ICD10CM, MeSH, NCI, SNOMED, UMLS), and membership in 6 subsets including cancer_slim.
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 91ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"doid": {
"description": "Disease Ontology identifier in format 'DOID:XXXX'. Examples: 'DOID:162' (cancer), 'DOID:9352' (type 2 diabetes mellitus), 'DOID:10283' (prostate cancer), 'DOID:2531' (hematologic cancer), 'DOID:684' (hepatocellular carcinoma), 'DOID:4' (disease - root term).",
"type": "string"
}
},
"required": [
"doid"
],
"type": "object"
}Examples (1)
Default DiseaseOntology Get Term call
{
"doid": ""
}Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_DiseaseOntology_get_term
- Tool name
- DiseaseOntology_get_term
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse