← Back to catalog
rxnorm.rxcui_properties
mock data$0.001 / callGet 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.
Input schema
rxcuirequired
stringRxNorm concept unique identifier (RxCUI) — a numeric string assigned by NLM (e.g. "1191" for aspirin, "161" for acetaminophen). Obtain from rxnorm.drug_search.
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>"}'