Summary : The "Secure Electronic Health Records" project utilizes Ethereum blockchain, Metamask, and Ganache to enable patients to securely upload medical data and also view his data, manage doctor access, and view data history. Doctors can manage patient lists, access records, generate consultancy reports, and revoke access given by patient. Diagnostic centers can create EHR reports, ensuring visibility for both patients and doctors through IPFS integration. This decentralized approach enhances data security, interoperability, and patient control over health information, ultimately improving healthcare delivery and patient outcomes.
Technology Used :
Blockchain Technology: Ethereum
Blockchain Development Tools: Metamask, Ganache
Decentralized File Storage: IPFS (InterPlanetary File System)
Smart Contract Development: Solidity
Frontend Development: ReactJS
Testing Frameworks: Truffle (for testing Solidity contracts)
Version Control: Git
Development Environment: Node.js
Demo Video : https://www.youtube.com/watch?v=3W5-6diqvV0
Screenshots :
Login :
Patient Side :
Doctor Side :
Diagnostic Side :
Report has been reflected in record viewer so that both patient and doctor can see :
contact :
Mail
sonupradhan208@gmail.com
🆁🅴🆀🆄🅸🆁🅴🅼🅴🅽🆃🆂
1.Install nodeJs
2.Install Ganache
- Download IPFS (kubo)
4.Add Metamask Extension in Browser
- open cmd in project directory
npm install --force
5.open cmd/terminal as Administrator and type
npm install -g truffle
6.open Ganache
- New Workspace
- AddProject
- Select truffle-config.js in Project Directory
- Save Workspace
7.Compile and migrate Contracts
truffle compile
truffle migrate
- Run Server
npm start