VOOZH about

URL: https://apify.com/azureblue/drug-interaction-checker

โ‡ฑ Drug Interaction Checker โ€” RxNorm + openFDA API ยท Apify


๐Ÿ‘ Drug Interaction Checker โ€” RxNorm Clinical API avatar

Drug Interaction Checker โ€” RxNorm Clinical API

Pricing

$7.50 / 1,000 results

Go to Apify Store

Drug Interaction Checker โ€” RxNorm Clinical API

Check pairwise drug-drug interactions using FDA prescribing information and RxNorm. Returns severity (contraindicated/major/moderate/minor) and interaction description.

Pricing

$7.50 / 1,000 results

Rating

0.0

(0)

Developer

๐Ÿ‘ azureblue

azureblue

Maintained by Community

Actor stats

1

Bookmarked

4

Total users

1

Monthly active users

2 months ago

Last modified

Categories

Share

Drug Interaction Checker

Check pairwise drug-drug interactions for any list of medications. Uses RxNorm for drug identity resolution and FDA prescribing information (OpenFDA) for interaction text extraction with keyword-based severity classification.

Features

  • Resolves drug names to RxNorm CUI identifiers
  • Retrieves official FDA label drug_interactions section
  • Extracts relevant interaction passages mentioning the paired drug
  • Classifies severity: contraindicated, major, moderate, minor, unknown
  • Checks all unique pairs (n drugs โ†’ nร—(n-1)/2 pairs)
  • No API key required

Input

FieldTypeRequiredDescription
drugsarray of stringsโœ…List of โ‰ฅ2 drug names (generic names preferred)

Example:

{"drugs":["warfarin","aspirin","ibuprofen"]}

Output

One record per unique drug pair:

{
"drug1":"warfarin",
"drug2":"aspirin",
"rxcui1":"11289",
"rxcui2":"1191",
"severity":"major",
"description":"Warfarin and aspirin used concomitantly increase the risk of serious bleeding. Monitor PT/INR closely and watch for signs of bleeding if aspirin is used with warfarin.",
"management":"Consult your prescriber or pharmacist. Monitor patient for adverse effects.",
"source":"FDA Prescribing Information (OpenFDA)",
"interactionFound":true
}

Use Cases

1. Polypharmacy Screening

A geriatric ward pharmacist inputs a patient's 8-drug regimen and instantly receives all 28 pairwise interaction flags โ€” prioritising review of contraindicated and major pairs before medication reconciliation.

2. Medical Education Tool

A medical school integrates the actor into a teaching platform where students enter drug combinations and receive FDA-sourced interaction data for case-based learning exercises.

3. Clinical Decision Support Pipeline

A telehealth startup calls this actor as a microservice when a prescriber adds a new drug to a patient record โ€” results feed a risk flag system that triggers pharmacist review for high-severity interactions.

Data Sources

Pricing

Pay-per-result. Checking 5 drugs = 10 pairs โ‰ˆ $0.05โ€“$0.10.

You might also like

RxNorm Drugs Scraper

gio21/rxnorm-scraper

Scrape RxNorm (NIH's National Library of Medicine) drug database. Lookup drugs by name, get ingredients, dose forms, brand names, RxCUI codes, and optional drug-drug interactions. For pharmacy, EHR, healthcare apps. Free, no key.

RxNorm Drug Database Scraper

crawlergang/rx-norm-scraper

Scrape the NIH RxNorm drug database with search drugs by name, look up by RxCUI or NDC code, get brand/generic names, drug types, and spelling suggestions. Free NIH public API, no auth required.

2

5.0

RxNorm Drug Database Scraper

crawlerbros/rx-norm-scraper

Scrape the NIH RxNorm drug database with search drugs by name, look up by RxCUI or NDC code, get brand/generic names, drug types, and spelling suggestions. Free NIH public API, no auth required.

FDA Drug Recall Search

ryanclinton/fda-drug-recalls

FDA Drug Recall Search queries the U.S. Food and Drug Administration's openFDA drug enforcement endpoint to retrieve detailed, structured data about pharmaceutical drug recalls.

FDA Drug Labels Scraper

labrat011/fda-drug-labels-scraper

Extract FDA drug label data -- indications, dosages, warnings, black box alerts, drug interactions, and more. Search by drug name, active ingredient, manufacturer, or browse the full openFDA database. No API key required.

OpenFDA Scraper

crawlerbros/openfda-scraper

Scrape the FDA's openFDA API with drug labels, adverse events (FAERS), drug recalls, NDC directory, drugs@FDA, device events, and food enforcement. Layers in RxNorm (RxNav) drug-equivalence lookups and DailyMed label URLs.

RxNorm Drugs Scraper

parseforge/rxnorm-drugs-scraper

Look up normalized drug concepts from the NLM RxNorm vocabulary. Search any brand or generic name and pull RxCUI codes, term types, synonyms, ingredients, and related concept identifiers. Useful for pharmacy software, e prescribing apps, clinical decision support, and medication mapping.

openFDA Drug Events & Recalls Scraper

scrapers_lat/openfda-drug-events-scraper

Scrape FDA drug adverse event reports (FAERS) and drug recall and enforcement actions from the official openFDA API. Search by drug, reason or date. Export to JSON, CSV, Excel.

2

5.0