
Connecting Care. Empowering Lives.
CareConnect NZ is a modern healthcare information exchange platform demonstrating secure clinical workflows, patient management, appointments, laboratory results, and AI-assisted clinical summarisation.
Healthcare data lives in silos. Clinicians waste time switching between systems for patient records, appointments and lab results, while security and auditability are non-negotiable. New Zealand needs interoperable, standards-based clinical tooling.
CareConnect NZ centralises clinical workflows into a single secure platform. Clinicians manage patients, appointments and lab results from one dashboard, protected by role-based access and full audit logging. AI-assisted summarisation condenses patient history into readable clinical insights.
A Spring Boot REST backend exposes secured endpoints consumed by a React + Material UI frontend. PostgreSQL stores clinical data with an FHIR-ready schema, JWT handles stateless authentication and every sensitive action is written to an immutable audit log.
Modelling clinical data to be FHIR-ready without over-engineering, and designing an audit trail that captured every access to sensitive records without impacting performance.
Security and compliance must be designed in from day one, not bolted on. Building against healthcare interoperability standards taught me to think in terms of long-lived, evolvable data contracts.