Phase 1 Live · in pilot
Pharmacist Console
Software inside existing pharmacies, pharmacist on-site. End to end: script intake → clinical review → dispense label → payment → stock ledger.
Phase 2 Planned · yr 2
Patient Kiosk
Standalone secure units. Remote pharmacist oversight via Command Centre. 24/7 dispensing.
Phase 3 Future · yr 3+
Network
Micro-kiosks in GP clinics, aged care, rural areas. Decision traces compound the moat.
Surfaces at a glance
Every surface is a thin client on the same backend and schema. Live means in production today.
Pharmacist console Live
- Scripts queue, review canvas, sign-off with amendments + traced overrides
- Ask Qiri (live engine), counselling + CMI translation, plain-English SIG labels
- Private video consults with in-region transcription; S8 register + dispensing ledger
- Next.js on Cloud Run ·
console.qiri.ai
Read the surface doc →
Dispensing & POS Live
- Dispense orders: scripts + OTC in one basket, box QR, PBS pricing
- In-store counter (
/counter): card on Stripe Terminal, cash, and split tenders, with till sessions and drawer reconciliation; online pay links (/pay/<token>)
- Installs as a chrome-free tablet till with camera barcode scanning
- Refunds with automatic OTC restock
Read the surface doc →
Stock & reorder Live
- Per-site inventory with an append-only movement ledger
- Reorder points, purchase orders, delivery receipt, sales-based forecasting
- Batch/expiry tracking (FEFO) and stocktake reconciliation
Read the surface doc →
Accounting Live
- Append-only
accounting_event ledger: sale / refund / bill, with BAS-ready tax splits
- Daily takings + Xero/MYOB-ready CSV journal; direct sync next
Read the surface doc →
Patient app In build
- Scripts wallet, consult booking, payments; React Native (Expo), iOS + Android
- Send a script, get the pharmacist's decision back with a push; internal testing on both stores
- Core flows run live; the clinical identity link is the remaining release gate
Read the surface doc →
Patient kiosk Planned · Ph 2
- Secure standalone units, offline-tolerant edge runtime, OEM hardware
Read the surface doc →
Command centre Planned · Ph 2
- Remote pharmacist oversight of the kiosk fleet, one console
Read the surface doc →
The four architecture bets
Neuro-symbolicLLM proposes. Symbolic gate disposes. Pharmacist decides. Model output never flows directly to a dispense action.
Specialist agents, not one promptSimple scripts route to a single agent; complex cases convene a panel reconciled before the gate.
System of record, with a bridgeQiri is the dispensing system of record: decision, label, sale and stock in one platform. For pharmacies not ready to switch, a bi-directional FHIR R4 + HL7v2 connector runs Qiri alongside Fred, Minfos et al.
AU data residency from day oneAll PHI in australia-southeast1. PBS Online + My Health Record integrated. Consent + immutable audit trail.
Where to start