SlideShare a Scribd company logo
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 (20)

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

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

PDF
Implementing Blockchain based Architecture for Securing Electronic Health Rec...
IRJET Journal
 
PDF
P14 towards using blockchain technology for e health
devid8
 
PDF
IRJET- Secure Online Voting Systems using Block of Chunks
IRJET Journal
 
PDF
High Dimensional Health Care Privacy Approach Using Blockchain Technology wit...
ijtsrd
 
DOCX
Running head BLOCKCHAIN TECHNOLOGY BEYOND CRYPTOCURRENCY1B.docx
toddr4
 
PDF
Blockchain in the life sciences
Kelly Gross
 
PDF
Blockchain: A Catalyst for the Next Wave of Progress in the Life Sciences Ind...
Cognizant
 
PDF
Blockchain Is More Than Just Crypto.pdf
tanlakarix
 
PDF
IRJET- A Secure Healthcare System using Blockchain Technology
IRJET Journal
 
PPTX
Blockchain technology
Dr. Mohamed Torky
 
PDF
Demystifying Blockchain
Niall O'Riordan
 
PDF
Blockchain in Health Care
Polsinelli PC
 
PDF
Electronic Health Records (EHR) storage using blockchain
IRJET Journal
 
PPTX
Blockchain Technology ppt for seminar btech
Devendra Meena
 
PPTX
Blockchain Technology ppt project betch cse
Devendra Meena
 
PDF
Navigating the Blockchain Revolution: Global Regulation and Future Outlook
Liveplex
 
PPTX
Blockchain (Apisha) types of blockchain.
ishaqictm
 
PDF
Challenges In BlockChain Technology For Future Supply Chain- Future Research ...
PhD Assistance
 
PDF
Blockchain in Health Records: Enhancing Security and Privacy (www.kiu.ac.ug)
publication11
 
PDF
Notes_116es_116es_116es_116es_1163_UNIT1.pdf
DattatrayNanaware2
 
Implementing Blockchain based Architecture for Securing Electronic Health Rec...
IRJET Journal
 
P14 towards using blockchain technology for e health
devid8
 
IRJET- Secure Online Voting Systems using Block of Chunks
IRJET Journal
 
High Dimensional Health Care Privacy Approach Using Blockchain Technology wit...
ijtsrd
 
Running head BLOCKCHAIN TECHNOLOGY BEYOND CRYPTOCURRENCY1B.docx
toddr4
 
Blockchain in the life sciences
Kelly Gross
 
Blockchain: A Catalyst for the Next Wave of Progress in the Life Sciences Ind...
Cognizant
 
Blockchain Is More Than Just Crypto.pdf
tanlakarix
 
IRJET- A Secure Healthcare System using Blockchain Technology
IRJET Journal
 
Blockchain technology
Dr. Mohamed Torky
 
Demystifying Blockchain
Niall O'Riordan
 
Blockchain in Health Care
Polsinelli PC
 
Electronic Health Records (EHR) storage using blockchain
IRJET Journal
 
Blockchain Technology ppt for seminar btech
Devendra Meena
 
Blockchain Technology ppt project betch cse
Devendra Meena
 
Navigating the Blockchain Revolution: Global Regulation and Future Outlook
Liveplex
 
Blockchain (Apisha) types of blockchain.
ishaqictm
 
Challenges In BlockChain Technology For Future Supply Chain- Future Research ...
PhD Assistance
 
Blockchain in Health Records: Enhancing Security and Privacy (www.kiu.ac.ug)
publication11
 
Notes_116es_116es_116es_116es_1163_UNIT1.pdf
DattatrayNanaware2
 
Ad

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

PDF
A NOVEL STEP UP MISO CONVERTER FOR HYBRID ELECTRICAL VEHICLES APPLICATION
IJTRET-International Journal of Trendy Research in Engineering and Technology
 
PDF
PREDICTIVE DATA MINING ALGORITHMS FOR OPTIMIZED BEST CROP IN SOIL DATA CLASSI...
IJTRET-International Journal of Trendy Research in Engineering and Technology
 
PDF
NUDGE - A DAY PLANNER ANDROID APPLICATION USING ARTIFICIAL INTELLIGENCE
IJTRET-International Journal of Trendy Research in Engineering and Technology
 
PDF
Integrative detection of Human, Object movement and Fire Sensing Using LoRaWA...
IJTRET-International Journal of Trendy Research in Engineering and Technology
 
PDF
WARNING SYSTEM FROM THREAT OF WILD ANIMALS USING IOT
IJTRET-International Journal of Trendy Research in Engineering and Technology
 
PDF
Emission Control in CI Engine using Ethanol Emulsion
IJTRET-International Journal of Trendy Research in Engineering and Technology
 
PDF
EXPERIMENTAL INVESTIGATION OF CuO NANOPARTICLES ON THERMOMECHANICAL PROPERTI...
IJTRET-International Journal of Trendy Research in Engineering and Technology
 
PDF
OPTIMIZATION OF QUALITY ENHANCEMENT OF CNC MACHINING PROCESS BY USING NEURA...
IJTRET-International Journal of Trendy Research in Engineering and Technology
 
PDF
Analysis of Gravity Die Casted Aluminium parts using MAGMA
IJTRET-International Journal of Trendy Research in Engineering and Technology
 
PDF
PREPARATION OF PURE AND AL SUBSTITUTED LANGANITE (LA3GA5.5NB0.5O14) CERAMICS...
IJTRET-International Journal of Trendy Research in Engineering and Technology
 
PDF
AN IMPROVED NONINVASIVE AND MULTIMODEL PSO ALGORITHM FOR EXTRACTING ARTIFACT...
IJTRET-International Journal of Trendy Research in Engineering and Technology
 
PDF
PRINCIPLE AND APPLICATIONS OF EJECTION SEAT IN AERONAUTICS
IJTRET-International Journal of Trendy Research in Engineering and Technology
 
PDF
IMAGE PROCESSING BASED INTRUDER DETECTION USING RASPBERRY PI
IJTRET-International Journal of Trendy Research in Engineering and Technology
 
PDF
SENSOR DATA COMMUNICATION TO THNIGSPEAK IOT PLATFORM USING RASPBERRY P
IJTRET-International Journal of Trendy Research in Engineering and Technology
 
PDF
A REVIEW ON FERRITES – ITS CLASSIFICATION AND APPLICATIONS
IJTRET-International Journal of Trendy Research in Engineering and Technology
 
PDF
ONLINE BUS PASS GERANERATION AND RENEWAL SYSTEM USING MOBILE APPLICATION
IJTRET-International Journal of Trendy Research in Engineering and Technology
 
A NOVEL STEP UP MISO CONVERTER FOR HYBRID ELECTRICAL VEHICLES APPLICATION
IJTRET-International Journal of Trendy Research in Engineering and Technology
 
PREDICTIVE DATA MINING ALGORITHMS FOR OPTIMIZED BEST CROP IN SOIL DATA CLASSI...
IJTRET-International Journal of Trendy Research in Engineering and Technology
 
NUDGE - A DAY PLANNER ANDROID APPLICATION USING ARTIFICIAL INTELLIGENCE
IJTRET-International Journal of Trendy Research in Engineering and Technology
 
Integrative detection of Human, Object movement and Fire Sensing Using LoRaWA...
IJTRET-International Journal of Trendy Research in Engineering and Technology
 
WARNING SYSTEM FROM THREAT OF WILD ANIMALS USING IOT
IJTRET-International Journal of Trendy Research in Engineering and Technology
 
Emission Control in CI Engine using Ethanol Emulsion
IJTRET-International Journal of Trendy Research in Engineering and Technology
 
EXPERIMENTAL INVESTIGATION OF CuO NANOPARTICLES ON THERMOMECHANICAL PROPERTI...
IJTRET-International Journal of Trendy Research in Engineering and Technology
 
OPTIMIZATION OF QUALITY ENHANCEMENT OF CNC MACHINING PROCESS BY USING NEURA...
IJTRET-International Journal of Trendy Research in Engineering and Technology
 
Analysis of Gravity Die Casted Aluminium parts using MAGMA
IJTRET-International Journal of Trendy Research in Engineering and Technology
 
PREPARATION OF PURE AND AL SUBSTITUTED LANGANITE (LA3GA5.5NB0.5O14) CERAMICS...
IJTRET-International Journal of Trendy Research in Engineering and Technology
 
AN IMPROVED NONINVASIVE AND MULTIMODEL PSO ALGORITHM FOR EXTRACTING ARTIFACT...
IJTRET-International Journal of Trendy Research in Engineering and Technology
 
PRINCIPLE AND APPLICATIONS OF EJECTION SEAT IN AERONAUTICS
IJTRET-International Journal of Trendy Research in Engineering and Technology
 
IMAGE PROCESSING BASED INTRUDER DETECTION USING RASPBERRY PI
IJTRET-International Journal of Trendy Research in Engineering and Technology
 
SENSOR DATA COMMUNICATION TO THNIGSPEAK IOT PLATFORM USING RASPBERRY P
IJTRET-International Journal of Trendy Research in Engineering and Technology
 
A REVIEW ON FERRITES – ITS CLASSIFICATION AND APPLICATIONS
IJTRET-International Journal of Trendy Research in Engineering and Technology
 
ONLINE BUS PASS GERANERATION AND RENEWAL SYSTEM USING MOBILE APPLICATION
IJTRET-International Journal of Trendy Research in Engineering and Technology
 
Ad

Recently uploaded (20)

PPTX
Heart Bleed Bug - A case study (Course: Cryptography and Network Security)
Adri Jovin
 
PDF
Biomechanics of Gait: Engineering Solutions for Rehabilitation (www.kiu.ac.ug)
publication11
 
PPTX
Product Development & DevelopmentLecture02.pptx
zeeshanwazir2
 
PPTX
Types of Bearing_Specifications_PPT.pptx
PranjulAgrahariAkash
 
DOCX
8th International Conference on Electrical Engineering (ELEN 2025)
elelijjournal653
 
PPTX
Introduction to Design of Machine Elements
PradeepKumarS27
 
PDF
Unified_Cloud_Comm_Presentation anil singh ppt
anilsingh298751
 
PPTX
Lecture 1 Shell and Tube Heat exchanger-1.pptx
mailforillegalwork
 
PPTX
美国电子版毕业证南卡罗莱纳大学上州分校水印成绩单USC学费发票定做学位证书编号怎么查
Taqyea
 
PDF
MAD Unit - 1 Introduction of Android IT Department
JappanMavani
 
PDF
GTU Civil Engineering All Semester Syllabus.pdf
Vimal Bhojani
 
PPTX
原版一样(Acadia毕业证书)加拿大阿卡迪亚大学毕业证办理方法
Taqyea
 
PPTX
Introduction to Neural Networks and Perceptron Learning Algorithm.pptx
Kayalvizhi A
 
PPTX
Hashing Introduction , hash functions and techniques
sailajam21
 
PDF
Ethics and Trustworthy AI in Healthcare – Governing Sensitive Data, Profiling...
AlqualsaDIResearchGr
 
PPTX
Arduino Based Gas Leakage Detector Project
CircuitDigest
 
PPTX
MobileComputingMANET2023 MobileComputingMANET2023.pptx
masterfake98765
 
PPTX
The Role of Information Technology in Environmental Protectio....pptx
nallamillisriram
 
PDF
Introduction to Productivity and Quality
মোঃ ফুরকান উদ্দিন জুয়েল
 
PPTX
Day2 B2 Best.pptx
helenjenefa1
 
Heart Bleed Bug - A case study (Course: Cryptography and Network Security)
Adri Jovin
 
Biomechanics of Gait: Engineering Solutions for Rehabilitation (www.kiu.ac.ug)
publication11
 
Product Development & DevelopmentLecture02.pptx
zeeshanwazir2
 
Types of Bearing_Specifications_PPT.pptx
PranjulAgrahariAkash
 
8th International Conference on Electrical Engineering (ELEN 2025)
elelijjournal653
 
Introduction to Design of Machine Elements
PradeepKumarS27
 
Unified_Cloud_Comm_Presentation anil singh ppt
anilsingh298751
 
Lecture 1 Shell and Tube Heat exchanger-1.pptx
mailforillegalwork
 
美国电子版毕业证南卡罗莱纳大学上州分校水印成绩单USC学费发票定做学位证书编号怎么查
Taqyea
 
MAD Unit - 1 Introduction of Android IT Department
JappanMavani
 
GTU Civil Engineering All Semester Syllabus.pdf
Vimal Bhojani
 
原版一样(Acadia毕业证书)加拿大阿卡迪亚大学毕业证办理方法
Taqyea
 
Introduction to Neural Networks and Perceptron Learning Algorithm.pptx
Kayalvizhi A
 
Hashing Introduction , hash functions and techniques
sailajam21
 
Ethics and Trustworthy AI in Healthcare – Governing Sensitive Data, Profiling...
AlqualsaDIResearchGr
 
Arduino Based Gas Leakage Detector Project
CircuitDigest
 
MobileComputingMANET2023 MobileComputingMANET2023.pptx
masterfake98765
 
The Role of Information Technology in Environmental Protectio....pptx
nallamillisriram
 
Introduction to Productivity and Quality
মোঃ ফুরকান উদ্দিন জুয়েল
 
Day2 B2 Best.pptx
helenjenefa1
 

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 [email protected] 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