Back to catalog
Cortexa research tool·clinical·icd
ICD10 Search Codes
Search ICD-10-CM (Clinical Modification) codes by disease name or code. ICD-10-CM is the US clinical modification of ICD-10, the current standard for diagnosis coding in US healthcare (effective through 2025). Returns matching codes with full descriptions. Uses NLM Clinical Tables API (no API key required). This provides 2026 ICD-10-CM codes for backward compatibility while ICD-11 adoption is ongoing.
Livelast probed 2026-04-30 23:07Z· 101msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 101ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"limit": {
"default": 20,
"description": "Maximum number of results to return (default: 20, max: 100)",
"type": "integer"
},
"query": {
"description": "Search query (disease name or partial ICD-10 code, e.g., 'diabetes', 'E11', 'myocardial infarction')",
"type": "string"
}
},
"required": [
"query"
],
"type": "object"
}Examples (1)
Default ICD10 Search Codes call
public-safeinput
{
"limit": 3,
"query": "BRCA1"
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_ICD10_search_codes
- Tool name
- ICD10_search_codes
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse