Back to catalog
Cortexa research tool·clinical·icd
ICD11 Search Diseases
Search ICD-11 for diseases by name, symptoms, or clinical terms. ICD-11 is the WHO's 11th revision of the International Classification of Diseases, the global standard for diagnostic health information. Returns matching disease entities with codes, titles, and descriptions. Supports flexible search across 50+ languages. Requires ICD_CLIENT_ID and ICD_CLIENT_SECRET (register free at https://icd.who.int/icdapi).
Livelast probed 2026-04-30 23:07Z· 90msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 90ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"flatResults": {
"default": true,
"description": "Return flat list of results (true) or hierarchical structure (false)",
"type": "boolean"
},
"language": {
"default": "en",
"description": "Language for results (ISO 639-1 code, e.g., 'en', 'es', 'fr', 'zh')",
"type": "string"
},
"linearization": {
"default": "mms",
"description": "ICD-11 linearization to search (default: 'mms' for mortality/morbidity statistics)",
"enum": [
"mms",
"icf",
"ichi"
],
"type": "string"
},
"query": {
"description": "Search query (disease name, symptom, or clinical term, e.g., 'diabetes mellitus', 'hypertension', 'myocardial infarction')",
"type": "string"
},
"useFlexisearch": {
"default": true,
"description": "Use flexible search algorithm for better matching",
"type": "boolean"
}
},
"required": [
"query"
],
"required_api_keys": [
"ICD_CLIENT_ID",
"ICD_CLIENT_SECRET"
],
"type": "object"
}Examples (1)
Default ICD11 Search Diseases call
public-safeinput
{
"flatResults": false,
"query": "BRCA1",
"useFlexisearch": false
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_ICD11_search_diseases
- Tool name
- ICD11_search_diseases
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse