Health Wallet is an innovative blockchain-powered healthcare information solution designed to empower patients with full control over their medical data while streamlining healthcare provider workflows. The platform enables secure sharing of medical records, imaging data, and patient information using decentralized web3 technologies.
- Blockchain-Based Health Records: Secure, immutable patient records stored with Ethereum and IPFS technologies
- Patient Data Ownership: Complete control over personal health information with granular access permissions
- MetaMask Integration: Connect securely with your Ethereum wallet for identity verification and data access
- Selective Data Sharing: Share specific medical records with authorized providers via smart contracts
- Advanced Patient Portal: View, manage, and track all personal health information through an intuitive interface
- Smart Filtering Options: Filter personal medical history by Last Visit date or Date of Birth with user-friendly calendar interface
- Appointment Management: Schedule and track medical imaging appointments with ease
- Responsive Design: Modern UI that works seamlessly across all devices
The only requirement is having Node.js & npm installed - install with nvm
After starting the development server, you can access the application at:
http://localhost:3000
- Connect Your Wallet: Use MetaMask or another Ethereum wallet to connect to the platform
- Grant Initial Access: Approve the connection to establish your Health Wallet identity
- Verify Your Identity: Complete the secure verification process to ensure data sovereignty
- Data Access Control: Manage which healthcare providers can access your records
- View Shared Records: See a complete history of which providers have accessed your data
- Revoke Access: Remove access permissions at any time with a simple interface
- Selective Sharing: Share only specific medical records or imaging results
- Time-Based Access: Grant temporary access to providers for limited periods
- Emergency Access: Special protocols for emergency situations that require immediate data access
This project leverages modern web and blockchain technologies:
- Next.js: React framework providing hybrid static & server rendering
- TypeScript: For type safety and improved developer experience
- Ethereum Blockchain: For secure, verifiable patient record tracking
- IPFS: InterPlanetary File System for decentralized storage of medical data
- Web3.js: JavaScript library interacting with the Ethereum blockchain
- MetaMask: Wallet integration for secure patient authentication
- Prisma: ORM for traditional database access
- shadcn/ui: Modern component library for the user interface
- Tailwind CSS: Utility-first CSS framework
- NextAuth.js: Authentication solution for traditional login methods
/pages
: Next.js pages and API routes/components
: Reusable React components including patient data sharing interfaces/contracts
: Smart contracts for patient data access management/prisma
: Database schema and migrations/public
: Static assets/styles
: Global CSS and Tailwind configuration/lib
: Utility functions, blockchain integrations, and IPFS clients
The application manages several key models related to patient data:
- User: Extended with Ethereum address for blockchain identity
- Patient: Core medical information with blockchain references
- HealthRecord: Individual health record entries with IPFS content identifiers
- AccessGrant: Smart contract-based permissions for record access
- Appointment: Scheduled medical imaging appointments
- Provider: Healthcare providers with verified blockchain identities
This project is licensed under the Apache License 2.0 - see the LICENSE file for details.
This project is maintained by: