Navigation Menu

HealthSync

A sophisticated AI-powered medical charting and EMR documentation system built with Next.js and Together AI.

nextjs
react
ai
medical
Word Count: 436
Published Date:
Reading Time: 2m

šŸ„ HealthSync

HealthSync Logo

A sophisticated AI-powered medical charting and EMR documentation system built with Next.js and Together AI.

Next.js

React

šŸ‘„ Development Team

#Full NameGitHub Username
1Sunny Patelsunnypatell
2Michael IspahaniMichaelexe
3Royce Mathewroyce-mathew
4Alyesha SinghAlyeshaS

šŸ” Overview

HealthSync is a cutting-edge medical documentation system that leverages artificial intelligence to streamline the patient intake process. It provides real-time, structured medical charting with an intuitive interface for healthcare professionals.

āœØ Features

Core Functionality

  • AI-Powered Documentation
    • Real-time speech-to-text for verbal input
    • Intelligent SOAP format adherence
    • Automated medical terminology validation

User Interface

  • Dual Chat Interface
    • Choose between two AI assistants (Ava & Eli)
    • Real-time conversation tracking
    • Voice input support with visual feedback

Charting System

  • Dynamic Charting Display
    • Warning and message categorization
    • Visual indicators for different entry types
    • Real-time updates during consultation

Data Processing

  • Structured Data Output
    • JSON-formatted medical records
    • SOAP-compliant documentation
    • Automated follow-up question generation

šŸ— Architecture

HealthSync/ ā”œā”€ā”€ src/ ā”‚ ā”œā”€ā”€ pages/ ā”‚ ā”‚ ā”œā”€ā”€ index.js # Main application router ā”‚ ā”‚ ā”œā”€ā”€ HomePage.js # Initial selection interface ā”‚ ā”‚ ā”œā”€ā”€ ChatPage.js # AI interaction interface ā”‚ ā”‚ ā”œā”€ā”€ Charting.js # Medical documentation display ā”‚ ā”‚ ā””ā”€ā”€ api/ ā”‚ ā”‚ ā””ā”€ā”€ agent.js # Together AI integration ā”‚ ā””ā”€ā”€ styles/ ā”‚ ā”œā”€ā”€ index.css # Global styles ā”‚ ā”œā”€ā”€ home.css # Homepage styles ā”‚ ā”œā”€ā”€ chat.css # Chat interface styles ā”‚ ā””ā”€ā”€ charting.css # Documentation styles

šŸ›  Technology Stack

  • Frontend

    • Next.js 13
    • React 18
    • TailwindCSS
    • Framer Motion
  • AI Integration

    • Together AI API
    • OpenAI Whisper
    • Custom AI Agents (Ava & Eli)
  • Development Tools

    • TypeScript
    • ESLint
    • Prettier
    • Husky

šŸ“ Project Structure

The project follows a modular architecture with clear separation of concerns:

  • pages/ - Route components and API endpoints
  • components/ - Reusable UI components
  • styles/ - Global and component-specific styles
  • lib/ - Utility functions and API clients
  • types/ - TypeScript type definitions
  • public/ - Static assets and resources

šŸ§© Components

Key components include:

  • ChatInterface - Main conversation UI
  • VoiceInput - Speech recognition component
  • ChartingDisplay - Medical documentation view
  • AgentSelector - AI assistant selection interface

šŸ¤– AI Integration

HealthSync uses Together AI's API for:

  • Natural language processing
  • Medical terminology validation
  • Automated documentation generation
  • Context-aware responses

šŸ’… Styling

  • TailwindCSS for utility-first styling
  • Custom CSS modules for complex components
  • Responsive design for all screen sizes
  • Dark/Light mode support

šŸš€ Setup & Installation

  1. Install dependencies:
npm install
  1. Create a .env. file:
TOGETHER_API_KEY=your_api_key_here
  1. Start the development server:
npm run dev

šŸ’» Development

  • Build: npm run build
  • Lint: npm run lint

šŸ¤ Contributing

  1. Fork the repository
  2. Create a feature branch
  3. Commit your changes
  4. Push to the branch
  5. Open a Pull Request

Made with ā¤ļø for HackHive 2025