Search for a command to run...
Modernizing a 15-year-old monolithic EHR for a leading UK hospital network without dropping a single patient record.
MediCore Health operates 12 acute care hospitals and 40+ outpatient clinics across the UK, serving over 2 million patients annually. Their legacy Electronic Health Record (EHR) system was built on an outdated Java monolith connected to a single on-premise Oracle database.
The legacy system was collapsing under the weight of modern data requirements. Doctors experienced 10-second delays when pulling patient histories, and the system required scheduled downtime every Sunday for maintenance, which severely disrupted emergency room operations.
Migrating 15 years of complex, unstructured patient data (over 4TB) to a new cloud-native schema with zero downtime. Furthermore, the new system had to comply strictly with NHS data governance and GDPR regulations while maintaining real-time interoperability with national lab APIs via HL7 protocols.
Why HintCore
Next.js, React Query, Tailwind CSS
Go (Golang) microservices, Node.js GraphQL API gateway
AWS EKS (Kubernetes), PostgreSQL (Aurora), Redis, Kafka
Security was the paramount concern. All data is AES-256 encrypted at rest using AWS KMS, and TLS 1.3 is enforced for all API traffic. We implemented granular Role-Based Access Control (RBAC), ensuring nurses, doctors, and billing staff only see relevant data. Performance was optimized by breaking the React frontend into highly concurrent micro-frontends, ensuring sub-second Time-To-Interactive (TTI) even on older hospital workstations.
We discovered that doctors preferred keyboard navigation over mouse clicks. Mid-project, we pivoted our UX strategy to include robust hotkey support, which drastically improved adoption rates during UAT.