Coder Social home page Coder Social logo

rktejesh / decentralised-health-repository-provider Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 211.98 MB

TypeScript 20.07% Shell 12.05% JavaScript 39.69% CSS 0.67% Go 12.96% Java 9.84% HTML 0.88% Dockerfile 0.39% SCSS 0.45% Jinja 0.25% Just 0.58% Makefile 0.02% Python 2.15%

decentralised-health-repository-provider's Introduction

decentralised-health-repository-provider

NHDM Blockchain Application - README

Problem Statement

Compared with traditional paper-based medical records, electronic health records (EHRs) are widely used because of their efficiency, security, and reducing data redundancy. However, interoperability of data and privacy are two big challenges. The Government of India has attempted to create NHDM (National Health Data Management) to define interoperability.

A distributed ledger protocol composed of encrypted blocks of data organized in chains, blockchain represents a potential tool to solve the shortcomings of EHRs in terms of interoperability and privacy.

GRiD Blockchain Application

As participants of the GRiD (Government's Research in Distributed Ledger) initiative, you are expected to build an application that allows users to:

Set up a Blockchain Infrastructure

  • Identity Management
  • Medical Records Management

User Interface for Various Stakeholders

  • Clinic
  • Hospital
  • Individual Doctors
  • Diagnostics
  • Patient

Integration of Blockchain Infrastructure with Health Stack

The application should seamlessly integrate with the existing Health Stack system to ensure efficient data flow and interoperability.

Leverage Abha ID and Aadhar for Identity Management

Utilize Abha ID and Aadhar systems for robust and secure identity management across stakeholders.

Quick Search and Identification of Relevant Documents

The application should allow users to search for medical documents based on various parameters, including:

  • Date
  • Doctor
  • Document Type
  • Hospital Name
  • Patient Name

Secure Document Sharing in Different Formats

Users should be able to securely share medical documents in different formats, such as:

  • Image
  • PDF

Digitization of Personal Health Records (PHRs)

Facilitate the digitization of personal health records, eliminating the need for physical paperwork and enhancing data accessibility and portability.

How to Use the Application

To use the NHDM Blockchain Application, follow these steps:

  1. Set up a user account and log in securely using Abha ID and Aadhar authentication.
  2. Select your role among Clinic, Hospital, Individual Doctor, Diagnostics, or Patient.
  3. Navigate the user-friendly interface to manage medical records, access patient data, and upload documents.
  4. Utilize the quick search feature to find relevant medical documents based on various parameters.
  5. Share medical records securely with other authorized stakeholders, enhancing collaboration and patient care.
  6. Experience the seamless integration of the blockchain infrastructure with the existing Health Stack system, ensuring data interoperability.

Technologies Used

The NHDM Blockchain Application utilizes the following technologies:

  • Blockchain Protocol for secure and tamper-proof data management.
  • Abha ID and Aadhar for robust identity management and authentication.
  • User-Friendly Interfaces for easy navigation and adoption by stakeholders.
  • Data Encryption for enhanced data privacy and security.

Contributions

We welcome contributions to improve and enhance the NHDM Blockchain Application. Please feel free to raise issues, submit pull requests, and collaborate with us to make healthcare data management more efficient, secure, and interoperable.

Let's work together to revolutionize the healthcare industry in India through blockchain technology!


This is the README file for the NHDM Blockchain Application. The content provided outlines the problem statement, the expected features of the application, and how to use it. Additionally, it includes information about technologies used and encourages contributions from the community to improve the application. sudo apt-get install unzip

setup instructions

Refer this page https://hyperledger-fabric.readthedocs.io/en/latest/deploy_chaincode.html

cd ./fabric-samples/test-network ./network.sh down ./network.sh up createChannel export PATH=${PWD}/../bin:$PATH export FABRIC_CFG_PATH=$PWD/../config/ peer lifecycle chaincode package basic.tar.gz --path ../EHR --lang node --label basic_1.0 export CORE_PEER_TLS_ENABLED=true export CORE_PEER_LOCALMSPID="Org1MSP" export CORE_PEER_TLS_ROOTCERT_FILE=${PWD}/organizations/peerOrganizations/org1.example.com/peers/peer0.org1.example.com/tls/ca.crt export CORE_PEER_MSPCONFIGPATH=${PWD}/organizations/peerOrganizations/org1.example.com/users/[email protected]/msp export CORE_PEER_ADDRESS=localhost:7051 peer lifecycle chaincode install basic.tar.gz export CORE_PEER_LOCALMSPID="Org2MSP" export CORE_PEER_TLS_ROOTCERT_FILE=${PWD}/organizations/peerOrganizations/org2.example.com/peers/peer0.org2.example.com/tls/ca.crt export CORE_PEER_MSPCONFIGPATH=${PWD}/organizations/peerOrganizations/org2.example.com/users/[email protected]/msp export CORE_PEER_ADDRESS=localhost:9051 peer lifecycle chaincode install basic.tar.gz peer lifecycle chaincode queryinstalled

peer lifecycle chaincode approveformyorg -o localhost:7050 --ordererTLSHostnameOverride orderer.example.com --channelID mychannel --name EHR --version 1.0 --package-id $CC_PACKAGE_ID --sequence 1 --tls --cafile "${PWD}/organizations/ordererOrganizations/example.com/orderers/orderer.example.com/msp/tlscacerts/tlsca.example.com-cert.pem"

export CORE_PEER_LOCALMSPID="Org1MSP" export CORE_PEER_MSPCONFIGPATH=${PWD}/organizations/peerOrganizations/org1.example.com/users/[email protected]/msp export CORE_PEER_TLS_ROOTCERT_FILE=${PWD}/organizations/peerOrganizations/org1.example.com/peers/peer0.org1.example.com/tls/ca.crt export CORE_PEER_ADDRESS=localhost:7051

peer lifecycle chaincode approveformyorg -o localhost:7050 --ordererTLSHostnameOverride orderer.example.com --channelID mychannel --name EHR --version 1.0 --package-id $CC_PACKAGE_ID --sequence 1 --tls --cafile "${PWD}/organizations/ordererOrganizations/example.com/orderers/orderer.example.com/msp/tlscacerts/tlsca.example.com-cert.pem"

peer lifecycle chaincode checkcommitreadiness --channelID mychannel --name basic --version 1.0 --sequence 1 --tls --cafile "${PWD}/organizations/ordererOrganizations/example.com/orderers/orderer.example.com/msp/tlscacerts/tlsca.example.com-cert.pem" --output json

decentralised-health-repository-provider's People

Contributors

rktejesh avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.