GithubHelp home page GithubHelp logo

healthcare's Introduction

This is a small application named "Patient 360" build on Ethereum platform of Blockchain for resolving the problem of distributed health care record 
across healthcare providers/doctors or pathologies. 
Every such record will be stored on blockchain and each record will be mapped through a digital identity of the patient. Once the record is added on the 
blockchain, patient personal information and medical history, medical documents can be fetched from the ledger at any point of time and at any place. In order to 
achieve this below classes/methods are used:

Entity:

1. Patient - It contains all the personal health information of the patient like Digital ID, Blood Group and Allergies etc.
2. Medical record - It will contain all the medical records generated at hospitals, pathologies or any clinic. 

This Smart contract has a capability of storing a HexaDecimal string i.e. HASH of the Address where medical documents would be stored. 
IPFS which is a protocal used to store unalterable data, remove duplicated files across the network, and obtain address information for accessing storage nodes to search for files in the network. In our project, i am using this to store the documents like prescription, Lab reports, Xrays etc. 

This smart contract is capable of below 5 functions using the below methods written:

1. addPatient - Adds a new patient in the system and stores all of it's health information in the Blockchain.
2. getPatient - At any point of time and place, patient details can be fetched using this method.
3. addMedicalRecord - This method adds all the medical record in Blockchain and related documents like Lab reports etc in IPFS.
4. getMedicalRecord - This method can be invoked to get the details medical records stored on Blockchain.
5. getMedicalRecordDetails - This method can be invoked to get the details medical records stored on IPFS.

This includes a NODEJS code which is used to invoke the respective methods of the smart contract mentioned above. 

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.