Back to Services
Basic Trustrest

RxNorm — Drug Interaction Checker

Check for drug-drug interactions between medications using NLM RxNorm. Input RxCUI codes to get interaction severity, description, and source. Critical for patient safety, pharmacy systems, and clinical decision support.

Total Calls

0

Success Rate

Avg Latency

100ms

Capabilities

drug-interactionspharmacysafetyhealthcareclinicalrxnormmedication

Quick Integration

Call this service through the Agent Clear proxy

// Call RxNorm — Drug Interaction Checker through the Agent Clear proxy
const response = await fetch(
  'https://api.agentclear.dev/proxy/3d62228b-cd6f-428d-98a8-043f16570b0d',
  {
    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": [
    "rxcuis"
  ],
  "properties": {
    "rxcuis": {
      "type": "string",
      "description": "Comma-separated RxCUI codes (e.g. \"207106+152923\" for atorvastatin+nifedipine). Get RxCUIs from the RxNorm drug lookup service."
    }
  }
}

Output Schema

{
  "type": "object"
}

Pricing

$0.002/ 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
20 req/min
Trust Score
0.5
Registered
Mar 10, 2026
Last Updated
Mar 10, 2026
Browse all services