Back to catalog
Cortexa research tool·genomics·icd
ICD11 Get Entity
Get detailed information about an ICD-11 disease entity by its unique identifier or code. Returns comprehensive details including full title, definition, inclusions, exclusions, parent/child relationships, diagnostic criteria, and clinical descriptions. Essential for understanding specific disease classifications. Requires ICD_CLIENT_ID and ICD_CLIENT_SECRET.
Livelast probed 2026-04-30 23:07Z· 87msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 87ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"entity_id": {
"description": "ICD-11 entity ID (e.g., '1435254666' for diabetes mellitus) or full URI",
"type": "string"
},
"language": {
"default": "en",
"description": "Language for results (ISO 639-1 code)",
"type": "string"
},
"linearization": {
"default": "mms",
"description": "ICD-11 linearization (default: 'mms')",
"enum": [
"mms",
"icf",
"ichi"
],
"type": "string"
}
},
"required": [
"entity_id"
],
"required_api_keys": [
"ICD_CLIENT_ID",
"ICD_CLIENT_SECRET"
],
"type": "object"
}Examples (1)
Default ICD11 Get Entity call
public-safeinput
{
"entity_id": ""
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_ICD11_get_entity
- Tool name
- ICD11_get_entity
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse