Drug Name Normaliser
Harvested 2026-04-12 · 47 reuses
Maps brand names to generic INNs and back. Handles common typos and trailing whitespace.
Use when: Any pharmacy agent that compares medication_master rows against external prescriptions or vendor catalogues.
Show prompt snippet
Given a medication name (possibly a brand, possibly a generic), return: { generic_name, brand_names[], schedule, dosage_form }. If ambiguous, return the top 3 candidates with confidence scores. Trim whitespace; strip strength suffixes for the lookup.