SlideShare a Scribd company logo
1 of 6
Download to read offline
International Journal of Electrical and Computer Engineering (IJECE)
Vol. 10, No. 1, February 2020, pp. 421~426
ISSN: 2088-8708, DOI: 10.11591/ijece.v10i1.pp421-426  421
Journal homepage: http://ijece.iaescore.com/index.php/IJECE
Healthcare information exchange using blockchain technology
A. Murugan, Tushar Chechare, B. Muruganantham, S. Ganesh Kumar
Department of Computer Science and Engineering, Faculty of Engineering and Technology,
SRM Institute of Science and Technology, Chennai, India
Article Info ABSTRACT
Article history:
Received Jul 17, 2019
Revised Aug 10, 2019
Accepted Aug 29, 2019
Current trend in health-care industry is to shift its data on the cloud,
to increase availability of Electronic Health Records (EHR) e.g. Patient’s
medical history in real time, which will allow sharing of EHR with ease.
However, this conventional cloud-based data sharing environment has data
security and privacy issues. This paper proposes a distributed solution based
on blockchain technology for trusted Health Information Exchange (HIE).
In addition to exchange of EHR between patient and doctor, the proposed
system is also used in other aspects of healthcare such as improving
the insurance claim and making data available for research organizations.
Medical data is very sensitive, in both social as well as legal aspects,
so permissioned block-chain such as Hyperledger Fabric is used to retain
the necessary privacy required in the proposed system. As, this is highly
permissioned network where the owner of the network i.e. patient holds all
the access rights, so in case of emergency situations the proposed system has
a Backup Access System which will allow healthcare professionals
to access partial EHR and this backup access is provided by using wearable
IOT device.
Keywords:
Blockchain
Electronic healthcare
records (EHR)
Health information exchange
(HIE)
Hyperledgerfabric
Copyright © 2020 Institute of Advanced Engineering and Science.
All rights reserved.
Corresponding Author:
A. Murugan,
Department of Computer Science and Engineering,
Faculty of Engineering and Technology,
SRM Institute of Science and Technology,
Chennai, India.
Email: muruganaabap@gmail.com
1. INTRODUCTION
a. Motivation
User’s in today’s world expect seamless and instantaneous flow of data and many industries have
already adopted and some are beginning to adopt necessary technologies to provide their user’s with required
information quickly and in a secured manner. Unfortunately, the healthcare industry has lagged behind to
meet its users’ expectations. Conventional systems are many times vulnerable to attacks, slow and have very
little role for the patient [1]. The health data which is stored in conventional system are very difficult to share
due to varying standards and data formats i.e. current healthcare ecosystem is ill-suited for the instantaneous
needs of modern user. The primary objective of HIE system is to transmit health information on the far side
geographical and institutional boundaries to supply a good and secure delivery mechanism [2]. We need to
consider few factors with respect to this sharing mechanism.
a. Maintaining privacy in user data is very important and failure to this will result in implications related to
financial as well as legal sectors.
b. In traditional data sharing system, it requires centralized source of data which increases the risk of data
security and it also requires single trusted central authority.
 ISSN: 2088-8708
Int J Elec & Comp Eng, Vol. 10, No. 1, February 2020 : 421 - 426
422
In this centralised system, failure of central-storage will risk the storage of medical records of
various patients. As data for each patient from various sources such as wearables, physicians, lab reports are
increasing, HIE are under pressure to scale the infrastructure and support variety of data sources [3].
b. Problem statement
Currently, in the traditional system Electronic Medical Record EMR’s are stored in the centralized
cloud-based database in which medical records remain largely un portable. Centralization increases security
risks and requires trust in single authority. Regardless of controlled access and de-identification, centralized
databases cannot guarantee integrity and data security. The disadvantages of current system are vital and thus
cannot be ignored, which makes it necessary to develop a new solution for sharing EMR’s which is more
secured, reliable and should be able to handle all the data privacy, data redundancy and other security related
issues related to Healthcare Information Exchange System.
c. Use of blockchain in HIE system
In Healthcare Information Exchange System, various Healthcare entities like Doctor, Pharmacist,
Medical Lab incharge and insurance company may have to submit transactions which may result in change in
contents of the Electronic Medical Records (EMR) [4]. These EMR’s are critical and highly sensitive
patient’s medical information which needs to secured. It requires that the participants performing transactions
should be known and trusted by other participants [5]. Centralization does not guarantee integrity and data
security so; this paper proposes a distributed solution to implements a HIE System to share EMR’s between
various entities present in the healthcare using Blockchain. Blockchain is a distributed ledger which is used
for making logs and storing every transaction block in distributed ledger [2] i.e. whenever a participant
performs a transaction on EMR’s it will be recorded in the ledger. Blockchain depends on previously known
cryptographic methods which will allow every node in the network to participate in the interaction (e.g. store
information, exchange of information, and view that information), without having prior trust between
the participants of the network. There is no central authority in a blockchain system instead, transaction
blocks are recorded and distributed to all the peers in the network [6]. So, all participants in the network will
know every interaction with blockchain and requires it to be verified before adding to the blockchain,
which will enable trust-less interaction between the peers in the network [7]. The block once added to
the blockchain can neither be deleted nor updated i.e. it is immutable.
In a blockchain based HIE, the patient has the ownership of the medical records, in contradiction to
traditional architecture, where a central authority controls accesses and distributes data across network [8]. In
this system medical record access is permitted to only limited healthcare entities (people or organizations).
Data shared across the blockchain network enables near real time updates across all healthcare entities.
Distributed ledger allows secure access to patient data [9]. Data redundancy is reduced as the same copy of
data is available to all peers in network. Privacy and confidentiality in blockchain network is maintained by
restricting few nodes to access data.
d. Hyperledger fabric to support private data
The proposed system requires that some information to be private to some participants and should
not be seen by other participants in the network, for e.g. the research organizations and insurance companies
need not to know all the transactions in the network [10]. The other permissioned blockchain network
requires that all participants should have same view of the distributed-ledger, which makes it difficult to
support private data for various different participants whereas Hyper-ledger fabric provides a way to keep
certain data/transactions confidential among a subset of members in network [11].
e. Objectives of HIE system
Secure, immutable and decentralized EHR database with patient owing her / his own health data
Easy to share selective or all EHRs as consented by the patient
Full medical history of a patient at one single point
Easy verification of medical prescription
Redacted EHRs for research purposes
Increased transparency
No insurance fraud
2. TECHNOLOGICAL DETAILS
Basic concept of hyperledger fabric
Fabric network is distributed permission based which requires its users to sign-up before using it.
Using Hyperledger modelling and access control languages, permissioning on the network is controlled [12].
It is implementation of DIL (Distributed Ledger Technology) which provides Enterprise ready network
scalability, security, performance and confidentiality in flexible blockchain architecture [13]. Like other
blockchain’s Fabric also has ledger which uses smart contract which is called as chaincode. Hyperledger
Int J Elec & Comp Eng ISSN: 2088-8708 
Healthcare information exchange using blockchain technology (A. Murugan)
423
Fabric blockchain has configurable and modular architecture which enables optimization, innovation and
versatility for different industrial use-cases [14].
Unlike other distributed ledger platform Hyperledger fabric allows smart contract to be written in
various general purpose languages such as Go, Node.js and Java rather than using Domain-Specific
Languages (DSL). Unlike other permission-less network, Fabric is fully permissioned platform; it means that,
all the participants in the network are known to each other, rather than anonymous and therefore fully
untrusted. Hyperledger Fabric allows new architecture called as execute-order-validate for transactions in
the network [15]. This architecture overcomes various challenges faced by the order – execute - model like
resiliency, flexibility, scalability, performance and confidentiality by separating the transaction flow into
three steps: 1. Execute a transaction and check its correctness, 2. Order transactions using consensus
protocol, 3. Before committing transactions to the ledger validate them against an application-specific
endorsement policy. Hyperledger Fabric provides multi-layer permissions which allows owner of data to
control which part of data is accessed [16].
2.1. Functionalities of Hyperledger Fabric
2.1.1. Identity management
Hyperledger Fabric enables permissioned network by providing membership identity services [17].
This service is responsible for managing user ID’s and also authenticates all network participants.
2.1.2. Privacy and confidentiality
It allows competing businesses and a group that needs their transactions to be confidential and
private to coexist on one network. Members of the network use private channel to maintain confidentiality
and privacy in transactions [18]. A member who doesn’t have access to the private channel won’t be able to
see channel information, transactions on that channel and members of it.
2.1.3. Chaincode functionality
Chaincode which is also called as smart contract manages business logic agreed by all the
participants in the network [19]. It is basically a program written in programming languages such as Go, Java
and node.js. This program runs on Docker container which is secured and isolated from other peer processes
2.1.4. Modular design
Hyperledger Fabric provides functional choice to network designers by implementing modular
architecture [20]. It allows particular algorithms encryption, ordering and identity to be plugged into any
fabric network. This results in universal architecture for blockchain which can be adopted by any public or
industry domain with the guarantee that the network will be inter-operable across regulatory, market and
geographical boundaries [21].
2.2. Hyperledger composer
Hyperledger Composer is a set of collaboration tools for building blockchain business networks that
makes it simple and fast for business owners and developers to create smart contracts and blockchain
applications to solve business problems. It supports existing Hyperledger fabric blockchain runtime and
infrastructure, which support pluggable conscious protocol which ensures that transactions are validated
according to the policy designed by participants of the business network.
3. SYSTEM DESIGN
3.1. System overview
The Figure 1 shows a system overview of personal healthcare information exchange system.
It consist of following entities which included, namely patient, emergency contact, hospitals, insurance
company, research organization, doctor, pharmacist and the patients private blockchain network.
3.2. HIE System Entities
3.1.1. Patient/user
Patient/User is the owner of the network and has complete control over his personal health data.
Patient is responsible for revoking, granting and denying data access to the other peers in the network such as
doctors, hospitals, insurance companies and research organizations [21]. While taking medical treatment
from doctor’s patient can share his Electronic Health Records with the doctor by granting read access rights
and when treatment is completed patient can revoke access rights from doctor to decline further access to
HER. Similarly, patient can grant, deny or revoke access to other peers connected in the network such as,
research organizations, insurance companies. Besides this, the patient can record some personal information
like daily health routine, allergies or any other related data which will in improving medical treatment.
 ISSN: 2088-8708
Int J Elec & Comp Eng, Vol. 10, No. 1, February 2020 : 421 - 426
424
3.1.2. Doctor/practitioner
Patient/User can appoint a healthcare professional such as doctor to give medical treatment or to
perform some medical tests and give them access to his EHR’s. When more than one doctor are involved in
providing treatment to patient the doctor may request patient to give permission to other doctor / doctors to
access patients medical records. The doctors can read previous blocks containing medical records and can
add new block in the blockchain with current medical record after getting permission from the patient.
3.1.3. Health insurance company
Patient can allow Health Insurance Company to access their Electronic Health Records [22].
Insurance company in return can suggest a better insurance policy by analysing patients HER’s.
In addition to this the insurers will have a trusted source of healthcare data based on which they make better
decisions [23].
3.1.4. Research organizations
Research organizations can request access for patient’s medical history for medical research
purposes. Patient’s medical history will helps research organizations in improving health services,
development of more effective diagnostics and treatments, insights into cause of diseases and identification
of public health risks [23].
Figure 1. HIE system using blockchain
3.3. HIE system participants and permissions
Table 1 show the Health Information Exchange system participants and permissions.
Table 1. HIE system participants and permissions
SR. No. Participant Permissions
1 Practitioner / Doctor
- Request Read or Write permission on EHRs
- Request Read or write permission for other practitioners to access HER
2 Patient / User
- Read HER
- Give permission to Practitioner or doctor to read or write HER
- Revocation of read or write permission from practitioner or doctors
- Permit emergency contact to read or grant permission
3 Research organization - Read permissioned EHRs
4 Insurance Company - Read permissioned EHRs
3.4. Goals
The main goal of this proposed system is to provide a way to store and share the health information
in more secured and effective manner [24]. The patient’s EHR must be consistent, available when needed and
only patient should control the terms of its access. The secondary goal is to share the EHR in such a way that
its structure and the meaning must be easily understandable to improve data utilization which will result in
good patient care.
Int J Elec & Comp Eng ISSN: 2088-8708 
Healthcare information exchange using blockchain technology (A. Murugan)
425
3.5. Backup access system
The proposed system is to be implemented using Hyperledger fabric which is highly permissioned
blockchain where all the access rights of EMRs are with owner of the network i.e. Patient. However,
in the case of an emergency and with the patient unable to give access his medical records, there must be an
ability to view certain information in order to provide the best possible care. So in the proposed system a
backup access system is provided in order to gain partial access to patient’s Electronic Medical Records. This
can be done using wearable IOT device [25]. The medical representatives can scan IOT device in case of
emergency situation to gain access to critical healthcare information like blood group, allergies, age, and
critical decease information. This would enable doctors to provide the best care possible to a patient in an
emergency situation.
4. CONCLUSION
This work proposes aBlockchain enabled Healthcare Information Exchange system which will
provide solution to various challenges such as integrity, data interoperability and Integration of blockchain in
HIE will allow access to historic and authentic healthcare data. In addition to this the proposed system is also
used in other aspects of healthcare such as improving the insurance claim and making data available for
research organizations.
REFERENCES
[1] X. Zhang, “Blockchain Support for Flexible Queries with Granular Access Control to Electronic Medical Records
(EMR),”2018 IEEE International Conference on Communications (ICC), 2018.
[2] R. J.Krawiec, et al., “Blockchain: Opportunities for health care,” 2016.
Available: https://www2.deloitte.com/us/en/pages/public-sector/articles/blockchain-opportunities-for-health-
care.html.
[3] X. Liang,et al., “Integrating blockchain for data sharing and collaboration in mobile healthcare applications,”2017
IEEE 28th Annual International Symposium on Personal, Indoor, and Mobile Radio Communications (PIMRC),
2017.
[4] C. Esposito,et al., “Blockchain: A Panacea for Healthcare Cloud-Based Data Security and Privacy?” IEEE Cloud
Computing,vol. 5, pp. 31-37, 2018.
[5] Whitepaper,“Medicalchain,” 2018. Available: https://medicalchain.com/en/whitepaper/
[6] “Hyperledger Fabric - Introduction,” Available: https://medium.com/coinmonks/hyperledger-fabric-introduction-
2282e955ca6e.
[7] “Hyperledger Fabric A Blockchain Platform for the Enterprise,” Available: https://hyperledger-
fabric.readthedocs.io/en/release-1.2/
[8] F.Benhamouda,et al., “Supporting Private Data on Hyperledger Fabric with Secure Multiparty Computation,”2018
IEEE International Conference on Cloud Engineering, 2018.
[9] “Hyperledger Fabric Functionalities,” Available: https://hyperledger-fabric.readthedocs.io/en/release-1.2/
functionalities.html.
[10] White Paper, “Blockchain for Healthcare,” 2018.
Available: https://www.ehidc.org/sites/default/files/resources/files/blockchain-for-healthcare-341.pdf.
[11] L. Mertz, “(Block) Chain Reaction: A Blockchain Revolution Sweeps into Health Care, Offering the Possibility for
a Much-Needed Data Solution,” IEEE Pulse,vol. 9, pp. 4-7, 2018.
[12] K. Peterson, et al., “A Blockchain-Based Approach to Health Information Exchange Networks,”Available:
https://www.healthit.gov/sites/default/files/12-55-blockchain-based-approach-final.pdf.
[13] A. Murugan, Tushar Chechare, B. Muriganantham, S. Ganesh Kumar, Healthcare Information Exchange (HIE)
Using Hyperledger Fabric Blockchain”,Volume 11 | 05-Special Issue, Pages: 1420-1424.
[14] AlevtinaDubovitskaya, 1,2
Zhigang Xu, 3
Samuel Ryu, 4
Michael Schumacher, and Fusheng Wang, 5, Secure and
Trustable Electronic Medical Records Sharing using Blockchain, AMIA AnnuSymp Proc. 2017; 2017: 650–659.
[15] Ariel Ekblaw , Asaph Azaria , John D. Halamka, , Andrew Lippman,A Case Study for Blockchain in Healthcare:
“MedRec” prototype for electronic health records and medical research data, White Paper, Augut 2016.
[16] Office of the National Coordinator for Health Information Technology. (2015). Version 1.0. “Connecting Health
and Care for the Nation: A shared nationwide interoperability roadmap.” [Online] Available:
https://www.healthit.gov/sites/default/files/hie-interoperability/nationwide-interoperabilityroadmap-final-version-
1.0.pdf
[17] “About the Epidemic.” U.S. Department of Health & Human Services. [Online] Available:
http://www.hhs.gov/opioids/about-the-epidemic/. Accessed Aug. 4, 2016.
[18] “Research We Support.” Patient-Centered Outcomes Research Institute (pcori). [Online] Available:
http://www.pcori.org/research-results/research-we-support. Accessed Aug. 4, 2016.
[19] “Precision Medicine Initiative Cohort Program.” National Institutes of Health. [Online] Available:
https://www.nih.gov/precision-medicine-initiative-cohort-program. Accessed Aug. 4, 2016.
 ISSN: 2088-8708
Int J Elec & Comp Eng, Vol. 10, No. 1, February 2020 : 421 - 426
426
[20] “Fact Sheet: President Obama’s Precision Medicine Initiative.” The White House Briefing Room. Jan. 30, 2015.
[Online] Available: https://www.whitehouse.gov/the-press-office/2015/01/30/fact-sheetpresident-obama-s-
precision-medicine-initiative.
[21] Forrest P. Blockchain and non financial services use cases.
Linkedin. 2016. https://www.linkedin.com/pulse/blockchain-non-financial-services-use-cases-paul-forrest.
Accessed May 28, 2017.Google Scholar
[22] Tapscott D, Tapscott A. The impact of the blockchain goes beyond financial services.Harvard
BusinessReview. 2016. https://hbr.org/2016/05/the-impact-of-the-blockchain-goes-beyond-financial-services.
Accessed January 25, 2017.Google Scholar
[23] Popper N. Business giants to announce creation of a computing system based on Ethereum.The New York
Times. 2017. https://www.nytimes.com/2017/02/27/business/dealbook/ethereum-alliance-business-banking-
security.html. Accessed March 1, 2017.Google Scholar
[24] Belinky M, Rennick E, Veitch A. The Fintech 2.0 Paper: rebooting financial services.Santander
InnoVentures. 2015. http://santanderinnoventures.com/wp-content/uploads/2015/06/The-Fintech-2-0-Paper.pdf.
Accessed March 1, 2017.Google Scholar
[25] Mettler M. Blockchain technology in healthcare: the revolution starts here.IEEE 18th International Conference on
e-Health Networking, September 14–16, Piscataway, NJ: IEEE, 2016.
http://ieeexplore.ieee.org/stamp/stamp.jsp?arnumber=7749510. Accessed March 3, 2017

More Related Content

What's hot

IRJET- Implementation of Cloudlet-based Medical Data Sharing using ECC Crypto...
IRJET- Implementation of Cloudlet-based Medical Data Sharing using ECC Crypto...IRJET- Implementation of Cloudlet-based Medical Data Sharing using ECC Crypto...
IRJET- Implementation of Cloudlet-based Medical Data Sharing using ECC Crypto...IRJET Journal
 
IoT based on secure personal healthcare using RFID technology and steganography
IoT based on secure personal healthcare using RFID technology and steganography IoT based on secure personal healthcare using RFID technology and steganography
IoT based on secure personal healthcare using RFID technology and steganography IJECEIAES
 
Enhancing security features in cloud computing for healthcare using cipher an...
Enhancing security features in cloud computing for healthcare using cipher an...Enhancing security features in cloud computing for healthcare using cipher an...
Enhancing security features in cloud computing for healthcare using cipher an...eSAT Journals
 
Enhancing security features in cloud computing for healthcare using cipher an...
Enhancing security features in cloud computing for healthcare using cipher an...Enhancing security features in cloud computing for healthcare using cipher an...
Enhancing security features in cloud computing for healthcare using cipher an...eSAT Publishing House
 
A Proposed Security Architecture for Establishing Privacy Domains in Systems ...
A Proposed Security Architecture for Establishing Privacy Domains in Systems ...A Proposed Security Architecture for Establishing Privacy Domains in Systems ...
A Proposed Security Architecture for Establishing Privacy Domains in Systems ...IJERA Editor
 
Preventing Mirror Problem And Privacy Issues In Multistorage Area With Dimens...
Preventing Mirror Problem And Privacy Issues In Multistorage Area With Dimens...Preventing Mirror Problem And Privacy Issues In Multistorage Area With Dimens...
Preventing Mirror Problem And Privacy Issues In Multistorage Area With Dimens...IJSRED
 
Speeding up Healthcare Application with HTTP/2
Speeding up Healthcare Application with HTTP/2Speeding up Healthcare Application with HTTP/2
Speeding up Healthcare Application with HTTP/2CitiusTech
 
11 ways blockchain can improve the healthcare industry
11 ways blockchain can improve the healthcare industry11 ways blockchain can improve the healthcare industry
11 ways blockchain can improve the healthcare industryJohnsMike1
 
DIGITAL HEALTH: DATA PRIVACY AND SECURITY WITH CLOUD COMPUTING
DIGITAL HEALTH:  DATA PRIVACY AND SECURITY WITH CLOUD COMPUTING DIGITAL HEALTH:  DATA PRIVACY AND SECURITY WITH CLOUD COMPUTING
DIGITAL HEALTH: DATA PRIVACY AND SECURITY WITH CLOUD COMPUTING Akshay Mittal
 
Cloud Compliance with Encrypted Data – Health Records
Cloud Compliance with Encrypted Data – Health RecordsCloud Compliance with Encrypted Data – Health Records
Cloud Compliance with Encrypted Data – Health Recordsijtsrd
 
An innovative IoT service for medical diagnosis
An innovative IoT service for medical diagnosis An innovative IoT service for medical diagnosis
An innovative IoT service for medical diagnosis IJECEIAES
 
HealthBlock: A Secured Healthcare Data using Blockchain
HealthBlock: A Secured Healthcare Data using BlockchainHealthBlock: A Secured Healthcare Data using Blockchain
HealthBlock: A Secured Healthcare Data using BlockchainMd. Mahfujur Rahman
 
SECURED FRAMEWORK FOR PERVASIVE HEALTHCARE MONITORING SYSTEMS
SECURED FRAMEWORK FOR PERVASIVE  HEALTHCARE MONITORING SYSTEMS SECURED FRAMEWORK FOR PERVASIVE  HEALTHCARE MONITORING SYSTEMS
SECURED FRAMEWORK FOR PERVASIVE HEALTHCARE MONITORING SYSTEMS ijscai
 
Evaluation and Innovative Solution for Wellstar Health System
Evaluation and Innovative Solution for Wellstar Health SystemEvaluation and Innovative Solution for Wellstar Health System
Evaluation and Innovative Solution for Wellstar Health SystemMd Jobair Hossain Faruk
 
IRJET- Privacy, Access and Control of Health Care Data on Cloud using Recomme...
IRJET- Privacy, Access and Control of Health Care Data on Cloud using Recomme...IRJET- Privacy, Access and Control of Health Care Data on Cloud using Recomme...
IRJET- Privacy, Access and Control of Health Care Data on Cloud using Recomme...IRJET Journal
 
FAST ALGORITHMS FOR UNSUPERVISED LEARNING IN LARGE DATA SETS
FAST ALGORITHMS FOR UNSUPERVISED LEARNING IN LARGE DATA SETSFAST ALGORITHMS FOR UNSUPERVISED LEARNING IN LARGE DATA SETS
FAST ALGORITHMS FOR UNSUPERVISED LEARNING IN LARGE DATA SETScsandit
 
Towards Blockchain-Based Secure Data Management for Remote Patient Monitoring
Towards Blockchain-Based Secure Data Management for Remote Patient MonitoringTowards Blockchain-Based Secure Data Management for Remote Patient Monitoring
Towards Blockchain-Based Secure Data Management for Remote Patient MonitoringMd Jobair Hossain Faruk
 
Secure Identity-based Data Sharing and Profile Matching for Mobile Healthcare...
Secure Identity-based Data Sharing and Profile Matching for Mobile Healthcare...Secure Identity-based Data Sharing and Profile Matching for Mobile Healthcare...
Secure Identity-based Data Sharing and Profile Matching for Mobile Healthcare...CloudTechnologies
 
Attribute Based Access Control (ABAC) for EHR in Fog Computing Environment
Attribute Based Access Control (ABAC) for EHR in Fog Computing EnvironmentAttribute Based Access Control (ABAC) for EHR in Fog Computing Environment
Attribute Based Access Control (ABAC) for EHR in Fog Computing Environmentneirew J
 
ATTRIBUTE-BASED ACCESS CONTROL (ABAC) FOR HER IN FOG COMPUTING ENVIRONMENT
ATTRIBUTE-BASED ACCESS CONTROL (ABAC) FOR HER IN FOG COMPUTING ENVIRONMENTATTRIBUTE-BASED ACCESS CONTROL (ABAC) FOR HER IN FOG COMPUTING ENVIRONMENT
ATTRIBUTE-BASED ACCESS CONTROL (ABAC) FOR HER IN FOG COMPUTING ENVIRONMENThiij
 

What's hot (20)

IRJET- Implementation of Cloudlet-based Medical Data Sharing using ECC Crypto...
IRJET- Implementation of Cloudlet-based Medical Data Sharing using ECC Crypto...IRJET- Implementation of Cloudlet-based Medical Data Sharing using ECC Crypto...
IRJET- Implementation of Cloudlet-based Medical Data Sharing using ECC Crypto...
 
IoT based on secure personal healthcare using RFID technology and steganography
IoT based on secure personal healthcare using RFID technology and steganography IoT based on secure personal healthcare using RFID technology and steganography
IoT based on secure personal healthcare using RFID technology and steganography
 
Enhancing security features in cloud computing for healthcare using cipher an...
Enhancing security features in cloud computing for healthcare using cipher an...Enhancing security features in cloud computing for healthcare using cipher an...
Enhancing security features in cloud computing for healthcare using cipher an...
 
Enhancing security features in cloud computing for healthcare using cipher an...
Enhancing security features in cloud computing for healthcare using cipher an...Enhancing security features in cloud computing for healthcare using cipher an...
Enhancing security features in cloud computing for healthcare using cipher an...
 
A Proposed Security Architecture for Establishing Privacy Domains in Systems ...
A Proposed Security Architecture for Establishing Privacy Domains in Systems ...A Proposed Security Architecture for Establishing Privacy Domains in Systems ...
A Proposed Security Architecture for Establishing Privacy Domains in Systems ...
 
Preventing Mirror Problem And Privacy Issues In Multistorage Area With Dimens...
Preventing Mirror Problem And Privacy Issues In Multistorage Area With Dimens...Preventing Mirror Problem And Privacy Issues In Multistorage Area With Dimens...
Preventing Mirror Problem And Privacy Issues In Multistorage Area With Dimens...
 
Speeding up Healthcare Application with HTTP/2
Speeding up Healthcare Application with HTTP/2Speeding up Healthcare Application with HTTP/2
Speeding up Healthcare Application with HTTP/2
 
11 ways blockchain can improve the healthcare industry
11 ways blockchain can improve the healthcare industry11 ways blockchain can improve the healthcare industry
11 ways blockchain can improve the healthcare industry
 
DIGITAL HEALTH: DATA PRIVACY AND SECURITY WITH CLOUD COMPUTING
DIGITAL HEALTH:  DATA PRIVACY AND SECURITY WITH CLOUD COMPUTING DIGITAL HEALTH:  DATA PRIVACY AND SECURITY WITH CLOUD COMPUTING
DIGITAL HEALTH: DATA PRIVACY AND SECURITY WITH CLOUD COMPUTING
 
Cloud Compliance with Encrypted Data – Health Records
Cloud Compliance with Encrypted Data – Health RecordsCloud Compliance with Encrypted Data – Health Records
Cloud Compliance with Encrypted Data – Health Records
 
An innovative IoT service for medical diagnosis
An innovative IoT service for medical diagnosis An innovative IoT service for medical diagnosis
An innovative IoT service for medical diagnosis
 
HealthBlock: A Secured Healthcare Data using Blockchain
HealthBlock: A Secured Healthcare Data using BlockchainHealthBlock: A Secured Healthcare Data using Blockchain
HealthBlock: A Secured Healthcare Data using Blockchain
 
SECURED FRAMEWORK FOR PERVASIVE HEALTHCARE MONITORING SYSTEMS
SECURED FRAMEWORK FOR PERVASIVE  HEALTHCARE MONITORING SYSTEMS SECURED FRAMEWORK FOR PERVASIVE  HEALTHCARE MONITORING SYSTEMS
SECURED FRAMEWORK FOR PERVASIVE HEALTHCARE MONITORING SYSTEMS
 
Evaluation and Innovative Solution for Wellstar Health System
Evaluation and Innovative Solution for Wellstar Health SystemEvaluation and Innovative Solution for Wellstar Health System
Evaluation and Innovative Solution for Wellstar Health System
 
IRJET- Privacy, Access and Control of Health Care Data on Cloud using Recomme...
IRJET- Privacy, Access and Control of Health Care Data on Cloud using Recomme...IRJET- Privacy, Access and Control of Health Care Data on Cloud using Recomme...
IRJET- Privacy, Access and Control of Health Care Data on Cloud using Recomme...
 
FAST ALGORITHMS FOR UNSUPERVISED LEARNING IN LARGE DATA SETS
FAST ALGORITHMS FOR UNSUPERVISED LEARNING IN LARGE DATA SETSFAST ALGORITHMS FOR UNSUPERVISED LEARNING IN LARGE DATA SETS
FAST ALGORITHMS FOR UNSUPERVISED LEARNING IN LARGE DATA SETS
 
Towards Blockchain-Based Secure Data Management for Remote Patient Monitoring
Towards Blockchain-Based Secure Data Management for Remote Patient MonitoringTowards Blockchain-Based Secure Data Management for Remote Patient Monitoring
Towards Blockchain-Based Secure Data Management for Remote Patient Monitoring
 
Secure Identity-based Data Sharing and Profile Matching for Mobile Healthcare...
Secure Identity-based Data Sharing and Profile Matching for Mobile Healthcare...Secure Identity-based Data Sharing and Profile Matching for Mobile Healthcare...
Secure Identity-based Data Sharing and Profile Matching for Mobile Healthcare...
 
Attribute Based Access Control (ABAC) for EHR in Fog Computing Environment
Attribute Based Access Control (ABAC) for EHR in Fog Computing EnvironmentAttribute Based Access Control (ABAC) for EHR in Fog Computing Environment
Attribute Based Access Control (ABAC) for EHR in Fog Computing Environment
 
ATTRIBUTE-BASED ACCESS CONTROL (ABAC) FOR HER IN FOG COMPUTING ENVIRONMENT
ATTRIBUTE-BASED ACCESS CONTROL (ABAC) FOR HER IN FOG COMPUTING ENVIRONMENTATTRIBUTE-BASED ACCESS CONTROL (ABAC) FOR HER IN FOG COMPUTING ENVIRONMENT
ATTRIBUTE-BASED ACCESS CONTROL (ABAC) FOR HER IN FOG COMPUTING ENVIRONMENT
 

Similar to Healthcare information exchange using blockchain technology

A Survey on Decentralized e-health record with health insurance synchronization
A Survey on Decentralized e-health record with health insurance synchronizationA Survey on Decentralized e-health record with health insurance synchronization
A Survey on Decentralized e-health record with health insurance synchronizationIJAEMSJORNAL
 
IRJET - Healthcare Data Storage using Blockchain
IRJET - Healthcare Data Storage using BlockchainIRJET - Healthcare Data Storage using Blockchain
IRJET - Healthcare Data Storage using BlockchainIRJET Journal
 
Blockchain for Healthcare
Blockchain for HealthcareBlockchain for Healthcare
Blockchain for HealthcareCitiusTech
 
ELECTRONIC HEALTH RECORD SYSTEM BY ADOPTING BLOCKCHAIN
ELECTRONIC HEALTH RECORD SYSTEM BY ADOPTING BLOCKCHAINELECTRONIC HEALTH RECORD SYSTEM BY ADOPTING BLOCKCHAIN
ELECTRONIC HEALTH RECORD SYSTEM BY ADOPTING BLOCKCHAINIRJET Journal
 
Blockchain based system to store and retrieve healthcare records
Blockchain based system to store and retrieve healthcare recordsBlockchain based system to store and retrieve healthcare records
Blockchain based system to store and retrieve healthcare recordsIRJET Journal
 
USING BLOCKCHAIN TO ACHIEVE DECENTRALIZED PRIVACY IN IOT HEALTHCARE
USING BLOCKCHAIN TO ACHIEVE DECENTRALIZED PRIVACY IN IOT HEALTHCAREUSING BLOCKCHAIN TO ACHIEVE DECENTRALIZED PRIVACY IN IOT HEALTHCARE
USING BLOCKCHAIN TO ACHIEVE DECENTRALIZED PRIVACY IN IOT HEALTHCAREIJCI JOURNAL
 
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
 
A Novel Healthcare-based Block chain (HBC) System for Security Healthcare Dat...
A Novel Healthcare-based Block chain (HBC) System for Security Healthcare Dat...A Novel Healthcare-based Block chain (HBC) System for Security Healthcare Dat...
A Novel Healthcare-based Block chain (HBC) System for Security Healthcare Dat...IRJET Journal
 
Smart Contracts in E-Health records using Blockchain
Smart Contracts in E-Health records using BlockchainSmart Contracts in E-Health records using Blockchain
Smart Contracts in E-Health records using BlockchainIRJET Journal
 
IRJET- MedBlock System for Securing Medical Records
IRJET- MedBlock System for Securing Medical RecordsIRJET- MedBlock System for Securing Medical Records
IRJET- MedBlock System for Securing Medical RecordsIRJET Journal
 
IRJET- MedBlock System for Securing Medical Records
IRJET- MedBlock System for Securing Medical RecordsIRJET- MedBlock System for Securing Medical Records
IRJET- MedBlock System for Securing Medical RecordsIRJET Journal
 
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
 
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
 
Medical data sharing using Blockchain.pdf
Medical data sharing using Blockchain.pdfMedical data sharing using Blockchain.pdf
Medical data sharing using Blockchain.pdfVishalSoni95234
 
FACULTY OF HIGHER EDUCATION Individual.docx
FACULTY OF HIGHER EDUCATION         Individual.docxFACULTY OF HIGHER EDUCATION         Individual.docx
FACULTY OF HIGHER EDUCATION Individual.docxmecklenburgstrelitzh
 
COMBINING BLOCKCHAIN AND IOT FOR DECENTRALIZED HEALTHCARE DATA MANAGEMENT
COMBINING BLOCKCHAIN AND IOT FOR DECENTRALIZED HEALTHCARE DATA MANAGEMENTCOMBINING BLOCKCHAIN AND IOT FOR DECENTRALIZED HEALTHCARE DATA MANAGEMENT
COMBINING BLOCKCHAIN AND IOT FOR DECENTRALIZED HEALTHCARE DATA MANAGEMENTijcisjournal
 
COMBINING BLOCKCHAIN AND IOT FOR DECENTRALIZED HEALTHCARE DATA MANAGEMENT
COMBINING BLOCKCHAIN AND IOT FOR DECENTRALIZED HEALTHCARE DATA MANAGEMENTCOMBINING BLOCKCHAIN AND IOT FOR DECENTRALIZED HEALTHCARE DATA MANAGEMENT
COMBINING BLOCKCHAIN AND IOT FOR DECENTRALIZED HEALTHCARE DATA MANAGEMENTijcisjournal
 
Role of Cloud Computing in Healthcare Systems
Role of Cloud Computing in Healthcare SystemsRole of Cloud Computing in Healthcare Systems
Role of Cloud Computing in Healthcare Systemsijtsrd
 

Similar to Healthcare information exchange using blockchain technology (20)

A Survey on Decentralized e-health record with health insurance synchronization
A Survey on Decentralized e-health record with health insurance synchronizationA Survey on Decentralized e-health record with health insurance synchronization
A Survey on Decentralized e-health record with health insurance synchronization
 
IRJET - Healthcare Data Storage using Blockchain
IRJET - Healthcare Data Storage using BlockchainIRJET - Healthcare Data Storage using Blockchain
IRJET - Healthcare Data Storage using Blockchain
 
MEDBLOCK
MEDBLOCKMEDBLOCK
MEDBLOCK
 
Blockchain for Healthcare
Blockchain for HealthcareBlockchain for Healthcare
Blockchain for Healthcare
 
ELECTRONIC HEALTH RECORD SYSTEM BY ADOPTING BLOCKCHAIN
ELECTRONIC HEALTH RECORD SYSTEM BY ADOPTING BLOCKCHAINELECTRONIC HEALTH RECORD SYSTEM BY ADOPTING BLOCKCHAIN
ELECTRONIC HEALTH RECORD SYSTEM BY ADOPTING BLOCKCHAIN
 
Blockchain based system to store and retrieve healthcare records
Blockchain based system to store and retrieve healthcare recordsBlockchain based system to store and retrieve healthcare records
Blockchain based system to store and retrieve healthcare records
 
USING BLOCKCHAIN TO ACHIEVE DECENTRALIZED PRIVACY IN IOT HEALTHCARE
USING BLOCKCHAIN TO ACHIEVE DECENTRALIZED PRIVACY IN IOT HEALTHCAREUSING BLOCKCHAIN TO ACHIEVE DECENTRALIZED PRIVACY IN IOT HEALTHCARE
USING BLOCKCHAIN TO ACHIEVE DECENTRALIZED PRIVACY IN IOT HEALTHCARE
 
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...
 
A Novel Healthcare-based Block chain (HBC) System for Security Healthcare Dat...
A Novel Healthcare-based Block chain (HBC) System for Security Healthcare Dat...A Novel Healthcare-based Block chain (HBC) System for Security Healthcare Dat...
A Novel Healthcare-based Block chain (HBC) System for Security Healthcare Dat...
 
Smart Contracts in E-Health records using Blockchain
Smart Contracts in E-Health records using BlockchainSmart Contracts in E-Health records using Blockchain
Smart Contracts in E-Health records using Blockchain
 
IRJET- MedBlock System for Securing Medical Records
IRJET- MedBlock System for Securing Medical RecordsIRJET- MedBlock System for Securing Medical Records
IRJET- MedBlock System for Securing Medical Records
 
IRJET- MedBlock System for Securing Medical Records
IRJET- MedBlock System for Securing Medical RecordsIRJET- MedBlock System for Securing Medical Records
IRJET- MedBlock System for Securing Medical Records
 
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
 
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...
 
Medical data sharing using Blockchain.pdf
Medical data sharing using Blockchain.pdfMedical data sharing using Blockchain.pdf
Medical data sharing using Blockchain.pdf
 
FACULTY OF HIGHER EDUCATION Individual.docx
FACULTY OF HIGHER EDUCATION         Individual.docxFACULTY OF HIGHER EDUCATION         Individual.docx
FACULTY OF HIGHER EDUCATION Individual.docx
 
One page
One page One page
One page
 
COMBINING BLOCKCHAIN AND IOT FOR DECENTRALIZED HEALTHCARE DATA MANAGEMENT
COMBINING BLOCKCHAIN AND IOT FOR DECENTRALIZED HEALTHCARE DATA MANAGEMENTCOMBINING BLOCKCHAIN AND IOT FOR DECENTRALIZED HEALTHCARE DATA MANAGEMENT
COMBINING BLOCKCHAIN AND IOT FOR DECENTRALIZED HEALTHCARE DATA MANAGEMENT
 
COMBINING BLOCKCHAIN AND IOT FOR DECENTRALIZED HEALTHCARE DATA MANAGEMENT
COMBINING BLOCKCHAIN AND IOT FOR DECENTRALIZED HEALTHCARE DATA MANAGEMENTCOMBINING BLOCKCHAIN AND IOT FOR DECENTRALIZED HEALTHCARE DATA MANAGEMENT
COMBINING BLOCKCHAIN AND IOT FOR DECENTRALIZED HEALTHCARE DATA MANAGEMENT
 
Role of Cloud Computing in Healthcare Systems
Role of Cloud Computing in Healthcare SystemsRole of Cloud Computing in Healthcare Systems
Role of Cloud Computing in Healthcare Systems
 

More from IJECEIAES

Remote field-programmable gate array laboratory for signal acquisition and de...
Remote field-programmable gate array laboratory for signal acquisition and de...Remote field-programmable gate array laboratory for signal acquisition and de...
Remote field-programmable gate array laboratory for signal acquisition and de...IJECEIAES
 
Detecting and resolving feature envy through automated machine learning and m...
Detecting and resolving feature envy through automated machine learning and m...Detecting and resolving feature envy through automated machine learning and m...
Detecting and resolving feature envy through automated machine learning and m...IJECEIAES
 
Smart monitoring technique for solar cell systems using internet of things ba...
Smart monitoring technique for solar cell systems using internet of things ba...Smart monitoring technique for solar cell systems using internet of things ba...
Smart monitoring technique for solar cell systems using internet of things ba...IJECEIAES
 
An efficient security framework for intrusion detection and prevention in int...
An efficient security framework for intrusion detection and prevention in int...An efficient security framework for intrusion detection and prevention in int...
An efficient security framework for intrusion detection and prevention in int...IJECEIAES
 
Developing a smart system for infant incubators using the internet of things ...
Developing a smart system for infant incubators using the internet of things ...Developing a smart system for infant incubators using the internet of things ...
Developing a smart system for infant incubators using the internet of things ...IJECEIAES
 
A review on internet of things-based stingless bee's honey production with im...
A review on internet of things-based stingless bee's honey production with im...A review on internet of things-based stingless bee's honey production with im...
A review on internet of things-based stingless bee's honey production with im...IJECEIAES
 
A trust based secure access control using authentication mechanism for intero...
A trust based secure access control using authentication mechanism for intero...A trust based secure access control using authentication mechanism for intero...
A trust based secure access control using authentication mechanism for intero...IJECEIAES
 
Fuzzy linear programming with the intuitionistic polygonal fuzzy numbers
Fuzzy linear programming with the intuitionistic polygonal fuzzy numbersFuzzy linear programming with the intuitionistic polygonal fuzzy numbers
Fuzzy linear programming with the intuitionistic polygonal fuzzy numbersIJECEIAES
 
The performance of artificial intelligence in prostate magnetic resonance im...
The performance of artificial intelligence in prostate  magnetic resonance im...The performance of artificial intelligence in prostate  magnetic resonance im...
The performance of artificial intelligence in prostate magnetic resonance im...IJECEIAES
 
Seizure stage detection of epileptic seizure using convolutional neural networks
Seizure stage detection of epileptic seizure using convolutional neural networksSeizure stage detection of epileptic seizure using convolutional neural networks
Seizure stage detection of epileptic seizure using convolutional neural networksIJECEIAES
 
Analysis of driving style using self-organizing maps to analyze driver behavior
Analysis of driving style using self-organizing maps to analyze driver behaviorAnalysis of driving style using self-organizing maps to analyze driver behavior
Analysis of driving style using self-organizing maps to analyze driver behaviorIJECEIAES
 
Hyperspectral object classification using hybrid spectral-spatial fusion and ...
Hyperspectral object classification using hybrid spectral-spatial fusion and ...Hyperspectral object classification using hybrid spectral-spatial fusion and ...
Hyperspectral object classification using hybrid spectral-spatial fusion and ...IJECEIAES
 
Fuzzy logic method-based stress detector with blood pressure and body tempera...
Fuzzy logic method-based stress detector with blood pressure and body tempera...Fuzzy logic method-based stress detector with blood pressure and body tempera...
Fuzzy logic method-based stress detector with blood pressure and body tempera...IJECEIAES
 
SADCNN-ORBM: a hybrid deep learning model based citrus disease detection and ...
SADCNN-ORBM: a hybrid deep learning model based citrus disease detection and ...SADCNN-ORBM: a hybrid deep learning model based citrus disease detection and ...
SADCNN-ORBM: a hybrid deep learning model based citrus disease detection and ...IJECEIAES
 
Performance enhancement of machine learning algorithm for breast cancer diagn...
Performance enhancement of machine learning algorithm for breast cancer diagn...Performance enhancement of machine learning algorithm for breast cancer diagn...
Performance enhancement of machine learning algorithm for breast cancer diagn...IJECEIAES
 
A deep learning framework for accurate diagnosis of colorectal cancer using h...
A deep learning framework for accurate diagnosis of colorectal cancer using h...A deep learning framework for accurate diagnosis of colorectal cancer using h...
A deep learning framework for accurate diagnosis of colorectal cancer using h...IJECEIAES
 
Swarm flip-crossover algorithm: a new swarm-based metaheuristic enriched with...
Swarm flip-crossover algorithm: a new swarm-based metaheuristic enriched with...Swarm flip-crossover algorithm: a new swarm-based metaheuristic enriched with...
Swarm flip-crossover algorithm: a new swarm-based metaheuristic enriched with...IJECEIAES
 
Predicting churn with filter-based techniques and deep learning
Predicting churn with filter-based techniques and deep learningPredicting churn with filter-based techniques and deep learning
Predicting churn with filter-based techniques and deep learningIJECEIAES
 
Taxi-out time prediction at Mohammed V Casablanca Airport
Taxi-out time prediction at Mohammed V Casablanca AirportTaxi-out time prediction at Mohammed V Casablanca Airport
Taxi-out time prediction at Mohammed V Casablanca AirportIJECEIAES
 
Automatic customer review summarization using deep learningbased hybrid senti...
Automatic customer review summarization using deep learningbased hybrid senti...Automatic customer review summarization using deep learningbased hybrid senti...
Automatic customer review summarization using deep learningbased hybrid senti...IJECEIAES
 

More from IJECEIAES (20)

Remote field-programmable gate array laboratory for signal acquisition and de...
Remote field-programmable gate array laboratory for signal acquisition and de...Remote field-programmable gate array laboratory for signal acquisition and de...
Remote field-programmable gate array laboratory for signal acquisition and de...
 
Detecting and resolving feature envy through automated machine learning and m...
Detecting and resolving feature envy through automated machine learning and m...Detecting and resolving feature envy through automated machine learning and m...
Detecting and resolving feature envy through automated machine learning and m...
 
Smart monitoring technique for solar cell systems using internet of things ba...
Smart monitoring technique for solar cell systems using internet of things ba...Smart monitoring technique for solar cell systems using internet of things ba...
Smart monitoring technique for solar cell systems using internet of things ba...
 
An efficient security framework for intrusion detection and prevention in int...
An efficient security framework for intrusion detection and prevention in int...An efficient security framework for intrusion detection and prevention in int...
An efficient security framework for intrusion detection and prevention in int...
 
Developing a smart system for infant incubators using the internet of things ...
Developing a smart system for infant incubators using the internet of things ...Developing a smart system for infant incubators using the internet of things ...
Developing a smart system for infant incubators using the internet of things ...
 
A review on internet of things-based stingless bee's honey production with im...
A review on internet of things-based stingless bee's honey production with im...A review on internet of things-based stingless bee's honey production with im...
A review on internet of things-based stingless bee's honey production with im...
 
A trust based secure access control using authentication mechanism for intero...
A trust based secure access control using authentication mechanism for intero...A trust based secure access control using authentication mechanism for intero...
A trust based secure access control using authentication mechanism for intero...
 
Fuzzy linear programming with the intuitionistic polygonal fuzzy numbers
Fuzzy linear programming with the intuitionistic polygonal fuzzy numbersFuzzy linear programming with the intuitionistic polygonal fuzzy numbers
Fuzzy linear programming with the intuitionistic polygonal fuzzy numbers
 
The performance of artificial intelligence in prostate magnetic resonance im...
The performance of artificial intelligence in prostate  magnetic resonance im...The performance of artificial intelligence in prostate  magnetic resonance im...
The performance of artificial intelligence in prostate magnetic resonance im...
 
Seizure stage detection of epileptic seizure using convolutional neural networks
Seizure stage detection of epileptic seizure using convolutional neural networksSeizure stage detection of epileptic seizure using convolutional neural networks
Seizure stage detection of epileptic seizure using convolutional neural networks
 
Analysis of driving style using self-organizing maps to analyze driver behavior
Analysis of driving style using self-organizing maps to analyze driver behaviorAnalysis of driving style using self-organizing maps to analyze driver behavior
Analysis of driving style using self-organizing maps to analyze driver behavior
 
Hyperspectral object classification using hybrid spectral-spatial fusion and ...
Hyperspectral object classification using hybrid spectral-spatial fusion and ...Hyperspectral object classification using hybrid spectral-spatial fusion and ...
Hyperspectral object classification using hybrid spectral-spatial fusion and ...
 
Fuzzy logic method-based stress detector with blood pressure and body tempera...
Fuzzy logic method-based stress detector with blood pressure and body tempera...Fuzzy logic method-based stress detector with blood pressure and body tempera...
Fuzzy logic method-based stress detector with blood pressure and body tempera...
 
SADCNN-ORBM: a hybrid deep learning model based citrus disease detection and ...
SADCNN-ORBM: a hybrid deep learning model based citrus disease detection and ...SADCNN-ORBM: a hybrid deep learning model based citrus disease detection and ...
SADCNN-ORBM: a hybrid deep learning model based citrus disease detection and ...
 
Performance enhancement of machine learning algorithm for breast cancer diagn...
Performance enhancement of machine learning algorithm for breast cancer diagn...Performance enhancement of machine learning algorithm for breast cancer diagn...
Performance enhancement of machine learning algorithm for breast cancer diagn...
 
A deep learning framework for accurate diagnosis of colorectal cancer using h...
A deep learning framework for accurate diagnosis of colorectal cancer using h...A deep learning framework for accurate diagnosis of colorectal cancer using h...
A deep learning framework for accurate diagnosis of colorectal cancer using h...
 
Swarm flip-crossover algorithm: a new swarm-based metaheuristic enriched with...
Swarm flip-crossover algorithm: a new swarm-based metaheuristic enriched with...Swarm flip-crossover algorithm: a new swarm-based metaheuristic enriched with...
Swarm flip-crossover algorithm: a new swarm-based metaheuristic enriched with...
 
Predicting churn with filter-based techniques and deep learning
Predicting churn with filter-based techniques and deep learningPredicting churn with filter-based techniques and deep learning
Predicting churn with filter-based techniques and deep learning
 
Taxi-out time prediction at Mohammed V Casablanca Airport
Taxi-out time prediction at Mohammed V Casablanca AirportTaxi-out time prediction at Mohammed V Casablanca Airport
Taxi-out time prediction at Mohammed V Casablanca Airport
 
Automatic customer review summarization using deep learningbased hybrid senti...
Automatic customer review summarization using deep learningbased hybrid senti...Automatic customer review summarization using deep learningbased hybrid senti...
Automatic customer review summarization using deep learningbased hybrid senti...
 

Recently uploaded

Employee leave management system project.
Employee leave management system project.Employee leave management system project.
Employee leave management system project.Kamal Acharya
 
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Arindam Chakraborty, Ph.D., P.E. (CA, TX)
 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfJiananWang21
 
Standard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayStandard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayEpec Engineered Technologies
 
Tamil Call Girls Bhayandar WhatsApp +91-9930687706, Best Service
Tamil Call Girls Bhayandar WhatsApp +91-9930687706, Best ServiceTamil Call Girls Bhayandar WhatsApp +91-9930687706, Best Service
Tamil Call Girls Bhayandar WhatsApp +91-9930687706, Best Servicemeghakumariji156
 
Moment Distribution Method For Btech Civil
Moment Distribution Method For Btech CivilMoment Distribution Method For Btech Civil
Moment Distribution Method For Btech CivilVinayVitekari
 
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...Call Girls Mumbai
 
A Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna MunicipalityA Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna MunicipalityMorshed Ahmed Rahath
 
PE 459 LECTURE 2- natural gas basic concepts and properties
PE 459 LECTURE 2- natural gas basic concepts and propertiesPE 459 LECTURE 2- natural gas basic concepts and properties
PE 459 LECTURE 2- natural gas basic concepts and propertiessarkmank1
 
Block diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.pptBlock diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.pptNANDHAKUMARA10
 
Hospital management system project report.pdf
Hospital management system project report.pdfHospital management system project report.pdf
Hospital management system project report.pdfKamal Acharya
 
Hostel management system project report..pdf
Hostel management system project report..pdfHostel management system project report..pdf
Hostel management system project report..pdfKamal Acharya
 
Computer Networks Basics of Network Devices
Computer Networks  Basics of Network DevicesComputer Networks  Basics of Network Devices
Computer Networks Basics of Network DevicesChandrakantDivate1
 
DeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakesDeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakesMayuraD1
 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VDineshKumar4165
 
Verification of thevenin's theorem for BEEE Lab (1).pptx
Verification of thevenin's theorem for BEEE Lab (1).pptxVerification of thevenin's theorem for BEEE Lab (1).pptx
Verification of thevenin's theorem for BEEE Lab (1).pptxchumtiyababu
 
A CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptx
A CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptxA CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptx
A CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptxmaisarahman1
 
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
 

Recently uploaded (20)

Employee leave management system project.
Employee leave management system project.Employee leave management system project.
Employee leave management system project.
 
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdf
 
Standard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayStandard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power Play
 
Tamil Call Girls Bhayandar WhatsApp +91-9930687706, Best Service
Tamil Call Girls Bhayandar WhatsApp +91-9930687706, Best ServiceTamil Call Girls Bhayandar WhatsApp +91-9930687706, Best Service
Tamil Call Girls Bhayandar WhatsApp +91-9930687706, Best Service
 
Moment Distribution Method For Btech Civil
Moment Distribution Method For Btech CivilMoment Distribution Method For Btech Civil
Moment Distribution Method For Btech Civil
 
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
 
A Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna MunicipalityA Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna Municipality
 
PE 459 LECTURE 2- natural gas basic concepts and properties
PE 459 LECTURE 2- natural gas basic concepts and propertiesPE 459 LECTURE 2- natural gas basic concepts and properties
PE 459 LECTURE 2- natural gas basic concepts and properties
 
Block diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.pptBlock diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.ppt
 
Hospital management system project report.pdf
Hospital management system project report.pdfHospital management system project report.pdf
Hospital management system project report.pdf
 
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
 
Hostel management system project report..pdf
Hostel management system project report..pdfHostel management system project report..pdf
Hostel management system project report..pdf
 
Computer Networks Basics of Network Devices
Computer Networks  Basics of Network DevicesComputer Networks  Basics of Network Devices
Computer Networks Basics of Network Devices
 
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced LoadsFEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
 
DeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakesDeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakes
 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - V
 
Verification of thevenin's theorem for BEEE Lab (1).pptx
Verification of thevenin's theorem for BEEE Lab (1).pptxVerification of thevenin's theorem for BEEE Lab (1).pptx
Verification of thevenin's theorem for BEEE Lab (1).pptx
 
A CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptx
A CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptxA CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptx
A CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptx
 
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
 

Healthcare information exchange using blockchain technology

  • 1. International Journal of Electrical and Computer Engineering (IJECE) Vol. 10, No. 1, February 2020, pp. 421~426 ISSN: 2088-8708, DOI: 10.11591/ijece.v10i1.pp421-426  421 Journal homepage: http://ijece.iaescore.com/index.php/IJECE Healthcare information exchange using blockchain technology A. Murugan, Tushar Chechare, B. Muruganantham, S. Ganesh Kumar Department of Computer Science and Engineering, Faculty of Engineering and Technology, SRM Institute of Science and Technology, Chennai, India Article Info ABSTRACT Article history: Received Jul 17, 2019 Revised Aug 10, 2019 Accepted Aug 29, 2019 Current trend in health-care industry is to shift its data on the cloud, to increase availability of Electronic Health Records (EHR) e.g. Patient’s medical history in real time, which will allow sharing of EHR with ease. However, this conventional cloud-based data sharing environment has data security and privacy issues. This paper proposes a distributed solution based on blockchain technology for trusted Health Information Exchange (HIE). In addition to exchange of EHR between patient and doctor, the proposed system is also used in other aspects of healthcare such as improving the insurance claim and making data available for research organizations. Medical data is very sensitive, in both social as well as legal aspects, so permissioned block-chain such as Hyperledger Fabric is used to retain the necessary privacy required in the proposed system. As, this is highly permissioned network where the owner of the network i.e. patient holds all the access rights, so in case of emergency situations the proposed system has a Backup Access System which will allow healthcare professionals to access partial EHR and this backup access is provided by using wearable IOT device. Keywords: Blockchain Electronic healthcare records (EHR) Health information exchange (HIE) Hyperledgerfabric Copyright © 2020 Institute of Advanced Engineering and Science. All rights reserved. Corresponding Author: A. Murugan, Department of Computer Science and Engineering, Faculty of Engineering and Technology, SRM Institute of Science and Technology, Chennai, India. Email: muruganaabap@gmail.com 1. INTRODUCTION a. Motivation User’s in today’s world expect seamless and instantaneous flow of data and many industries have already adopted and some are beginning to adopt necessary technologies to provide their user’s with required information quickly and in a secured manner. Unfortunately, the healthcare industry has lagged behind to meet its users’ expectations. Conventional systems are many times vulnerable to attacks, slow and have very little role for the patient [1]. The health data which is stored in conventional system are very difficult to share due to varying standards and data formats i.e. current healthcare ecosystem is ill-suited for the instantaneous needs of modern user. The primary objective of HIE system is to transmit health information on the far side geographical and institutional boundaries to supply a good and secure delivery mechanism [2]. We need to consider few factors with respect to this sharing mechanism. a. Maintaining privacy in user data is very important and failure to this will result in implications related to financial as well as legal sectors. b. In traditional data sharing system, it requires centralized source of data which increases the risk of data security and it also requires single trusted central authority.
  • 2.  ISSN: 2088-8708 Int J Elec & Comp Eng, Vol. 10, No. 1, February 2020 : 421 - 426 422 In this centralised system, failure of central-storage will risk the storage of medical records of various patients. As data for each patient from various sources such as wearables, physicians, lab reports are increasing, HIE are under pressure to scale the infrastructure and support variety of data sources [3]. b. Problem statement Currently, in the traditional system Electronic Medical Record EMR’s are stored in the centralized cloud-based database in which medical records remain largely un portable. Centralization increases security risks and requires trust in single authority. Regardless of controlled access and de-identification, centralized databases cannot guarantee integrity and data security. The disadvantages of current system are vital and thus cannot be ignored, which makes it necessary to develop a new solution for sharing EMR’s which is more secured, reliable and should be able to handle all the data privacy, data redundancy and other security related issues related to Healthcare Information Exchange System. c. Use of blockchain in HIE system In Healthcare Information Exchange System, various Healthcare entities like Doctor, Pharmacist, Medical Lab incharge and insurance company may have to submit transactions which may result in change in contents of the Electronic Medical Records (EMR) [4]. These EMR’s are critical and highly sensitive patient’s medical information which needs to secured. It requires that the participants performing transactions should be known and trusted by other participants [5]. Centralization does not guarantee integrity and data security so; this paper proposes a distributed solution to implements a HIE System to share EMR’s between various entities present in the healthcare using Blockchain. Blockchain is a distributed ledger which is used for making logs and storing every transaction block in distributed ledger [2] i.e. whenever a participant performs a transaction on EMR’s it will be recorded in the ledger. Blockchain depends on previously known cryptographic methods which will allow every node in the network to participate in the interaction (e.g. store information, exchange of information, and view that information), without having prior trust between the participants of the network. There is no central authority in a blockchain system instead, transaction blocks are recorded and distributed to all the peers in the network [6]. So, all participants in the network will know every interaction with blockchain and requires it to be verified before adding to the blockchain, which will enable trust-less interaction between the peers in the network [7]. The block once added to the blockchain can neither be deleted nor updated i.e. it is immutable. In a blockchain based HIE, the patient has the ownership of the medical records, in contradiction to traditional architecture, where a central authority controls accesses and distributes data across network [8]. In this system medical record access is permitted to only limited healthcare entities (people or organizations). Data shared across the blockchain network enables near real time updates across all healthcare entities. Distributed ledger allows secure access to patient data [9]. Data redundancy is reduced as the same copy of data is available to all peers in network. Privacy and confidentiality in blockchain network is maintained by restricting few nodes to access data. d. Hyperledger fabric to support private data The proposed system requires that some information to be private to some participants and should not be seen by other participants in the network, for e.g. the research organizations and insurance companies need not to know all the transactions in the network [10]. The other permissioned blockchain network requires that all participants should have same view of the distributed-ledger, which makes it difficult to support private data for various different participants whereas Hyper-ledger fabric provides a way to keep certain data/transactions confidential among a subset of members in network [11]. e. Objectives of HIE system Secure, immutable and decentralized EHR database with patient owing her / his own health data Easy to share selective or all EHRs as consented by the patient Full medical history of a patient at one single point Easy verification of medical prescription Redacted EHRs for research purposes Increased transparency No insurance fraud 2. TECHNOLOGICAL DETAILS Basic concept of hyperledger fabric Fabric network is distributed permission based which requires its users to sign-up before using it. Using Hyperledger modelling and access control languages, permissioning on the network is controlled [12]. It is implementation of DIL (Distributed Ledger Technology) which provides Enterprise ready network scalability, security, performance and confidentiality in flexible blockchain architecture [13]. Like other blockchain’s Fabric also has ledger which uses smart contract which is called as chaincode. Hyperledger
  • 3. Int J Elec & Comp Eng ISSN: 2088-8708  Healthcare information exchange using blockchain technology (A. Murugan) 423 Fabric blockchain has configurable and modular architecture which enables optimization, innovation and versatility for different industrial use-cases [14]. Unlike other distributed ledger platform Hyperledger fabric allows smart contract to be written in various general purpose languages such as Go, Node.js and Java rather than using Domain-Specific Languages (DSL). Unlike other permission-less network, Fabric is fully permissioned platform; it means that, all the participants in the network are known to each other, rather than anonymous and therefore fully untrusted. Hyperledger Fabric allows new architecture called as execute-order-validate for transactions in the network [15]. This architecture overcomes various challenges faced by the order – execute - model like resiliency, flexibility, scalability, performance and confidentiality by separating the transaction flow into three steps: 1. Execute a transaction and check its correctness, 2. Order transactions using consensus protocol, 3. Before committing transactions to the ledger validate them against an application-specific endorsement policy. Hyperledger Fabric provides multi-layer permissions which allows owner of data to control which part of data is accessed [16]. 2.1. Functionalities of Hyperledger Fabric 2.1.1. Identity management Hyperledger Fabric enables permissioned network by providing membership identity services [17]. This service is responsible for managing user ID’s and also authenticates all network participants. 2.1.2. Privacy and confidentiality It allows competing businesses and a group that needs their transactions to be confidential and private to coexist on one network. Members of the network use private channel to maintain confidentiality and privacy in transactions [18]. A member who doesn’t have access to the private channel won’t be able to see channel information, transactions on that channel and members of it. 2.1.3. Chaincode functionality Chaincode which is also called as smart contract manages business logic agreed by all the participants in the network [19]. It is basically a program written in programming languages such as Go, Java and node.js. This program runs on Docker container which is secured and isolated from other peer processes 2.1.4. Modular design Hyperledger Fabric provides functional choice to network designers by implementing modular architecture [20]. It allows particular algorithms encryption, ordering and identity to be plugged into any fabric network. This results in universal architecture for blockchain which can be adopted by any public or industry domain with the guarantee that the network will be inter-operable across regulatory, market and geographical boundaries [21]. 2.2. Hyperledger composer Hyperledger Composer is a set of collaboration tools for building blockchain business networks that makes it simple and fast for business owners and developers to create smart contracts and blockchain applications to solve business problems. It supports existing Hyperledger fabric blockchain runtime and infrastructure, which support pluggable conscious protocol which ensures that transactions are validated according to the policy designed by participants of the business network. 3. SYSTEM DESIGN 3.1. System overview The Figure 1 shows a system overview of personal healthcare information exchange system. It consist of following entities which included, namely patient, emergency contact, hospitals, insurance company, research organization, doctor, pharmacist and the patients private blockchain network. 3.2. HIE System Entities 3.1.1. Patient/user Patient/User is the owner of the network and has complete control over his personal health data. Patient is responsible for revoking, granting and denying data access to the other peers in the network such as doctors, hospitals, insurance companies and research organizations [21]. While taking medical treatment from doctor’s patient can share his Electronic Health Records with the doctor by granting read access rights and when treatment is completed patient can revoke access rights from doctor to decline further access to HER. Similarly, patient can grant, deny or revoke access to other peers connected in the network such as, research organizations, insurance companies. Besides this, the patient can record some personal information like daily health routine, allergies or any other related data which will in improving medical treatment.
  • 4.  ISSN: 2088-8708 Int J Elec & Comp Eng, Vol. 10, No. 1, February 2020 : 421 - 426 424 3.1.2. Doctor/practitioner Patient/User can appoint a healthcare professional such as doctor to give medical treatment or to perform some medical tests and give them access to his EHR’s. When more than one doctor are involved in providing treatment to patient the doctor may request patient to give permission to other doctor / doctors to access patients medical records. The doctors can read previous blocks containing medical records and can add new block in the blockchain with current medical record after getting permission from the patient. 3.1.3. Health insurance company Patient can allow Health Insurance Company to access their Electronic Health Records [22]. Insurance company in return can suggest a better insurance policy by analysing patients HER’s. In addition to this the insurers will have a trusted source of healthcare data based on which they make better decisions [23]. 3.1.4. Research organizations Research organizations can request access for patient’s medical history for medical research purposes. Patient’s medical history will helps research organizations in improving health services, development of more effective diagnostics and treatments, insights into cause of diseases and identification of public health risks [23]. Figure 1. HIE system using blockchain 3.3. HIE system participants and permissions Table 1 show the Health Information Exchange system participants and permissions. Table 1. HIE system participants and permissions SR. No. Participant Permissions 1 Practitioner / Doctor - Request Read or Write permission on EHRs - Request Read or write permission for other practitioners to access HER 2 Patient / User - Read HER - Give permission to Practitioner or doctor to read or write HER - Revocation of read or write permission from practitioner or doctors - Permit emergency contact to read or grant permission 3 Research organization - Read permissioned EHRs 4 Insurance Company - Read permissioned EHRs 3.4. Goals The main goal of this proposed system is to provide a way to store and share the health information in more secured and effective manner [24]. The patient’s EHR must be consistent, available when needed and only patient should control the terms of its access. The secondary goal is to share the EHR in such a way that its structure and the meaning must be easily understandable to improve data utilization which will result in good patient care.
  • 5. Int J Elec & Comp Eng ISSN: 2088-8708  Healthcare information exchange using blockchain technology (A. Murugan) 425 3.5. Backup access system The proposed system is to be implemented using Hyperledger fabric which is highly permissioned blockchain where all the access rights of EMRs are with owner of the network i.e. Patient. However, in the case of an emergency and with the patient unable to give access his medical records, there must be an ability to view certain information in order to provide the best possible care. So in the proposed system a backup access system is provided in order to gain partial access to patient’s Electronic Medical Records. This can be done using wearable IOT device [25]. The medical representatives can scan IOT device in case of emergency situation to gain access to critical healthcare information like blood group, allergies, age, and critical decease information. This would enable doctors to provide the best care possible to a patient in an emergency situation. 4. CONCLUSION This work proposes aBlockchain enabled Healthcare Information Exchange system which will provide solution to various challenges such as integrity, data interoperability and Integration of blockchain in HIE will allow access to historic and authentic healthcare data. In addition to this the proposed system is also used in other aspects of healthcare such as improving the insurance claim and making data available for research organizations. REFERENCES [1] X. Zhang, “Blockchain Support for Flexible Queries with Granular Access Control to Electronic Medical Records (EMR),”2018 IEEE International Conference on Communications (ICC), 2018. [2] R. J.Krawiec, et al., “Blockchain: Opportunities for health care,” 2016. Available: https://www2.deloitte.com/us/en/pages/public-sector/articles/blockchain-opportunities-for-health- care.html. [3] X. Liang,et al., “Integrating blockchain for data sharing and collaboration in mobile healthcare applications,”2017 IEEE 28th Annual International Symposium on Personal, Indoor, and Mobile Radio Communications (PIMRC), 2017. [4] C. Esposito,et al., “Blockchain: A Panacea for Healthcare Cloud-Based Data Security and Privacy?” IEEE Cloud Computing,vol. 5, pp. 31-37, 2018. [5] Whitepaper,“Medicalchain,” 2018. Available: https://medicalchain.com/en/whitepaper/ [6] “Hyperledger Fabric - Introduction,” Available: https://medium.com/coinmonks/hyperledger-fabric-introduction- 2282e955ca6e. [7] “Hyperledger Fabric A Blockchain Platform for the Enterprise,” Available: https://hyperledger- fabric.readthedocs.io/en/release-1.2/ [8] F.Benhamouda,et al., “Supporting Private Data on Hyperledger Fabric with Secure Multiparty Computation,”2018 IEEE International Conference on Cloud Engineering, 2018. [9] “Hyperledger Fabric Functionalities,” Available: https://hyperledger-fabric.readthedocs.io/en/release-1.2/ functionalities.html. [10] White Paper, “Blockchain for Healthcare,” 2018. Available: https://www.ehidc.org/sites/default/files/resources/files/blockchain-for-healthcare-341.pdf. [11] L. Mertz, “(Block) Chain Reaction: A Blockchain Revolution Sweeps into Health Care, Offering the Possibility for a Much-Needed Data Solution,” IEEE Pulse,vol. 9, pp. 4-7, 2018. [12] K. Peterson, et al., “A Blockchain-Based Approach to Health Information Exchange Networks,”Available: https://www.healthit.gov/sites/default/files/12-55-blockchain-based-approach-final.pdf. [13] A. Murugan, Tushar Chechare, B. Muriganantham, S. Ganesh Kumar, Healthcare Information Exchange (HIE) Using Hyperledger Fabric Blockchain”,Volume 11 | 05-Special Issue, Pages: 1420-1424. [14] AlevtinaDubovitskaya, 1,2 Zhigang Xu, 3 Samuel Ryu, 4 Michael Schumacher, and Fusheng Wang, 5, Secure and Trustable Electronic Medical Records Sharing using Blockchain, AMIA AnnuSymp Proc. 2017; 2017: 650–659. [15] Ariel Ekblaw , Asaph Azaria , John D. Halamka, , Andrew Lippman,A Case Study for Blockchain in Healthcare: “MedRec” prototype for electronic health records and medical research data, White Paper, Augut 2016. [16] Office of the National Coordinator for Health Information Technology. (2015). Version 1.0. “Connecting Health and Care for the Nation: A shared nationwide interoperability roadmap.” [Online] Available: https://www.healthit.gov/sites/default/files/hie-interoperability/nationwide-interoperabilityroadmap-final-version- 1.0.pdf [17] “About the Epidemic.” U.S. Department of Health & Human Services. [Online] Available: http://www.hhs.gov/opioids/about-the-epidemic/. Accessed Aug. 4, 2016. [18] “Research We Support.” Patient-Centered Outcomes Research Institute (pcori). [Online] Available: http://www.pcori.org/research-results/research-we-support. Accessed Aug. 4, 2016. [19] “Precision Medicine Initiative Cohort Program.” National Institutes of Health. [Online] Available: https://www.nih.gov/precision-medicine-initiative-cohort-program. Accessed Aug. 4, 2016.
  • 6.  ISSN: 2088-8708 Int J Elec & Comp Eng, Vol. 10, No. 1, February 2020 : 421 - 426 426 [20] “Fact Sheet: President Obama’s Precision Medicine Initiative.” The White House Briefing Room. Jan. 30, 2015. [Online] Available: https://www.whitehouse.gov/the-press-office/2015/01/30/fact-sheetpresident-obama-s- precision-medicine-initiative. [21] Forrest P. Blockchain and non financial services use cases. Linkedin. 2016. https://www.linkedin.com/pulse/blockchain-non-financial-services-use-cases-paul-forrest. Accessed May 28, 2017.Google Scholar [22] Tapscott D, Tapscott A. The impact of the blockchain goes beyond financial services.Harvard BusinessReview. 2016. https://hbr.org/2016/05/the-impact-of-the-blockchain-goes-beyond-financial-services. Accessed January 25, 2017.Google Scholar [23] Popper N. Business giants to announce creation of a computing system based on Ethereum.The New York Times. 2017. https://www.nytimes.com/2017/02/27/business/dealbook/ethereum-alliance-business-banking- security.html. Accessed March 1, 2017.Google Scholar [24] Belinky M, Rennick E, Veitch A. The Fintech 2.0 Paper: rebooting financial services.Santander InnoVentures. 2015. http://santanderinnoventures.com/wp-content/uploads/2015/06/The-Fintech-2-0-Paper.pdf. Accessed March 1, 2017.Google Scholar [25] Mettler M. Blockchain technology in healthcare: the revolution starts here.IEEE 18th International Conference on e-Health Networking, September 14–16, Piscataway, NJ: IEEE, 2016. http://ieeexplore.ieee.org/stamp/stamp.jsp?arnumber=7749510. Accessed March 3, 2017