Back to catalog
Cortexa research tool·genomics·loinc
LOINC Search Tests
Search LOINC (Logical Observation Identifiers Names and Codes) lab tests and clinical observations by name or keywords. Returns standardized codes for laboratory tests, vital signs, and clinical measurements. Essential for standardizing lab test names across healthcare systems and research studies.
Livelast probed 2026-04-30 23:07Z· 111msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 111ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"exclude_copyrighted": {
"default": true,
"description": "Exclude items with external copyright notices (default: true)",
"type": "boolean"
},
"max_results": {
"default": 20,
"description": "Maximum number of results to return (default: 20, max: 500)",
"type": "integer"
},
"terms": {
"description": "Search terms for lab tests or observations (e.g., 'cholesterol', 'blood glucose', 'hemoglobin', 'creatinine'). Can include test names, components, or abbreviations.",
"type": "string"
}
},
"required": [
"terms"
],
"type": "object"
}Examples (1)
Default LOINC Search Tests call
public-safeinput
{
"exclude_copyrighted": false,
"max_results": 1,
"terms": ""
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_LOINC_search_tests
- Tool name
- LOINC_search_tests
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse