SlideShare a Scribd company logo
1 of 6
Download to read offline
International Journal of Trendy Research in Engineering andTechnology
Volume 4 Issue 4 August 2020
ISSN NO 2582-0958
www.trendytechjournals.com 13
PATIENT DRIVEN ELECTRONIC HEALTH RECORD
USING BLOCK CHAIN
1
Vinithra.G,2
Nandhini.S, 2
Tharunya.R
1
Asst.Professor,2
Final Year Students, Dept. of Computer Science & Engineering
Sri Sairam Institute of Technology,Chennai-600044
vinithra.cse@sairamit.edu.in
ABSTRACT:
An electronic Medical record (EHR) is a of a computerized version of a patient's paper record. Our reality
has been drastically changed by advanced innovation like – PDAs, tablets, and web-empowered gadgets
have changed our day to day lives and the manner in which we impart. Medication is a data rich enterprise.
EHR incorporate the clinical and treatment chronicles of patients, an EHR framework is worked to go past
standard clinical information gathered in a supplier's office and can be a more extensive perspective on a
patient's consideration. Electronic Health Record (EHR) frameworks face issues with respect toinformation
security, honesty and the board. We could execute blockchain innovation to change the EHR frameworks
and could be an answer of these issues. The main goal of our proposed structure is to implement and
execute blockchain innovation for EHR and furthermore to give secure capacity of electronic records by
characterizing granular access rules for the clients of the proposed framework. Thus this structure furnishes
the EHR framework with the advantages of having a versatile, secure and necessary integral chain-based
arrangement
INDEX TERMS :blockchain, health records, electronic health records, decentralization, and scalability
I. INTRODUCTION1
The quick take-up of digitization in human
healthcare has prompted a huge electronic
records about patients. Such development
presents exceptional requests for social insurance
information security while being used and trade.
The ascent of blockchain innovation as a capable
and straightforward system to store and
appropriate information is making ready for new
possibilities of fathoming genuine data privacy,
security, and uprightness issues in medicinal
services. Blockchain innovation has pulled in
impressive consideration from industry just as
scholastics in the course of recent years.
The blockchain technology has given rise to
numerous smart contract applications in several
areas, ranging from energy resources , financial
services and healthcare.
Blockchain innovation offers straightforwardness
and destroys the requirement for third-parties or
administrators.. It uses consensus mechanisms
and cryptography to verify the legitimacy of a
transaction in a trustless and unreliable
environment In a blockchain distributed P2P
network of transactions, the receiving node
checks the message; if the message is correct,
then stores it in a block. A consenses algorithm
then used to confirm the data in each block; this
is called ”Proof-of-work(PoW)”.
A blockchain innovation is identified as a
circulated record of innovation for shared (P2P)-
an organized computerized information
exchanges that might be openly or secretly
appropriated to all clients, permitting any sort of
information that is put away in a reliable and in a
verifiable manner. Another principle idea of the
International Journal of Trendy Research in Engineering andTechnology
Volume 4 Issue 4 August 2020
ISSN NO 2582-0958
www.trendytechjournals.com 14
blockchain is the brilliant concept, a lawfully
restricting approach that comprises of adjustable
arrangement of rules under which various
gatherings consent to associate among one
another as decentralized automation
The capability of block chain in medicinal
services(EHR) is to invoke the provokes
identified with information security, protection,
sharing and capacity ,One of the necessities for
the social insurance industry is Interoperability. It
is the capacity of two gatherings, either human or
machine, to trade information or data definitely,
efficiently, and reliability.
The goal of interoperability in healthcare is to
facilitate the exchange of health-related
information, such as electronic health
record(EHR), among healthcare providers and
patients so that the data can be shared throughout
the environment and distributed by different
hospital systems .Moreover, interoperability
enables providers to securely share patient
medical records (given patient permissions to do
so), regardless of the provider’s location andtrust
relationships between them ,This is specifically
important considering that the source of
healthcare data isdiverse.
This part of interoperability is settled by utilizing
blockchain innovation whichshowed potential to
store, oversee and share EHRs securely among
social insurance networks.
Moreover, expanding expenses of social
insurance frameworks and programming in the
business have caused colossal weight on world.
In the medicinal record part, blockchain
innovation is emphatically influencing social
insurance results of organizations and partners to
enhance business forms, improve understanding
results, persistent information the board,
upgradeconsistence, lower costs, and empower
better utilization of human services related
information
BLOCK CHAIN AND ITS TECHNOLOGIES
This technology was introduced by Satoshi
Nakamoto , for his popular work of digital
currency or crypto-currency, i.e., bitcoin.
Nakamoto used blockchain technology to solve
the double spending problem of bitcoin
butsoon this novel technology was being used
in many other applications. Blockchainis a
chain of blocks that are connected together and
are continuously growing by storing
transactions on the blocks. This platform uses
a decentralized approach that allows the
information to be distributed and that each
piece of distributed information or commonly
known as data have shared ownership.
Blockchains holds bunches of exchanges that
are hashed in this way giving them security and
they are managed by distributed systems. A
blockchain has certain advantages, for example,
security, obscurity, and respectability of
information with no outsider verification . These
advantages settle on it a sensible decision to
store patient’s clinical records on it, on the
development of innovation in the medicinal
services industry has made the security of
patient’s clinical information a top need.
Various analysts have likewise distinguished
that utilizing blockchain innovation in medicinal
care would be a feasible solution
ARCHITECTURE
The blockchain architecture explains the whole
process of a transaction being send from a user
on the blockchain network.
International Journal of Trendy Research in Engineering andTechnology
Volume 4 Issue 4 August 2020
ISSN NO 2582-0958
www.trendytechjournals.com 15
1. A new transaction being sent by a user on the
blockchain network suggests that a new block is
created. A block in the blockchain is used for
keeping transactions in them and these blocks are
distributed to all of the connected nodes in the
network. That transaction placed inside a block is
broadcasted to all of the nodes in the network. All
the nodes in the network have a copy of the
complete blockchain that helps them in
verification process. When a block containing the
3 user transaction is broadcasted to all of the
connected nodes, they verify that the block is not
tampered by any means. If this verification results in
success then the nodes add that block in their own
copy of blockchain.
2. This whole process of the block being added
on the blockchainis done by the nodes reaching
upon a consensus where they decide
whichblocks are valid to be added on the
blockchain and which are not. This validation is
performed by the connected nodes using some
known algorithms to verify the transaction and
to ensure that sender is an authenticated part of
the network. When a node succeeds in
performing the validation that node is rewarded
with crypto-currency. This process of validating
the transaction is known as mining and the node
performing this validation is known as miner.
3. After validation is done the code of block
is added to the blockchain structure.
4. After the whole process of validation
is performed the transaction is
completed.
A. BLOCK
A blockchain are formed together by a number
of blocks connected together in a peer-to-peer
network thus making a decentralized
application. The header of these blocks contains
hashes of previous blocks in them. A block
contains three things in it which are data, hash of
current block and hash of previous block. The
data could be anything as it depends on the type
of blockchain. As in case of bitcoin, the data
consists of coins that are actually acts as
electronic cash for ease transaction .The hash
that is stored in these blocks contains a SHA-
256 cryptographic algorithm which is used for
unique identification of a block on the chain.
B. CONSENSUS ALGORITHM
Each block that is added on the chain would
need to follow some consensus rules for it to be
added on the blockchain. For this purpose
blockchain technology uses consensus
algorithms. The most common consensus
algorithm used is Proof of Work (PoW)
algorithm and it was used in bitcoin network.
International Journal of Trendy Research in Engineering andTechnology
Volume 4 Issue 4 August 2020
ISSN NO 2582-0958
www.trendytechjournals.com 16
The basic working of this algorithm is that there
are number of nodes or participants on a
blockchain network so when a transaction is
requested to be added on the network by any
participating node it needs to be calculated. This
process is called mining and the nodes that are
performing these calculations are miners
D. KEY FEATURES OF BLOCKCHAIN
Decentralization: With blockchain the
information is distributed across the network
rather than at one central point. This also makes
the control of information to be distributed and
handled by consensus reached upon by shared
input from the nodes connected on the network.
The data that was before concentrated at one
central point is now handled by many trusted
entities.
Data transparency: Achieving data
transparency in any technology is to have a trust
based relationship between entities. The data or
record at stake should be secured and temper
proof. Any data being stored on the blockchain is
not concentrated at one place and is not
controlled by one node but is instead distributed
across the network. The ownership of data is
now shared and this makes it to be transparent
and secure from any third party intervention.
Security and Privacy: Blockchain technology
uses cryptographic functions to provide security
to the nodes connected on its network. It uses
SHA-256 cryptographic algorithm on the hashes
that are stored on the blocks. SHA stands for
Secure Hashing Algorithm, these hashes provide
security to the block chain as data integrity is
ensured by them. Cryptographic hashes are
strong one way functions that generate checksum
for digital data that cannot be used for data
extraction. This makes blockchain as such a
decentralized platform made secure by the
cryptographic approaches which makes it to be a
good option for privacy protection of certain
applications.
SYSEM IMPLEMENTATION
A.ETHEREUM
Ethereum was formally introduced in year
2015 and the idea behind Ethereum was to create
a trustless smart contract platform that would be
open-source and would also hold the feature of
programmable blockchain. This technology also
shares the peer-to-peer networking that makes it
distributed. This platform also makes use of its
own crypto currency known as Ethers. This
crypto currency can be used for sharing it
between accounts connected on Ethereum
blockchain. Ethereum also provides the
programmers a language in which they can
customize their own blockchain, this language is
known as Solidity. It was developed for smart
contracts that are the main feature of Ethereum
SMART CONTRACTS
Smart contract are known as the piece of code
that is used to perform any task on the
blockchain. This piece of code is executed when
the users send the transactions [30]. They run on
the blockchain directly thus making themselves
secure from any kind of tampering and
alterations. Smart contract commonly use solidity
language and they can be used to program any
kind of operation that a programmer wants to do
on the blockchain
International Journal of Trendy Research in Engineering andTechnology
Volume 4 Issue 4 August 2020
ISSN NO 2582-0958
www.trendytechjournals.com 17
ETHEREUM VIRTUAL MACHINE (EVM)
The major benefits of using Ethereum platform
,is that it offers include the programmable
blockchain. It provides its users with the choice
to create their own applications functioning on
the Ethereum.
IMPLEMENTATION
Blockchain innovation offers
straightforwardness and destroys the
requirement for third-parties or administrators..
It uses consensus mechanisms and cryptography
to verify the legitimacy of a transaction in a
trustless and unreliable environment In a
blockchain distributed P2P network of
transactions, the receiving node checks the
message; if the message is correct, then stores it
in a block. A consenses algorithm then used to
confirm the data in each block; this is called
”Proof-of-work(PoW)”.
The user will be able to access their records on
their own data from the place where they are. It
also provide a means for easy access and
security. EHR enhances information security,
protection, sharing and capacity of the
information
Patient Granting Access
• Patient X grants access to EHR to Practitioner X
• Practitioner X’s ID is added to Patient
X’s authorised asset on the ledger
• Patient X’s ID is added to Practitioner
X’s authorised asset on the ledger
• The Symmetric key for the EHR is
decrypted with Patient X’s private key
• Symmetric key is then encrypted
with Practitioner X’s public key
•
Patient Revoking Access
• Patient X revokes access from Practitioner X
• Practitioner X’s ID is removed from Patient
X’s authorized asset
Patient X’s ID is removed from Practitioner X’s
authorized asset
• Patient X’s private key is used to decrypt
Symmetric key for EHR which is used to
decrypt theHER
• The EHR is encrypted with a new
Symmetric key
• The new Symmetric key is encrypted with
Patient X’s public key and the public keys of
all the remaining IDs that have permission
The patient has access to their own EHR this will
enable the following key features.
1.Medical record not only provides this
established and successful format of
consultation, but will accommodate the doctor
by enabling them to interact live with the
patient’s records during the consultation.
2. Health record offers unique value and provides
patients with privacy controls. Patients are able
to choose the level of detail visible and allocate
viewing rights to their chosen doctor for as long
as they feel necessary.
3. Users could allow health insurers access to
International Journal of Trendy Research in Engineering andTechnology
Volume 4 Issue 4 August 2020
ISSN NO 2582-0958
www.trendytechjournals.com 18
their health records. In return , insurers(who
provide insurance) could rest assured that the
information they are making decisions upon is
trusted, verifiable and patients could be
rewarded for their transparency in the form of
lower premiums.
MOST SUITED SYSTEM
In the current healthcare system, patients have
their health information spread over multiple
systems, hospitals, networks and potentially
countries. It provides the user, being the owner
of their own medical records, full access and
control over their data.
The user will have the capability to provide
differing levels of access to various users, by
assigning a set of access permissions and also
a double encryption mechanism on a closed,
permission-based blockchain
CONCLUSION
In this paper we notice that by combining the
blockchain technology with the Electronic
Health Record the shortcomings of the available
health record such as interoperability, security,
data integrity have been overcome by this
proposed approach. The proposed system also
provides the ownership rights to the user by
giving them authority using the smart contracts
and hence can monitor the transaction. It also
provide a limited access to researchers,
insurance companies and others. Thus
implementing Electronic Health Record using
block chain will ensure a more secured health
care system.
REFERNCES:
1. https://www.researchgate.net/publication/32
8208535_A Systematic Review of the Use of
Block chain in Healthcare
2. https://www.semanticscholar.org/paper/A
Case Study for Blockchain in Healthcare
3. www.computer.org/publications/tech-
news/research/blockchain-health-medical-
records-cloud-security
4. https://www.academia.edu/39373366/Block
chain Review and Directions for Future
Research
5. https://journals.sagepub.com/doi/full/10.117
7/1460458219866350
6. https://synapse.koreamed.org/DOIx.php?id=1
0.42 58/hir.2010.16.4.281 Erstad T.
Analyzing computer based patient records: a
review of literature.
7. J Healthc Inf Manag. Kaushal R, Shojania
KG, Bates DW. Effects of computerized
physician order entry and clinical decision
support systems on medication safety: a
systematic review. Arch Intern Med.
advancedmd. com/emr-ehr-software

More Related Content

What's hot

IRJET - Detection of False Data Injection Attacks using K-Means Clusterin...
IRJET -  	  Detection of False Data Injection Attacks using K-Means Clusterin...IRJET -  	  Detection of False Data Injection Attacks using K-Means Clusterin...
IRJET - Detection of False Data Injection Attacks using K-Means Clusterin...IRJET Journal
 
IRJET - Centralized Data for Transport Automation System using Android St...
IRJET -  	  Centralized Data for Transport Automation System using Android St...IRJET -  	  Centralized Data for Transport Automation System using Android St...
IRJET - Centralized Data for Transport Automation System using Android St...IRJET Journal
 
IRJET- Authorization for Wearable Biomedical Gadgets Monitoring System
IRJET- Authorization for Wearable Biomedical Gadgets Monitoring SystemIRJET- Authorization for Wearable Biomedical Gadgets Monitoring System
IRJET- Authorization for Wearable Biomedical Gadgets Monitoring SystemIRJET Journal
 
IRJET- Authendication Permission Granting Algorithm for Transaction of Sensit...
IRJET- Authendication Permission Granting Algorithm for Transaction of Sensit...IRJET- Authendication Permission Granting Algorithm for Transaction of Sensit...
IRJET- Authendication Permission Granting Algorithm for Transaction of Sensit...IRJET Journal
 
IRJET- Review on IoT based Dual ARM Tele-Robotic System
IRJET- Review on IoT based Dual ARM Tele-Robotic SystemIRJET- Review on IoT based Dual ARM Tele-Robotic System
IRJET- Review on IoT based Dual ARM Tele-Robotic SystemIRJET Journal
 
IRJET - Health Record Transaction in Hospital Management using Blockchain
IRJET - Health Record Transaction in Hospital Management using BlockchainIRJET - Health Record Transaction in Hospital Management using Blockchain
IRJET - Health Record Transaction in Hospital Management using BlockchainIRJET Journal
 
Secure Fog Computing System using Emoticon Technique
Secure Fog Computing System using Emoticon TechniqueSecure Fog Computing System using Emoticon Technique
Secure Fog Computing System using Emoticon Techniquerahulmonikasharma
 
IRJET- Proximity Detection Warning System using Ray Casting
IRJET- Proximity Detection Warning System using Ray CastingIRJET- Proximity Detection Warning System using Ray Casting
IRJET- Proximity Detection Warning System using Ray CastingIRJET Journal
 
IRJET - Analyzing Need of Secure Forensic Report System using Blockchain
IRJET -  	  Analyzing Need of Secure Forensic Report System using BlockchainIRJET -  	  Analyzing Need of Secure Forensic Report System using Blockchain
IRJET - Analyzing Need of Secure Forensic Report System using BlockchainIRJET Journal
 
IRJET- Two Way Authentication for Banking Systems
IRJET- Two Way Authentication for Banking SystemsIRJET- Two Way Authentication for Banking Systems
IRJET- Two Way Authentication for Banking SystemsIRJET Journal
 
IRJET- Easykey - Multipurpose RFID Card based IoT System
IRJET- Easykey - Multipurpose RFID Card based IoT SystemIRJET- Easykey - Multipurpose RFID Card based IoT System
IRJET- Easykey - Multipurpose RFID Card based IoT SystemIRJET Journal
 
IRJET - Audio Guide for Patient Regarding Doctor’s Prescription
IRJET - Audio Guide for Patient Regarding Doctor’s PrescriptionIRJET - Audio Guide for Patient Regarding Doctor’s Prescription
IRJET - Audio Guide for Patient Regarding Doctor’s PrescriptionIRJET Journal
 
IRJET- Technical Review of different Methods for Multi Factor Authentication
IRJET-  	  Technical Review of different Methods for Multi Factor AuthenticationIRJET-  	  Technical Review of different Methods for Multi Factor Authentication
IRJET- Technical Review of different Methods for Multi Factor AuthenticationIRJET Journal
 
Automated Blood Bank System using Raspberry Pi
Automated Blood Bank System using Raspberry PiAutomated Blood Bank System using Raspberry Pi
Automated Blood Bank System using Raspberry PiIRJET Journal
 
IRJET- Multi sharing Data using OTP
IRJET- Multi sharing Data using OTPIRJET- Multi sharing Data using OTP
IRJET- Multi sharing Data using OTPIRJET Journal
 
Log into android mobile to fetch the device oriented information using remote...
Log into android mobile to fetch the device oriented information using remote...Log into android mobile to fetch the device oriented information using remote...
Log into android mobile to fetch the device oriented information using remote...eSAT Journals
 

What's hot (20)

IMPLEMENTATION OF SECURE DOOR AUTOMATION SYSTEMS USING INFRARED SENSORS
IMPLEMENTATION OF SECURE DOOR AUTOMATION SYSTEMS USING  INFRARED SENSORS IMPLEMENTATION OF SECURE DOOR AUTOMATION SYSTEMS USING  INFRARED SENSORS
IMPLEMENTATION OF SECURE DOOR AUTOMATION SYSTEMS USING INFRARED SENSORS
 
IRJET - Detection of False Data Injection Attacks using K-Means Clusterin...
IRJET -  	  Detection of False Data Injection Attacks using K-Means Clusterin...IRJET -  	  Detection of False Data Injection Attacks using K-Means Clusterin...
IRJET - Detection of False Data Injection Attacks using K-Means Clusterin...
 
IRJET - Centralized Data for Transport Automation System using Android St...
IRJET -  	  Centralized Data for Transport Automation System using Android St...IRJET -  	  Centralized Data for Transport Automation System using Android St...
IRJET - Centralized Data for Transport Automation System using Android St...
 
IRJET- Authorization for Wearable Biomedical Gadgets Monitoring System
IRJET- Authorization for Wearable Biomedical Gadgets Monitoring SystemIRJET- Authorization for Wearable Biomedical Gadgets Monitoring System
IRJET- Authorization for Wearable Biomedical Gadgets Monitoring System
 
K017547981
K017547981K017547981
K017547981
 
IRJET- Authendication Permission Granting Algorithm for Transaction of Sensit...
IRJET- Authendication Permission Granting Algorithm for Transaction of Sensit...IRJET- Authendication Permission Granting Algorithm for Transaction of Sensit...
IRJET- Authendication Permission Granting Algorithm for Transaction of Sensit...
 
IRJET- Review on IoT based Dual ARM Tele-Robotic System
IRJET- Review on IoT based Dual ARM Tele-Robotic SystemIRJET- Review on IoT based Dual ARM Tele-Robotic System
IRJET- Review on IoT based Dual ARM Tele-Robotic System
 
IRJET - Health Record Transaction in Hospital Management using Blockchain
IRJET - Health Record Transaction in Hospital Management using BlockchainIRJET - Health Record Transaction in Hospital Management using Blockchain
IRJET - Health Record Transaction in Hospital Management using Blockchain
 
Secure Fog Computing System using Emoticon Technique
Secure Fog Computing System using Emoticon TechniqueSecure Fog Computing System using Emoticon Technique
Secure Fog Computing System using Emoticon Technique
 
IRJET- Proximity Detection Warning System using Ray Casting
IRJET- Proximity Detection Warning System using Ray CastingIRJET- Proximity Detection Warning System using Ray Casting
IRJET- Proximity Detection Warning System using Ray Casting
 
Ijsrdv8 i10355
Ijsrdv8 i10355Ijsrdv8 i10355
Ijsrdv8 i10355
 
Ijsrdv8 i10772
Ijsrdv8 i10772Ijsrdv8 i10772
Ijsrdv8 i10772
 
IRJET - Analyzing Need of Secure Forensic Report System using Blockchain
IRJET -  	  Analyzing Need of Secure Forensic Report System using BlockchainIRJET -  	  Analyzing Need of Secure Forensic Report System using Blockchain
IRJET - Analyzing Need of Secure Forensic Report System using Blockchain
 
IRJET- Two Way Authentication for Banking Systems
IRJET- Two Way Authentication for Banking SystemsIRJET- Two Way Authentication for Banking Systems
IRJET- Two Way Authentication for Banking Systems
 
IRJET- Easykey - Multipurpose RFID Card based IoT System
IRJET- Easykey - Multipurpose RFID Card based IoT SystemIRJET- Easykey - Multipurpose RFID Card based IoT System
IRJET- Easykey - Multipurpose RFID Card based IoT System
 
IRJET - Audio Guide for Patient Regarding Doctor’s Prescription
IRJET - Audio Guide for Patient Regarding Doctor’s PrescriptionIRJET - Audio Guide for Patient Regarding Doctor’s Prescription
IRJET - Audio Guide for Patient Regarding Doctor’s Prescription
 
IRJET- Technical Review of different Methods for Multi Factor Authentication
IRJET-  	  Technical Review of different Methods for Multi Factor AuthenticationIRJET-  	  Technical Review of different Methods for Multi Factor Authentication
IRJET- Technical Review of different Methods for Multi Factor Authentication
 
Automated Blood Bank System using Raspberry Pi
Automated Blood Bank System using Raspberry PiAutomated Blood Bank System using Raspberry Pi
Automated Blood Bank System using Raspberry Pi
 
IRJET- Multi sharing Data using OTP
IRJET- Multi sharing Data using OTPIRJET- Multi sharing Data using OTP
IRJET- Multi sharing Data using OTP
 
Log into android mobile to fetch the device oriented information using remote...
Log into android mobile to fetch the device oriented information using remote...Log into android mobile to fetch the device oriented information using remote...
Log into android mobile to fetch the device oriented information using remote...
 

Similar to PATIENT DRIVEN ELECTRONIC HEALTH RECORD USING BLOCK CHAIN

Implementing Blockchain based Architecture for Securing Electronic Health Rec...
Implementing Blockchain based Architecture for Securing Electronic Health Rec...Implementing Blockchain based Architecture for Securing Electronic Health Rec...
Implementing Blockchain based Architecture for Securing Electronic Health Rec...IRJET Journal
 
P14 towards using blockchain technology for e health
P14 towards using blockchain technology for e healthP14 towards using blockchain technology for e health
P14 towards using blockchain technology for e healthdevid8
 
IRJET- Secure Online Voting Systems using Block of Chunks
IRJET-  	  Secure Online Voting Systems using Block of ChunksIRJET-  	  Secure Online Voting Systems using Block of Chunks
IRJET- Secure Online Voting Systems using Block of ChunksIRJET Journal
 
High Dimensional Health Care Privacy Approach Using Blockchain Technology wit...
High Dimensional Health Care Privacy Approach Using Blockchain Technology wit...High Dimensional Health Care Privacy Approach Using Blockchain Technology wit...
High Dimensional Health Care Privacy Approach Using Blockchain Technology wit...ijtsrd
 
Running head BLOCKCHAIN TECHNOLOGY BEYOND CRYPTOCURRENCY1B.docx
Running head BLOCKCHAIN TECHNOLOGY BEYOND CRYPTOCURRENCY1B.docxRunning head BLOCKCHAIN TECHNOLOGY BEYOND CRYPTOCURRENCY1B.docx
Running head BLOCKCHAIN TECHNOLOGY BEYOND CRYPTOCURRENCY1B.docxtoddr4
 
Blockchain: A Catalyst for the Next Wave of Progress in the Life Sciences Ind...
Blockchain: A Catalyst for the Next Wave of Progress in the Life Sciences Ind...Blockchain: A Catalyst for the Next Wave of Progress in the Life Sciences Ind...
Blockchain: A Catalyst for the Next Wave of Progress in the Life Sciences Ind...Cognizant
 
Blockchain in the life sciences
Blockchain in the life sciencesBlockchain in the life sciences
Blockchain in the life sciencesKelly Gross
 
Blockchain Is More Than Just Crypto.pdf
Blockchain Is More Than Just Crypto.pdfBlockchain Is More Than Just Crypto.pdf
Blockchain Is More Than Just Crypto.pdftanlakarix
 
IRJET- A Secure Healthcare System using Blockchain Technology
IRJET- A Secure Healthcare System using Blockchain TechnologyIRJET- A Secure Healthcare System using Blockchain Technology
IRJET- A Secure Healthcare System using Blockchain TechnologyIRJET Journal
 
Blockchain in Health Care
Blockchain in Health CareBlockchain in Health Care
Blockchain in Health CarePolsinelli PC
 
Electronic Health Records (EHR) storage using blockchain
Electronic Health Records (EHR) storage using blockchainElectronic Health Records (EHR) storage using blockchain
Electronic Health Records (EHR) storage using blockchainIRJET Journal
 
Navigating the Blockchain Revolution: Global Regulation and Future Outlook
Navigating the Blockchain Revolution: Global Regulation and Future OutlookNavigating the Blockchain Revolution: Global Regulation and Future Outlook
Navigating the Blockchain Revolution: Global Regulation and Future OutlookLiveplex
 
Challenges In BlockChain Technology For Future Supply Chain- Future Research ...
Challenges In BlockChain Technology For Future Supply Chain- Future Research ...Challenges In BlockChain Technology For Future Supply Chain- Future Research ...
Challenges In BlockChain Technology For Future Supply Chain- Future Research ...PhD Assistance
 
Blockchain Technology ppt project.pptx
Blockchain Technology ppt project.pptxBlockchain Technology ppt project.pptx
Blockchain Technology ppt project.pptxSahilBansal648873
 
HDI - Blockchain White Paper
HDI - Blockchain White PaperHDI - Blockchain White Paper
HDI - Blockchain White PaperDavid MANSET
 
HEALTHCHAIN: A Patient Centric Blockchain Based Web Application For Maintaini...
HEALTHCHAIN: A Patient Centric Blockchain Based Web Application For Maintaini...HEALTHCHAIN: A Patient Centric Blockchain Based Web Application For Maintaini...
HEALTHCHAIN: A Patient Centric Blockchain Based Web Application For Maintaini...IRJET Journal
 
Blockchain : A Catalyst for New Approaches in Insurance
Blockchain : A Catalyst for New Approaches in Insurance Blockchain : A Catalyst for New Approaches in Insurance
Blockchain : A Catalyst for New Approaches in Insurance VIJAY MUTHU
 
Blockchain Technology ppt project.pptx
Blockchain Technology ppt project.pptxBlockchain Technology ppt project.pptx
Blockchain Technology ppt project.pptxSahilBansal648873
 

Similar to PATIENT DRIVEN ELECTRONIC HEALTH RECORD USING BLOCK CHAIN (20)

Implementing Blockchain based Architecture for Securing Electronic Health Rec...
Implementing Blockchain based Architecture for Securing Electronic Health Rec...Implementing Blockchain based Architecture for Securing Electronic Health Rec...
Implementing Blockchain based Architecture for Securing Electronic Health Rec...
 
P14 towards using blockchain technology for e health
P14 towards using blockchain technology for e healthP14 towards using blockchain technology for e health
P14 towards using blockchain technology for e health
 
IRJET- Secure Online Voting Systems using Block of Chunks
IRJET-  	  Secure Online Voting Systems using Block of ChunksIRJET-  	  Secure Online Voting Systems using Block of Chunks
IRJET- Secure Online Voting Systems using Block of Chunks
 
High Dimensional Health Care Privacy Approach Using Blockchain Technology wit...
High Dimensional Health Care Privacy Approach Using Blockchain Technology wit...High Dimensional Health Care Privacy Approach Using Blockchain Technology wit...
High Dimensional Health Care Privacy Approach Using Blockchain Technology wit...
 
Running head BLOCKCHAIN TECHNOLOGY BEYOND CRYPTOCURRENCY1B.docx
Running head BLOCKCHAIN TECHNOLOGY BEYOND CRYPTOCURRENCY1B.docxRunning head BLOCKCHAIN TECHNOLOGY BEYOND CRYPTOCURRENCY1B.docx
Running head BLOCKCHAIN TECHNOLOGY BEYOND CRYPTOCURRENCY1B.docx
 
Blockchain: A Catalyst for the Next Wave of Progress in the Life Sciences Ind...
Blockchain: A Catalyst for the Next Wave of Progress in the Life Sciences Ind...Blockchain: A Catalyst for the Next Wave of Progress in the Life Sciences Ind...
Blockchain: A Catalyst for the Next Wave of Progress in the Life Sciences Ind...
 
Blockchain in the life sciences
Blockchain in the life sciencesBlockchain in the life sciences
Blockchain in the life sciences
 
Blockchain Is More Than Just Crypto.pdf
Blockchain Is More Than Just Crypto.pdfBlockchain Is More Than Just Crypto.pdf
Blockchain Is More Than Just Crypto.pdf
 
IRJET- A Secure Healthcare System using Blockchain Technology
IRJET- A Secure Healthcare System using Blockchain TechnologyIRJET- A Secure Healthcare System using Blockchain Technology
IRJET- A Secure Healthcare System using Blockchain Technology
 
Blockchain technology
Blockchain technologyBlockchain technology
Blockchain technology
 
Demystifying Blockchain
Demystifying BlockchainDemystifying Blockchain
Demystifying Blockchain
 
Blockchain in Health Care
Blockchain in Health CareBlockchain in Health Care
Blockchain in Health Care
 
Electronic Health Records (EHR) storage using blockchain
Electronic Health Records (EHR) storage using blockchainElectronic Health Records (EHR) storage using blockchain
Electronic Health Records (EHR) storage using blockchain
 
Navigating the Blockchain Revolution: Global Regulation and Future Outlook
Navigating the Blockchain Revolution: Global Regulation and Future OutlookNavigating the Blockchain Revolution: Global Regulation and Future Outlook
Navigating the Blockchain Revolution: Global Regulation and Future Outlook
 
Challenges In BlockChain Technology For Future Supply Chain- Future Research ...
Challenges In BlockChain Technology For Future Supply Chain- Future Research ...Challenges In BlockChain Technology For Future Supply Chain- Future Research ...
Challenges In BlockChain Technology For Future Supply Chain- Future Research ...
 
Blockchain Technology ppt project.pptx
Blockchain Technology ppt project.pptxBlockchain Technology ppt project.pptx
Blockchain Technology ppt project.pptx
 
HDI - Blockchain White Paper
HDI - Blockchain White PaperHDI - Blockchain White Paper
HDI - Blockchain White Paper
 
HEALTHCHAIN: A Patient Centric Blockchain Based Web Application For Maintaini...
HEALTHCHAIN: A Patient Centric Blockchain Based Web Application For Maintaini...HEALTHCHAIN: A Patient Centric Blockchain Based Web Application For Maintaini...
HEALTHCHAIN: A Patient Centric Blockchain Based Web Application For Maintaini...
 
Blockchain : A Catalyst for New Approaches in Insurance
Blockchain : A Catalyst for New Approaches in Insurance Blockchain : A Catalyst for New Approaches in Insurance
Blockchain : A Catalyst for New Approaches in Insurance
 
Blockchain Technology ppt project.pptx
Blockchain Technology ppt project.pptxBlockchain Technology ppt project.pptx
Blockchain Technology ppt project.pptx
 

More from IJTRET-International Journal of Trendy Research in Engineering and Technology

More from IJTRET-International Journal of Trendy Research in Engineering and Technology (20)

A NOVEL STEP UP MISO CONVERTER FOR HYBRID ELECTRICAL VEHICLES APPLICATION
A NOVEL STEP UP MISO CONVERTER FOR HYBRID ELECTRICAL VEHICLES APPLICATIONA NOVEL STEP UP MISO CONVERTER FOR HYBRID ELECTRICAL VEHICLES APPLICATION
A NOVEL STEP UP MISO CONVERTER FOR HYBRID ELECTRICAL VEHICLES APPLICATION
 
VIRTUAL TUTOR USING AUGMENTED REALITY
VIRTUAL TUTOR USING AUGMENTED REALITYVIRTUAL TUTOR USING AUGMENTED REALITY
VIRTUAL TUTOR USING AUGMENTED REALITY
 
PREDICTIVE DATA MINING ALGORITHMS FOR OPTIMIZED BEST CROP IN SOIL DATA CLASSI...
PREDICTIVE DATA MINING ALGORITHMS FOR OPTIMIZED BEST CROP IN SOIL DATA CLASSI...PREDICTIVE DATA MINING ALGORITHMS FOR OPTIMIZED BEST CROP IN SOIL DATA CLASSI...
PREDICTIVE DATA MINING ALGORITHMS FOR OPTIMIZED BEST CROP IN SOIL DATA CLASSI...
 
NUDGE - A DAY PLANNER ANDROID APPLICATION USING ARTIFICIAL INTELLIGENCE
NUDGE - A DAY PLANNER ANDROID APPLICATION USING ARTIFICIAL INTELLIGENCENUDGE - A DAY PLANNER ANDROID APPLICATION USING ARTIFICIAL INTELLIGENCE
NUDGE - A DAY PLANNER ANDROID APPLICATION USING ARTIFICIAL INTELLIGENCE
 
SAFETY NOTIFICATION AND BUS MONITORING SYSTEM
SAFETY NOTIFICATION AND BUS MONITORING SYSTEMSAFETY NOTIFICATION AND BUS MONITORING SYSTEM
SAFETY NOTIFICATION AND BUS MONITORING SYSTEM
 
PROVISION MULTI-VENDOR APPLICATION SYSTEM
PROVISION MULTI-VENDOR APPLICATION SYSTEMPROVISION MULTI-VENDOR APPLICATION SYSTEM
PROVISION MULTI-VENDOR APPLICATION SYSTEM
 
Integrative detection of Human, Object movement and Fire Sensing Using LoRaWA...
Integrative detection of Human, Object movement and Fire Sensing Using LoRaWA...Integrative detection of Human, Object movement and Fire Sensing Using LoRaWA...
Integrative detection of Human, Object movement and Fire Sensing Using LoRaWA...
 
WARNING SYSTEM FROM THREAT OF WILD ANIMALS USING IOT
WARNING SYSTEM FROM THREAT OF WILD ANIMALS USING IOTWARNING SYSTEM FROM THREAT OF WILD ANIMALS USING IOT
WARNING SYSTEM FROM THREAT OF WILD ANIMALS USING IOT
 
Emission Control in CI Engine using Ethanol Emulsion
Emission Control in CI Engine using Ethanol EmulsionEmission Control in CI Engine using Ethanol Emulsion
Emission Control in CI Engine using Ethanol Emulsion
 
EXPERIMENTAL INVESTIGATION OF CuO NANOPARTICLES ON THERMOMECHANICAL PROPERTI...
EXPERIMENTAL INVESTIGATION OF CuO NANOPARTICLES ON  THERMOMECHANICAL PROPERTI...EXPERIMENTAL INVESTIGATION OF CuO NANOPARTICLES ON  THERMOMECHANICAL PROPERTI...
EXPERIMENTAL INVESTIGATION OF CuO NANOPARTICLES ON THERMOMECHANICAL PROPERTI...
 
OPTIMIZATION OF QUALITY ENHANCEMENT OF CNC MACHINING PROCESS BY USING NEURA...
OPTIMIZATION OF QUALITY ENHANCEMENT  OF CNC MACHINING PROCESS BY USING  NEURA...OPTIMIZATION OF QUALITY ENHANCEMENT  OF CNC MACHINING PROCESS BY USING  NEURA...
OPTIMIZATION OF QUALITY ENHANCEMENT OF CNC MACHINING PROCESS BY USING NEURA...
 
Analysis of Gravity Die Casted Aluminium parts using MAGMA
Analysis of Gravity Die Casted Aluminium parts  using MAGMAAnalysis of Gravity Die Casted Aluminium parts  using MAGMA
Analysis of Gravity Die Casted Aluminium parts using MAGMA
 
A review on Friction Stir Welding
A review on Friction Stir WeldingA review on Friction Stir Welding
A review on Friction Stir Welding
 
PREPARATION OF PURE AND AL SUBSTITUTED LANGANITE (LA3GA5.5NB0.5O14) CERAMICS...
PREPARATION OF PURE AND AL SUBSTITUTED LANGANITE  (LA3GA5.5NB0.5O14) CERAMICS...PREPARATION OF PURE AND AL SUBSTITUTED LANGANITE  (LA3GA5.5NB0.5O14) CERAMICS...
PREPARATION OF PURE AND AL SUBSTITUTED LANGANITE (LA3GA5.5NB0.5O14) CERAMICS...
 
AN IMPROVED NONINVASIVE AND MULTIMODEL PSO ALGORITHM FOR EXTRACTING ARTIFACT...
AN IMPROVED NONINVASIVE AND MULTIMODEL PSO ALGORITHM FOR  EXTRACTING ARTIFACT...AN IMPROVED NONINVASIVE AND MULTIMODEL PSO ALGORITHM FOR  EXTRACTING ARTIFACT...
AN IMPROVED NONINVASIVE AND MULTIMODEL PSO ALGORITHM FOR EXTRACTING ARTIFACT...
 
PRINCIPLE AND APPLICATIONS OF EJECTION SEAT IN AERONAUTICS
PRINCIPLE AND APPLICATIONS OF EJECTION SEAT IN AERONAUTICSPRINCIPLE AND APPLICATIONS OF EJECTION SEAT IN AERONAUTICS
PRINCIPLE AND APPLICATIONS OF EJECTION SEAT IN AERONAUTICS
 
IMAGE PROCESSING BASED INTRUDER DETECTION USING RASPBERRY PI
IMAGE PROCESSING BASED INTRUDER DETECTION USING RASPBERRY PIIMAGE PROCESSING BASED INTRUDER DETECTION USING RASPBERRY PI
IMAGE PROCESSING BASED INTRUDER DETECTION USING RASPBERRY PI
 
SENSOR DATA COMMUNICATION TO THNIGSPEAK IOT PLATFORM USING RASPBERRY P
SENSOR DATA COMMUNICATION TO THNIGSPEAK  IOT PLATFORM USING RASPBERRY PSENSOR DATA COMMUNICATION TO THNIGSPEAK  IOT PLATFORM USING RASPBERRY P
SENSOR DATA COMMUNICATION TO THNIGSPEAK IOT PLATFORM USING RASPBERRY P
 
A REVIEW ON FERRITES – ITS CLASSIFICATION AND APPLICATIONS
A REVIEW ON FERRITES – ITS CLASSIFICATION AND APPLICATIONSA REVIEW ON FERRITES – ITS CLASSIFICATION AND APPLICATIONS
A REVIEW ON FERRITES – ITS CLASSIFICATION AND APPLICATIONS
 
ONLINE BUS PASS GERANERATION AND RENEWAL SYSTEM USING MOBILE APPLICATION
ONLINE BUS PASS GERANERATION AND RENEWAL SYSTEM USING MOBILE APPLICATIONONLINE BUS PASS GERANERATION AND RENEWAL SYSTEM USING MOBILE APPLICATION
ONLINE BUS PASS GERANERATION AND RENEWAL SYSTEM USING MOBILE APPLICATION
 

Recently uploaded

Introduction to Geographic Information Systems
Introduction to Geographic Information SystemsIntroduction to Geographic Information Systems
Introduction to Geographic Information SystemsAnge Felix NSANZIYERA
 
Introduction to Robotics in Mechanical Engineering.pptx
Introduction to Robotics in Mechanical Engineering.pptxIntroduction to Robotics in Mechanical Engineering.pptx
Introduction to Robotics in Mechanical Engineering.pptxhublikarsn
 
8086 Microprocessor Architecture: 16-bit microprocessor
8086 Microprocessor Architecture: 16-bit microprocessor8086 Microprocessor Architecture: 16-bit microprocessor
8086 Microprocessor Architecture: 16-bit microprocessorAshwiniTodkar4
 
Introduction to Artificial Intelligence ( AI)
Introduction to Artificial Intelligence ( AI)Introduction to Artificial Intelligence ( AI)
Introduction to Artificial Intelligence ( AI)ChandrakantDivate1
 
👉 Yavatmal Call Girls Service Just Call 🍑👄6378878445 🍑👄 Top Class Call Girl S...
👉 Yavatmal Call Girls Service Just Call 🍑👄6378878445 🍑👄 Top Class Call Girl S...👉 Yavatmal Call Girls Service Just Call 🍑👄6378878445 🍑👄 Top Class Call Girl S...
👉 Yavatmal Call Girls Service Just Call 🍑👄6378878445 🍑👄 Top Class Call Girl S...manju garg
 
Theory of Time 2024 (Universal Theory for Everything)
Theory of Time 2024 (Universal Theory for Everything)Theory of Time 2024 (Universal Theory for Everything)
Theory of Time 2024 (Universal Theory for Everything)Ramkumar k
 
Introduction to Serverless with AWS Lambda
Introduction to Serverless with AWS LambdaIntroduction to Serverless with AWS Lambda
Introduction to Serverless with AWS LambdaOmar Fathy
 
Max. shear stress theory-Maximum Shear Stress Theory ​ Maximum Distortional ...
Max. shear stress theory-Maximum Shear Stress Theory ​  Maximum Distortional ...Max. shear stress theory-Maximum Shear Stress Theory ​  Maximum Distortional ...
Max. shear stress theory-Maximum Shear Stress Theory ​ Maximum Distortional ...ronahami
 
School management system project Report.pdf
School management system project Report.pdfSchool management system project Report.pdf
School management system project Report.pdfKamal Acharya
 
Basic Electronics for diploma students as per technical education Kerala Syll...
Basic Electronics for diploma students as per technical education Kerala Syll...Basic Electronics for diploma students as per technical education Kerala Syll...
Basic Electronics for diploma students as per technical education Kerala Syll...ppkakm
 
Design For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startDesign For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startQuintin Balsdon
 
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptxS1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptxSCMS School of Architecture
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXssuser89054b
 
AIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech studentsAIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech studentsvanyagupta248
 
fitting shop and tools used in fitting shop .ppt
fitting shop and tools used in fitting shop .pptfitting shop and tools used in fitting shop .ppt
fitting shop and tools used in fitting shop .pptAfnanAhmad53
 
Query optimization and processing for advanced database systems
Query optimization and processing for advanced database systemsQuery optimization and processing for advanced database systems
Query optimization and processing for advanced database systemsmeharikiros2
 
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
COST-EFFETIVE  and Energy Efficient BUILDINGS ptxCOST-EFFETIVE  and Energy Efficient BUILDINGS ptx
COST-EFFETIVE and Energy Efficient BUILDINGS ptxJIT KUMAR GUPTA
 
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptxHOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptxSCMS School of Architecture
 
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdfAldoGarca30
 

Recently uploaded (20)

Introduction to Geographic Information Systems
Introduction to Geographic Information SystemsIntroduction to Geographic Information Systems
Introduction to Geographic Information Systems
 
Introduction to Robotics in Mechanical Engineering.pptx
Introduction to Robotics in Mechanical Engineering.pptxIntroduction to Robotics in Mechanical Engineering.pptx
Introduction to Robotics in Mechanical Engineering.pptx
 
8086 Microprocessor Architecture: 16-bit microprocessor
8086 Microprocessor Architecture: 16-bit microprocessor8086 Microprocessor Architecture: 16-bit microprocessor
8086 Microprocessor Architecture: 16-bit microprocessor
 
Signal Processing and Linear System Analysis
Signal Processing and Linear System AnalysisSignal Processing and Linear System Analysis
Signal Processing and Linear System Analysis
 
Introduction to Artificial Intelligence ( AI)
Introduction to Artificial Intelligence ( AI)Introduction to Artificial Intelligence ( AI)
Introduction to Artificial Intelligence ( AI)
 
👉 Yavatmal Call Girls Service Just Call 🍑👄6378878445 🍑👄 Top Class Call Girl S...
👉 Yavatmal Call Girls Service Just Call 🍑👄6378878445 🍑👄 Top Class Call Girl S...👉 Yavatmal Call Girls Service Just Call 🍑👄6378878445 🍑👄 Top Class Call Girl S...
👉 Yavatmal Call Girls Service Just Call 🍑👄6378878445 🍑👄 Top Class Call Girl S...
 
Theory of Time 2024 (Universal Theory for Everything)
Theory of Time 2024 (Universal Theory for Everything)Theory of Time 2024 (Universal Theory for Everything)
Theory of Time 2024 (Universal Theory for Everything)
 
Introduction to Serverless with AWS Lambda
Introduction to Serverless with AWS LambdaIntroduction to Serverless with AWS Lambda
Introduction to Serverless with AWS Lambda
 
Max. shear stress theory-Maximum Shear Stress Theory ​ Maximum Distortional ...
Max. shear stress theory-Maximum Shear Stress Theory ​  Maximum Distortional ...Max. shear stress theory-Maximum Shear Stress Theory ​  Maximum Distortional ...
Max. shear stress theory-Maximum Shear Stress Theory ​ Maximum Distortional ...
 
School management system project Report.pdf
School management system project Report.pdfSchool management system project Report.pdf
School management system project Report.pdf
 
Basic Electronics for diploma students as per technical education Kerala Syll...
Basic Electronics for diploma students as per technical education Kerala Syll...Basic Electronics for diploma students as per technical education Kerala Syll...
Basic Electronics for diploma students as per technical education Kerala Syll...
 
Design For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startDesign For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the start
 
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptxS1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 
AIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech studentsAIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech students
 
fitting shop and tools used in fitting shop .ppt
fitting shop and tools used in fitting shop .pptfitting shop and tools used in fitting shop .ppt
fitting shop and tools used in fitting shop .ppt
 
Query optimization and processing for advanced database systems
Query optimization and processing for advanced database systemsQuery optimization and processing for advanced database systems
Query optimization and processing for advanced database systems
 
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
COST-EFFETIVE  and Energy Efficient BUILDINGS ptxCOST-EFFETIVE  and Energy Efficient BUILDINGS ptx
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
 
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptxHOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
 
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
 

PATIENT DRIVEN ELECTRONIC HEALTH RECORD USING BLOCK CHAIN

  • 1. International Journal of Trendy Research in Engineering andTechnology Volume 4 Issue 4 August 2020 ISSN NO 2582-0958 www.trendytechjournals.com 13 PATIENT DRIVEN ELECTRONIC HEALTH RECORD USING BLOCK CHAIN 1 Vinithra.G,2 Nandhini.S, 2 Tharunya.R 1 Asst.Professor,2 Final Year Students, Dept. of Computer Science & Engineering Sri Sairam Institute of Technology,Chennai-600044 vinithra.cse@sairamit.edu.in ABSTRACT: An electronic Medical record (EHR) is a of a computerized version of a patient's paper record. Our reality has been drastically changed by advanced innovation like – PDAs, tablets, and web-empowered gadgets have changed our day to day lives and the manner in which we impart. Medication is a data rich enterprise. EHR incorporate the clinical and treatment chronicles of patients, an EHR framework is worked to go past standard clinical information gathered in a supplier's office and can be a more extensive perspective on a patient's consideration. Electronic Health Record (EHR) frameworks face issues with respect toinformation security, honesty and the board. We could execute blockchain innovation to change the EHR frameworks and could be an answer of these issues. The main goal of our proposed structure is to implement and execute blockchain innovation for EHR and furthermore to give secure capacity of electronic records by characterizing granular access rules for the clients of the proposed framework. Thus this structure furnishes the EHR framework with the advantages of having a versatile, secure and necessary integral chain-based arrangement INDEX TERMS :blockchain, health records, electronic health records, decentralization, and scalability I. INTRODUCTION1 The quick take-up of digitization in human healthcare has prompted a huge electronic records about patients. Such development presents exceptional requests for social insurance information security while being used and trade. The ascent of blockchain innovation as a capable and straightforward system to store and appropriate information is making ready for new possibilities of fathoming genuine data privacy, security, and uprightness issues in medicinal services. Blockchain innovation has pulled in impressive consideration from industry just as scholastics in the course of recent years. The blockchain technology has given rise to numerous smart contract applications in several areas, ranging from energy resources , financial services and healthcare. Blockchain innovation offers straightforwardness and destroys the requirement for third-parties or administrators.. It uses consensus mechanisms and cryptography to verify the legitimacy of a transaction in a trustless and unreliable environment In a blockchain distributed P2P network of transactions, the receiving node checks the message; if the message is correct, then stores it in a block. A consenses algorithm then used to confirm the data in each block; this is called ”Proof-of-work(PoW)”. A blockchain innovation is identified as a circulated record of innovation for shared (P2P)- an organized computerized information exchanges that might be openly or secretly appropriated to all clients, permitting any sort of information that is put away in a reliable and in a verifiable manner. Another principle idea of the
  • 2. International Journal of Trendy Research in Engineering andTechnology Volume 4 Issue 4 August 2020 ISSN NO 2582-0958 www.trendytechjournals.com 14 blockchain is the brilliant concept, a lawfully restricting approach that comprises of adjustable arrangement of rules under which various gatherings consent to associate among one another as decentralized automation The capability of block chain in medicinal services(EHR) is to invoke the provokes identified with information security, protection, sharing and capacity ,One of the necessities for the social insurance industry is Interoperability. It is the capacity of two gatherings, either human or machine, to trade information or data definitely, efficiently, and reliability. The goal of interoperability in healthcare is to facilitate the exchange of health-related information, such as electronic health record(EHR), among healthcare providers and patients so that the data can be shared throughout the environment and distributed by different hospital systems .Moreover, interoperability enables providers to securely share patient medical records (given patient permissions to do so), regardless of the provider’s location andtrust relationships between them ,This is specifically important considering that the source of healthcare data isdiverse. This part of interoperability is settled by utilizing blockchain innovation whichshowed potential to store, oversee and share EHRs securely among social insurance networks. Moreover, expanding expenses of social insurance frameworks and programming in the business have caused colossal weight on world. In the medicinal record part, blockchain innovation is emphatically influencing social insurance results of organizations and partners to enhance business forms, improve understanding results, persistent information the board, upgradeconsistence, lower costs, and empower better utilization of human services related information BLOCK CHAIN AND ITS TECHNOLOGIES This technology was introduced by Satoshi Nakamoto , for his popular work of digital currency or crypto-currency, i.e., bitcoin. Nakamoto used blockchain technology to solve the double spending problem of bitcoin butsoon this novel technology was being used in many other applications. Blockchainis a chain of blocks that are connected together and are continuously growing by storing transactions on the blocks. This platform uses a decentralized approach that allows the information to be distributed and that each piece of distributed information or commonly known as data have shared ownership. Blockchains holds bunches of exchanges that are hashed in this way giving them security and they are managed by distributed systems. A blockchain has certain advantages, for example, security, obscurity, and respectability of information with no outsider verification . These advantages settle on it a sensible decision to store patient’s clinical records on it, on the development of innovation in the medicinal services industry has made the security of patient’s clinical information a top need. Various analysts have likewise distinguished that utilizing blockchain innovation in medicinal care would be a feasible solution ARCHITECTURE The blockchain architecture explains the whole process of a transaction being send from a user on the blockchain network.
  • 3. International Journal of Trendy Research in Engineering andTechnology Volume 4 Issue 4 August 2020 ISSN NO 2582-0958 www.trendytechjournals.com 15 1. A new transaction being sent by a user on the blockchain network suggests that a new block is created. A block in the blockchain is used for keeping transactions in them and these blocks are distributed to all of the connected nodes in the network. That transaction placed inside a block is broadcasted to all of the nodes in the network. All the nodes in the network have a copy of the complete blockchain that helps them in verification process. When a block containing the 3 user transaction is broadcasted to all of the connected nodes, they verify that the block is not tampered by any means. If this verification results in success then the nodes add that block in their own copy of blockchain. 2. This whole process of the block being added on the blockchainis done by the nodes reaching upon a consensus where they decide whichblocks are valid to be added on the blockchain and which are not. This validation is performed by the connected nodes using some known algorithms to verify the transaction and to ensure that sender is an authenticated part of the network. When a node succeeds in performing the validation that node is rewarded with crypto-currency. This process of validating the transaction is known as mining and the node performing this validation is known as miner. 3. After validation is done the code of block is added to the blockchain structure. 4. After the whole process of validation is performed the transaction is completed. A. BLOCK A blockchain are formed together by a number of blocks connected together in a peer-to-peer network thus making a decentralized application. The header of these blocks contains hashes of previous blocks in them. A block contains three things in it which are data, hash of current block and hash of previous block. The data could be anything as it depends on the type of blockchain. As in case of bitcoin, the data consists of coins that are actually acts as electronic cash for ease transaction .The hash that is stored in these blocks contains a SHA- 256 cryptographic algorithm which is used for unique identification of a block on the chain. B. CONSENSUS ALGORITHM Each block that is added on the chain would need to follow some consensus rules for it to be added on the blockchain. For this purpose blockchain technology uses consensus algorithms. The most common consensus algorithm used is Proof of Work (PoW) algorithm and it was used in bitcoin network.
  • 4. International Journal of Trendy Research in Engineering andTechnology Volume 4 Issue 4 August 2020 ISSN NO 2582-0958 www.trendytechjournals.com 16 The basic working of this algorithm is that there are number of nodes or participants on a blockchain network so when a transaction is requested to be added on the network by any participating node it needs to be calculated. This process is called mining and the nodes that are performing these calculations are miners D. KEY FEATURES OF BLOCKCHAIN Decentralization: With blockchain the information is distributed across the network rather than at one central point. This also makes the control of information to be distributed and handled by consensus reached upon by shared input from the nodes connected on the network. The data that was before concentrated at one central point is now handled by many trusted entities. Data transparency: Achieving data transparency in any technology is to have a trust based relationship between entities. The data or record at stake should be secured and temper proof. Any data being stored on the blockchain is not concentrated at one place and is not controlled by one node but is instead distributed across the network. The ownership of data is now shared and this makes it to be transparent and secure from any third party intervention. Security and Privacy: Blockchain technology uses cryptographic functions to provide security to the nodes connected on its network. It uses SHA-256 cryptographic algorithm on the hashes that are stored on the blocks. SHA stands for Secure Hashing Algorithm, these hashes provide security to the block chain as data integrity is ensured by them. Cryptographic hashes are strong one way functions that generate checksum for digital data that cannot be used for data extraction. This makes blockchain as such a decentralized platform made secure by the cryptographic approaches which makes it to be a good option for privacy protection of certain applications. SYSEM IMPLEMENTATION A.ETHEREUM Ethereum was formally introduced in year 2015 and the idea behind Ethereum was to create a trustless smart contract platform that would be open-source and would also hold the feature of programmable blockchain. This technology also shares the peer-to-peer networking that makes it distributed. This platform also makes use of its own crypto currency known as Ethers. This crypto currency can be used for sharing it between accounts connected on Ethereum blockchain. Ethereum also provides the programmers a language in which they can customize their own blockchain, this language is known as Solidity. It was developed for smart contracts that are the main feature of Ethereum SMART CONTRACTS Smart contract are known as the piece of code that is used to perform any task on the blockchain. This piece of code is executed when the users send the transactions [30]. They run on the blockchain directly thus making themselves secure from any kind of tampering and alterations. Smart contract commonly use solidity language and they can be used to program any kind of operation that a programmer wants to do on the blockchain
  • 5. International Journal of Trendy Research in Engineering andTechnology Volume 4 Issue 4 August 2020 ISSN NO 2582-0958 www.trendytechjournals.com 17 ETHEREUM VIRTUAL MACHINE (EVM) The major benefits of using Ethereum platform ,is that it offers include the programmable blockchain. It provides its users with the choice to create their own applications functioning on the Ethereum. IMPLEMENTATION Blockchain innovation offers straightforwardness and destroys the requirement for third-parties or administrators.. It uses consensus mechanisms and cryptography to verify the legitimacy of a transaction in a trustless and unreliable environment In a blockchain distributed P2P network of transactions, the receiving node checks the message; if the message is correct, then stores it in a block. A consenses algorithm then used to confirm the data in each block; this is called ”Proof-of-work(PoW)”. The user will be able to access their records on their own data from the place where they are. It also provide a means for easy access and security. EHR enhances information security, protection, sharing and capacity of the information Patient Granting Access • Patient X grants access to EHR to Practitioner X • Practitioner X’s ID is added to Patient X’s authorised asset on the ledger • Patient X’s ID is added to Practitioner X’s authorised asset on the ledger • The Symmetric key for the EHR is decrypted with Patient X’s private key • Symmetric key is then encrypted with Practitioner X’s public key • Patient Revoking Access • Patient X revokes access from Practitioner X • Practitioner X’s ID is removed from Patient X’s authorized asset Patient X’s ID is removed from Practitioner X’s authorized asset • Patient X’s private key is used to decrypt Symmetric key for EHR which is used to decrypt theHER • The EHR is encrypted with a new Symmetric key • The new Symmetric key is encrypted with Patient X’s public key and the public keys of all the remaining IDs that have permission The patient has access to their own EHR this will enable the following key features. 1.Medical record not only provides this established and successful format of consultation, but will accommodate the doctor by enabling them to interact live with the patient’s records during the consultation. 2. Health record offers unique value and provides patients with privacy controls. Patients are able to choose the level of detail visible and allocate viewing rights to their chosen doctor for as long as they feel necessary. 3. Users could allow health insurers access to
  • 6. International Journal of Trendy Research in Engineering andTechnology Volume 4 Issue 4 August 2020 ISSN NO 2582-0958 www.trendytechjournals.com 18 their health records. In return , insurers(who provide insurance) could rest assured that the information they are making decisions upon is trusted, verifiable and patients could be rewarded for their transparency in the form of lower premiums. MOST SUITED SYSTEM In the current healthcare system, patients have their health information spread over multiple systems, hospitals, networks and potentially countries. It provides the user, being the owner of their own medical records, full access and control over their data. The user will have the capability to provide differing levels of access to various users, by assigning a set of access permissions and also a double encryption mechanism on a closed, permission-based blockchain CONCLUSION In this paper we notice that by combining the blockchain technology with the Electronic Health Record the shortcomings of the available health record such as interoperability, security, data integrity have been overcome by this proposed approach. The proposed system also provides the ownership rights to the user by giving them authority using the smart contracts and hence can monitor the transaction. It also provide a limited access to researchers, insurance companies and others. Thus implementing Electronic Health Record using block chain will ensure a more secured health care system. REFERNCES: 1. https://www.researchgate.net/publication/32 8208535_A Systematic Review of the Use of Block chain in Healthcare 2. https://www.semanticscholar.org/paper/A Case Study for Blockchain in Healthcare 3. www.computer.org/publications/tech- news/research/blockchain-health-medical- records-cloud-security 4. https://www.academia.edu/39373366/Block chain Review and Directions for Future Research 5. https://journals.sagepub.com/doi/full/10.117 7/1460458219866350 6. https://synapse.koreamed.org/DOIx.php?id=1 0.42 58/hir.2010.16.4.281 Erstad T. Analyzing computer based patient records: a review of literature. 7. J Healthc Inf Manag. Kaushal R, Shojania KG, Bates DW. Effects of computerized physician order entry and clinical decision support systems on medication safety: a systematic review. Arch Intern Med. advancedmd. com/emr-ehr-software