A .NET distributed health tech pipeline.
Tech stack:
C#ASP.NET Corefoundational web frameworkBlazorfrontend UI frameworkHl7.Fhir.R4, specialized .NET library for healthcare data compatibilityMicrosoft SQL Serverto provide secure, persistent, transactional storage for app dataEF Coreobject-relational mapper to bridge C# code and LINQ queries into raw SQL database commandsRabbitMQmessage broker to handle asynchronous communicationMicrosoft Azurefor cloud deployment
Accomplishments:
- Engineered a high-throughput RESTful Web API using ASP.NET Core to process 5,000+ simulated daily clinical data payloads
- Integrated Hl7.Fhir.R4 to dynamically parse and serialize relational database health records into standardized JSON FHIR formats
- Optimized query efficiency by 25% by configuring asynchronous message queues and repository patterns using EF Core and SQL Server
- Enforced enterprise security by implementing JWT and role-based access tokens to satisfy strict healthcare compliance standards