Back to catalog
Cortexa research tool·clinical·medlineplus
MedlinePlus Connect Lookup By Code
Look up corresponding MedlinePlus page information through MedlinePlus Connect Web Service using clinical/drug/test codes (such as ICD-10 CM, RXCUI, LOINC, etc.), supports JSON or XML format return.
Livelast probed 2026-04-30 23:07Z· 112msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 112ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"c": {
"description": "Specific code value to query, e.g., \"E11.9\" (ICD-10 CM) or \"637188\" (RXCUI).",
"type": "string"
},
"cs": {
"description": "Code system OID, e.g., ICD-10 CM=2.16.840.1.113883.6.90, RXCUI=2.16.840.1.113883.6.88, LOINC=2.16.840.1.113883.6.1, etc.",
"type": "string"
},
"dn": {
"default": "",
"description": "Optional, descriptive name (English) corresponding to the code, for drugs can fill in \"Chantix 0.5 MG Oral Tablet\", can improve matching accuracy.",
"type": "string"
},
"format": {
"default": "application/json",
"description": "Return format, options \"application/json\" or \"text/xml\", default \"application/json\".",
"enum": [
"application/json",
"text/xml"
],
"type": "string"
},
"language": {
"default": "en",
"description": "Return information language, \"en\" for English, \"es\" for Spanish, default \"en\".",
"enum": [
"en",
"es"
],
"type": "string"
}
},
"required": [
"cs",
"c"
],
"type": "object"
}Examples (1)
Default MedlinePlus Connect Lookup By Code call
public-safeinput
{
"c": "",
"cs": ""
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_MedlinePlus_connect_lookup_by_code
- Tool name
- MedlinePlus_connect_lookup_by_code
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse