Prescribe with the guardrails on.

One active medication list on the shared care record, checked as it is written. Interaction, allergy, dose and duplicate checks at the moment of prescribing, and reconciliation when a person comes home from hospital, drafted by AI and confirmed by a clinician.

Contact us

See it in motion.

A short, narrated explainer. Captions included.

One list, checked at the point of prescribing.

Medication safety is a workflow property, not a report run later. The checks happen while the script is being written, on the same record everything else reads.

Prescribing
On the person's chart: one active medication list with stop, hold and resume, and PRN medications flagged with their reason.
Safety checks
Interaction, allergy, dose-range and duplicate checks as the script is written. Contraindicated pairs are a hard stop; warnings must be acknowledged before the script proceeds. Backed by curated Australian interaction data.
Reconciliation
Item-by-item reconciliation at transitions of care. AI reads the discharge summary, de-identified before any model call, and drafts the changes; a clinician confirms every item before anything lands on the list.
Formulary data
Common Australian medications seeded with PBS codes, AMT codes, ATC classes, schedules and maximum daily doses.
Interop
MedicationRequest read and search on the FHIR AU Core facade, plus MedicationDispense export for downstream systems.
Pharmacy & rounds
In development. The pharmacist workbench (verification queues, clarifications, dispensing and stewardship), the electronic MAR for medication rounds, and the controlled-drugs register with dual witnessing.

The prescription that argues back

Safety checks run while the script is still being written, not after. A contraindicated combination stops the prescription outright, and lesser warnings have to be acknowledged by the prescriber before it proceeds.

  • Interaction checking with severities from contraindicated down to minor
  • Allergy checks against the allergies already on the person's record
  • Doses checked against the maximum daily dose on the formulary
  • Duplicate therapy detected across the active list

Home from hospital, list reconciled

Transitions of care are where medication lists break. When someone returns from hospital, AI reads the scanned discharge summary, de-identified before any model call, and drafts the changes to their list. A clinician confirms every item before anything lands.

  • Reconciliation bootstrapped from the current medication list
  • Item-level decisions, continue, change or cease, each recorded
  • AI extraction is draft-only: a person confirms every line
  • Complete-and-review flow with the full trail kept

Coded, so everything downstream works

Medications are stored coded, not as free text. PBS codes, AMT codes, ATC classes and schedules ride on the formulary, and the list is exposed through the standard health-data format, FHIR AU Core, so claiming, reporting and integration read the same list the clinicians do.

  • Common Australian medications seeded with PBS, AMT and ATC coding
  • Schedules and maximum daily doses on the formulary
  • MedicationRequest read and search on the FHIR facade
  • MedicationDispense export for downstream systems

Related capabilities