Skip to content

A medical insurance claiming DApp which uses Multi-Signatures to grant claim (ConsenSys project)

License

Notifications You must be signed in to change notification settings

acmbvp/HealthCare-Insurance-Ethereum

 
 

Repository files navigation

High level use case

Problem statement:

  1. Patient logs in, uploads medical/lab tests bills and submits it for insurance. Notifications are sent to hospital and lab admin.
  2. Hospital admin logs in, verifies and approves the bills. This approval should be stored on a smart contract
  3. Lab admin approves the lab tests bills. This approval should be stored on a smart contract
  4. Once both of them approves, notification should be sent to insurance admin.
  5. Insurance admin can check for approvals of hospital and lab after which he will calculate the claim amount and do the claim.

HealthCare.sol contract maintains the logic for this DApp.
The web pages found in the Web-client folder are used to communicate with the deployed smart contract and also allow logging in for each specific user

About

A medical insurance claiming DApp which uses Multi-Signatures to grant claim (ConsenSys project)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 87.9%
  • CSS 8.7%
  • HTML 3.4%