Patientcontrolledelectronichealthrecords

Patient-controlled electronic health records platform (EHR)
Alternatives To Patientcontrolledelectronichealthrecords
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Corona Tracker237
6 months ago48mitJavaScript
An easy-to-use PWA to monitor the user's wellness and learn about COVID-19.
Healthcare Blockchains164
5 years ago1mit
Open-source landscape map for healthcare-related blockchains
Health Blockchain31
6 years ago36otherCSS
A blockchain for fitness data demo
Blockcloud27
5 years agoC
An advanced Blockchain-based TCP/IP.
Sundly18
4 years ago10JavaScript
💛 Encrypted & decentralized personal health records. Built on Blockstack and powered by Blockchain.
Cordentity Poc Supply Chain16
3 years ago8Kotlin
A proof of concept for cordentity
Mycoral Patient16
5 years ago5JavaScript
Mobile app for patients to interact with Coral Health blockchain
Medblockchain13
5 years ago1
List of all the papers that are published in Blockchain and is related to Healthcare and Medical Platforms
Erc20 Token13
3 years agompl-2.0
Patientcontrolledelectronichealthrecords12
3 years ago2Python
Patient-controlled electronic health records platform (EHR)
Alternatives To Patientcontrolledelectronichealthrecords
Select To Compare


Alternative Project Comparisons
Readme

Patient-controlled electronic health records platform (EHR)

A client-server prototype illustrating prospective DApp operation principles for self-sovereign medical data. Private/Public key cryptography and encryption-decapsulation technologies offer a promising solution to the problems of medical record-keeping systems which are currently centralizsed and insecure. It's possible to push ownership of health records from centralized service providers to individuals.

Decentralised Patient-Controlled electronic health records (PCEDR) can be buil using

  • blockchain with arbitrary code execution capabilities (smart-contracts) like Ethereum
  • decentralised global content-addressable storage like swarm/ipfs or/and channels/queues/messengers like plasma/whisper/libp2p transports
  • decentralised cryptography-based access-control and key management layer with incentivised reencryption engines.

We use Django web framework for modeling the components mentioned above.

System description

It's a Django webserver with pythonic API and RESTful HTTP interface illustrating abstract call flow for record-keeping, access-control and reencryption. Tests cover the following case:

  • Patient and Recepient register their entities (public keys) in the framework
  • Patient populates its medical records encrypted with its public key
  • Upon receiving disclosure request Patient approves it giving the permission to read
  • Recepient gets the data recapsulated for its private key
  • Recipient now able to extract plaintext from the capsule

Some screenshots of REST client you can find here

HowTo

Buidl

docker -t pcehr build .

Test

docker run -it pcehr test -v 3

Run REST API webserver

docker run -p 8000:8000/tcp -it pcehr

API endpoints (opens with browser, thanks Django Rest Framework tool)

Authors

Popular Health Projects
Popular Blockchain Projects
Popular Applications Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Python
Blockchain
Cryptocurrency
Health
Dapp
Medical
Decentralized Applications