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 usMedication 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.
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.
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.
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.