The aim of this project is to develop a Decentralized Medical Record System where every patient has a medical record shared among all related stakeholders of the healthcare network. Medical records are shared using the Blockchain technology. This system would improve the overall services for patients, and guarantee that medical records are perpetually free of any alterations, which provides privacy services to ensure role-based access.
- React
- Angular
- Ethereum Network
- Laravel
- Solidity (OOP language for writing smart contracts)
- Cloud 9 platform
- Remix (open source tool for writing Solidity smart contracts from a web browser)
- Ganache (personal blockchain for Ethereum development)
- MetaMask (Ethereum blockchain adapter, allows to run decentralized applications from a web browser).
- Blockchain Project - ( This Repo ) - ( smartcontract code written in solidity programming language )
- DMRS-Hospital Project - https://github.com/WadhahEssam/dmrs-hospital ( the hospital web application that connects it to the system )
- DMRS-Patient - https://github.com/AbdulrahmanKI/patientMR - ( the patient web app )
- DMRS-Ministry-Of-Health - https://github.com/WadhahEssam/dmrs-ministry-of-health - ( the ministry of health web app )
- DMRS-Image-Hasher-API - https://github.com/WadhahEssam/dmrs-image-hasher-api - ( backend that hashes images and files and returns their hashes )
- First Documenation :
- Second Documentation :