Pathways handles pre-operative patient information. Everything about how we do that is designed to survive a procurement review, a privacy assessment, and a governance committee.
All patient data is hosted in AWS Sydney (ap-southeast-2). PHI never leaves Australia — in storage, processing, or backup.
Encrypted in transit (TLS 1.2+) and at rest. Keys managed in AWS KMS.
Assessment links are signed (HMAC-SHA256) and time-limited. They expire, and expired links are visibly dead — never silently reusable.
No personally identifying information is sent to model providers. Extraction and reasoning operate on de-identified clinical content.
Role-based access. Booking staff, nurses and anaesthetists each see what their role requires — nothing more.
Org-wide and per-patient audit logs; full workflow tracing on every analysis. Exportable for governance committees and accreditation.
Safety-critical screening rules are versioned and testable. Every output records the rule version that produced it.
Operated under the Australian Privacy Principles. Privacy impact documentation available for procurement review.
Pathways is a clinical decision support tool. It assists — it never replaces — the judgement of qualified clinicians.
Architecture, privacy documentation, and audit samples — assembled for procurement.