Skip to main content

REVIEW article

Front. Digit. Health, 26 April 2024
Sec. Health Communications and Behavior Change
This article is part of the Research Topic Reviews in Health Communications and Behavior Change View all 6 articles

Blockchain integration in healthcare: a comprehensive investigation of use cases, performance issues, and mitigation strategies

  • School of Computer Science Engineering and Information Systems, Vellore Institute of Technology, Vellore, India

Healthcare is a critical area where blockchain technology (BT) is being heralded as a potential game-changer for facilitating secure and efficient data sharing. The purpose of this review is to examine BT applications, performance challenges, and solutions in healthcare. To begin, This review paper explores popular blockchain networks for data exchange, encompassing both public and permissioned platforms, such as Ethereum and Hyperledger Fabric. This paper analyzes the potential applications of BT’s decentralized, immutable, and smart contract capabilities in healthcare settings, including secure and interoperable health data exchange, patient consent management, drug supply chain oversight, and clinical trial management. The healthcare industry might greatly benefit from the increased privacy, transparency, and accessibility that these technologies provide. Despite BT’s promising medical uses, the technology is not without its drawbacks. High energy consumption, throughput, and scalability are all concerns. We wrapped up by discussing the solutions that have been implemented, including consensus processes, scalability measures like sharding, and off-chain transactions that are designed to mitigate the drawbacks.

1 Introduction

The healthcare industry is constantly on the lookout for ways to improve the safety and efficacy of its data management methods in the modern digital era. With increasing digitization and a vast population, data management and safeguarding sensitive patient data have become paramount (1). Traditional centralized database systems will no longer be able to meet the complex requirements of healthcare organizations, like data sharing with security and privacy (2). So, healthcare organizations aim to improve these by adopting innovative solutions (3). In this pursuit, centralized SQL databases were replaced with cutting-edge technologies such as cloud computing and automation. Cloud-based (4) and big-data-based (5) systems offer scalable and flexible storage solutions, enabling healthcare organizations to efficiently manage and access vast amounts of patient data. Automation could streamline monotonous tasks like data input and report preparation, freeing up doctors to focus on patient care.

Cloud computing and automation can enhance healthcare data storage, retrieval, and analysis productivity, but security and privacy must be prioritized. To prevent patient data breaches, strong security procedures have been adopted. Encryption, access limitations, and multi-factor authentication are used. Furthermore, powerful threat detection tools and regular security audits find security weaknesses. Healthcare data management benefits from machine learning (ML) and artificial intelligence (AI) integration. Algorithms powered by ML (6) and AI (7) can find patterns, predict disease outcomes, and aid in medical decision-making by analyzing vast patient data sets. Despite these advanced methods, healthcare data transparency, ownership, and privacy remain the biggest concerns (8). Blockchain technology provides a decentralized, secure, and transparent platform for storing, sharing, and managing health data (9).

Blockchain is simple but revolutionary. Bitcoin (10) and Ethereum (11) can transform healthcare. Instead of storing each record on a vulnerable server, it is spread across several PCs worldwide. This distributed ledger technology eliminates single points of failure and increases privacy controls over sensitive medical data like electronic health records (EHRs). Thus, BT can improve healthcare by boosting security, transparency, and efficiency. Despite its numerous advantages, integrating this technology into current infrastructure is difficult.

The purpose of the review paper is to investigate the impact of BT on the healthcare sector and its potential uses. Later, it explores the potential impact of BT on the health industry. Difficulties and challenges with blockchain healthcare integration, and finally, we will conclude by discussing the proposed mechanisms to overcome these difficulties.

2 Background work

2.1 Healthcare data security

Healthcare data like EHRs and personal health information (PHI) require significant security measures. Protecting sensitive patient information, preventing its unwanted use, and preventing theft are all aspects of healthcare data security. Countries throughout the world have established several laws and regulations in an effort to ensure the security of this information, like the India Digital Personal Data Protection Bill and the United States Health Information Technology for Economic and Clinical Health (HITECH). Table 1 provides a summary of these regulations and laws.

Table 1
www.frontiersin.org

Table 1. Healthcare data management regulations and laws.

Despite the extensive framework that different countries’ laws and regulations have provided for protecting personal information, there is still a problem. Due to the sensitive nature of healthcare information, there is a high demand for it on the dark web, and attackers are willing to pay a high price for it. Names, ages, addresses, Aadhar numbers, bank account numbers, and other private information are all examples of what falls under this category. Because of this, the primary objective of the healthcare industry is to create a plan that is both effective and efficient for ensuring data is kept as secure as possible. Access control and data encryption are offered for EHR data security throughout the first stages of healthcare application development. Rivest-Shamir-Adleman (SHA), Data Encryption Standard (DES), and elliptic curve cryptography (ECC) are popular data encryption algorithms (17). Creating role-based access control policies is a common approach to authenticating for access control (18). in later years to improve patient care. Medical IoT devices have been integrated (19), and to solve these complex structure and performance issues, a cloud environment is used for storing the data (20). In this new approach, data mobility and data security are key issues (21). This problem leads to the invention of new security approaches like the double-layer security approach for data (22) and hiding schemes for medical images (23). Even though many methods are available for medical data security, EHR privacy and ownership are still the main issues, and data access is not controlled by patients. It will be solved with the inclusion of blockchain (24).

2.2 Principles of blockchain

Blockchain is a subset of decentralized distributed ledger technology (DDLT), in which each participant acts as a node in the network. Rather than traditional centralized structures, each node in this network establishes an independent connection to one another, much like a P2P (peer-to-peer) network. In this P2P network, all interactions take the form of transactions, which are then grouped together to form a node. This block is shared across the network with every user, which increases the safety of the system because any alteration would have to be made to every user’s copy of the ledger, which makes tampering impossible. So once a transaction has been recorded in the blockchain, its immutability guarantees that it cannot be changed. Data encryption and decryption via algorithms like SHA256 and ECC strengthen its security and privacy. The public can view all of the transactions that have been recorded on a blockchain, which builds trust and reliability. These characteristics have attracted enthusiasts from a wide range of industries, like digital currencies, data sharing, and supply chain management.

Since each node holds an identical copy of the data chain, blockchain networks provide data redundancy and decentralization. Maintaining consistency across all nodes is tough because each node contains the same data chain. An agreement on which block data to include in the chain at each block addition ensures consistency. This is possible with consensus protocols. Some of the popular consensus algorithms are POW (proof of work), POS (proof of stake), the hybrid model (POW+POS), PBFT (practical Byzantine fault tolerance), and PoET (proof of elapsed time) (25). In public networks like Bitcoin and Ethereum, every block contains the following mandatory components: Version (the current version of the block structure), Nonce (number used once randomly selected at creation), Previous block header hash, Merkle root hash (cryptographic hash of all the transactions recorded in the block). Timestamp (block-created time).

The application, middle, consensus, network, and data layers are usually observed in blockchain networks. The application layer contains user interface applications and smart contracts (26). This layer is responsible for providing flexibility for users to do transactions. These transactions moved to the middle layer. Based on the platform, transactions are processed in this layer. After being processed, they advance on to the consensus layer. This consensus layer validates and verifies transactions and also helps to maintain consistency in the network. So, in the consensus layer, transactions are verified and bundled in the Merkle tree structure (27) to create a new block. After validation, this new block is sent to the network layer for distribution to every node in the entire network. This block will be validated at every node. After successful validation, the ledger will be updated and sent to the data layer. The data layer is responsible for storing data on every node in the network alongside the rest of the blockchain, guaranteeing data redundancy and decentralization. and finally storing the data at every node. Consensus algorithms are essential to blockchain network credibility. These algorithms work across layers. It decides whether transactions are valid, in what order to include blocks in the consensus layer, and who has authorization to produce the block. In the network and data layers, it plays a very little role.

The general framework for transaction processing in a blockchain network is shown in Figure 1. It begins with transaction initiation, where a user creates a transaction by specifying the amount to be transferred and the receiver address. Next, the network validates the transaction by verifying the sender’s identity and fund availability. Later, verified transactions are sent to the transaction pool. Then miners or validators engage in mining or consensus, competing to establish a new block of transactions. After block creation, block confirmation follows, where nodes confirm the block’s accuracy and conformance to regulations. Upon confirmation, the blockchain’s ledger is updated. This updated ledger is broadcast and stored at each node in the network. Finally, transaction completion is done. Upon completing the transaction, users obtain transaction receipts as verification of their transactions, while miners collect block rewards (depending on the blockchain network and consensus mechanism), and the recipient obtains access to the transferred funds. This process supports the functioning of blockchain networks, maintaining the integrity and transparency of transactions.

Figure 1
www.frontiersin.org

Figure 1. Blockchain transaction processing.

2.3 Blockchain for data sharing

At first, blockchain was implemented in Defi (decentralized finance) apps to ensure the safety of financial activities. Later, as a result of its advantages, data transfer became significantly in demand. Bitcoin (10), the first blockchain network, was only used for crypto exchange, so new platforms have emerged for data sharing. Especially after the introduction of Ethereum, usage of blockchain has increased beyond crypto currency.

Ethereum (11, 28) is one of the earliest and most well-known blockchain platforms, having first appeared in 2013. Ether (ETH) is the cryptocurrency used on the Ethereum network. It’s the first model for maintaining data exchanges, and it’s a decentralized network that anyone can join. The ability to view and modify your own data-sharing preferences is a major benefit. It also allows for the development of smart contracts, which can be used to automate getting out of an agreement. Smart contracts make asset management simpler than the Bitcoin blockchain’s scripting language ever could. In addition to allowing existing business logic to be extended, these smart contracts also allow for integration with a wide variety of programming languages and tools. Transactions in Ethereum are signed data packages to be sent from an externally owned account Containing recipient, sender signature, amount (ETH), the data to send, and the maximum fee in wei for transaction processing. Including data in the transaction is optional. Wei is the smallest value in Ethereum. Transaction validators are compensated for tasks completed.

Hyperledger Fabric (29, 30) launched in 2016 as an open-source permissioned blockchain. It is one of the products of the Hyperledger family. It is the combined work of IBM, the Linux Foundation, Intel, Digital Asset, and Accenture. Fabric is the first product of this consortium. This platform is used to create applications and solutions using a modular architecture. Since it is a private blockchain, participants need to be authorized to join the network. Every member of the network can authorize nodes to participate with the help of the fabric certificate authority. Usually, a predefined group of people confirm transactions, but they can alternatively be confirmed by mutual consent between the sender and the recipient. You can create your own consensus. On this platform, smart contracts can be called chain codes. This chaincode is responsible for the consensus mechanisms for their Dapp. It is not providing any networks. The developers need to deploy on their own space or servers because it has no native cryptocurrency, no mining fee, and no consensus. As a result of their network, only members of the network can see the operations; other application users cannot access the data, unlike Ethereum. Due to these features, transaction speed is faster, so performance and scalability are very high compared to Ethereum.

MultiChain (31, 32) is also one of the private blockchain platforms. It provides a simple environment to configure and deploy packages. It supports all types of servers and allows integration with existing systems by generating a JSON-RPC API. This platform’s special feature is that it allows only selected participants to monitor blockchain activity. On this platform, developers can create data streams (33) that allow only selected types of transactions in the network. Administrative privileges on the network are automatically allocated to Genesis miner. This administrator selects miners who produce blocks based on the mining diversity, which has a value between 0 and 1. A diversity number of 0 allows any miner to create a block at any time, but a value of 1 requires block production using the round-robin mechanism. According to the developer 0.3 is the default value but 0.5 or greater is the strong mining diversity. Multichain allows participants to customize the blockchain’s parameters (34) in a configuration file. Due to this feature, scalability problems can be solved. It allows developers to create their own cryptocurrency and also allows other cryptocurrencies to be used as tokens.

Corda (35) is an innovative private blockchain platform that allows blockchain interoperability, enabling different networks to communicate to exchange data. It has the potential to be immensely useful in the fields of digital assets, healthcare, insurance, capital markets, and government. It is unquestionably perfect for enterprises as an open-source blockchain platform with considerable flexibility. In terms of consensus and currency, it is identical to the hyperledger fabric. Corda smart contracts are not as fully functioning as other platforms, but they will carry out the required functions and are written using Java. By default, the Corda platform includes packages that support Oracle services. The Hyperledger consortium released support for Hyperledger Indy’s interface with Corda.

IOTA’s Tangle framework (36) is the first decentralized, cost-free distributed ledger designed specifically for IoT device communication. It simplifies and speeds up IoT device data sharing and financial transactions. Unlike other blockchain protocols, IOTA does not charge transaction fees (37). This makes it a good option for storing large files, like images. It can execute many transactions per second. Making it ideal option for achieving high-throughput and scalability for applications use image and videos. In addition number of open-source tools and packages are available to support easy image processing. For instance, the IOTA Foundation has released a JavaScript framework called the IOTA Streams Framework that facilitates data encryption and storage on the IOTA Tangle. Compared to Ethereum, IOTA Tangle requires longer to build an ecosystem of apps and services.

BigchainDB (38) combines blockchain technology with a distributed database architecture. It seeks to provide scalability, high throughput, low latency, and querying and indexing capability, which Bitcoin and Ethereum struggle with. It increases scalability by making trade-offs compared to typical blockchains. This platform does not use full replication, so each node does not need to store the entire blockchain. This decreases BigchainDB node storage and bandwidth. Its consensus algorithm differs from that of standard blockchains. BigchainDB’s Byzantine fault-tolerant (BFT) consensus process allows it to function even with one-third of the nodes offline. This strengthens BigchainDB against attacks and failures. Though still in development, it might be a great tool for many applications.

Kadena (39), Solana (40), EOS (41), Eris (42), and LUCE (43) are a few examples of other potentially useful platforms for the exchange of data.

3 Blockchain in healthcare

The healthcare system has changed in recent years to support a patient-centered approach. To achieve this, the health industry is exploring the potential of BT for managing health records. Because BT is a decentralized, secure, and transparent system, it can help address these new problems. Several studies have shown that BT has the potential to improve healthcare data management. Here, we summarize the literature about blockchain health record management and discuss its potential applications and drawbacks.

For example, Azaria et al. (44) presented the BT framework Medrec for maintaining EHRs. It provides a secure and decentralized solution to storing and exchanging patient data, giving patients authority over their data while also allowing healthcare professionals to access and interchange it safely and promptly. Similarly, Kshetri (45) highlighted that BT has the ability to improve the security and privacy of healthcare data while also lowering medical errors and fraud in the supply chain. Omar et al. (46) conducted a study that emphasized the use of BT in clinical trials for data authenticity, transparency, and traceability.

3.1 Use cases of blockchain technology in healthcare

In our comprehensive analysis of blockchain applications in healthcare across several databases, we uncovered a significant quantity of research on this rapidly expanding topic. We identified 3,800 records connected to blockchain healthcare in Scopus (Elsevier), 1,383 in IEEE Access, and 537 publications in PubMed as of September 2023. This comprehensive collection of literature highlights the growing interest in and importance of blockchain technology in tackling healthcare concerns. Figure 2 shows that researchers have prioritized crucial areas, including healthcare data management, clinical trials, supply chain management, and insurance claims applications. These domains have emerged as key use cases for blockchain in the healthcare industry.

Figure 2
www.frontiersin.org

Figure 2. Published papers data on healthcare blockchain in 3 different databases.

To identify relevant publications within each domain, we used category-specific keywords. For instance, in the context of BT in healthcare we utilized phrases like “blockchain” and “healthcare.” In the context of EHR management, chosen keywords were “data management,” “blockchain,” and “healthcare.” Similarly, for clinical research, we employed the terms “blockchain” and “clinical research,” while “healthcare” and “supply chain” were used for BT for supply chain. and finally for healthcare insurance, relevant terms encompassed “blockchain,” “healthcare,” and “insurance.” To preserve the dataset’s integrity, our study retained duplicate contributions and presented it exactly as retrieved from journal databases. Although the presence of duplicates in the dataset may have an influence on certain studies, we choose to keep them since we value transparency. This decision illustrates our dedication to openness and transparency in our research process.After displaying the dataset in a figure, we used keywords and abstracts to select the 400 notable papers. We carried out a comprehensive screening process to ensure the quality and rigor of our investigation. Every study was meticulously examined to ensure its pertinence and quality, aiming to include only relevant material in our analysis.

3.1.1 EHR management

EHR data management is critical in medical care, and BT provides various benefits to the healthcare industry. It simplifies operations by allowing patients to control and securely exchange medical records with their preferred medical professionals. Encryption technology protects security, and limiting access to authorized users provides privacy and prevents hacker attempts. This lowers unnecessary paperwork for patients, improves healthcare delivery, and reduces data loss concerns. The process of managing healthcare data with BT has been illustrated in Figure 3. Key ways in which BT can be used to improve EHR management include secure data storage, patient control, interoperability, and integrity.

Figure 3
www.frontiersin.org

Figure 3. Health record management with blockchain.

Secure data storage: Data is hard to hack due to BT’s decentralized architecture. Data is kept on several computers throughout a network, not in one place. Another key aspect of BT is immutability. It ensures that ledger data cannot be manipulated without discovery. This feature protects against data modification and fraud.

Patient control: BT gives patients full ownership over their medical records. Patients can choose who sees and uses their data. A hash value is formed when data is saved in the blockchain. This hash stores data location and approved users who can read or alter it. This data will instruct blockchain apps. So when doctors, nurses, patients, or other permitted users or devices seek patient file information, the program validates their credentials before giving or denying access. Data access control is transparent and does not divulge sensitive information to unauthorized people with this strategy. These programmers record all data interactions for auditability. Every blockchain platform provides programs for this. Ethereum-like platforms employ smart contracts to control data access.

Interoperability: BT incorporation enables healthcare system interoperability. This can improve care coordination and prevent medical errors. The decentralized technology eliminates intermediaries in patient data sharing between institutions and medical practitioners. This simplified interchange improves care coordination and patient outcomes.

Integrity: Since each transaction or event has a unique hash, BT guarantees EHR data integrity. Future users can verify content integrity by recording the hash. Updated documents generate different hashes that don’t match the original hash code.

Sharma et al. (47) developed a framework with Hyperledger Fabric for fundamental EHR management features. While this framework does make it easy to enter EHR data, it lacks in terms of who has access to that data. Similarly, the QI XIA et al. (48) healthcare platform is limited to established cloud service data providers. Smart contracts on this Ethereum-based platform use private keys to ensure the authenticity of data transfers in the healthcare industry. Patients do not have access to their information in this study. There are serious concerns about patient privacy with these solutions. Giving complete access control to patients is one of the suggested solutions for enhancing patient data privacy. Omar et al. (49) described a blockchain-based system for storing and sharing private medical records. Data is encrypted in a federated blockchain, and access to the secret key requires permission from the data’s owner. Dubovitskaya et al. (50) created a framework especially for cancer patients with Hyperledger Fabric and EHR data stored and managed in a HIPAA-compliant cloud with the help of Amazon Web Services (AWS). Haritha et al. (51) presented a framework for securely accessing the levels of health records in an organization using lattice-based access control in a smart contract blockchain platform.

Several other researchers also presented healthcare environments and frameworks. Vora et al. (52), Jabbar et al. (53), and Chamola et al. (54) created Ethereum-based privacy models. Liang et al. (55) and Munoz et al. (56) created the Hyperledger privacy solutions. Xu et al. (57) created a custom blockchain solution. Abdullah et al. (58) proposed an IOTA-tangle blockchain-based solution. An overview of EHR management with BT is presented in Table 2. These frameworks enhance security and privacy in healthcare environments. The majority of frameworks focus on essential healthcare data transfers, allowing for simplified and secure data sharing among authorized parties. They also have the ability to address difficulties in ML and AI-based systems, notably those involving data security and privacy. Chen et al. (59) proposed a blockchain framework called Learning Chain to overcome data privacy and security issues in traditional centralized ML applications. It facilitated a decentralized and secure environment for training ML models while protecting data privacy. Although ML and AI help healthcare BT apps, some researchers have highlighted ML and AI integration with blockchain for healthcare. Cheng et al. (60) discussed ML and BT integration advantages in cancer care. Nguyen et al. (61) presented a scenario of AI and BT for fighting the COVID-19 epidemic. Chamola et al. (54) proposed an AI-based medical history summary generation with IPFS and Ethereum. It allows less time for studying old medical data. Kalita et al. (62) proposed a ML-based BT framework for managing maternal health information exchange. The Random Forest algorithm is used for data analysis to reduce complications of pregnancy.

Table 2
www.frontiersin.org

Table 2. Comparison of EHR management applications and frameworks with blockchain.

3.1.2 Supply chain management

It is a complex process in health care management because a lot of stakeholders are involved, and it has to be done in different stages, like from raw material gathering to delivering the product to the end user. So Maintaining efficiency, traceability, and transparency is a difficult task. But with BT inclusion, efficiency, traceability, and transparency can be easily achieved in supply chain management. Stakeholders can assure the authenticity and traceability of pharmaceuticals, medical devices, and other healthcare products. This would lower the prevalence of counterfeit items in the healthcare industry, which endangers patient safety. To achieve these benefits, BT-enabled supply chain management will record every detail of products at every stage, such as origin, manufacturing processes, quality control checks, transportation information, and more. BT supply chain management stakeholder interactions are shown in Figure 4. Blockchain technology is decentralized. Hence, this method reduces trust obstacles. Additionally, all participants have one reliable source. It also automates order placement via smart contracts, improving inventory management. Healthcare supply chain management includes drug tracking, medical device tracking, clinical trial supply chain management, and cold chain management.

Figure 4
www.frontiersin.org

Figure 4. Supply chain management with blockchain.

Drug traceability: BT across the supply chain can track pharmaceutical drugs from production to distribution, preventing counterfeiting. Each medicine package is assigned a unique identifier that is recorded on the blockchain and corresponds to batch numbers, expiration dates, and production data. Cui et al. (66) presented a vaccine safety system using the FISCO BCOS consortium blockchain to trace vaccine supply from manufacture to customer. Jangir et al. (67) use the Ethereum blockchain for pharmaceutical supply chain management. They developed smart contracts for pharmaceutical raw material supply, manufacture, distribution, and retail.

Medical device tracking: With BT medical equipment life cycles, authenticity, quality, and compliance are simple to track. A tamper-proof ledger can record device creation, maintenance, and ownership transfers. The device’s path is visible to stakeholders. The methodology proposed by Omar et al. (68) improves the traceability of personal protective equipment (PPE). Full supply chain automation has been implemented with Ethereum smart contracts to build stakeholder confidence, transparency, and secure communication. Amin et al. (69) utilized the Hyperledger Fabric framework to enhance biomedical engineering supply chain security and transparency.

Clinical trial supply chain: BT integration helps to prevent the inclusion of counterfeit or unsafe medicine into trials, ensuring the safety and reliability of the materials utilized. It improves transparency and efficiency by tracking the movement of investigational drugs, biological samples, and trial-related papers, ensuring their integrity and regulatory compliance. It can also help to expedite interactions among many stakeholders, including sponsors, contract research organizations (CROs), and trial sites, allowing for more seamless coordination. Glover et al. (70) discussed blockchain use for improving efficiency, traceability, and patient safety in the clinical trial supply chain. They also discussed how BT will improve the authenticity of drugs and devices used in clinical trials by tracking their supply chains.

Cold chain management: It is vital to manage temperature-sensitive drug supply chains in the pharmaceutical and healthcare industries. Vaccines, biological samples, blood products, and perishable medications must be stored and delivered at precise temperatures to ensure effectiveness, safety, and quality. Maintaining optimal temperature conditions during transit and storage is critical in the healthcare business. BT integration provides an immutable record of temperature and surrounding conditions across the supply chain, ensuring compliance and product integrity.

Key aspects of cold chain management include temperature monitoring, temperature control, packaging, transportation, and documentation. Continuous temperature monitoring, aided by temperature sensors at storage facilities, vehicles, and delivery points, is critical. Data from these sensors is recorded and stored in a distributed ledger. According to the WHO, different medicines need to maintain a certain temperature range, like TT injections, which need to be maintained between 2C and 8C, and oral polio vaccines should maintain a temperature range of 15C to 25C. With the analysis of values stored in ledgers, smart contracts like programs can control the temperature by regulating the temperature of storage units such as refrigerators, freezers, and cold rooms. With this data, the supply chain can be automated for packaging by suggesting using insulation techniques like thermal insulation, gel packs, or dry ice packing. With these facilities, the transportation of temperature-sensitive products from manufacturing facilities to end-users is within the required temperature range. Distributed, tamper-proof documentation guarantees accountability and traceability at all stages.

Zhang et al. (71) proposed a framework with a private blockchain for maintaining temperature-sensitive products in the drug supply chain. Kim and Kim (72) proposed a framework for blood supply management systems from blood banks to hospitals with Hyperledger Fabric. According to regulations, whole blood and red blood cells should be stored between +2C and +6C, platelets and leukocytes between +20C and +24C, and plasma products below 18C. This complete framework and process have been automated with smart contracts. Additionally, technologies such as ML and AI have the potential to enhance the BT supply chain. Shah et al. (73) and Hu et al. (74) study the use of ML in the BT supply chain to assess medication safety and ensure timely distribution of medicines. Painuly et al. (75) and Long et al. (76) look into how AI is used to manage smart e-healthcare supply chains. An overview of supply chain management applications and frameworks with BT is presented in Table 3.

Table 3
www.frontiersin.org

Table 3. Comparison of medical supply chain applications and frameworks with blockchain.

3.1.3 Clinical trials

Clinical trials play a vital role in medical research because they enable the development of novel healthcare medical treatments. Various countries have strict laws managing clinical trials. In the United States, clinical trials are supervised by the Food and Drug Administration (FDA), which develops standards and rules. Clinical trials in the European Union are monitored by the European Medicines Agency (EMA). In India, the Central Drugs Standard Control Organization (CDSCO) monitors and supervises clinical trials. However, the International Conference on Harmonization (ICH) establishes globally recognized standards. These organizations and regulations guarantee that clinical trials follow Good Clinical Practice (GCP) guidelines, which include study permission, informed consent, reporting, and inspections.

Monitoring and validating these tasks are very difficult processes, and maintaining transparency and security for data is a crucial part. BT inclusion makes these tasks easy. Clinical studies can be more transparent and efficient with the help of BT. BT enables researchers to assure data accuracy, eliminate fraud, and streamline trial processes. Furthermore, blockchain can make clinical trials more affordable for patients while improving overall traceability and transparency by saving time and effort. Figure 5 depicts the stages of clinical trials with BT.

Figure 5
www.frontiersin.org

Figure 5. Clinical trials with blockchain.

For example, Maslove et al. (79) and Nugent et al. (80) presented clinical trial frameworks. These are private blockchain environments developed with the Ethereum network using smart contracts. Can be accessed with their own web API. Patients and researchers need to register to participate in the clinical trials. Researchers will send requests to patients, and after request acceptance, patients will get incentives, and researchers will get data for analysis. Kuo et al. (81) introduced a QuorumChain to solve the site-unavailability problem in a hierarchical blockchain network for clinical trials. It helps to inherit the power of learning from a network of networks and increases learning continuity. Rajawat et al. (82) proposed a lightweight blockchain paradigm that assures data availability and integrity, which are critical for ML applications in clinical trial applications.

With BT inclusion in clinical trials like EHR management data, integrity and security will be increased. Smart contracts or similar programs can help automate data collection, consent management, and monitoring. Other than that, transparency will be provided by viewing the uneditable trial process, and traceability will be achieved. Most importantly, patient consent and identity information are protected, and automated payment is made for the collaborators. Finally, it provides seamless collaboration among stakeholders for the sharing of data, documents, and trial progress in a secure and efficient way. An overview of clinical trial applications and frameworks with BT is presented in Table 4.

Table 4
www.frontiersin.org

Table 4. Comparison of clinical trial applications and frameworks with blockchain.

3.1.4 Health insurance claims

Health insurance claims processing can benefit from BT. Stakeholders can verify patient information, prevent fraudulent claims, and increase trust and transparency all because of BT. BT also has the potential to expedite the claims process and cut down on administrative expenses. Information on health insurance policies that have been blockchain-enabled can be safely maintained on the decentralized ledger. This guarantees that everyone engaged has access to the most recent version of the policy details. When policyholders get more information about their coverage, their rates, and their ability to file a claim, everyone wins. BT can also be used to improve the claims processing system. By executing rules for claim validation based on specified conditions, like diagnosis codes or treatment procedures, smart contracts can automate the verification process. As a result, less time is spent manually processing claims, while quality and productivity are improved. BT also has important applications in detecting fraud. Claims of fraud can be uncovered more quickly and efficiently with the use of an immutable ledger that records all transactions. Blockchain’s distributed ledger design removes all potential centralized points of failure or manipulation. Figure 6 illustrates the health insurance framework with blockchain.

Figure 6
www.frontiersin.org

Figure 6. Insurance claims framework with blockchain.

Zhou et al. (89) designed a blockchain-based storage system called MIStore to store and share insurance-related information for simple access in a safe environment. Sethi et al. (90) created a consortium blockchain, and Dhieb et al. (91) created a hyperledger-based blockchain framework to store medical data and used different ML algorithms like CNN to detect fraud reports for insurance claims. Dhieb et al. (92) proposed a smart insurance system based on blockchain and artificial intelligence for insurance automation. Overall, by incorporating BT into their operations, health insurers can better ensure the safety of their customers’ private information, such as medical records, from theft or tampering. An overview of health insurance claims applications and frameworks with BT is presented in Table 5.

Table 5
www.frontiersin.org

Table 5. Comparison of Insurance management applications and frameworks with blockchain.

3.2 Blockchain impact in the healthcare industry

BT’s increased security protects patient data from theft or hacking attempts, allowing patients to select who has access to their medical records, hence increasing privacy and information protection. EHR management is simplified with BT, giving doctors access to patients’ complete and accurate medical records, thereby improving care delivery. Furthermore, blockchain can increase healthcare transparency by acting as an immutable ledger that records all transactions, potentially improving patient care, accountability, and waste reduction.

Due to these advancements,leading organizations in the healthcare sector are rapidly demonstrating the transformative potential of blockchain technology by deploying cutting-edge solutions. Companies like IBM have developed blockchain technologies for the healthcare sector, enabling secure and interoperable data transmission among stakeholders. Startups like Medicalchain are using blockchain technology to put patients in charge of their medical records and give them the option of sharing only the information they deem necessary with their doctors. Blockchain has been utilized by leading healthcare technology company Change Healthcare to improve billing and claim processing by decreasing manual work and human error. Companies like these, and many more like them, demonstrate the real-world utility of blockchain in healthcare by providing solutions to pressing issues like data privacy, security, and efficiency in a sector that is developing at a breakneck pace. An overview of these companies has been presented in Table 6.

Table 6
www.frontiersin.org

Table 6. Real world applications with blockchain in healthcare.

Numerous studies have been conducted to examine the impact of BT on the healthcare sector. We reviewed notable studies and summarized their key details in Table 7, providing insights into their methods, strengths, and areas for future research. In our review of the current literature, we discovered important research gaps in the knowledge and characterization of the issues related to BT in healthcare. Specifically, challenges have not been properly separated into technical and non-technical categories. Furthermore, we found a lack of precise descriptions of solutions, particularly when distinguishing between on-chain and off-chain techniques. To fill these gaps, our study categorizes difficulties as technical or non-technical and gives a thorough evaluation of solutions, distinguishing between on-chain and off-chain approaches. Furthermore, we structured these findings into various levels within the blockchain architecture to improve clarity and application in tackling healthcare-specific issues.

Table 7
www.frontiersin.org

Table 7. Summary of eligible studies.

4 Issues related to blockchain in healthcare

Regardless of the potential benefits of BT for healthcare data management, some issues must be addressed. For example, due to decentralized nature every participant in the network can access the data stored on the blockchain. This data is secured with encryption techniques but it is very difficult to maintain the data privacy and confidentiality. Furthermore, the immutability of blockchain systems may provide challenges in the event of data breaches or errors, as inaccurate data might be difficult to modify or erase once it has been posted to the blockchain. Further research is needed to address these challenges and develop robust blockchain-based health record management systems that can meet the complex needs of the healthcare industry. Most of the healthcare application has been developed with the public network Ethereum. So this network drawback shows effect on healthcare applications. Here we discuss the issues rising in blockchain healthcare.

4.1 Technical or performance issues

4.1.1 Storage maintenance

BT is developed to combine the list of transaction information and bind it to a block, which requires low storage ability. But in healthcare, Medical records, test reports, MRI and X-ray images, and other forms of graphical data are only some examples of the massive amounts of data that need regular processing. As the size of the blockchain grows, maintaining and replicating the full blockchain across all network nodes becomes more complex, resulting in increasing storage demands and decreasing performance.

Especially Ethereum (11) and Filecoin (122), like networks, will charge more for storing images. For instance, the cost of storing 256 bits of data on Ethereum is 20,000 gas points. Other networks like Hyperledger (29) and IOTA Tangle (36) offer no-cost image storage facilities. Even though maintaining complete data with images at every node becomes very costly, it is very concerning, especially for smaller firms or resource-constrained healthcare providers.

4.1.2 Security

In traditional systems, BT has removed one of the biggest threats to the security and privacy of the information by preventing third parties from doing the transaction. However, the decentralized structure of BT raises new security concerns. Even though all nodes can see all the information on the network, accessing data requires permissions. Without external management, patients may have to name several agents with access to their medical records. In times of patient emergencies, it can be difficult to allocate permits. Researchers like Rajput et al. (123) and Hasavari et al. (124) have presented solutions to give access for practitioners to patient data without requiring explicit patient agreement to do so, which could potentially mitigate this problem. A careful consideration of the balance between data security and patient care may be necessary, as this approach allows doctors to access a patient’s medical history for better treatment decisions but also raises concerns about data security as it involves the sharing of patient information without direct patient consent.

Another scenario for security concerns is the use of off-chain storage like IPFS and clouds to overcome the storage maintenance burden for BT healthcare applications. The Ethereum-based healthcare models proposed in (54, 63, 80, 83, 94) all use IPFS for image storage, while the Ethereum-based healthcare model proposed in (64), the Hyperledger Fabric-based model proposed in (50), and the personal blockchain-based model proposed in (71) use cloud storage. In these models, images are stored outside of the chain, so security is compromised. Qaqish et al. discussed the security issues related to cloud-based blockchain off-chain storage prospectively (125).

4.1.3 Throughput

The low transaction throughput is another major drawback of blockchain networks. This problem refers to the limitation on the number of transactions a blockchain network can complete in a particular time frame. Basically, this problem arises on platforms that use PoW consensus mechanisms, such as traditional public blockchains like Bitcoin and Ethereum. In a BT-decentralized environment, several nodes evaluate and verify transactions, which may result in slower transaction processing speeds when compared to traditional centralized systems. With drawbacks, transaction delays, and network congestion when dealing with a high number of healthcare transactions at the same time will become difficult. Most of the Ethereum-based models exploit this issue because they use the POW algorithm. Other than this, other blockchain platforms also use it for large-scale applications, like the Hyperledger fabric-based proposed model in (99) and personal blockchain-based models proposed in (96).

4.1.4 Scalability

BT can be slow and inefficient when it is used to store large amounts of data. This could be a problem for EHR systems, which typically contain a large amount of patient data. It emerged as a key barrier to the adoption of BT in healthcare applications. The low transaction throughput of blockchain networks is a major scalability concern. Another factor influencing scalability is the growing storage requirements of blockchain systems. Furthermore, blockchain consensus procedures such as proof-of-work or proof-of-stake might exacerbate scalability issues. These strategies necessitate network participants doing computationally expensive activities or staking large sums of cryptocurrency, making the validation and verification process time-consuming and resource-heavy. The computing needs and energy consumption associated with reaching consensus may become unsustainable as the network scales.

Scalability issues in healthcare models can be partially resolved by implementing off-chain computing. One approach is using off-chain computing, like the Ethereum-based healthcare models proposed in (63, 67, 68, 80, 83) which all use IPFS for image storage. This method eliminates decentralisation advantages, which introduces security concerns. To overcome this, additional security measures have to be implemented. It leads to increased complexity and decreased performance. Due to this, the scalability of the application will be affected. The other approach is using a customised blockchain network instead of public networks. Hyperledger Fabric-based models proposed in (65, 69, 87), and the personal blockchain-based models proposed in (77, 78, 97) have been aimed at overcoming public network problems like Ethereum off-chain storage. However, these frameworks also exhibit scalability issues due to the complexity and maintenance of the applications.

4.2 Non-technical issues

4.2.1 Adjustment issues

Since BT is implemented with an eye on genuine progress in the healthcare sector that may be challenged by adaptation. There could be a need for verified as well as strict international standards. The already defined standards may be helpful to compute the dimension and set up the data interchanged in blockchain services. Such standards may not only examine the shared information but also remain protective measures. For instance, a healthcare provider that has used traditional medical record management systems for decades Moving to blockchain-based EHRs is a big change. Doctors, nurses, and administrative staff may need training to use the new computerised system. Standardising data formats and protocols for interoperability with other healthcare providers and systems can be difficult. New processes and rules may be needed to secure and protect patient data on the blockchain.

4.2.2 Social issues

BT is developing and faces social concerns like social transformation and technical issues. Technology that differs from normal research methods may be difficult to achieve. The healthcare industry is making progress towards digital data, but the barrier to completely transforming the technology, especially blockchain, has yet to be established. The medical industry’s slow acceptability of technology and guidelines make it difficult to encourage medical specialists to migrate from research data to blockchain at the right time. For instance, medical researchers are used to leveraging traditional data collection and processing methods. They trust these tactics over time. Blockchain technology for secure and transparent data sharing and collaboration may be met with opposition due to its perceived complexity. Researchers may resist blockchain-based data management due to social pushback. Convincing them to utilise blockchain entails showing its benefits, addressing data security issues, and delivering user-friendly tools and interfaces.

4.2.3 Lack of standards

The use of BT in EHR administration is not yet standardized. This can make it challenging for several healthcare organizations to work together. This procedure calls for cautious thought, teamwork, and compliance with all applicable regulations. For instance, two healthcare organizations are independently deploying blockchain-based EHRs. Both hospitals choose their own data format and encryption. Lack of standardized data formats and interoperability protocols makes sharing and integrating medical records between hospitals difficult. Patients may require several tests, and doctors may have difficulty gathering critical information. Healthcare organizations struggle to share medical data due to this lack of standards. The DAO (Decentralized Autonomous Organization) hack (126) happened in 2016. It is a smart contract-based, decentralized financial management system for organizations. It is based on the Ethereum blockchain platform and automates financial transactions on a voting basis. Organization ownership and voting power on a blockchain using tokens or cryptocurrencies Initially, it works perfectly and gains popularity. In a short time, 12.7 million ETH invested in the DAO smart contract. However, due to a technical error in the smart contract code, a hacker was able to steal 3.6 million ETH in a few hours. This flaw in the smart contract could not be fixed because of the immutable nature of blockchain technology. As a result of this event, many people in the Ethereum community began debating the possibility of reversing the DAO contract’s transactions by making code changes to the smart contract. However, this suggestion was met with rejection from some members of the community who were passionate about maintaining blockchain basics and accepted the hack. The argument progressed into a controversial hard fork, which split the Ethereum network in half. One group, known as Ethereum Classic, modified the smart contract and rolled back the transactions after the hack, while another group stuck with the immutability of the blockchain and accepted the consequences of the breach. Social acceptance, governance concerns, and the necessity for standards within the blockchain community are all brought into question when a hard fork is implemented. In the event of a hard fork, all users can potentially double their cryptocurrency holdings by taking part in both chains that emerge. While this creates an economic opportunity, it also highlights the need for community acceptance, ethical judgments, and the establishment of transparent rules for managing blockchain. In another instance, the Party Wallet hack (127) happened in 2017 and allowed hackers to steal 150,000 ETH. It also leads to standard and adjustment challenges. The biggest adjustment challenge for users is forgetting the blockchain wallet keys (128). If a user forgets the wallet keys, unlike traditional systems, there is no way to recover them. As a result of this, a Bitcoin user lost control of 7,002 bitcoins in 2021.Despite these challenges, BT is a promising new technology with the potential to make a significant impact on the healthcare industry. As the technology matures and the challenges are addressed, BT is likely to play an increasingly important role in EHR management in the future.

5 Proposed solutions for performance issues

As mentioned in Figure 7, there are several solutions proposed to overcome blockchain performance issues on both off-chain and on-chain, like sharding, sidechains, on-chain indexing, off-chain indexing, optimised infrastructure, consensus algorithm optimisation, caching, off-chain storage, and off-chain transaction processing through payment channels and state channels. For non-technical issues, there are no fixed or proposed solutions available. But these non-technical issues can be overcome with the help of practices like creating more awareness regarding blockchain, increasing stakeholder engagement and collaboration, creating regulatory frameworks and standard development procedures, creating more proof of concept, and continuous monitoring and evaluation. In this section, we will discuss solutions proposed for technical issues in BT for healthcare.

Figure 7
www.frontiersin.org

Figure 7. Solutions for technical issues for blockchain.

5.1 On-chain solutions

These solutions refer to techniques or functionalities that occur directly on the blockchain network itself. These solutions mainly depend on modifying the underlying blockchain infrastructure, which involves changes in transaction storing, processing, and validating processes on the blockchain. This can include processes like transaction accessibility on-chain indexing, transaction or data storage sharding, optimised node infrastructure to improve data Organization and access, consensus algorithm enhancements, and privacy and confidentiality solutions like zero-knowledge proofs. These techniques can enhance the performance and efficiency of blockchain.

5.1.1 On-chain indexing

Notability It is the initial approach to improving transaction access time. In the Ethereum blockchain, the Merkle Patricia Trie (MPT) data structure plays a crucial role for indexing (129, 130). MPT stores the states of each account within the blockchain, including its balance, contract code, storage, and other account-specific information. It is a variation of the Merkle Tree data structure, specially designed to efficiently store and retrieve key and value pairs in a secure and tamper-proof manner. MPT organises data in a hierarchical structure. As users increase, it gives poor performance while searching for specific transactions and retrieving them. Another drawback of MPT is that tracking and analysing real-time changes is not possible.

Events are another core part of smart contracts. Because in the Ethereum blockchain every transaction receipt is stored in event log entries (logs), events store the real-time updates of particular smart contracts, and this event data can be indexed (131, 132) and acts as a checkpoint in Ethereum Virtual Machine (EVM) code execution. With this, efficient querying will be possible because there is limited data to be searched. Another potential method is contract metadata indexing. It is one of the subparts of the event indexing mechanism. This index creates metadata related to smart contracts, such as their ABI (application binary interface) and source code. But in practice, storing and querying based on smart contracts is a difficult option when it comes to large data sets.

In the meantime, researchers adopted a linked list data structure for indexing the data. This technique uses a linked list to permanently store the final transaction hash alongside the original transaction data. In order to complete a query, it must first complete the header transaction. This method has high performance compared to smart contract querying. However, the query efficiency may be quite low because of the chain structure. Researchers experimented with various methods in response to this approach. One such method is the creation of static indexing (133) for the transactions. It is achieved by embedding the first 2i transaction timestamp and hash values into the current transaction. Another method is a hybrid index mechanism called EtherH, which has been created with the help of B-Tree and skip lists (134) on the Ethereum blockchain. Overall, these indexing techniques have improved efficiency, and because they are built as on-chain solutions, they are quite secure. This has certain disadvantages as an on-chain method, such as the need for a large amount of extra storage space, which raises the cost of maintaining a node on the blockchain. increased scalability and complexity in the application architecture.

Indexing techniques applied to healthcare blockchain applications can improve data management and transaction access, improving healthcare systems overall. Healthcare blockchain solutions’ efficient indexing and optimised data structures enable faster patient record access, simpler claims processing, better pharmaceutical traceability, and better event monitoring. These strategies provide the safe and effective management of essential healthcare data, improving healthcare services.

5.1.2 Consensus algorithms

The consensus algorithm is one of the necessary components of the blockchain. It will ensure agreement and trust among distributed nodes. After indexing techniques, developing new consensus algorithms is a popular concept for blockchain researchers. The primary blockchains, Bitcoin and Ethereum, developed their environments with the use of the POW consensus algorithm. But according to the study (135), Bitcoin mining has the potential to add 2C to global warming. Because POW requires more energy to do the work, To overcome this, several researchers developed numerous energy-efficient consensus algorithms. For instance, researchers from Cornell University proposed Bitcoin-NG in 2015. It is a modified version of the traditional POW consensus algorithm. A modified POW approach gives every winner the facility to create several new blocks instead of one block (136). Other than this, several other algorithms have been proposed, like POS, PBFT, and PoET (137). Among these algorithms, POS is the most popularly adopted.

Ethereum updated version 2.0 (Eth2) is using the POS algorithm over the initial version (Eth1) POW algorithm. In POS, for the creation of the next block set of validators, take turns and take a vote. This vote weight depends on the size of its stake deposit. PoS has the benefits of energy efficiency, security, and reducing the risk of centralization. Initially, Quantum Mechanics and other researchers supported the idea of replacing POW with the POS concept in the Bitcoin forum. But Kiayias (138) was the one who first used it to develop new blockchain protocols. Ethereum planned to roll out Eth2 phase-wise. As an initial phase, it was planned to replace POW with POS, and it was released as The Beacon Chain on 1 December 2020 (139). Before implementing proof-of-stake on the Ethereum Mainnet, it was built to make sure the underlying logic was robust. In the next phase, the merge upgrade is performed on the beacon chain. This phase merged the Beacon chain with the Ethereum Mainnet on 15 September 2022. Now, beacon chain POS acts as a consensus layer for the main Ethereum mainnet. Other than Eth2, Cardano, Cosmos, and Peercoin are some other platforms that use POW.

PBFT is another popular algorithm used for private blockchain networks. In this, a predefined validator group has been created, and then validators will communicate and agree on the data. With this feature, it gives fast throughput and comes with quick agreement on data. Corda, Hyperledger Fabric, and Quorum blockchain platforms use PBFT. The Intel-created PoET consensus algorithm uses a trusted execution environment (TEE) (140) to achieve consensus in a distributed fashion. The Hyperledger Sawtooth platform uses the PoET consensus algorithm. Several other algorithms are also available, but they are all easy to use when you create a new blockchain network, but for already existing networks, the adoption of another algorithm takes more time and is a very difficult task.

In conclusion, consensus algorithms play a pivotal role in shaping both blockchain technology and healthcare. Energy-efficient consensus algorithms, as demonstrated in the paper (25). They enhance scalability, reduce costs, and ensure data integrity. In another proposal (57), EHR management is proposed with a delegated Byzantine Fault Tolerance (dBFT) algorithm to achieve scalability. Future healthcare apps built on the Ethereum platform are also expected to greatly benefit from the switch to POS in version 2.0. As an outcome, better consensus algorithms will lead to safer healthcare data management, smoother processes, and higher-quality care for patients.

5.1.3 Sharding

It involves breaking up the blockchain into smaller partitions called shards. In this method, a complete blockchain network is divided into smaller subnetworks, and each subnetwork has its own set of nodes and operates independently for storing and processing the data related to the subnet in the blockchain. This can improve transaction access time by distributing the workload across multiple nodes. Another approach is to store the transaction data in parts. These parts are created based on either transaction data or the state of the blockchain (141). Initially, Ethereum planned to adopt sharding techniques for its network due to network congestion. After the merger of the Beacon chain and Ethereum Mainnet, Eth2 is planned to roll out sharding mechanisms in the next phase (142). Ethereum has been working on implementing Danksharding instead of sharding for its real-time applications (143). Overall, due to its distributed workload, sharding can enhance the scalability of blockchain networks by accommodating more participants and can increase performance by enabling a larger number of transactions to be processed per second. With these features, it’s developed into a promising technology with the potential to completely change the blockchain sector. However, it is still a relatively new technology, and before it can be broadly embraced, it must first overcome a number of obstacles. Potential drawbacks of this technique are loss of security because each shard has a smaller number of nodes and is therefore more vulnerable to attacks, like the risk of malicious users taking control of a shard. and it is a complex technique to implement. To implement this technique, it requires adopting new consensus algorithms because all sheds should come to a single agreement for the final version of the complete blockchain and all shards should communicate properly.

For instance, Omran et al. (144) proposed a sharding-based healthcare application and concluded that scalability and performance are achievable. Other works by Abbas et al. (145) and Hafid et al. (146) on simulation showed that the security concerns were substantial, despite the application’s scalability and performance.

5.1.4 Optimised infrastructure

Optimising the infrastructure of the blockchain can also improve transaction access time. It involves modifying the current blockchain architecture and implementing new consensus mechanisms. An effective network architecture is one of the methods that can accommodate both present and future business demands. Scalable, dependable, and secure are its main features. Another method is the node optimization technique. It is the process of configuring and managing nodes in a way that maximises performance and minimizes costs. This can be done by optimising the placement of nodes, the configuration of network settings, and the use of resources. Network optimisation performs by using faster hardware, optimising software, and minimising network latency. The benefits of infrastructure optimisations are improved performance and increased scalability. Drawbacks include increased hardware costs and increased maintenance requirements. Mainly, you have to create a new blockchain network and deploy it. Integrating with existing platforms is a very difficult process, and failure chances are very high, especially for public blockchains.

Several researchers have proposed solutions by adopting architecture optimization. In node optimization, instead of using traditional peer-to-peer networks, researchers used clustering mechanisms. In this group of nodes created as a network, only group heads will receive the data and distribute it within the subnetwork instead of distributing it to every node. It has been presented in different ways, like tree structure clustering (147), DHT clustering (148), and geographical proximity sensing clustering with the help of the K-means algorithm (149). In network optimisation, sharding can be used. The final method is optimising the block structure or size. In this method, instead of using the traditional block structure, a modified block structure will be used, which can decrease the bandwidth consumption of the network (150). Another method is increasing the size of the block, which allows more transactions in one block. Many well-known blockchain platforms have done blockchain architecture optimisation, like Ethereum, using a technique called Danksharding to divide the network into smaller subnetworks as a network optimisation, which can help to improve performance and scalability in its new version, Eth2 (143). The Bitcoin network adopted block optimisation by increasing the size of the block on a few occasions (151).

Bitcoin XT, announced in 2015, features an 8 megabyte (MB) block size instead of the traditional 1 MB. It was released as a soft fork of the main Bitcoin network. It works well at first, but then presents problems. Rapid escalation in block size created new security issues, and larger blocks may not be confirmed every 10 min, causing delayed confirmation periods. After it halted, Bitcoin Classic was forked from the main Bitcoin network in 2016 with 2 MB blocks. Not a success either. Bitcoin Cash is the successful version. It was hard forked in 2017 with 32 MB. Instead of forking existing networks and facing difficulties, one can create their own customised private blockchain according to requirements with the help of the HyperLedger Fabric Framework.

Scalability, dependability, and security are the hallmarks of an optimised network architecture that is effective in meeting current and future healthcare needs. Node optimization approaches include clustering mechanisms to increase the efficacy of data distribution in healthcare sub networks by decreasing redundancy and latency. Sharding and other network optimisation techniques can increase the capacity of healthcare blockchain networks. Moreover, by optimising block architectures, such as by adjusting block sizes, healthcare data transactions can use less bandwidth.

5.2 Off-chain solutions

Involves moving some of the computation and data storage off of the main blockchain onto an external platform or layer. In this Layer 2 solutions are created that act as intermediaries between users and the main blockchain. With the Layer 2 solutions, there is no need to modify the current working blockchain network. Some techniques related to this are payment channels, state channels, off-chain indexing, caching, and sidechains. This additional layer can improve transaction access time by reducing the load on the blockchain and allowing faster processing. Reduced processing and storage demands on the main blockchain are another way in which these solutions boost scalability.

5.2.1 Payment channels

In the context of blockchain technology Payment channels were one of the earliest off-chain solutions introduced for improving scalability and performance. It mainly focuses on facilitating fast and efficient payment transactions off-chain. It works as a bidirectional channel between two or more participants. Payment channels allow for the transfer of digital assets without recording each transaction on the main blockchain. With this approach, it has expertise for handling high-frequency and small-value transactions, making it well-suited for use cases such as micropayments, streaming payments, and recurring payments. Payment channels provide several advantages over on-chain transactions. They offer instant transaction confirmations, as the parties involved can quickly update the channel’s balance without requiring confirmation from the blockchain. This real-time settlement capability enables fast and seamless peer-to-peer transactions. Furthermore, payment channels significantly reduce transaction costs. Since most transactions occur off-chain, participants can avoid the fees associated with on-chain transactions. This feature makes payment channels economically viable for small-value transactions and use cases that require frequent transfers. The Lightning Network, initially proposed in the whitepaper by Joseph Poon and Thaddeus Dryja, introduced payment channels on the Bitcoin blockchain (152). For the Ethereum blockchain, Raiden Network proposed a facility using payment channels (153). In another research study by Lind et al. (140), they proposed a Teechain blockchain framework with the TEE Consensus Protocol. Payment channels in healthcare enable fast, accurate transactions, reducing administrative costs and errors.

5.2.2 State channels

State channels are suitable for off-chain transactions and work like Payment Channels. Payment channels just enable payments, but State Channels allow data change. Hence, they work best for Ethereum-like networks. A few peers can create a secured personal private channel to conduct an arbitrary number of off-chain transactions, like exchanging medical data and communication, by submitting only two on-chain transactions to open and close the channel. This method bundles a few transactions and maintains their transaction hash in the main chain instead of all transactions. Only channel peers can access these transactions. It reduces network congestion, the main blockchain burden, and increases scalability and accessibility. It allows high transaction throughput, lowering user expenses. Possible cons are reduced decentralisation, security risks, and complexity. Since fraudulent or malevolent channel behaviour could cost payments, it requires confidence between participants. State channel capacity is also constrained by initial funding deposits. Raiden Network proposed a facility for the Ethereum network by using state channels for data transfer and payment channels for quick payments (153). Another solution proposed by Podgorelec et al. (154) clarifies that state channels increase performance.

With state channels in blockchain technology, It could transform healthcare. State channels enable real-time, off-chain interactions while ensuring blockchain security and openness. This allows quick, cost-effective patient-doctor interactions, medical data access, and insurance claim processing in healthcare. Healthcare is more accessible and convenient since patients can get services and consultations faster.

5.2.3 Off-chain indexing

Off-chain indexing refers to the practice of keeping track of a database index separate from the blockchain itself. The indexes of on-chain data will be stored in a separate database. This can include things like transaction history, user accounts, smart contract events, etc., all of which are indexed off-chain by specialised nodes known as indexers. This approach helps to reduce the amount of data that needs to be stored on the chain, which in turn can improve its performance. This approach has been proposed to overcome the drawbacks of the on-chain indexing mechanism. Its main aim is to facilitate users’ ability to search for and retrieve relevant information quickly from large amounts of data. SQL indexing is a tried-and-true method for organising data in traditional databases (155). Another type of indexing mechanism for off-chain indexing is the use of noSQL databases like MongoDB, and graph indexing technologies have been used (156). Researchers created a project called Bitcoin Database Generator (157) with the use of sql tables and Bitcluster (158) with the use of noSQL database MongoDB and made it freely available for other researchers at github. Potential drawbacks of this approach include centralization because off-chain data will not be stored as blockchain-distributed. Maintaining consistency for off-chain data related to on-chain data requires a good method. And mainly rises new security risks like unauthorised access and data leakage.

An investigation done in papers (88, 91) raises concerns when applying the ML technique to blockade-based large amounts of medical data. Off-chain indexing can overcome this by lowering data access costs and improving operations. Study done by Tanwar et al. (159) on ML adoption in blockchain applications supports this argument. Their study suggested database integration for Blockchain application performance improvement. Healthcare providers can retrieve patient information, medical histories, and clinical data faster by keeping comprehensive data off-chain and optimising data indexes. Patient care and treatment outcomes improve as healthcare providers make faster, data-driven decisions. Off-chain indexing also allows many institutions to collaborate on research and analysis without disclosing sensitive patient data. This accelerates medical research and innovation while protecting data and complying with regulations. Off-chain indexing allows healthcare practitioners and researchers to maximise data use while reducing access obstacles and protecting patient privacy.

5.2.4 Caching

Frequent transaction data is stored in order to retrieve it quickly without querying the blockchain. This can greatly minimize common data transaction access time. Blockchain applications use caching by temporarily storing data in a fast cache like RAM so it can be retrieved and reused without needing to use hard drives. Caching may cause data discrepancies since cached data may not be up-to-date with the blockchain. Wang et al. (160) discussed this method. Because it stores previously searched queries, this technique may store more data and be inconsistent. Blockchain applications can employ several caching methods, depending on the use case. In client-side caching, clients or user interfaces cache frequently accessed data. DApp users experience less latency and better responsiveness. In node-level caching, nodes running on the same machine as the application store frequently access data to make it available faster. And in distributed caching, distributing cached data across application network nodes improves load balancing and system performance.

Heo et al. (161) proposed a multi-level distributed caching framework. It stores the frequently accessed information at nodes and distributes it across the chain. Yamanaka et al. (162) proposed a client-based catching mechanism for IOT-based healthcare applications. Similarly, it can be applied in healthcare to minimize on-chain operation load by storing frequently searched insensitive data like hospital and doctor details.

5.2.5 Sidechain

Sidechains have become one of the most used mechanisms in recent trends and have become a well-known off-chain option to solve scalability, interoperability, and specialised use case requirements. In this method, separate blockchains can be created to work side-by-side with the primary blockchain. It allows users to conduct transactions without burdening the main chain. Throughput for transactions is enhanced, and special functionality is made possible by allowing users to transfer assets between the main blockchain and the sidechain.

With a focus on Bitcoin performance, Adam Back et al. (163) first proposed the sidechain concept, which is compatible with other blockchain networks. This allowed the creation of unique features and applications not available on the primary chain. Developers can try new consensus, scalability, privacy, and smart contract solutions due to this flexibility. Another notable implementation of Sidechain is the Liquid Network (164). It is developed as a federated sidechain by Blockstream that utilises the Bitcoin blockchain. Plasma Framework (165) proposes a hierarchical sidechain anchored into the main contract put onto Ethereum Main-Chain as a child chain. In the healthcare sector, Donawa et al. (166) suggested a side chain structure for healthcare that is based on a personal blockchain that uses the POA consensus algorithm. The primary goal is compatibility with the Ethereum infrastructure. In another research study, Hirtan et al. (167) proposed a side chain framework. This framework was developed using a lightweight consensus technique and runs on Hyperledger Fabric for both sidechain and mian chain. In vaccine production, Peng et al. (168) created an approach to blockchain technology that employs both public and private blockchains. The public blockchain, developed by Ethereum, is used for recording and verifying critical vaccine production data delivered, while the private blockchain is employed for secure information sharing among authorised participants, which is developed by HyperLedger.

Sidechains offer several advantages, including scalability by offloading specific transactions and computations from the main chain, interoperability between different blockchain networks, and the ability to experiment with new features and functionalities. However, challenges such as security, trust assumptions, and ensuring the decentralisation of Sidechain need to be carefully addressed.

5.2.6 Off-chain storage

In the context of blockchain technology, storing data off the main blockchain in a separate database or decentralized storage network like IPFS, Cloud, or Swarm while still keeping the references or cryptographic proofs of that data on the blockchain is referred to as off-chain storage. In the medical industry, it offers a potentially game-changing solution to the issue of managing massive amounts of individual and medical data. This approach is crucial for overcoming the scalability issues and high storage costs associated with blockchain data storage. Although there are considerable cost and scalability benefits, customers must now trust other parties with their data. Hence, safe and verified methods of data retrieval and integrity verification are required.

As an off-chain storage mechanism, the Ethereum-based healthcare models proposed in (54, 63, 80, 83, 94) all use IPFS for image storage, while the Hyperledger Fabric-based models proposed in (50) and the personal blockchain-based models proposed in (71) both use cloud storage. In these frameworks, scalability has been achieved by using off-chain storage. While storing data off-chain can improve scalability by decreasing the burden on the blockchain network, it does come with security risks, especially for sensitive information. To address security concerns, researchers used innovative cryptographic key generation techniques. For example, trusted oracles are used for automatic key creation in (63), and a hybrid cryptosystem (which combines the public-key and symmetric-key cryptosystems) is used in (50).

In this section, we have discussed off-chain and on-chain solutions for the technical issues presented in blockchain applications. A layer-wise breakdown of these solutions has been presented in Table 8, other than optimized infrastructure. Optimized infrastructure requires changes in several layers of blockchain.

Table 8
www.frontiersin.org

Table 8. Layer-wise solutions for technical issues of blockchain applications.

6 Contributions and novelty of the study

In addressing the critical need for improved healthcare data management, this review paper not only investigates the transformational potential of blockchain technology in the healthcare industry but also proposes a fresh approach to understanding its deployment. Our work makes a novel contribution by thoroughly examining solutions used in blockchain applications for healthcare. We organized and presented these ideas in a complete layer-wise implementation architecture. This framework not only explains the various layers of blockchain technology, but it also describes the specific solutions deliberately placed at each level to address issues in healthcare applications. Our layer-wise methodology, which categorizes and highlights various solutions to assist the deployment of blockchain solutions in healthcare. This unique contribution sets our research apart, providing readers with comprehensive knowledge and practical insights into the strategic use of blockchain technology to improve security, interoperability, and efficiency in healthcare data management.

7 Limitations and future directions

Our review paper aims to evaluate the integration of blockchain within the healthcare sector. The wide range of blockchain applications in healthcare, including data management, supply chain management, and insurance, have been discussed, but several restrictions exist. We mostly focused on performance challenges and on-chain and off-chain solutions within the blockchain framework. Furthermore, our analysis does not delve extensively into the integration of blockchain with other emerging technologies such as IoT, machine learning, artificial intelligence, and edge computing, leaving untapped potential insights into their convergence in healthcare. Future research should focus on developing interoperable frameworks that seamlessly incorporate blockchain, IoT, ML, AI, and edge computing for real-time data analysis, predictive modeling, and decentralized decision-making. Such interfaces may provide novel answers to the difficulties of scalability, interoperability, and data analytics in healthcare. Furthermore, another limitation is addressing the role of blockchain in complex environments like cross-border data transfer. In this context, questions arise about the regulatory systems and tackling the movement of healthcare data across borders globally. As outlined in Table 1, every country has its own data regulations, making the facilitation of cross-border data exchange frameworks complex. Additionally, the development of blockchain-specific regulations tailored for healthcare use presents another challenge.

Consequently, several key questions need to be addressed:

• How can ML, AI, and edge technologies work together to maximize healthcare data management while ensuring security and real-time insights?

• How might blockchain technologies help with secure and compliant cross-border data exchange, given the world’s different data protection regulations?

• What techniques may be developed to balance the decentralized benefits of blockchain with the necessity of adhering to international data transfer standards?

• What regulations are required to address the specific difficulties presented by smart contracts and decentralized data storage in healthcare?

8 Conclusion

In this extensive examination, blockchain technology can be used in a variety of exciting ways in the healthcare industry. The first step of the inquiry is to examine a wide range of healthcare use cases, such as drug supply chain management, clinical trial administration, EHR management, and health insurance regulation. The study uses these cases to illustrate how blockchain technology might be used to solve long-standing problems in the healthcare system. BT has the potential to drastically improve the delivery of healthcare, but it still faces the same performance challenges as other cutting-edge technologies. The problems of scalability, throughput, storage, and security stand out as particularly important ones, and they call for novel approaches to their resolution. A variety of on-chain and off-chain solutions are proposed to address these issues. Solutions are thoroughly examined both on-chain and off-chain. Subsequently, we demonstrated layer-by-layer implementations to improve understanding and ease real-time implementation in blockchain healthcare applications. Additionally, we provided feature directions for our study. The purpose of this analysis is to provide a reference point for those working on blockchain-based healthcare applications in the future.

Author contributions

MK: Conceptualization, Writing – original draft. VC: Writing – review & editing.

Funding

The author(s) declare that no financial support was received for the research, authorship, and/or publication of this article.

Acknowledgments

I would like to explicit my deepest gratitude to my Guide Associate VC who has been a constant source of inspiration, knowledge, support and helped me to complete this research paper.

Conflict of interest

The authors declare that the research was conducted in the absence of any commercial or financial relationships that could be construed as a potential conflict of interest.

Publisher's note

All claims expressed in this article are solely those of the authors and do not necessarily represent those of their affiliated organizations, or those of the publisher, the editors and the reviewers. Any product that may be evaluated in this article, or claim that may be made by its manufacturer, is not guaranteed or endorsed by the publisher.

References

1. DeVries WT. Protecting privacy in the digital age. Berkeley Technol Law J. (2003) 18:283. doi: 10.15779/Z38T97M

Crossref Full Text | Google Scholar

2. Bélanger F, Crossler RE. Privacy in the digital age: a review of information privacy research in information systems. MIS Q. (2011) 35(4):1017–41. doi: 10.2307/41409971

Crossref Full Text | Google Scholar

3. Kostkova P. Grand challenges in digital health. Front Public Health. (2015) 3. doi: 10.3389/fpubh.2015.00134. ISSN: 2296-256526000272

PubMed Abstract | Crossref Full Text | Google Scholar

4. Bhattacharya I. Healthcare data analytics on the cloud. Online J Health Allied Sci. (2012) 11. Available online at: https://www.ojhas.org/issue41/2012-1-1.htm25620855

PubMed Abstract | Google Scholar

5. Olaronke I, Oluwaseun O. Big data in healthcare: prospects, challenges and resolutions. In: 2016 Future Technologies Conference (FTC). IEEE (2016). p. 1152–7.

Google Scholar

6. Ferdous M, Debnath J, Chakraborty NR. Machine learning algorithms in healthcare: a literature survey. In: 2020 11th International Conference on Computing, Communication and Networking Technologies (ICCCNT). IEEE (2020). p. 1–6.

Google Scholar

7. Jiang F, Jiang Y, Zhi H, Dong Y, Li H, Ma S, et al. Artificial intelligence in healthcare: past, present and future. Stroke Vasc Neurol. (2017) 2. doi: 10.1136/svn-2017-000101

Crossref Full Text | Google Scholar

8. Kostkova P, Brewer H, De Lusignan S, Fottrell E, Goldacre B, Hart G, et al. Who owns the data? Open data for healthcare. Front Public Health. (2016) 4:7. doi: 10.3389/fpubh.2016.00007

PubMed Abstract | Crossref Full Text | Google Scholar

9. Deepa N, Pham QV, Nguyen DC, Bhattacharya S, Prabadevi B, Gadekallu TR, et al. A survey on blockchain for big data: approaches, opportunities, and future directions. Future Gen Comput Syst. (2022) 131:209–26. doi: 10.1016/j.future.2022.01.017

Crossref Full Text | Google Scholar

10. Nakamoto S. Bitcoin: a peer-to-peer electronic cash system. Decentralized Bus Rev. (2008)

Google Scholar

11. Wood G. Ethereum: a secure decentralised generalised transaction ledger. Ethereum Proj Yellow Pap. (2014) 151:1–32.

Google Scholar

12. Welfare GOIMOHF. Data from: Electronic health record (ehr) standards for india. Available online at: https://www.meity.gov.in/writereaddata/files/The%20Digital%20Personal%2% 0Data%20Potection%20Bill%2C%202022_0.pdf (Accessed September 13, 2023).

Google Scholar

13. Goldstein MM, Jane HT. The first anniversary of the health information technology for economic and clinical health (hitech) act: the regulatory outlook for implementation. Perspect Health Inf Manage. (2010) 7.

Google Scholar

14. Hoofnagle CJ, Van Der Sloot B, Borgesius FZ. The European union general data protection regulation: what it is and what it means. Inf Commun Technol Law. (2019) 28:65–98. doi: 10.1080/13600834.2019.1573501

Crossref Full Text | Google Scholar

15. Piper T. The personal information protection and electronic documents act-a lost opportunity to democratize canada’s technological society. Dalhousie LJ. (2000) 23:253.

Google Scholar

16. Pang PCI, McKay D, Chang S, Chen Q, Zhang X, Cui L. Privacy concerns of the Australian my health record: Implications for other large-scale opt-out personal health records. Inf Process Manage. (2020) 57:102364. doi: 10.1016/j.ipm.2020.102364

Crossref Full Text | Google Scholar

17. Dixit P, Gupta AK, Trivedi MC, Yadav VK. Traditional and hybrid encryption techniques: a survey. In: Perez G, Mishra K, Tiwari S, Trivedi M, editors. Networking Communication and Data Knowledge Engineering. Lecture Notes on Data Engineering and Communications Technologies. Singapore: Springer (2018). Vol. 4. doi: 10.1007/978-981-10-4600-1-22

Google Scholar

18. Kashmar N, Adda M, Atieh M. From access control models to access control metamodels: a survey. In: Advances in Information and Communication: Proceedings of the 2019 Future of Information and Communication Conference (FICC). Springer. Vol. 2. p. 892–911.

Google Scholar

19. Selvaraj S, Sundaravaradhan S. Challenges and opportunities in iot healthcare systems: a systematic review. SN Appl Sci. (2020) 2:139. doi: 10.1007/s42452-019-1925-y

Crossref Full Text | Google Scholar

20. Shah JL, Bhat HF, Khan AI. Integration of cloud and iot for smart e-healthcare. In: Healthcare Paradigms in the Internet of Things Ecosystem. Elsevier (2021). p. 101–36.

Google Scholar

21. Mehraeen E, Ghazisaeedi M, Farzi J, Mirshekari S. Security challenges in healthcare cloud computing: a systematic review. Glob J Health Sci. (2016) 9:157. doi: 10.5539/gjhs.v9n3p157

Crossref Full Text | Google Scholar

22. Vanmathi C, Mangayarkarasi R, Hari Haran V, Karthikeyan S. A secure data transfer in cloud environment using double-layer security for internet of medical things. In: Soft Computing for Problem Solving: Proceedings of SocProS 2020. Springer (2021). Vol. 2. p. 211–29.

Google Scholar

23. Chandrasekaran V, Sevugan P. Applying reversible data hiding for medical images in hybrid domain using haar and modified histogram. Int J Intell Eng Syst. (2017) 10(4):126–34. doi: 10.22266/ijies2017.0831.14

Crossref Full Text | Google Scholar

24. Dimitrov DV. Blockchain applications for healthcare data management. Healthc Inf Res. (2019) 25:51–6. doi: 10.4258/hir.2019.25.1.51

Crossref Full Text | Google Scholar

25. Zhang S, Lee JH. Analysis of the main consensus protocols of blockchain. ICT Express. (2020) 6:93–7. doi: 10.1016/j.icte.2019.08.001

Crossref Full Text | Google Scholar

26. Mohanta BK, Panda SS, Jena D. An overview of smart contract and use cases in blockchain technology. In: 2018 9th International Conference on Computing, Communication and Networking Technologies (ICCCNT). IEEE (2018). p. 1–4.

Google Scholar

27. Becker G. Merkle signature schemes, merkle trees and their cryptanalysis. Tech. Rep. 12. Ruhr-University Bochum (2008). p. 19.

Google Scholar

28. Buterin V. A next-generation smart contract and decentralized application platform. White Pap. (2014) 3(37):1–20. (Accessed September 13, 2023).

Google Scholar

29. Cachin C, et al. Architecture of the hyperledger blockchain fabric. In: Workshop on Distributed Cryptocurrencies and Consensus Ledgers. Chicago, IL: IBM Research - Zurich (2016). Vol. 310. p. 1–4.

Google Scholar

30. Foschini L, Gavagna A, Martuscelli G, Montanari R. Hyperledger fabric blockchain: chaincode performance analysis. In: ICC 2020-2020 IEEE International Conference on Communications (ICC). IEEE (2020). p. 1–6.

Google Scholar

31. Greenspan G. Data from: Multichain private blockchain-white paper (2016). Available online at: https://www.multichain.com/download/MultiChain-White-Paper.pdf (Accessed September 13, 2023).

Google Scholar

32. MultiChain. Data from: Getting started with multichain (2016). Available online at: https://www.multichain.com/getting-started/ (Accessed September 13, 2023).

Google Scholar

33. Greenspan G. Data from: Introducing multichain streams (2016). Available online at: https://www.multichain.com/blog/2016/09/introducing-multichain-streams/ (Accessed September 13, 2023).

Google Scholar

34. MultiChain. Data from: Customizing blockchain parameters (2016). Available online at: https://www.multichain.com/developers/blockchain-parameters/ (Accessed September 13, 2023).

Google Scholar

35. Brown RG, Carlyle J, Grigg I, Hearn M. Corda: an introduction. R3 CEV, August (2016). Vol. 1. p. 14.

Google Scholar

36. Guo F, Xiao X, Hecker A, Dustdar S. A theoretical model characterizing tangle evolution in IOTA blockchain network. IEEE Internet Things J. (2023) 10(2):1259–73. doi: 10.1109/JIOT.2022.3207513

Crossref Full Text | Google Scholar

37. Popov S, Lu Q. IOTA: feeless and free. In: IEEE Blockchain Technical Briefs. Piscataway, NJ, USA: Institute of Electrical and Electronics Engineers (2019). Available online at: https://blockchain.ieee.org/technicalbriefs/january-2019/iota-feeless-and-free (Accessed September 13, 2023).

Google Scholar

38. McConaghy T, Marques R, Müller A, De Jonghe D, McConaghy T, McMullen G, et al. Bigchaindb: a scalable blockchain database. White Pap BigChainDB. (2016):53–72. (Accessed September 13, 2023).

Google Scholar

39. Martino W, Popejoy S. The Kadena Public Blockchain. Online verfügbar unter https://d31d887a-c1e0-47c2-aa51-c69f9f998b07.filesusr.com/ugd/86a16f_1e25e5ac5db44fb7b7e4eb2fe845ce2d.pdf, zuletzt geprüft am (2019). Vol. 31. (Accessed September 13, 2023).

Google Scholar

40. Yakovenko A. Data from: Solana: a new architecture for a high performance blockchain v0. 8.13. Whitepaper (2018).

Google Scholar

41. Grigg I. Data from: Eos-an introduction. Whitepaper (2017).

Google Scholar

42. Wu L, Du X, Wang W, Lin B. An out-of-band authentication scheme for internet of things using blockchain technology. In: 2018 International Conference on Computing, Networking and Communications (ICNC). IEEE (2018). p. 769–73.

Google Scholar

43. Havelange A, Dumontier M, Wouters B, Linde J, Townend D, Riedl A, et al. Luce: a blockchain solution for monitoring data license accountability and compliance. arXiv [Preprint]. arXiv:1908.02287 (2019).

Google Scholar

44. Azaria A, Ekblaw A, Vieira T, Lippman A. Medrec: using blockchain for medical data access and permission management. In: 2016 2nd International Conference on Open and Big Data (OBD). IEEE (2016). p. 25–30.

Google Scholar

45. Kshetri N. 1 Blockchain’s roles in meeting key supply chain management objectives. Int J Inf Manage. (2018) 39:80–9. doi: 10.1016/j.ijinfomgt.2017.12.005

Crossref Full Text | Google Scholar

46. Omar IA, Jayaraman R, Salah K, Yaqoob I, Ellahham S. Applications of blockchain technology in clinical trials: review and open challenges. Arab J Sci Eng. (2021) 46:3001–15. doi: 10.1007/s13369-020-04989-3

Crossref Full Text | Google Scholar

47. Sharma Y, Balamurugan B. Preserving the privacy of electronic health records using blockchain. Procedia Comput Sci. (2020) 173:171–80. doi: 10.1016/j.procs.2020.06.021

Crossref Full Text | Google Scholar

48. Xia Q, Sifah EB, Asamoah KO, Gao J, Du X, Guizani M. Medshare: Trust-less medical data sharing among cloud service providers via blockchain. IEEE Access. (2017) 5:14757–67. doi: 10.1109/ACCESS.2017.2730843

Crossref Full Text | Google Scholar

49. Al Omar A, Rahman MS, Basu A, Kiyomoto S. Medibchain: a blockchain based privacy preserving platform for healthcare data. In: Security, Privacy, and Anonymity in Computation, Communication, and Storage: SpaCCS 2017 International Workshops, Guangzhou, China, December 12-15, 2017, Proceedings 10. Springer (2017). p. 534–43.

Google Scholar

50. Dubovitskaya A, Baig F, Xu Z, Shukla R, Zambani PS, Swaminathan A, et al. Action-ehr: Patient-centric blockchain-based electronic health record data management for cancer care. J Med Internet Res. (2020) 22:e13598. doi: 10.2196/13598

PubMed Abstract | Crossref Full Text | Google Scholar

51. Haritha T, Anitha A. Multi-level security in healthcare by integrating lattice-based access control and blockchain- based smart contracts system. IEEE Access. (2023) 11:114322–40. doi: 10.1109/ACCESS.2023.3324740

Crossref Full Text | Google Scholar

52. Vora J, Nayyar A, Tanwar S, Tyagi S, Kumar N, Obaidat MS, et al. Bheem: a blockchain-based framework for securing electronic health records. In: 2018 IEEE Globecom Workshops (GC Wkshps). IEEE (2018). p. 1–6.

Google Scholar

53. Jabbar R, Fetais N, Krichen M, Barkaoui K. Blockchain technology for healthcare: enhancing shared electronic health record interoperability and integrity. In: 2020 IEEE International Conference on Informatics, IoT, and Enabling Technologies (ICIoT). IEEE (2020). p. 310–7.

Google Scholar

54. Chamola V, Goyal A, Sharma P, Hassija V, Binh HTT, Saxena V. Artificial intelligence-assisted blockchain-based framework for smart and secure EMR management. Neural Comput Appl. (2023) 35(31):22959–69. doi: 10.1007/s00521-022-07087-7

Crossref Full Text | Google Scholar

55. Liang X, Zhao J, Shetty S, Liu J, Li D. Integrating blockchain for data sharing and collaboration in mobile healthcare applications. In: 2017 IEEE 28th Annual International Symposium on Personal, Indoor, and Mobile Radio Communications (PIMRC). IEEE (2017). p. 1–5.

56. Munoz DJ, Constantinescu DA, Asenjo R, Fuentes L. Clinicappchain: a low-cost blockchain hyperledger solution for healthcare. In: Blockchain and Applications: International Congress. Springer (2020). p. 36–44.

57. Xu L, Bagula A, Isafiade O, Ma K, Chiwewe T. Design of a credible blockchain-based e-health records (cb-ehrs) platform. In: 2019 ITU Kaleidoscope: ICT for Health: Networks, Standards and Innovation (ITU K). IEEE (2019). p. 1–8.

58. Abdullah S, Arshad J, Khan MM, Alazab M, Salah K. Prised tangle: a privacy-aware framework for smart healthcare data sharing using iota tangle. Complex Intell Syst. (2023) 9:3023–41. doi: 10.1007/s40747-021-00610-8

Crossref Full Text | Google Scholar

59. Chen X, Ji J, Luo C, Liao W, Li P. When machine learning meets blockchain: a decentralized, privacy-preserving and secure design. In: 2018 IEEE International Conference on Big Data (Big Data) (2018). p. 1178–87. doi: 10.1109/BigData.2018.8622598

Google Scholar

60. Cheng AS, Guan Q, Su Y, Zhou P, Zeng Y. Integration of machine learning and blockchain technology in the healthcare field: a literature review and implications for cancer care. Asia-Pac J Oncol Nurs. (2021) 8:720–4. doi: 10.4103/apjon.apjon-2140

PubMed Abstract | Crossref Full Text | Google Scholar

61. Nguyen DC, Ding M, Pathirana PN, Seneviratne A. Blockchain and ai-based solutions to combat coronavirus (covid-19)-like epidemics: A survey. IEEE Access. (2021) 9:95730–53. doi: 10.1109/ACCESS.2021.3093633

PubMed Abstract | Crossref Full Text | Google Scholar

62. Kalita KP, Chettri SK, Deka RK. A blockchain-based model for maternal health information exchange and prediction of health risks using machine learning. In: 2023 International Conference on Intelligent and Innovative Technologies in Computing, Electrical and Electronics (IITCEE) (2023). p. 1184–9. doi: 10.1109/IITCEE57236.2023.10090997

Google Scholar

63. Madine MM, Battah AA, Yaqoob I, Salah K, Jayaraman R, Al-Hammadi Y, et al. Blockchain for giving patients control over their medical records. IEEE Access. (2020) 8:193102–15. doi: 10.1109/ACCESS.2020.3032553

Crossref Full Text | Google Scholar

64. Saini A, Zhu Q, Singh N, Xiang Y, Gao L, Zhang Y. A smart-contract-based access control framework for cloud smart healthcare system. IEEE Internet Things J. (2020) 8:5914–25. doi: 10.1109/JIOT.2020.3032997

Crossref Full Text | Google Scholar

65. Guo H, Li W, Nejad M, Shen CC. A hybrid blockchain-edge architecture for electronic health record management with attribute-based cryptographic mechanisms. IEEE Trans Network Serv Manage. (2023) 20(2):1759–74. doi: 10.1109/TNSM.2022.3186006

Crossref Full Text | Google Scholar

66. Cui L, Xiao Z, Chen F, Dai H, Li J. Protecting vaccine safety: an improved, blockchain-based, storage-efficient scheme. IEEE Trans Cybern. (2023) 53(6): 3588–98. doi: 10.1109/TCYB.2022.3163743

PubMed Abstract | Crossref Full Text | Google Scholar

67. Jangir S, Muzumdar A, Jaiswal A, Modi CN, Chandel S, Vyjayanthi C. A novel framework for pharmaceutical supply chain management using distributed ledger and smart contracts. In: 2019 10th International Conference on Computing, Communication and Networking Technologies (ICCCNT). IEEE (2019). p. 1–7.

Google Scholar

68. Omar IA, Debe M, Jayaraman R, Salah K, Omar M, Arshad J. Blockchain-based supply chain traceability for covid-19 personal protective equipment. Comput Ind Eng. (2022) 167:107995. doi: 10.1016/j.cie.2022.107995

PubMed Abstract | Crossref Full Text | Google Scholar

69. Amin MR, Zuhairi MF, Saadat MN. Transparent data dealing: hyperledger fabric based biomedical engineering supply chain. In: 2021 15th International Conference on Ubiquitous Information Management and Communication (IMCOM). IEEE (2021). p. 1–5.

Google Scholar

70. Glover DG, Hermans J. Improving the traceability of the clinical trial supply chain. Appl Clin Trials. (2017) 26(12). Available online at: https://www.appliedclinicaltrialsonline.com/view/improving-traceability-clinical-trial-supply-chain

Google Scholar

71. Zhang P, Liu X, Li W, Yu X. Pharmaceutical cold chain management based on blockchain and deep learning. J Internet Technol. (2021) 22(7):1531–42. doi: 10.53106/160792642021122207007

Crossref Full Text | Google Scholar

72. Kim S, Kim D. Design of an innovative blood cold chain management system using blockchain technologies. ICIC Express Lett Part B Appl. (2018) 9(10):1067–73. doi: 10.24507/icicelb.09.10.1067

Crossref Full Text | Google Scholar

73. Shah Y, Verma Y, Sharma U, Sampat A, Kulkarni V. Supply chain for safe & timely distribution of medicines using blockchain & machine learning. In: 2023 5th International Conference on Smart Systems and Inventive Technology (ICSSIT) (2023). p. 1123–9. doi: 10.1109/ICSSIT55814.2023.10061049

Google Scholar

74. Hu H, Xu J, Liu M, Lim MK. Vaccine supply chain management: An intelligent system utilizing blockchain, iot and machine learning. J Bus Res. (2023) 156:113480. doi: 10.1016/j.jbusres.2022.113480

PubMed Abstract | Crossref Full Text | Google Scholar

75. Painuly S, Sharma S, Matta P. Artificial intelligence in e-healthcare supply chain management system: challenges and future trends. In: 2023 International Conference on Sustainable Computing and Data Communication Systems (ICSCDS) (2023). p. 569–74. doi: 10.1109/ICSCDS56580.2023.10104746

Google Scholar

76. Long P, Lu L, Luo X. Intelligent selection of healthcare supply chain mode–an applied research based on artificial intelligence. Front Public Health. (2023) 11:1310016. doi: 10.3389/fpubh.2023.1310016

PubMed Abstract | Crossref Full Text | Google Scholar

77. Shae Z, Tsai JJ. On the design of a blockchain platform for clinical trial and precision medicine. In: 2017 IEEE 37th International Conference on Distributed Computing Systems (ICDCS). IEEE (2017). p. 1972–80.

Google Scholar

78. Munasinghe UJ, Halgamuge MN. Supply chain traceability and counterfeit detection of covid-19 vaccines using novel blockchain-based vacledger system. Expert Syst Appl. (2023) 228:120293. doi: 10.1016/j.eswa.2023.120293

PubMed Abstract | Crossref Full Text | Google Scholar

79. Maslove DM, Klein J, Brohman K, Martin P. Using blockchain technology to manage clinical trials data: a proof-of-concept study. JMIR Med Inform. (2018) 6:e11949. doi: 10.2196/11949

PubMed Abstract | Crossref Full Text | Google Scholar

80. Nugent T, Upton D, Cimpoesu M. Improving data transparency in clinical trials using blockchain smart contracts. F1000Research. (2016) 5. doi: 10.12688/f1000research.9756.1

PubMed Abstract | Crossref Full Text | Google Scholar

81. Kuo TT, Pham A. Quorum-based model learning on a blockchain hierarchical clinical research network using smart contracts. Int J Med Inform. (2023) 169:104924. doi: 10.1016/j.ijmedinf.2022.104924

PubMed Abstract | Crossref Full Text | Google Scholar

82. Rajawat AS, Goyal S, Bedi P, Simoff S, Jan T, Prasad M. Smart scalable ml-blockchain framework for large-scale clinical information sharing. Appl Sci. (2022) 12:10795. doi: 10.3390/app122110795

Crossref Full Text | Google Scholar

83. Omar IA, Jayaraman R, Salah K, Simsekler MCE, Yaqoob I, Ellahham S. Ensuring protocol compliance and data transparency in clinical trials using blockchain smart contracts. BMC Med Res Methodol. (2020) 20:1–17. doi: 10.1186/s12874-020-01109-5

Crossref Full Text | Google Scholar

84. Choudhury O, Fairoza N, Sylla I, Das A. A blockchain framework for managing and monitoring data in multi-site clinical trials. arXiv [Preprint]. arXiv:1902.03975 (2019).

85. Albanese G, Calbimonte JP, Schumacher M, Calvaresi D. Dynamic consent management for clinical trials via private blockchain technology. J Ambient Intell Humaniz Comput. (2020) 11:4909–26. doi: 10.1007/s12652-020-01761-1

Crossref Full Text | Google Scholar

86. Zhuang Y, Sheets LR, Shae Z, Chen YW, Tsai JJ, Shyu CR. Applying blockchain technology to enhance clinical trial recruitment. In: AMIA Annual Symposium Proceedings. American Medical Informatics Association (2019). Vol. 2019. p. 1276.

87. Hirano T, Motohashi T, Okumura K, Takajo K, Kuroki T, Ichikawa D, et al Data validation and verification using blockchain in a clinical trial for breast cancer: regulatory sandbox. J Med Internet Res. (2020) 22:e18938. doi: 10.2196/18938

PubMed Abstract | Crossref Full Text | Google Scholar

88. Angeletti F, Chatzigiannakis I, Vitaletti A. The role of blockchain and iot in recruiting participants for digital clinical trials. In: 2017 25th International Conference on Software, Telecommunications and Computer Networks (SoftCOM). IEEE (2017). p. 1–5.

Google Scholar

89. Zhou L, Wang L, Sun Y. Mistore: a blockchain-based medical insurance storage system. J Med Syst. (2018) 42:149. doi: 10.1007/s10916-018-0996-4

PubMed Abstract | Crossref Full Text | Google Scholar

90. Sethi BK, Singh D, Sarangi PK. Medical insurance fraud detection based on block chain and deep learning approach. In: 2022 International Conference on Disruptive Technologies for Multi-Disciplinary Research and Applications (CENTCON) (2022). Vol. 2. p. 103–6. doi: 10.1109/CENTCON56610.2022.10051253

Google Scholar

91. Dhieb N, Ghazzai H, Besbes H, Massoud Y. A secure ai-driven architecture for automated insurance systems: Fraud detection and risk measurement. IEEE Access. (2020) 8:58546–58. doi: 10.1109/ACCESS.2020.2983300

Crossref Full Text | Google Scholar

92. Dhieb N, Ghazzai H, Besbes H, Massoud Y. A secure ai-driven architecture for automated insurance systems: Fraud detection and risk measurement. IEEE Access. (2020) 8:58546–58. doi: 10.1109/ACCESS.2020.2983300

Crossref Full Text | Google Scholar

93. Saddam M, Ilyas M. Processing health insurance claims based on blockchain technology. In: 2022 2nd International Conference on Computing and Machine Intelligence (ICMI). IEEE (2022). p. 1–5.

Google Scholar

94. Alnuaimi A, Alshehhi A, Salah K, Jayaraman R, Omar IA, Battah A. Blockchain-based processing of health insurance claims for prescription drugs. IEEE Access. (2022) 10:118093–107. doi: 10.1109/ACCESS.2022.3219837

Crossref Full Text | Google Scholar

95. Prabha P, Chatterjee K. Design and implementation of hybrid consensus mechanism for IoT based healthcare system security. Int J Inf Technol. (2022) 14(3):1381–96. doi: 10.1007/s41870-022-00880-6

PubMed Abstract | Crossref Full Text | Google Scholar

96. Ismail L, Zeadally S. Healthcare insurance frauds: Taxonomy and blockchain-based detection framework (block-hi). IT Prof. (2021) 23:36–43. doi: 10.1109/MITP.2021.3071534

Crossref Full Text | Google Scholar

97. Arora N, Mishra M, Goswami V, Chakraborty J, Barik L, Patra SS. Blockchain based qinsurancechain: role of smart contracts in fast and secure healthcare insurance claim. In: 2022 3rd International Conference on Electronics and Sustainable Communication Systems (ICESC). IEEE (2022). p. 635–41.

Google Scholar

98. Karmakar A, Ghosh P, Banerjee PS, De D. ChainSure: agent free insurance system using blockchain for healthcare 4.0. Intell Syst Appl. (2023) 17:200177. doi: 10.1016/j.iswa.2023.200177

Crossref Full Text | Google Scholar

99. Raikwar M, Mazumdar S, Ruj S, Gupta SS, Chattopadhyay A, Lam KY. A blockchain framework for insurance processes. In: 2018 9th IFIP International Conference on New Technologies, Mobility and Security (NTMS). IEEE (2018). p. 1–4.

Google Scholar

100. McFarlane C, Beer M, Brown J, Prendergast N. Patientory: A Healthcare Peer-to-Peer EMR Storage Network v1. Addison, TX, USA: Entrust Inc. (2017). Vol. 3. p. 19.

Google Scholar

101. Medicalchain. Data from: Medical chain whitepaper 2.1 (2018). Available online at: https://medicalchain.com/Medicalchain-Whitepaper-EN.pdf (Accessed September 13, 2023).

102. MediBloc. Medibloc technical whitepaper(eng)v0.3 (2018). Available online at: https://github.com/medibloc/whitepaper/blob/master/TechinicalWhitepaper_ENG.md (Accessed September 13, 2023).

103. Kulemin N, Popov S, Gorbachev A. The zenome project: whitepaper blockchain-based genomic ecosystem. Zenome. io (2017).

104. Health A. Data from: A blockchain-based platform for managing clinical trials (2018). Available online at: https://avaneerhealth.com/ (Accessed September 13, 2023).

105. Healthcare C. Data from: Chronicled healthcare:streamlining life sciences transactions (2023). Available online at: https://www.chronicled.com/ (Accessed September 13, 2023).

106. Skuchain. Data from: Deep tier trade finance & supply chain visibility (2017). Available online at: https://www.skuchain.com/ (Accessed September 13, 2023).

107. Allison I. Data from: IBM, Aetna, PNC explore medical data blockchain for 100 million health plans (2019). Available online at: https://www.coindesk.com/tech/2019/01/24/ibm-aetna-pnc-explore-medical-data-blockchain-for-100-million-health-plans/ (Accessed September 13, 2023).

108. Heller N. Estonia, the Digital Republic. The New Yorker (2017). Vol. 18.

Google Scholar

109. Merlo V, Pio G, Giusto F, Bilancia M. On the exploitation of the blockchain technology in the healthcare sector: A systematic review. Expert Syst Appl. (2023) 213:118897. doi: 10.1016/j.eswa.2022.118897

Crossref Full Text | Google Scholar

110. Thakur A. A comprehensive study of the trends and analysis of distributed ledger technology and blockchain technology in the healthcare industry. Front Blockchain. (2022) 5:844834. doi: 10.3389/fbloc.2022.844834

Crossref Full Text | Google Scholar

111. Singh Y, Jabbar M, Shandilya SK, Vovk O, Hnatiuk Y. Exploring applications of blockchain in healthcare: road map and future directions. Front Public Health. (2023) 11. doi: 10.3389/fpubh.2023.1229386

Crossref Full Text | Google Scholar

112. Madhoun NE, Hammi B. Blockchain technology in the healthcare sector: overview and security analysis. In: 2024 IEEE 14th Annual Computing and Communication Workshop and Conference (CCWC) (2024). p. 0439–46. doi: 10.1109/CCWC60891.2024.10427731

113. Kaur A, Bansal S, Dattana V. Blockchain in healthcare: a systematic review and future perspectives. In: Deep Learning for Healthcare Decision Making. River Publishers (2023). 1st ed. p. 211–43. doi: 10.1201/9781003373261-9

Crossref Full Text | Google Scholar

114. Ghosh PK, Chakraborty A, Hasan M, Rashid K, Siddique AH. Blockchain application in healthcare systems: a review. Systems. (2023) 11:38. doi: 10.3390/systems11010038

Crossref Full Text | Google Scholar

115. Agbo CC, Mahmoud QH, Eklund JM. Blockchain technology in healthcare: a systematic review. Healthcare. (2019) 7:56. doi: 10.3390/healthcare7020056

PubMed Abstract | Crossref Full Text | Google Scholar

116. Odeh A, Keshta I, Al-Haija QA. Analysis of blockchain in the healthcare sector: application and issues. Symmetry. (2022) 14:1760. doi: 10.3390/sym14091760

Crossref Full Text | Google Scholar

117. Mazlan AA, Mohd Daud S, Mohd Sam S, Abas H, Abdul Rasid SZ, Yusof MF. Scalability challenges in healthcare blockchain system—a systematic review. IEEE Access. (2020) 8:23663–73. doi: 10.1109/ACCESS.2020.2969230

Crossref Full Text | Google Scholar

118. Pandey AK, Khan AI, Abushark YB, Alam MM, Agrawal A, Kumar R, et al. Key issues in healthcare data integrity: analysis and recommendations. IEEE Access. (2020) 8:40612–28. doi: 10.1109/ACCESS.2020.2976687

Crossref Full Text | Google Scholar

119. Ahmad RW, Salah K, Jayaraman R, Yaqoob I, Ellahham S, Omar M. Blockchain and COVID-19 pandemic: applications and challenges. Cluster Comput. (2023) 26:1–26. doi: 10.1007/s10586-023-04009-7

Crossref Full Text | Google Scholar

120. Kiania K, Jameii SM, Rahmani AM. Blockchain-based privacy and security preserving in electronic health: a systematic review. Multimed Tools Appl. (2023) 82:28493–519. doi: 10.1007/s11042-023-14488-w

Crossref Full Text | Google Scholar

121. AbuHalimeh A, Ali O. Comprehensive review for healthcare data quality challenges in blockchain technology. Front Big Data. (2023) 6:1173620. doi: 10.3389/fdata.2023.1173620

PubMed Abstract | Crossref Full Text | Google Scholar

122. Guidi B, Michienzi A, Ricci L. Evaluating the decentralisation of filecoin. In: Proceedings of the 3rd International Workshop on Distributed Infrastructure for the Common Good (2022). p. 13–8.

123. Rajput AR, Li Q, Taleby Ahvanooey M, Masood I. Eacms: Emergency access control management system for personal health record based on blockchain. IEEE Access. (2019) 7:84304–17. doi: 10.1109/ACCESS.2019.2917976

Crossref Full Text | Google Scholar

124. Hasavari S, Song YT. A secure and scalable data source for emergency medical care using blockchain technology. In: 2019 IEEE 17th International Conference on Software Engineering Research, Management and Applications (SERA) (2019). p. 71–5.doi: 10.1109/SERA.2019.8886792

125. Qaqish E, Aranki A, Al-Haija QA, Qusef A. Security comparison of blockchain and cloud-based identity management: considering the scalability problem. In: 2023 International Conference on Inventive Computation Technologies (ICICT) (2023). p. 1078–85. doi: 10.1109/ICICT57646.2023.10134231

126. Mehar MI, Shier CL, Giambattista A, Gong E, Fletcher G, Sanayhie R, et al. Understanding a revolutionary and flawed grand experiment in blockchain: the dao attack. J Cases Inf Technol. (2019) 21:19–32. doi: 10.4018/JCIT.2019010102

Crossref Full Text | Google Scholar

127. Palladino S. Data from: The parity wallet hack explained (2017). Available online at: https://blog.openzeppelin.com/on-the-parity-wallet-multisig-hack-405a8c12e8f7 (Accessed September 13, 2023).

128. Popper N. Lost Passwords Lock Millionaires Out of Their Bitcoin Fortunes. The New York Times (2021). Vol. 12.

Google Scholar

129. Buterin V. Data from: Merkling in ethereum (2015). Available online at: https://blog.ethereum.org/2015/11/15/merkling-in-ethereum/ (Accessed September 13, 2023).

130. Liu H, Luo X, Liu H, Xia X. Merkle tree: a fundamental component of blockchains. In: 2021 International Conference on Electronic Information Engineering and Computer Science (EIECS) (2021). p. 556–61.doi: 10.1109/EIECS53707.2021.9588047

131. jdourlens. Data from: Log smart contract data with events (2020). Available online at: https://ethereum.org/fr/developers/tutorials/logging-events-smart-contracts/ (Accessed September 13, 2023).

132. Al-Bassam M. Scpki: a smart contract-based pki and identity system. In: Proceedings of the ACM Workshop on Blockchain, Cryptocurrencies and Contracts (2017). p. 35–40.

133. Zeng L, Qiu W, Wang X, Wang H, Yao Y, Yu Z. Transaction-based static indexing method to improve the efficiency of query on the blockchain. In: 2021 IEEE International Conference on Artificial Intelligence and Computer Applications (ICAICA) (2021). p. 780–4.doi: 10.1109/ICAICA52286.2021.9497966

134. Du P, Liu Y, Li Y, Yin H, Zhang L. Etherh: a hybrid index to support blockchain data query. In: Proceedings of the ACM Turing Award Celebration Conference-China (2021). p. 72–6.

Google Scholar

135. Mora C, Rollins RL, Taladay K, Kantar MB, Chock MK, Shimada M. Bitcoin emissions alone could push global warming above 2c. Nat Clim Change. (2018) 8:931–3. doi: 10.1038/s41558-018-0321-8

Crossref Full Text | Google Scholar

136. Eyal I, Gencer AE, Sirer EG, Van Renesse R. {Bitcoin-NG}: a scalable blockchain protocol. In: 13th USENIX Symposium on Networked Systems Design and Implementation (NSDI 16) (2016). p. 45–59.

Google Scholar

137. Ferdous MS, Chowdhury MJM, Hoque MA. A survey of consensus algorithms in public blockchain systems for crypto-currencies. J Network Comput Appl. (2021) 182:103035. doi: 10.1016/j.jnca.2021.103035

Crossref Full Text | Google Scholar

138. Kiayias A, Russell A, David B, Oliynykov R. Ouroboros: a provably secure proof-of-stake blockchain protocol. In: Annual International Cryptology Conference. Springer (2017). p. 357–88.

Google Scholar

139. Ethereum. Data from: The beacon chain (2023). Available online at: https://ethereum.org/en/roadmap/beacon-chain/ (Accessed September 13, 2023).

Google Scholar

140. Lind J, Naor O, Eyal I, Kelbert F, Sirer EG, Pietzuch P. Teechain: a secure payment network with asynchronous blockchain access. In: Proceedings of the 27th ACM Symposium on Operating Systems Principles (2019). p. 63–79.

Google Scholar

141. Wang G, Shi ZJ, Nixon M, Han S. Sok: sharding on blockchain. In: Proceedings of the 1st ACM Conference on Advances in Financial Technologies (2019). p. 41–61.

Google Scholar

142. Kim C. Ethereum 2.0: how it works and why it matters. Coindesk (2020). Available online at: https://www.coindesk.com/wp-content/uploads/2020/07/ETH-2.0-072120.pdf (Accessed September 13, 2023).

Google Scholar

143. Ethereum. Data from: Danksharding (2023). Available online at: https://ethereum.org/en/roadmap/danksharding/ (Accessed September 13, 2023).

Google Scholar

144. Omran A, Abouyoussef M, Ismail M, Bhatia S. Sharded blockchain-based online diagnostic system for suspected patients during pandemics. In: 2022 IEEE Wireless Communications and Networking Conference (WCNC) (2022). p. 2715–20.

Google Scholar

145. Abbas A, Hamid MA. Adapting hybrid approaches for electronic medical record management and sharing using blockchain sharding. Period Eng Nat Sci. (2023) 11(1):5–14. doi: 10.21533/pen.v11i1.3405

Crossref Full Text | Google Scholar

146. Hafid A, Hafid A, Senhaji A. Sharding-based proof-of-stake blockchain protocol: security analysis. In: International Congress on Blockchain and Applications. Springer (2022). p. 48–57.

Google Scholar

147. Kan J, Zou L, Liu B, Huang X. Boost blockchain broadcast propagation with tree routing. In: International Conference on Smart Blockchain. Springer (2018). p. 77–85.

Google Scholar

148. Kaneko Y, Asaka T. Dht clustering for load balancing considering blockchain data size. In: 2018 Sixth International Symposium on Computing and Networking Workshops (CANDARW). IEEE (2018). p. 71–4.

Google Scholar

149. Hao W, Zeng J, Dai X, Xiao J, Hua Q, Chen H, et al. Blockp2p: enabling fast blockchain broadcast with scalable peer-to-peer network topology. In: Green, Pervasive, and Cloud Computing: 14th International Conference, GPC 2019, Uberlândia, Brazil, May 26–28, 2019, Proceedings 14. Springer (2019). p. 223–37.

Google Scholar

150. Zhao C, Wang T, Zhang S. Lightblock: reducing bandwidth required to synchronize blocks in ethereum network. In: 2021 International Conference on Communications, Information System and Computer Engineering (CISCE) (2021). p. 868–74.

Google Scholar

151. De Filippi P, Loveluck B. The invisible politics of bitcoin: governance crisis of a decentralized infrastructure. Internet Policy Rev. (2016) 5(4). doi: 10.14763/2016.3.427

Crossref Full Text | Google Scholar

152. Poon J, Dryja T. The bitcoin lightning network: scalable off-chain instant payments (2016).

Google Scholar

153. Network R. Data from: Fast, cheap, scalable token transfers for ethereum (2020). Available online at: https://raiden.network/ (Accessed September 13, 2023).

Google Scholar

154. Podgorelec B, Heričko M, Turkanović M. State channel as a service based on a distributed and decentralized web. IEEE Access. (2020) 8:64678–91. doi: 10.1109/ACCESS.2020.2984378

Crossref Full Text | Google Scholar

155. Yue KB, Chandrasekar K, Gullapalli H. Storing and querying blockchain using SQL databases. Inf Syst Educ J. (2019) 17(4):24.

Google Scholar

156. Cattell R. Scalable sql and nosql data stores. Acm Sigmod Rec. (2011) 39:12–27. doi: 10.1145/1978915.1978919

Crossref Full Text | Google Scholar

157. Molnar L. Data from: Bitcoindatabasegenerator (2017). Available online at: https://github.com/ladimolnar/BitcoinDatabaseGenerator (Accessed September 13, 2023).

Google Scholar

158. Lavoie M. (2018). Available online at: https://github.com/mathieulavoie/Bitcluster (Accessed September 13, 2023).

159. Tanwar S, Bhatia Q, Patel P, Kumari A, Singh PK, Hong WC. Machine learning adoption in blockchain-based smart applications: The challenges, and a way forward. IEEE Access. (2020) 8:474–88. doi: 10.1109/ACCESS.2019.2961372

Crossref Full Text | Google Scholar

160. Wang W, Niyato D, Wang P, Leshem A. Decentralized caching for content delivery based on blockchain: a game theoretic perspective. In: 2018 IEEE International Conference on Communications (ICC) (2018). p. 1–6.

Google Scholar

161. Heo JW, Ramachandran GS, Dorri A, Jurdak R. Blockchain storage optimisation with multi-level distributed caching. IEEE Trans Network Serv Manage. (2022) 19:3724–36. doi: 10.1109/TNSM.2022.3224735

Crossref Full Text | Google Scholar

162. Yamanaka H, Teranishi Y, Hayamizu Y, Ooka A, Matsuzono K, Li R, et al. User-centric in-network caching mechanism for off-chain storage with blockchain. In: ICC 2022 - IEEE International Conference on Communications (2022). p. 1076–81.

Google Scholar

163. Back A, Corallo M, Dashjr L, Friedenbach M, Maxwell G, Miller A, et al. Enabling Blockchain Innovations with Pegged Sidechains (2014). Vol. 72. p. 201–24. Available online at: http://www.opensciencereview.com/papers/123/enablingblockchain-innovations-with-pegged-sidechains

Google Scholar

164. Benedetti M, De Sclavis F, Favorito M, Galano G, Giammusso S, Muci A, et al. A pow-less bitcoin with certified byzantine consensus. arXiv [Preprint]. arXiv:2207.06870 (2022).

Google Scholar

165. Poon J, Buterin V. Plasma: Scalable autonomous smart contracts. White paper (2017). p. 1–47.

Google Scholar

166. Donawa A, Orukari I, Baker CE. Scaling blockchains to support electronic health records for hospital systems. In: 2019 IEEE 10th Annual Ubiquitous Computing, Electronics & Mobile Communication Conference (UEMCON) (2019). p. 0550–6.

Google Scholar

167. Hirtan L, Krawiec P, Dobre C, Batalla JM. Blockchain-based approach for e-health data access management with privacy protection. In: 2019 IEEE 24th International Workshop on Computer Aided Modeling and Design of Communication Links and Networks (CAMAD) (2019). p. 1–7.

Google Scholar

168. Peng S, Hu X, Zhang J, Xie X, Long C, Tian Z, et al. An efficient double-layer blockchain method for vaccine production supervision. IEEE Trans Nanobiosci. (2020) 19:579–87. doi: 10.1109/TNB.2020.2999637

Crossref Full Text | Google Scholar

169. Ni W, Huang X, Zhang J, Yu R. Healchain: a decentralized data management system for mobile healthcare using consortium blockchain. In: 2019 Chinese Control Conference (CCC) (2019). p. 6333–8.

Google Scholar

170. Subramanian G, Sreekantan Thampy A. Implementation of blockchain consortium to prioritize diabetes patients’ healthcare in pandemic situations. IEEE Access. (2021) 9:162459–75. doi: 10.1109/ACCESS.2021.3132302

Crossref Full Text | Google Scholar

Keywords: blockchain, healthcare, use cases, performance issues, off-chain solutions, on-chain solutions

Citation: Kasyapa MSB and Vanmathi C (2024) Blockchain integration in healthcare: a comprehensive investigation of use cases, performance issues, and mitigation strategies. Front. Digit. Health 6:1359858. doi: 10.3389/fdgth.2024.1359858

Received: 22 December 2023; Accepted: 28 March 2024;
Published: 26 April 2024.

Edited by:

Carol Maher, University of South Australia, Australia

Reviewed by:

Tsung-Ting Kuo, University of California, San Diego, United States
Qasem Abu Al-Haija, Jordan University of Science and Technology, Jordan

© 2024 Kasyapa and Vanmathi. This is an open-access article distributed under the terms of the Creative Commons Attribution License (CC BY). The use, distribution or reproduction in other forums is permitted, provided the original author(s) and the copyright owner(s) are credited and that the original publication in this journal is cited, in accordance with accepted academic practice. No use, distribution or reproduction is permitted which does not comply with these terms.

*Correspondence: C. Vanmathi, vanmathi.c@vit.ac.in

Disclaimer: All claims expressed in this article are solely those of the authors and do not necessarily represent those of their affiliated organizations, or those of the publisher, the editors and the reviewers. Any product that may be evaluated in this article or claim that may be made by its manufacturer is not guaranteed or endorsed by the publisher.