← Latest papers
💻 computer science

Design and Performance Evaluation of Blockchain-Enabled Policy-Based Access Control (PBAC) for Medical Data Sharing

This paper proposes and evaluates a blockchain-enabled Policy-Based Access Control (PBAC) framework implemented on Hyperledger Besu using Solidity smart contracts to achieve secure, GDPR-compliant, and patient-centric medical data sharing with dynamic consent and transparent auditing, demonstrating a balanced trade-off between performance efficiency and patient autonomy across various consensus mechanisms.

Original authors: Nadeem Yaqub, Jianbiao Zhang, Muhammad Irfan Khalid, Muhammad Kashif, Mansoor Ahmed, Jungsuk Kim

Published 2026-08-03
📖 5 min read🧠 Deep dive

Original authors: Nadeem Yaqub, Jianbiao Zhang, Muhammad Irfan Khalid, Muhammad Kashif, Mansoor Ahmed, Jungsuk Kim

Original paper licensed under CC BY 4.0 (https://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine your personal medical records as a treasure chest filled with your most sensitive secrets: your history, your diagnoses, and your private health data. For decades, the key to this chest has been held by a single, giant vault keeper (a central hospital or government database). While this system works, it has a few glaring flaws: if the vault keeper gets hacked, everyone's secrets are exposed; if the keeper makes a mistake, it's hard to fix; and most importantly, you, the owner of the chest, often have no real say in who gets to peek inside or for how long. This is the world of traditional "Access Control," a system that decides who gets to see what.

To fix this, scientists are exploring a new kind of digital lock called Blockchain. Think of Blockchain not as a single vault, but as a massive, shared notebook that thousands of computers around the world keep a copy of. Once a page is written in this notebook, it can never be erased or changed, only added to. This makes it incredibly secure and transparent. Another key concept is Smart Contracts, which are like digital robots that automatically follow a set of rules. If you say, "Only show my data to Dr. Smith for one week," the robot checks the clock and the name, and if the rules match, it unlocks the door. If the time is up, it locks it again automatically. The big question researchers are asking is: Can we combine these digital robots and the unchangeable notebook to give patients total control over their own medical data, while making sure the system is fast enough to actually work in a real hospital?

This paper, titled "Design and Performance Evaluation of Blockchain-Enabled Policy-Based Access Control (PBAC) for Medical Data Sharing," dives straight into that question. The authors, a team of researchers from universities in China, Norway, Oman, Ireland, and South Korea, propose a new system where patients are the bosses of their own data. Instead of a doctor or a hospital administrator deciding who sees your records, you set the rules. You can tell the system, "Let Dr. Jones see my diabetes data for research, but only for 30 days," or "Let my delegate handle my records while I'm on vacation." If you change your mind, you can flip a switch to revoke that access instantly, and the system updates itself everywhere at once.

The researchers built a working prototype of this system using a specific type of blockchain called Hyperledger Besu. They wrote the "digital robots" (smart contracts) to handle the logic of who gets in and who stays out. To make sure the system was actually useful, they didn't just guess how it would perform; they put it through a rigorous stress test. They simulated three different scenarios: a normal doctor visit, a situation where a patient delegates access to someone else, and an emergency where a controller needs to step in. They then ran these scenarios over and over again using three different "consensus mechanisms" (the rules the computers use to agree on what is written in the shared notebook): QBFT, IBFT2, and Clique.

The results of their experiments offer a clear picture of the trade-offs involved. The system successfully enforced the rules: if a patient revoked consent, the door stayed locked; if a researcher tried to access data for the wrong reason, they were denied; and if an emergency happened, the right people could get in. However, the speed of the system depended heavily on which "rulebook" (consensus mechanism) they used. The QBFT method was the speediest, taking an average of about 4.9 seconds to process a transaction and handling a workflow throughput of 0.1783 transactions per second (TPS). The other two methods, IBFT2 and Clique, were slower, taking roughly 9.5 to 10 seconds per transaction and handling about half the speed of QBFT. Interestingly, while QBFT was faster, it used slightly more computer power (CPU), whereas the Clique method was the most energy-efficient, using only about 2.2% CPU, even though it was slower.

The paper explicitly rules out the idea that a single central authority is the best way to manage this data, showing instead that a decentralized approach works well for keeping records secure and auditable. They also found that while the system is highly secure and compliant with privacy laws like GDPR (the European rulebook for data privacy), it is not a magic wand that solves every legal problem; for instance, the "right to be forgotten" is tricky because the blockchain record of the decision to delete data cannot be erased, only the data itself.

In short, the authors demonstrate that a patient-centric system is not just a fantasy. They proved that you can build a digital framework where patients hold the keys, the rules are enforced automatically by code, and the history of every access attempt is permanently recorded. While the system isn't lightning-fast compared to a standard website, the authors suggest that the balance between security, patient control, and reasonable speed makes it a viable and promising solution for the future of medical data sharing. The system works, the rules hold up, and the patient is finally in the driver's seat.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →