CodeLive

Medical Rxnorm

Normalize and verify drug names against RxNorm, the canonical US drug vocabulary from the NIH.

$0.00138USDC per call · settled on Base · no subscription, no API key

Overview

Normalize and verify drug names against RxNorm, the canonical US drug vocabulary from the NIH. Two modes: term ("tylenol 500mg", brand or generic, typos tolerated) returns ranked RxCUI candidates with normalized names and match scores; rxcui returns the canonical concept (name, term type like IN=ingredient / SBD=branded drug / SCD=clinical drug, suppression flag) plus related concepts — active ingredients, brand names, and available dose forms. Use before writing prescriptions data, drug interactions queries, or pharmacy integrations: verify the drug exists and get its stable identifier instead of trusting model memory. Sibling: /api/medical/icd10 (diagnosis codes). Public-domain NIH data.

Endpoint

MethodEndpointPriceDescription
GET/v1/marketplace/api/medical-rxnorm$0.00138Invoke Medical Rxnorm (Code) and return the upstream response.

How to call it

Requests are paid per call over the x402 protocol. Call the endpoint, receive a 402 Payment Required quote, then repeat the request with the signed payment header. The SDKs do both steps for you.

# 1. Ask for a quote
curl -i https://api.jarvisclaw.ai/v1/marketplace/api/medical-rxnorm

# 2. Pay it (the SDK signs and retries for you)
curl -H "X-PAYMENT: <signed-payload>" https://api.jarvisclaw.ai/v1/marketplace/api/medical-rxnorm
Open in the marketplace

Docs: Getting started · x402 payments · x402 discovery · All APIs