Healthcare Navigator Bot (Flagship) with Gemini API
A HIPAA-compliant enterprise MS Teams chatbot engineered for the Microsoft Imagine Cup. It strictly parses dense medical billing jargon and translates it into actionable employee navigation strategies.
Core Technology Stack
Architectural Constraints
Medical API integrations inherently suffer from aggressive PII regulatory risks and frequent CORS blocks due to rigid workplace firewall restrictions natively deployed inside enterprise MS Teams tenants.
System Implementation
Engineered a Zero-Data-Retention middleware layer securely mapping tokens server-side, entirely bypassing client-layer vulnerabilities, keeping the bot lightweight, secure, and blazing fast.
Infrastructure Deep Dive
The system leverages Next.js Server Actions to proxy LLM requests to Google Gemini, establishing an end-to-end encrypted TLS pipeline. Private Health Information is anonymized at the edge before querying the generative model.