Data Import
Bulk-load the pharmacy's real formulary, patients and inventory from CSV — straight into the live database
Ask Copilot:
Onboard a pharmacy's data fast
Headers are matched case-insensitively (e.g.
on_hand, onhand, qty all work). Formulary and inventory rows upsert on their code/id, so re-importing updates instead of duplicating. Formulary CSVcolumns:
name, id, ndc, dosage_form, route, sterile, hazardous, stability_days, station, therapy_classWrites to the live tenant database under RLS. Patient data is minimum-necessary — only send what the pilot needs.