Enhancing Medical Information Security Through Blockchain Technology

Research Article
Open access

Enhancing Medical Information Security Through Blockchain Technology

Weijue Huang 1*
  • 1 School of Management, Guangdong University of Technology, Guangzhou, China    
  • *corresponding author 3121003282@mail2.gdut.edu.cn
Published on 25 October 2024 | https://doi.org/10.54254/2754-1169/120/20242357
AEMPS Vol.120
ISSN (Print): 2754-1177
ISSN (Online): 2754-1169
ISBN (Print): 978-1-83558-663-1
ISBN (Online): 978-1-83558-664-8

Abstract

Healthcare data management systems today face pressing challenges in maintaining data transparency, traceability, immutability, and security. Additionally, the centralized framework of many current healthcare systems raises concerns over potential catastrophic failures at single points. Blockchain technology stands out as a transformative solution, offering a decentralized and innovative approach with the potential to redefine healthcare data management. This paper investigates the transformative impact of blockchain in the realm of healthcare data management. It underscores how blockchain can drive revolutionary progress and substantial improvements in the sector. The paper examines the key features and benefits of blockchain, shedding light on the vast opportunities it opens up for healthcare. We provide an in-depth look at current projects and case studies, illustrating the practical application of blockchain in various healthcare contexts. Moreover, we address the significant research challenges hindering the full integration of blockchain into healthcare systems. The paper concludes by outlining future research directions that could further the advancement of blockchain in healthcare, paving the way for a new standard of excellence in data management.

Keywords:

blockchain, medical data security, healthcare

Huang,W. (2024). Enhancing Medical Information Security Through Blockchain Technology. Advances in Economics, Management and Political Sciences,120,23-34.
Export citation

1. Introduction

With the rapid development of emerging information technologies, the integration of various information technologies with the medical industry has become an inevitable trend. According to the "Opinions on Promoting the High-Quality Development of Public Hospitals" issued by the General Office of the State Council of China, the opinion proposes to fully integrate informatization into the high-quality development of public hospitals and strengthen the supporting role of informatization. The informatization of healthcare is the inevitable path to the modernization of China's healthcare and an important direction for healthcare construction. Among them, the Electronic Medical Record (EMR) system is valued and has become an indispensable part of medical services because it can provide high-quality medical services and reduce medical costs [1]. At the same time, its importance in medical data analysis cannot be ignored. During the COVID-19 pandemic, EMR datasets played a positive role [2]. With the surge in demand for medical services, more and more medical institutions are using EMR systems to replace paper medical records, which has promoted the development and application of medical information systems and also greatly increased the security risks of medical information storage.

The EMR (Electronic Medical Records) systems contain a vast amount of patient privacy data, and the structure and format of the data are not standardized [3]. Additionally, different institutions implement various management methods, leading to difficulties in the interoperability of medical data among different medical or insurance institutions, creating a serious “data island” issue [4]. Some patients share their medical data through cloud servers or applications, but the cloud servers provided by third-party vendors are semi-trustworthy, and they may steal or tamper with user data. Moreover, traditional EMRs store medical data on private or cloud servers, exposing the system to risks of malicious attacks, data breaches, and tampering, with the potential loss of private medical data. Therefore, reducing the security risks of medical information systems is crucial for personal privacy and social welfare.

Blockchain technology, characterized by its decentralization, high trustworthiness, traceability, and immutability, meets the secure and reliable needs of complex medical scenarios [5]. In recent years, blockchain has garnered widespread attention in the medical field.

2. Relevant Theories

2.1. Understanding Blockchain Technology

Based on asymmetric encryption algorithms, blockchain technology is an advanced technology. Blockchain uses a modified version of the Merkle tree data structure, combined with consensus mechanisms, peer-to-peer networks and smart contracts, amongst others, to create a distributed database technology. The system ensures that all records are immutable as trusted or semi-trusted nodes maintain an ever-growing chain through consensus mechanisms. The process relies on cryptographic means such as hashing, digital certificates and signatures to ensure the authenticity and security of records, rather than requiring central control. Therefore, blockchain naturally has the characteristics of decentralisation, high trustworthiness, traceability and immutability.

Blockchains, depending on their access and management rights, can be divided into public and private blockchains. In public blockchains, any participant can take part in the transaction and data consensus process, such as Ethereum, while private blockchains are closed networks that only allow highly trusted nodes to verify transactions and are only open to specific groups, such as Hyperledger Fabric. Traditional consensus mechanisms, such as Proof of Work (PoW) and Proof of Stake (PoS), typically require multiple block confirmations to be completed, which inevitably leads to efficiency issues. Private blockchains, represented by Hyperledger Fabric, use Practical Byzantine Fault Tolerance (PBFT) to solve the fast confirmation problem, improving consensus efficiency.

In addition, private blockchains are based on partial trust between participants, improving performance; use high-performance nodes as core nodes, reducing the need for each node to participate in full processing, improving scalability; restrict user access and transaction activity, improving stability; and can be modularly adapted to different needs, providing greater flexibility. Therefore, private blockchains are more suitable for the needs of medical data sharing [6].

2.2. Theories of Data Encryption and Cybersecurity

Attribute-Based Encryption (ABE) is highly beneficial for medical data as it allows for fine-grained access control. There are two primary encryption methods within ABE: Key Policy ABE (KP-ABE) and Ciphertext Policy ABE (CP-ABE). In KP-ABE, the user's private key is bound to a well-defined access structure, while the encrypted ciphertext is associated with a set of specific attributes. Only if these attributes match the requirements of the access structure in the private key can a user decrypt the corresponding ciphertext. This means that which ciphertexts a user can decrypt is determined by the access structure in the private key.

Conversely, in CP-ABE, the user's private key is associated with a set of attributes and the ciphertext is encrypted in accordance with a specific access policy. To successfully decrypt the information, a user must have a set of attributes that satisfy the requirements of the ciphertext's access policy. Therefore, in a KP-ABE system, it is the access policy of the ciphertext that is the determinant of which users have decryption rights.

In essence, KP-ABE emphasises how a user's private key determines which messages they can access, while CP-ABE emphasises how the access policy of the ciphertext controls which users can read the information [7]. Each method provides a flexible and robust solution for attribute-based data protection, each with its own characteristics and application scenarios.

Attribute-Based Encryption (ABE) provides one-to-many encryption and decryption capabilities that differentiate it from traditional public key encryption technologies such as Identity-Based Encryption. An ABE system doesn't need to know the specific identity of the recipient during decryption, unlike Identity-Based Encryption. Instead, ABE treats an individual's identity as a set of attributes and allows decryption only if the user's set of attributes meets the conditions defined at the time of encryption. As a result, access to data can be restricted on the basis of user attributes such as roles, departments or permissions. In the healthcare sector, this ensures that only authorised personnel can access sensitive health information. This approach provides greater flexibility and adaptability for encrypted communications.

2.3. Decentralization in Data Security

Blockchain networks can handle any type of digital transaction, with the size of the transaction depending on the data type involved. In our application, the network needs to process patient health-related data that may exist in formats such as word processing documents, scanned images, PDF reports, CD images, video files, or plain text. If all these types of data were to be stored on-chain within the blockchain network, it could lead to scalability issues. As the blockchain network grows, storage bottlenecks may arise. The system might struggle to handle the storage demands, as the size of the blockchain network could grow exponentially. Issues related to storage capacity could lead to scalability challenges for the system. Moreover, each full node might have a complete ledger copy, leading to file redundancy within the network and further space consumption. These limitations necessitate offloading data to off-chain storage systems that overcome space and scalability constraints.

In traditional network architectures, offline file storage would be accomplished within centralized file storage systems, possibly dedicated file servers or multiple file servers for different applications. For decentralized systems like blockchain applications, the concept of a centralized file system may not be applicable, as it contradicts the purpose of a distributed architecture. If a centralized file server were used in a blockchain application, it would become vulnerable to attacks and a single point of failure. For this reason, the file system used for such applications should also be decentralised in order to ensure the security and efficiency of the system.

IPFS, an acronym for InterPlanetary File System, is designed to decentralise file storage by using content addressing to identify files linked across a global network of computing nodes. As a peer-to-peer network protocol, IPFS works without a central server that takes care of the storage, retrieval and distribution of the data. Similar to BitTorrent, nodes on the network can publish new content or retrieve existing content from distributed storage. A distributed hash table (DHT) is used to address content, facilitating search and retrieval of distributed files. IPFS is a secure, high-throughput, content-addressable system that uses a block-based storage model to store large amounts of data.

Content addressability is achieved by assigning a unique hash address to each file uploaded to IPFS. This ensures consistency of the file hash addresses stored across all nodes in the system, as the same file will receive the same hash address if it is uploaded multiple times. The use of IPFS within a blockchain architecture for storage allows the network to remain traceable, in addition to reducing dependence on complete nodes. IPFS is capable of storing any type of digital transaction and is applicable to a multitude of applications. Its deduplication mechanism effectively addresses the issue of data redundancy in decentralized systems.

The integration of decentralization and deduplication enhances system efficiency and reduces the waste of storage space. In blockchain networks, nodes only contain the hash addresses of data in transactions, not the data itself, which allows new nodes to join or rejoin the network after a pause more quickly. The off-chain storage integration of IPFS addresses the scalability limitations faced by blockchain networks due to storage issues. Data is also permanently stored in the IPFS network, ensuring its tamper-resistance and security [8].

The architecture of IPFS includes four main components to ensure high performance, high throughput, security, and low cost. These components are: Distributed Hash Table (DHT), Self-certifying File System (SFS), BitSwap protocol, and Merkle DAG structure. As shown in Figure 1, working together, these components make IPFS a powerful decentralized storage solution.

fig1

Figure 1: IPFS Components (Photo/Picture credit: Original).

3. System Analysis and Application Research

3.1. Analysis of Existing Medical Information Systems

Today's patients expect a more personalized, fluid and coordinated care experience [9]. To accomplish this, healthcare providers must integrate health information from multiple, isolated data sources - including medical records, payment systems, genomics, clinical trials, and government websites - in order to make diagnoses. However, two major issues limit this integrated approach: first, the significant security and privacy concerns associated with sharing health records; and second, the fragmentation of information as a result of patient interactions with numerous healthcare providers [10].

Recent high-profile incidents of medical record security breaches have heightened concerns about data security and patient privacy. A recent study reveals that the scale of healthcare data breaches and their impact on healthcare organizations and patients is growing rapidly. Patients are most concerned that they have little or no control over their information once it is made available to payers, providers, or healthcare exchanges. Patients want a clearer picture of how their data is being used, who has access to it, and when it is being modified.

In addition, patients' medical histories involve multiple caregivers, including pediatricians, dentists, employer health plan providers, or medical specialists. Over time, they leave a trail of data across multiple healthcare systems that enclose data in siloed repositories. This results in a trail of health records that are difficult to collect, difficult to piece together, and largely owned by healthcare providers. Table 1 summarizes other current pain points in healthcare and potential applications of blockchain technology.

Table 1: Pain Points in Traditional Healthcare Information Systems and Potential Opportunities in Blockchain.

Pain Points

Blockchain Opportunities

Healthcare Data Liquidity--Data silos, distrust, ownership conflicts, and lack of interoperability incentives.

Establishes a distributed trust framework.

Facilitates secure data access and aggregation, bolstered by comprehensive auditing.

Healthcare Costs and Quality

Promotes optimal utilization and risk management by fostering a holistic physician-patient relationship.

Advocates for value-based care with analytics that bolster quality reporting.

Process Complexity

Streamlines processes with smart contracts and pre-authorizations for expedited payments.

Enhances traceability and timestamps to mitigate fraud and abuse.

Patient/Consumer Engagement

Grants patients the autonomy to manage and share their data, leading to improved engagement and personalized care.

Privacy and Security

Ensures security through encryption and cryptography.

Strengthens integrity with peer-to-peer accountability and the enforcement of specific permissions.

Efficiency in healthcare is in dire need of improvement. Currently, a large number of medical records are still stored in paper form and scattered, which limits their use in coordinating care, evaluating the quality of services or reducing medical errors. While healthcare data has begun to be collected digitally in various locations, the key is to extract maximum value from this data while avoiding an overly complex process. One of the main challenges facing the healthcare industry is how to record and store information easily and economically, as well as ensure secure sharing across different applications and systems [11]. It is also crucial to ensure portability and compatibility of data across different systems [12].

3.2. Blockchain Application in Healthcare: Case Studies

Blockchain technology, with its cutting-edge capabilities, is revolutionizing the healthcare sector. Its successful implementation has paved the way for seamless and efficient data sharing among key network participants and healthcare providers. This collaborative environment is fostering the development of cost-effective treatments and advanced therapies for a multitude of diseases, setting the stage for a surge in healthcare innovation in the years ahead.

This technology is instrumental in enhancing the quality of life by being at the forefront of digital transformation and innovation. It offers a plethora of significant opportunities for the healthcare industry, fostering stronger connections between medical professionals and patients [13]. In the next section, Table 2, we will explore some of the key applications of blockchain in the healthcare landscape.

Table 2: Key applications Blockchain for healthcare.

Cases

Presentation

1

Recording a patient's information

The various phases of a clinical trial generate a lot of patient information and health data. This data includes blood test results, quality scores, estimates and health questionnaires. Using a blockchain system, healthcare providers can verify the validity of the stored data. Blockchain provides a secure framework for sharing data. It uses existing encryption technologies. When recording patient information, healthcare providers keep detailed records in the form of an electronic medical record, which is stored in a cloud computing platform or database and includes the patient's name, date of birth, diagnosis, treatment and outpatient history.

2

Analysing specific data

Researchers can conduct in-depth analyses of specific treatments for most patients if they have verified access to patient data. This can not only lead to breakthrough results, but also significantly optimise treatment management models for patient populations. Thanks to the infrastructure of blockchain technology, pharmaceutical companies are now able to collect critical data in real time so that they can customise precise drug prescriptions and healthcare services for patients. Blockchain technology also greatly simplifies the day-to-day operations of pharmacies, as it provides a comprehensive data storage platform. Pharmacists can use this information to more effectively guide patients on the proper use of medication. In addition, blockchain enables clinicians to keep tabs on their patients' immediate health status by synchronising data collected by wearable devices in real time and responding quickly in the event of an emergency.

3

Check Validity

With the support of blockchain technology, transactions are verified by sophisticated algorithms and eventually cemented in the chain. The process involves encryption, digital signatures and storage of data, which together provide a solid guarantee of the authenticity of the information. Currently, healthcare companies, cutting-edge technology developers, and the healthcare industry as a whole are exploring the potential of blockchain to make the future of healthcare safer and more cost-effective. Blockchain technology is expected to play a key role in building a more robust health ecosystem as healthcare management's ability to validate outcomes continues to grow.

4

Safety, security and transparency

Blockchain technology offers unparalleled safety and transparency, revolutionizing the healthcare industry by empowering physicians to focus more on patient care. This innovative approach supports clinical trials and the treatment of rare disorders, fostering a collaborative environment for medical solution providers. Through seamless data exchange, it enhances diagnostic accuracy, streamlines therapy delivery, and creates cost-effective healthcare ecosystems. Blockchain maintains continuous communication and information sharing by connecting different organisations in the healthcare ecosystem on a shared, distributed ledger, ensuring greater security and clarity. Without the need for additional measures to ensure integrity and confidentiality, users can effortlessly share and monitor their data and other system activities. This is paving the way for a more integrated, patient-centric healthcare environment.

5

Maintenance of health records

Blockchain emerges as a quintessential technology for meticulous record-keeping in the healthcare sector. Its myriad applications encompass the secure sharing of healthcare data, the meticulous upkeep of electronic healthcare records (EHRs), the streamlined management of insurance processes, and the facilitation of sundry administrative tasks. Patients are afforded the convenience of dispatching their health information directly to a Blockchain network via a dedicated app. This fosters a harmonious collaboration between sensors and intelligent devices, orchestrated through the robust framework of digital Blockchain contracts.

A common challenge within the healthcare system is the disparate distribution of EHRs across multiple care institutions, leading to a segmented and incomplete picture of patient health histories. Blockchain technology heralds a new era of unity, amalgamating all pertinent details and bestowing upon patients unfettered historical access to their medical records. The consolidation of data in a singular, accessible repository will unveil novel insights into a patient’s health trajectory.

In essence, the Blockchain paradigm is a bastion of authenticity and legitimacy, safeguarding the sanctity of information while simultaneously preserving the privacy of its users. This paradigm shift heralds a transformative approach to healthcare, ensuring that patient data remains both inviolable and confidential.

6

investigate the origin

Blockchain is emerging as the quintessential technology for the meticulous maintenance of records in the health care sector. Its myriad applications include securely exchanging health data, meticulously maintaining electronic health records (EHRs), streamlining insurance processes, and facilitating various administrative tasks. Through a dedicated app, patients can conveniently send their health data directly to a blockchain network. This, orchestrated by the robust framework of blockchain digital contracts, facilitates harmonious collaboration between sensors and smart devices.

The disparate distribution of EHRs across multiple care facilities, resulting in a segmented and incomplete picture of a patient's health history, is a common challenge in the healthcare system. Blockchain technology heralds a new era of unity. It brings together all relevant details and gives patients unfettered historical access to their medical records. It will provide new insights into a patient's health history by consolidating data into a single, accessible repository.

At its core, the blockchain paradigm is a bastion of authenticity and legitimacy, protecting the sanctity of the information while at the same time preserving the privacy of its users. By ensuring that patient data remains both inviolable and confidential, this paradigm shift heralds a transformative approach to healthcare.

Blockchain technology stands as a revolutionary ledger system that meticulously documents transactions in a decentralized manner, transcending traditional healthcare management structures. Its precision and simplicity streamline processes, yielding time and cost savings, thereby reducing managerial burdens [13]. A paramount challenge within the healthcare sector is the unauthorized disclosure of sensitive data, often exploited for nefarious purposes. Blockchain's robust security measures offer a swift resolution to this issue, safeguarding critical information against misuse.

Furthermore, Blockchain facilitates real-time access to up-to-date and verifiable patient records, enhancing the accuracy of medical evaluations [14]. The potential of Blockchain in healthcare is immensely promising, as it addresses some of the most urgent problems plaguing the industry. By integrating therapy providers and ancillary services into a unified network, Blockchain ensures uniform data availability. The adoption of Blockchain technologies promises substantial advantages for the healthcare business ecosystem.

4. Discussion

4.1. Evaluating Blockchain in Medical Information Security

4.1.1. Enhanced Health Data Accuracy through Blockchain

The integration of blockchain technology in healthcare data management systems offers a transformative approach to patient medical data. Traditionally, a patient’s health records are scattered across various healthcare facilities, medical centers, and insurance companies. To construct a comprehensive and accurate medical history, it is essential to amalgamate these disparate data fragments seamlessly. Blockchain technology serves as the keystone for this integration, providing a unified platform for storing all patient-related medical information—ranging from prescription histories and symptomatology to treatment modalities, facility utilization, financial transactions, and beyond.

Blockchain’s inherent characteristics ensure that the stored data remain current, verifiable, and impervious to tampering. This fortifies the ability of healthcare professionals to administer effective, prompt, and appropriate care. Moreover, the immutable, transparent, and secure nature of blockchain data empowers healthcare providers with a holistic view of a patient’s medical journey, thereby enhancing the precision of medical services rendered [15].

4.1.2. Making health information interoperable

Interoperability is the seamless exchange of information across diverse systems produced by various manufacturers. A multitude of Electronic Health Record (EHR) and Electronic Medical Record (EMR) products are founded on distinct clinical technologies, technical specifications, and functional capabilities, as noted in references [16]. These variances present obstacles in the creation and sharing of uniform data formats. In some instances, even EHR systems developed on identical platforms lack interoperability due to their customization to align with the unique needs and preferences of individual healthcare institutions. To bridge this gap, it is imperative that the transmission messages between EHR systems adhere to standardized coded data. The absence of such standardized data is a significant barrier, impeding the electronic sharing of data for patient care. This challenge can be surmounted through the adoption of a blockchain-based healthcare data management system. Within this system, all EHR/EMR data adheres to a uniform coding standard, thereby facilitating effortless access and utilization by any entity within the healthcare ecosystem [17].

4.1.3. Security of medical information

Over the past decade, a disturbing trend has emerged: numerous healthcare organisations have been targeted by cybersecurity attacks that could have been prevented [18]. Much of the healthcare sector still relies on manual, centralised systems to manage digital medical records. These systems are not only outdated, but also vulnerable to unauthorised changes with malicious intent. In addition, the centralised nature of these systems poses a risk of data loss during natural disasters, as they are susceptible to a single point of failure.

Introducing blockchain technology - the lighthouse of security in the digital age. The blockchain provides a robust solution to these security issues through its immutable ledger, which is underpinned by cryptographic principles and effectively eliminates the risks associated with the theft and mishandling of data. Furthermore, health data stored on a Blockchain is protected from the dangers of natural disasters or medical facilities collapsing. This is because there is no single point of failure, due to the decentralised storage of data across multiple nodes.

4.2. Challenges and Limitations in Healthcare Implementation

If used effectively, blockchain technology can provide a reliable approach to overcoming common limitations in healthcare applications, including issues related to privacy, confidentiality, reliability, sharing, interoperability, usability and timely updating of medical records. Despite these advantages, blockchain is not without its challenges. Integrating and applying it in healthcare has led to significant research hurdles, which need to be explored in depth. This section explores these challenges. A systematic classification is provided in the accompanying table3.

Table 3: Challenges of blockchain.

Challenges

Descriptions

Requirements for storage

Require significant storage for transaction records, creating challenges for nodes with limited capacity.

Regulatory uncertainty navigated

It is a complex puzzle to ensure that blockchain technology is compliant with some national data protection laws. Further complicating the adoption of this technology by organisations is the ambiguity surrounding regulatory compliance. Blockchain regulations are still evolving. Therefore, it is critical for organisations to remain vigilant and adapt to the ever-changing regulatory landscape.

Health organizations need to be proactive in engaging with policy makers, seeking clarity and contributing to the regulatory discourse. With countries such as Singapore and Switzerland pioneering the use of regulatory tokens to accelerate blockchain integration, the regulatory landscape for blockchain is diverse. In the United States, on the other hand, the regulatory environment is a patchwork of state-specific legislation, rather than a single federal mandate. The stringent data privacy laws in the European Union are proving to be roadblocks in the widespread adoption of public blockchain networks.

For blockchain to gain traction as a mainstream technology within the healthcare sector, it is imperative for industry stakeholders to collaborate closely with regulators. This partnership aims to refine and harmonize blockchain-related policies and practices, paving the way for its seamless integration into healthcare systems.

Scalability

(a) Block size and time required to create a block. (b) Inefficiency of the consensus protocol. (c) Increased acknowledgement times for creating a block.

Interoperability and standardisation

Healthcare apps struggle to work together because they lack ways to collect, share, and analyze information. Traditional electronic health records use centralized, offline systems, but blockchain is spread out and operates online.

Overcoming Interoperability and Standardization Hurdles.

The seamless integration of healthcare applications remains a formidable challenge due to the lack of robust mechanisms for data collection, dissemination, and analysis. Traditional Electronic Health Record (EHR) systems are anchored in centralized databases and operate on isolated infrastructures. In stark contrast, blockchain technology offers a decentralized and cloud-based paradigm.

Embracing this innovative approach necessitates the creation of a dynamic EHR system, one that is adept at fostering collaboration and data exchange among the scientific and medical communities. Transitioning EHR data to a blockchain framework involves navigating a labyrinth of technological hurdles. Current healthcare databases, with their non-distributed nature, pose significant integration and scalability challenges [19].

4.3. Future Prospects and Ongoing Research

Through the above research, a synthesis of thematic concerns has emerged, poised to captivate the intellectual curiosity of future academicians. The forthcoming discourse aims to delve deeper into these revelations.

4.3.1. Adopting a comprehensive approach

The adoption of a holistic approach is paramount, not merely as a theoretical construct but as a pragmatic blueprint for circumventing system vulnerabilities and enhancing security. Such an approach ensures seamless interoperability, and fortifies the mechanisms of access management. A panoramic understanding of blockchain technology is indispensable for the inception of comprehensive, legally sound, and ethically robust electronic healthcare frameworks. These frameworks necessitate robust data governance and foolproof authentication protocols, laying the groundwork for a resilient digital health infrastructure [20].

Moreover, we champion the necessity of rigorous evaluation of blockchain-oriented e-healthcare ecosystems within diverse geopolitical and institutional milieus. This scrutiny is instrumental in forging bespoke healthcare solutions that resonate with the unique contours of local and global healthcare landscapes. It fosters synergistic collaborations with entities embedded in the healthcare matrix, including but not limited to, avant-garde medical research institutions.

4.3.2. Enhancing Architectural Efficacy

In the vanguard of blockchain’s evolution within healthcare, researchers are tasked with a pivotal mission: to refine and elevate the architecture of proposed or existing systems. The goal is to scale these systems adeptly, ensuring they rise to meet the anticipated surge in transactional demands as blockchain becomes increasingly woven into the fabric of healthcare operations.

This endeavor involves a meticulous focus on optimizing performance and efficiency. It is envisaged that by strategically mitigating network latency, augmenting throughput, and judiciously allocating resources, the architecture will not only withstand but thrive under the weight of burgeoning data exchanges [21].

4.3.3. Data Security and Legal Compliance

In the vanguard of future research, the safeguarding of data alongside the sanctity of patient privacy and the intricacies of legal compliance emerges as a paramount concern. The advent of blockchain technology offers a robust solution, with its immutable ledgers and smart contract verification systems providing a bulwark against breaches, ensuring adherence to stringent data and personal privacy mandates such as the Health Insurance Portability and Accountability Act (HIPAA) [22]. This innovative approach heralds a new era of security in the management of medical information, promising enhanced integrity and trust in healthcare data transactions.

4.3.4. Enhanced Integration with Cutting-Edge Technologies

The strategic deployment of blockchain technology within the healthcare sector stands to gain immensely from a seamless integration with core business processes, thereby amplifying its functionality. For instance, scholars could delve deeper into the fusion of edge computing, machine learning (ML), and artificial intelligence (AI) with blockchain-driven healthcare ecosystems. This synergy has the potential to revolutionize analytic models, paving the way for highly personalized patient care and diagnostics. Additionally, the research frontier could shift towards augmenting service quality by weaving in a denser network of IoT-based sensors. Such an integration promises to broaden service accessibility, fortify remote patient monitoring, and enhance emergency response services.

In pursuit of broadening the intellectual horizons in this domain, we advocate for two novel research trajectories. Firstly, an in-depth analysis of the ramifications of blockchain application in healthcare, particularly in nuanced yet analogous domains such as safeguarding patient’s digital rights, streamlining drug prescription management, and curbing prescription fraud, is imperative.

Lastly, an investigative lens should be turned towards the repercussions of blockchain adoption on healthcare valuation and supply chains. Such scholarly inquiry could illuminate the nuances of patient-centric interoperability challenges and potentially lay the groundwork for standardized protocols tailored for the adoption of blockchain systems in research methodologies.

5. Conclusion

This study delves into the integration of blockchain technology in healthcare systems, underscoring its potential to manage health data in a decentralized, secure manner, thereby enhancing transparency, accessibility, traceability, and trust. The immutable nature of blockchain presents a robust solution for secure, tamper-proof health data storage. The investigation covers the features and benefits of blockchain technology, demonstrating its capacity to overhaul healthcare data management. It identifies key opportunities within the healthcare sector, exemplified by case studies where blockchain has already improved various systems.

However, the research acknowledges significant challenges that currently hinder the widespread adoption of blockchain in healthcare. These challenges encompass the nascent stage of blockchain development, scalability issues, interoperability, the siloed nature of projects, and the complexity of integrating with existing legacy systems. In conclusion, blockchain technology holds transformative potential for the healthcare industry, offering significant improvements in operational efficiency, data security, workforce management, and cost-effectiveness. Overcoming the technical challenges mentioned is pivotal for its successful integration into healthcare.


References

[1]. Sun, S., Xie, Z., Yu, K., Jiang, B., Zheng, S., & Pan, X. (2021). COVID-19 and healthcare system in China: challenges and progression for a sustainable future. Globalization and Health, 17, 1-8.

[2]. Wang, Z., Zheutlin, A. B., Kao, Y. H., Ayers, K. L., Gross, S. J., Kovatch, P., ... & Li, L. (2020). Analysis of hospitalized COVID-19 patients in the Mount Sinai Health System using electronic medical records (EMR) reveals important prognostic factors for improved clinical outcomes. MedRxiv, 2020-04.

[3]. Zhang, L., Zheng, Z., & Yuan, Y. (2021). A Blockchain-Based Controllable Sharing Model for Electronic Medical Records. Acta Automatica Sinica, 47(9), 2143-2153.

[4]. Cui, G., Pang, J., & Yao, J. (2018). Medical Information Exchange Platform: Current Analysis and Prospects. Information Systems Engineering, (5).

[5]. ZHAO Y H,YUAN B H,LIANG J.( 2018) Application of blockchain technology in medical field[J]. China Medical Education Technology, 32(1),7.

[6]. Cao, M., Yu, S., Zeng, H., & Shi, H. (2023). A Hierarchical Access Control and Sharing System for Medical Data Based on Blockchain. Journal of Computer Applications, (05), 1518-1526.

[7]. Pournaghi, S. M., Bayat, M., & Farjami, Y. (2020). MedSBA: a novel and secure scheme to share medical data based on blockchain technology and attribute-based encryption. Journal of Ambient Intelligence and Humanized Computing, 11(11), 4613-4641.

[8]. Jayabalan, J., & Jeyanthi, N. (2022). Scalable blockchain model using off-chain IPFS storage for healthcare data security and privacy. Journal of Parallel and distributed computing, 164, 152-167.

[9]. Dudley, J. T., Listgarten, J., Stegle, O., Brenner, S. E., & Parts, L. (2015). Personalized medicine: from genotypes, molecular phenotypes and the quantified self, towards improved medicine. Pacific Symposium on Biocomputing. Pacific Symposium on Biocomputing, 342–346.

[10]. Hanchate, A. D., Ash, A. S., Borzecki, A., Abdulkerim, H., Stolzmann, K. L., Rosen, A. K., Fink, A. S., Pugh, M. J., Shokeen, P., & Shwartz, M. (2015). How pooling fragmented healthcare encounter data affects hospital profiling. The American journal of managed care, 21(2), 129–138.

[11]. Bresnick, J. (2017). Exploring the use of Blockchain for EHRs, healthcare big data. [online] Health IT analytics.

[12]. Yaeger, K., Martini, M., Rasouli, J., & Costa, A. (2019). Emerging blockchain technology solutions for modern healthcare infrastructure. Journal of Scientific Innovation in Medicine, 2(1), 1.

[13]. Satamraju, K. P. (2020). Proof of concept of scalable integration of internet of things and blockchain in healthcare. Sensors, 20(5), 1389.

[14]. Kshetri, N. (2018). Blockchain and electronic healthcare records [cybertrust]. Computer, 51(12), 59-63.

[15]. Agbo, C. C., Mahmoud, Q. H., & Eklund, J. M. (2019, April). Blockchain technology in healthcare: a systematic review. In Healthcare (Vol. 7, No. 2, p. 56). MDPI.

[16]. Reisman, M. (2017). EHRs: the challenge of making electronic data usable and interoperable. Pharmacy and Therapeutics, 42(9), 572.

[17]. Dagher, G. G., Mohler, J., Milojkovic, M., & Marella, P. B. (2018). Ancile: Privacy-preserving framework for access control and interoperability of electronic health records using blockchain technology. Sustainable cities and society, 39, 283-297.

[18]. Li, F., Liu, K., Zhang, L., Huang, S., & Wu, Q. (2021). Ehrchain: a blockchain-based ehr system using attribute-based and homomorphic cryptosystem. IEEE Transactions on Services Computing, 15(5), 2755-2765.

[19]. Sivan, R., & Zukarnain, Z. A. (2021). Security and privacy in cloud-based e-health system. Symmetry, 13(5), 742.

[20]. Zhu, X., Xu, H., Zhao, Z., & others. (2021). An Environmental Intrusion Detection Technology Based on WiFi. Wireless Personal Communications, 119(2), 1425-1436.

[21]. Chen, Y., Meng, L., Zhou, H., & Xue, G. (2021). A blockchain-based medical data sharing mechanism with attribute-based access control and privacy protection. Wireless Communications and Mobile Computing, 2021, 1-12.

[22]. Sultana, J., Saha, B., Khan, S., Sanjida, T. M., Hasan, M., & Khan, M. M. (2022, April). Identification and classification of melanoma using deep learning algorithm. In 2022 IEEE International Conference on Distributed Computing and Electrical Circuits and Electronics (ICDCECE) (pp. 1-6). IEEE.


Cite this article

Huang,W. (2024). Enhancing Medical Information Security Through Blockchain Technology. Advances in Economics, Management and Political Sciences,120,23-34.

Data availability

The datasets used and/or analyzed during the current study will be available from the authors upon reasonable request.

Disclaimer/Publisher's Note

The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of EWA Publishing and/or the editor(s). EWA Publishing and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

About volume

Volume title: Proceedings of the 8th International Conference on Economic Management and Green Development

ISBN:978-1-83558-663-1(Print) / 978-1-83558-664-8(Online)
Editor:Lukáš Vartiak
Conference website: https://2024.icemgd.org/
Conference date: 26 September 2024
Series: Advances in Economics, Management and Political Sciences
Volume number: Vol.120
ISSN:2754-1169(Print) / 2754-1177(Online)

© 2024 by the author(s). Licensee EWA Publishing, Oxford, UK. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license. Authors who publish this series agree to the following terms:
1. Authors retain copyright and grant the series right of first publication with the work simultaneously licensed under a Creative Commons Attribution License that allows others to share the work with an acknowledgment of the work's authorship and initial publication in this series.
2. Authors are able to enter into separate, additional contractual arrangements for the non-exclusive distribution of the series's published version of the work (e.g., post it to an institutional repository or publish it in a book), with an acknowledgment of its initial publication in this series.
3. Authors are permitted and encouraged to post their work online (e.g., in institutional repositories or on their website) prior to and during the submission process, as it can lead to productive exchanges, as well as earlier and greater citation of published work (See Open access policy for details).

References

[1]. Sun, S., Xie, Z., Yu, K., Jiang, B., Zheng, S., & Pan, X. (2021). COVID-19 and healthcare system in China: challenges and progression for a sustainable future. Globalization and Health, 17, 1-8.

[2]. Wang, Z., Zheutlin, A. B., Kao, Y. H., Ayers, K. L., Gross, S. J., Kovatch, P., ... & Li, L. (2020). Analysis of hospitalized COVID-19 patients in the Mount Sinai Health System using electronic medical records (EMR) reveals important prognostic factors for improved clinical outcomes. MedRxiv, 2020-04.

[3]. Zhang, L., Zheng, Z., & Yuan, Y. (2021). A Blockchain-Based Controllable Sharing Model for Electronic Medical Records. Acta Automatica Sinica, 47(9), 2143-2153.

[4]. Cui, G., Pang, J., & Yao, J. (2018). Medical Information Exchange Platform: Current Analysis and Prospects. Information Systems Engineering, (5).

[5]. ZHAO Y H,YUAN B H,LIANG J.( 2018) Application of blockchain technology in medical field[J]. China Medical Education Technology, 32(1),7.

[6]. Cao, M., Yu, S., Zeng, H., & Shi, H. (2023). A Hierarchical Access Control and Sharing System for Medical Data Based on Blockchain. Journal of Computer Applications, (05), 1518-1526.

[7]. Pournaghi, S. M., Bayat, M., & Farjami, Y. (2020). MedSBA: a novel and secure scheme to share medical data based on blockchain technology and attribute-based encryption. Journal of Ambient Intelligence and Humanized Computing, 11(11), 4613-4641.

[8]. Jayabalan, J., & Jeyanthi, N. (2022). Scalable blockchain model using off-chain IPFS storage for healthcare data security and privacy. Journal of Parallel and distributed computing, 164, 152-167.

[9]. Dudley, J. T., Listgarten, J., Stegle, O., Brenner, S. E., & Parts, L. (2015). Personalized medicine: from genotypes, molecular phenotypes and the quantified self, towards improved medicine. Pacific Symposium on Biocomputing. Pacific Symposium on Biocomputing, 342–346.

[10]. Hanchate, A. D., Ash, A. S., Borzecki, A., Abdulkerim, H., Stolzmann, K. L., Rosen, A. K., Fink, A. S., Pugh, M. J., Shokeen, P., & Shwartz, M. (2015). How pooling fragmented healthcare encounter data affects hospital profiling. The American journal of managed care, 21(2), 129–138.

[11]. Bresnick, J. (2017). Exploring the use of Blockchain for EHRs, healthcare big data. [online] Health IT analytics.

[12]. Yaeger, K., Martini, M., Rasouli, J., & Costa, A. (2019). Emerging blockchain technology solutions for modern healthcare infrastructure. Journal of Scientific Innovation in Medicine, 2(1), 1.

[13]. Satamraju, K. P. (2020). Proof of concept of scalable integration of internet of things and blockchain in healthcare. Sensors, 20(5), 1389.

[14]. Kshetri, N. (2018). Blockchain and electronic healthcare records [cybertrust]. Computer, 51(12), 59-63.

[15]. Agbo, C. C., Mahmoud, Q. H., & Eklund, J. M. (2019, April). Blockchain technology in healthcare: a systematic review. In Healthcare (Vol. 7, No. 2, p. 56). MDPI.

[16]. Reisman, M. (2017). EHRs: the challenge of making electronic data usable and interoperable. Pharmacy and Therapeutics, 42(9), 572.

[17]. Dagher, G. G., Mohler, J., Milojkovic, M., & Marella, P. B. (2018). Ancile: Privacy-preserving framework for access control and interoperability of electronic health records using blockchain technology. Sustainable cities and society, 39, 283-297.

[18]. Li, F., Liu, K., Zhang, L., Huang, S., & Wu, Q. (2021). Ehrchain: a blockchain-based ehr system using attribute-based and homomorphic cryptosystem. IEEE Transactions on Services Computing, 15(5), 2755-2765.

[19]. Sivan, R., & Zukarnain, Z. A. (2021). Security and privacy in cloud-based e-health system. Symmetry, 13(5), 742.

[20]. Zhu, X., Xu, H., Zhao, Z., & others. (2021). An Environmental Intrusion Detection Technology Based on WiFi. Wireless Personal Communications, 119(2), 1425-1436.

[21]. Chen, Y., Meng, L., Zhou, H., & Xue, G. (2021). A blockchain-based medical data sharing mechanism with attribute-based access control and privacy protection. Wireless Communications and Mobile Computing, 2021, 1-12.

[22]. Sultana, J., Saha, B., Khan, S., Sanjida, T. M., Hasan, M., & Khan, M. M. (2022, April). Identification and classification of melanoma using deep learning algorithm. In 2022 IEEE International Conference on Distributed Computing and Electrical Circuits and Electronics (ICDCECE) (pp. 1-6). IEEE.