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

dyttokaa/HealthCare-Insurance-Ethereum

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Medical Insurance claiming DApp (for ConsenSys)

Problem statement:

  1. Patient logs in, uploads medical/lab test 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 is stored on the smart contract
  3. Lab admin approves the lab test bills. This approval is also stored on the smart contract
  4. Once both of them approve, notification are 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 88.5%
  • CSS 8.3%
  • HTML 3.2%