A mockup is not available for this project.
Lab Information System
Custom platform for PII-compliant health records
A robust Lab Information System (LIS) was developed to support the storage needs of a client with medical data to be inserted into a connected, privacy-compliant database. The application was implemented using the Next.JS framework for React with server-side rendering of all data, secured behind OIDC / OAuth 2.0 compliant user authentication. The application leveraged server-side rendering to ensure that all filter, sorting, and data delivery was reduced to the minimum required data for the user's request.
All change requests to the system were handled through page-based request routing to reduce the reliance on API requests and ensure that all changes to data delivered the user an updated resource after validation and submission. This process allowed a greater level of security for the client and back-end processing in a complex manner to ensure data integrity.
Skills: Next.JS, React, PostgreSQL, RBAC, Docker