Back to catalog
Cortexa research tool·structure·icd
ICD11 Browse Hierarchy
Navigate the ICD-11 disease classification hierarchy by retrieving child entities of a parent category. ICD-11 organizes diseases in a hierarchical tree structure (chapters → categories → subcategories). This tool returns all child entities under a specified parent, showing the disease classification taxonomy. Useful for exploring disease categories and understanding relationships. Requires ICD_CLIENT_ID and ICD_CLIENT_SECRET.
Livelast probed 2026-04-30 23:07Z· 103msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 103ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"entity_id": {
"description": "Parent entity ID to browse (use empty string or root ID for top-level chapters)",
"type": "string"
},
"language": {
"default": "en",
"description": "Language for results",
"type": "string"
},
"linearization": {
"default": "mms",
"description": "ICD-11 linearization to browse",
"enum": [
"mms",
"icf",
"ichi"
],
"type": "string"
}
},
"required": [
"entity_id"
],
"required_api_keys": [
"ICD_CLIENT_ID",
"ICD_CLIENT_SECRET"
],
"type": "object"
}Examples (1)
Default ICD11 Browse Hierarchy call
public-safeinput
{
"entity_id": ""
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_ICD11_browse_hierarchy
- Tool name
- ICD11_browse_hierarchy
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse