Blockchain

From Clinfowiki
Revision as of 04:37, 17 October 2018 by Phamnh (Talk | contribs)

Jump to: navigation, search

Introduction


History of Blockchain

The Technology Behind Blockchain

Since its introduction in 2008 by Satoshi Nakamoto (Nakamoto, 2008), blockchain has been receiving a lot of attention due to its application in cryptocurrency. The most popular example of blockchain technology is Bitcoin, a type of virtual currency that uses cryptographic proof instead of a third-party verifier (such as a banking system) to confirm transaction (Crosby, Pattanayak, Verma, & Kalyanaraman, 2016). Each user of Bitcoin is given a “public key” and a “private key.” When a transaction occurs, a digital signature created from the private key of the sender is sent to the public key of the receiver. This transaction is broadcasted to the entire network (Figure 1), and is verified by every node in the network (called “miner” node). The verification process includes confirming the sender’s identity by checking the digital signature, and making sure that the sender has sufficient fund by checking all of prior transactions involving the sender. To allow for all nodes to participate in the verification process, each miner node must go through a time-delay process that involves solving a mathematical puzzle before its work can be accepted. This is called “proof-of-work” since it takes computing power to solve the puzzles. The miner node is compensated for their work by a small amount of Bitcoin. The transaction is recognized when more than half (at least 51%) of the nodes agree that it is valid. This transaction is now recorded in a block, then added to the top of the ledger, linking to the last block in the ledger by adding to itself a hash made from the prior block. This is called the “blockchain.” All nodes in the network has a copy of the ledger, which will be updated simultaneously when transaction is confirmed. If a ledger differs from the majority, it will be updated to reflect the most up-to-date ledger. This is the blockchain concept of “distributed ledger.”

The technology of Bitcoin and blockchain has several advantages. The public key is cryptographically generated, allowing for anonymity. Because the ledger is widely distributed and updated based on consensus, it is extremely difficult to manipulate it outside of the verification process, preventing fraudulent transaction without the need of a third-party verifier. Furthermore, since every transaction is recorded in the ledger, the flow of currency is transparent and can be verified by anyone. While the verification of Bitcoin involves simple calculations to adjust the balance of the sender and receiver after the transaction has been verified, there has been other cryptocurrencies such as Ethereum which take this further and run arbitrary user-defined programs on the blockchain (Wood, 2014), with the purpose of creating a “smart contracts.” The smart contract is an agreement between parties that is enforced automatically by the program. The person who requests the contract deposit currency into the program, which will wait until a certain condition is met before validating it and transfer the currency to the person who carried out the contract. If the condition is not met, the currency is refunded. This technology eliminates the need for a third party to enforce the contract.

Application of Blockchain in Healthcare and Research

Blockchain has been proven to be a useful platform for financial transactions. However, its application goes beyond the financial system. Melanie Swan predicts three phases of blockchain adoption: Blockchain 1.0, 2.0, and 3.0 (Swan, 2015). Blockchain 1.0 manifested as online currency. Blockchain 2.0 is the near future, where blockchain is used to keep track of contracts, financial records, public records, and ownership of property. Blockchain 3.0 will be applied into science, medicine and education. Even though we are still at an early stage of applying blockchain into health care, there are multiple proposals for its application. The majority of these proposals leverage blockchain’s ability to maintain an immutable record to place control of patient’s health record into their hand by allowing them to grant and revoke access to their medical records according to their preference (Gordon & Catalini, 2018; Yue, Wang, Jin, Li, & Jiang, 2016). In a traditional system, patient’s health record is kept and maintained by a health care organization (e.g. hospital, clinic, etc.). Information can be freely shared between the organization and a Regional Health Information Organization (RHIO) or another organization that has a business agreement with the originating institution. If there is no business agreement between the institutions, one-off requests can be made, but this will take time and delay care (Figure 2A). As Meaningful Use Stage 3 is being implemented at health care organizations, there has been a push to create patient-facing application programming interfaces (APIs) that allow patient to directly retrieve their record from the institution and share it with the provider as needed (Figure 2B). Gordon et al. proposes a blockchain-enabled smart contracts controlled by the patient to authorize direct sharing of medical record between institutions (Figure 2C). Patient can specify the subset of the record to be shared or set an expiration date on the authorization.

Gordon et al. suggested five features of block chain that allow for successful patient-driven interoperability: digital access rules, data aggregation, data liquidity, patient identity, and data immutability. The blockchain-enabled digital access rule is centralized, which makes it accessible by multiple institutions, while facilitating editing of the rules by the patient at any moment via a smart phone-based or web-based application. Patient could also aggregate their data (or metadata) across institutions to a blockchain or another secured location using the digital access rule, thus creating a complete record of their health. Because the change in digital access rules will take effect as soon as the patient (or legal representative) approves it, data can be share rapidly to the requesting institution, allowing access to time-sensitive information such as allergies, “code status,” etc. Even though there is no national patient identifier, institutions can use the blockchain-assigned individual’s public key and match it with their local identifier to start sharing data across systems. Finally, since all changes made to the blockchain is recorded and immutable, the risk of loss is minimized, and the record can be audited at any time.

Another application for blockchain is in clinical research. A problem that has plagued research is the lack of reproducibility (Ioannidis, 2005), which could be from multiple types of errors, misconduct or fraud. Blockchain offers a solution to this problem by providing an ability to track, share and care for data (Benchoufi & Ravaud, 2017). A recent study has shown that 80% of US employees would share their medical data provided privacy and security can be ensured (Chu). With blockchain-enabled data access rules, patient can easily allow researchers to gain access to their anonymized data, thus increasing the scope and sample size of the clinical research. The integrity of the clinical trial phase can also be maintained by entering each step of the trial with a time stamp into a blockchain and, using smart contract, only allow the next step to be validated after the preceding steps has been fully validated (Figure 3). This will avoid post-hoc data manipulation and posteriori calculus bias. Upon completion of the trial, the publication can be sent along with the link to the block chain which verifies that the study protocol has been followed as it was designed. The blockchain is also readily available to anyone who wants to evaluate validity of the study.