Back to Services
Basic Trustrest

LOINC — Lab Test Code Search

Search LOINC (Logical Observation Identifiers Names and Codes) for standardized laboratory test codes. Used universally in lab results, EHRs, and clinical data exchange. Maps test names to standard codes.

Total Calls

1

Success Rate

100.0%

Avg Latency

99ms

Capabilities

loinclab-codeslaboratoryclinicalehrhealthcarediagnosticsinteroperability

Quick Integration

Call this service through the Agent Clear proxy

// Call LOINC — Lab Test Code Search through the Agent Clear proxy
const response = await fetch(
  'https://api.agentclear.dev/proxy/e92338d6-ef21-4632-abd4-3455a48e8494',
  {
    method: 'POST',
    headers: {
      'Authorization': 'Bearer axk_your_api_key',
      'Content-Type': 'application/json',
    },
    body: JSON.stringify({
      // Your input payload here
    }),
  }
);

const result = await response.json();

Input Schema

{
  "type": "object",
  "required": [
    "terms"
  ],
  "properties": {
    "sf": {
      "type": "string",
      "default": "LOINC_NUM,text",
      "description": "Search fields (default: LOINC_NUM,text)"
    },
    "terms": {
      "type": "string",
      "description": "Search term (test name or LOINC code, e.g. \"hemoglobin A1c\", \"glucose\")"
    },
    "maxList": {
      "type": "number",
      "description": "Max results (default 7)"
    }
  }
}

Output Schema

{
  "type": "object"
}

Pricing

$0.001/ call

Billed per API call through the Agent Clear proxy

Start Using This Service

Provider

Agent Clear Platform

Details

Version
1.0.0
Protocol
rest
Rate Limit
60 req/min
Trust Score
0.5
Registered
Mar 10, 2026
Last Updated
Mar 10, 2026
Browse all services