Spgtx / Electronic-Health-Records-EHRs

Electronic Health Records (EHRs) Blockchain Application for managing medical records.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Electronic Health Records Application (EHRs) Using Blockchain Technology

My project aims to address the current challenges faced by the healthcare industry, such as inadequate data security, limited data accessibility, and low efficiency, by leveraging the decentralized and secure nature of blockchain technology.

Table of Contents

  • Features
  • Installation
  • Usage
  • Contributing
  • License

Features

  • Secure storage of health records: Health records are stored on a blockchain, which provides a high level of security and ensures that records cannot be tampered with or deleted.
  • Easy access to health records:Patients can access their health records from anywhere, at any time, using a web or mobile application.
  • Sharing of health records: Patients can easily share their health records with healthcare providers and other authorized parties, ensuring that the right people have access to the information they need.
  • Real-time updates: Health records are updated in real-time, ensuring that healthcare providers have access to the most up-to-date information.
  • Compliance with HIPAA regulations: The application is designed to be compliant with HIPAA regulations, ensuring that patient data is protected and kept confidential.

Installation

To install and run the application, you will need to have the following dependencies installed:

  • Node.js
  • Truffle
  • Ganache

To install the application, follow these steps:

  • Clone the repository to your local machine.
  • Navigate to the project directory.
  • Install the required dependencies by running npm install.
  • Compile the contracts by running truffle compile.
  • Deploy the contracts to the local blockchain by running truffle migrate.
  • Change the address and ABI of the smart contract in javascript file.

Usage

To use the application, follow these steps:

  • Register as a patient and get your PatientID.
  • Add your health records to the network.
  • Share your health records with healthcare providers and other authorized parties.
  • Access your health records from anywhere, at any time.

Contributing

If you would like to contribute to the development of this project, please follow these steps:

  • Fork the repository.
  • Create a new branch for your feature or bug fix.
  • Make your changes and commit them.
  • Submit a pull request to the master branch.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Electronic Health Records (EHRs) Blockchain Application for managing medical records.

License:Other


Languages

Language:JavaScript 50.3%Language:HTML 28.2%Language:CSS 15.5%Language:Solidity 6.0%