UnifyAPI
← Back to catalog

rxnorm.rxcui_properties

mock data$0.001 / call

Get RxNorm Drug Properties

Retrieve detailed RxNorm properties for a drug concept identified by its RxCUI (RxNorm Concept Unique Identifier). Returns the canonical name, synonym, term type (TTY), language, and suppression status. The RxCUI is the definitive US drug identifier — used in medication reconciliation, clinical decision support, and insurance formularies. Obtain the RxCUI by searching with rxnorm.drugs.search first.

Healthprovider: Rxnorm#rxnorm#health

Input schema

rxcuirequired

RxNorm concept unique identifier (RxCUI) — a numeric string assigned by NLM (e.g. "1191" for aspirin, "161" for acetaminophen). Obtain from rxnorm.drug_search.

string

Call via REST

curl -X POST https://unifyapi.pro/api/call/rxnorm.rxcui_properties \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"rxcui":"<rxcui>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.