Literature DB >> 28357041

Improving data transparency in clinical trials using blockchain smart contracts.

Timothy Nugent1, David Upton2, Mihai Cimpoesu2.   

Abstract

The scientific credibility of findings from clinical trials can be undermined by a range of problems including missing data, endpoint switching, data dredging, and selective publication. Together, these issues have contributed to systematically distorted perceptions regarding the benefits and risks of treatments. While these issues have been well documented and widely discussed within the profession, legislative intervention has seen limited success. Recently, a method was described for using a blockchain to prove the existence of documents describing pre-specified endpoints in clinical trials. Here, we extend the idea by using smart contracts - code, and data, that resides at a specific address in a blockchain, and whose execution is cryptographically validated by the network - to demonstrate how trust in clinical trials can be enforced and data manipulation eliminated. We show that blockchain smart contracts provide a novel technological solution to the data manipulation problem, by acting as trusted administrators and providing an immutable record of trial history.

Entities:  

Keywords:  Blockchain; Clinical Trials; Ethereum; Missing Data; Smart Contract

Year:  2016        PMID: 28357041      PMCID: PMC5357027          DOI: 10.12688/f1000research.9756.1

Source DB:  PubMed          Journal:  F1000Res        ISSN: 2046-1402


Introduction

Data from clinical trials is routinely withheld from researchers, doctors, and patients, leading to a lack of trust in the process and highlighting the need for greater transparency [1]. While there have been efforts by the World Health Organization (WHO) requiring all trials to make their methods and results available [2], a view supported by the UK Medicines and Healthcare products Regulatory Agency (MHRA), it remains to be seen how effectively such statements can be enforced. For example, while United States Food and Drug Administration (FDA) regulations require that methods and results of all clinical trials be made available, a recent study suggests that more than half of trials have failed to do so [3] Clearly, legislation alone will not solve these problems. Technological solutions such as the use of blockchains for record management may therefore provide an alternative strategy with which to address these challenges. A blockchain serves as a distributed database which maintains a continuously growing list of transactional records organised into blocks, using consensus algorithms allowing untrusted parties to agree on a common state while ensuring tamper resistance. Valid transactions stored in a blockchain are digitally signed and timestamped by their sender, providing cryptographically irrefutable evidence of both the provenance and existence of a record at a given point in time. These qualities were recently leveraged by Carlisle and Irving and Holden to address endpoint switching in clinical trials [10] [4]. Using the public Bitcoin blockchain [5] - perhaps the best known example of a blockchain - they generated a hash of a study protocol document, and used this as a public address to which they sent a transaction. This process serves as a “proof-of-existence” - verification that the document exists at the timestamp indicated by the transaction. Since Nakamoto’s seminal Bitcoin paper, blockchains have moved into the 2.0 era with the advent of smart contracts - code, and data, that resides at a specific address in a blockchain, and whose execution is cryptographically validated by the network. Here, we introduce a system built using smart contracts which addresses a number of the data manipulation issues common to clinical trials. We show that smart contracts can act as trusted administrators, able to improve the transparency of data reporting in clinical trials, by immutably capturing all aspects of data that might be subject to manipulation including trial registration, protocol, subject registration, and clinical measurements.

Methods

We propose a private, permissioned Ethereum blockchain network maintained by regulators (e.g. MHRA, FDA), pharma and contract research organisations (CROs), to be used in parallel with traditional clinical data management systems (CDMS), framing the process as a transactional inter-organisational record keeping model between untrusted participants ( Figure 1). Ethereum is a blockchain protocol that features smart contract functionality, and has been described as a next-generation cryptocurrency and decentralised application platform [6, 7]. Rather than validating just the balances and transfer of digital tokens, smart contracts allow the state of arbitrary data and logic to be agreed on by the network using the same cryptographic principles. A hierarchical arrangement of two core types of smart contract is required:
Figure 1.

A private blockchain network consisting of regulators, pharma and contract research organisations.

The system is composed of a hierarchical arrangement of two core types of smart contract - regulator contracts and trial contracts - with subjects and their associated clinical measurements appended to a container within the trial contract. The logic within the trial contract effectively enforces aspects of the trial protocol, ensuring that neither subjects nor measurements are appended outside of the predetermined trial timelines, while the tamper resistant characteristics of the blockchain prevent data manipulation.

(i) A regulator contract, holding a data structure containing clinical trial authorisation (CTA) details. This contract is owned and updated by regulators based on off-chain licensing agreements, and includes a container used to store trial contracts. (ii) A trial contract, deployed by CROs using a function within the regulator contract, dependent on permissioning logic determined using the CTA data structure. Contains a data structure used to store the trial protocol, using IPFS [8] or Ethereum’s native Swarm protocol where large file storage is required, with permissioning logic requiring protocol deposition and endpoint definition prior to the storage of subjects within a container. Subjects are added by CROs using a function within the trial contract, with permissioning logic restricting the calling of this function outside of the recruitment period defined in the protocol. The subject data structure contains anonymised subject information, consent documentation, and a container allowing storage of successive clinical measurements. Individual measurements are recorded, with full timestamping, in a format such as string-encoded JavaScript Object Notation (JSON), providing a flexible schema that can be adapted to any study type. Should data privacy be required, strings can be encrypted using public key encryption, with regulators holding a distinct private key for each trial contract, or using more elaborate techniques such as zero-knowledge proofs and homomorphic encryption as they become available. Source code written in JavaScript and the Solidity smart contract programming language is provided under Data and software availability, allowing contracts to be implemented, and data to be written to and read from the blockchain. The scripts perform the following steps: Start JavaScript implementations of Ethereum and IPFS nodes, each connecting to local private networks. Deploy a regulator contract. A trial proposal, including protocol documentation, is subsequently submitted to this contract by a CRO, with the documentation being stored using IPFS. If the proposal is accepted by the regulator, a trial contract is created. This contract is owned and administered by the CRO. Subjects are appended to the trial contract up until the trial start data. Synthetic data is then appended for each of the subjects, up until the trial end date. Finally, a script is provided to read all the data from the blockchain, providing a summary of each trial, and details of each subject and data points that have been added, with full timestamping. See README.txt for a description. Click here for additional data file.

A private blockchain network consisting of regulators, pharma and contract research organisations.

The system is composed of a hierarchical arrangement of two core types of smart contract - regulator contracts and trial contracts - with subjects and their associated clinical measurements appended to a container within the trial contract. The logic within the trial contract effectively enforces aspects of the trial protocol, ensuring that neither subjects nor measurements are appended outside of the predetermined trial timelines, while the tamper resistant characteristics of the blockchain prevent data manipulation.

Results

Contracts were deployed onto a private Ethereum blockchain and used to record synthetic data representing clinical trials of Tamiflu, an influenza drug stockpiled by the British government at a cost of £424m despite 60% of trial data remaining unpublished at the time the decision was taken [9], totalling thousands of individual transactions. Ethereum’s block time is significantly faster than the Bitcoin blockchain, with transactions used to deploy contracts or update data taking an average of 14 seconds to be accepted by the network, although confirmation of 12 blocks is recommended to ensure finality. With the Ethereum roadmap anticipating the processing of 10,000 transactions per block by release 2.0, the network should scale well for the task in hand. At all points during the test, we were able to query the number of trials underway, the number of subjects recruited to each one, the address of the transaction sender (resolvable to a CRO) and the timestamp at which the transaction was processed. Due to the append-only nature of blockchains, we were also able to query the state of the data at any historic block.

Conclusions

Here, we have demonstrated that smart contracts running on the Ethereum blockchain can be used to improve the transparency of data management in clinical trials. We have shown that the cryptographic guarantees that modern protocols provide can go beyond “proof-of-existence”, and be used for complex clinical trial data management that prevents all forms of manipulation due to the tamper resistant characteristics of blockchains. Systems built using smart contracts should help to increase trust in the data they hold and the credibility of trials findings, allowing medical professionals to make better-informed decisions that have the potential to reduce both patient risk and the financial strain placed on health services that data manipulation issues contribute to.

Data and software availability

F1000Research: Dataset 1. Data and full source code required to repeat the experiment., 10.5256/f1000research.9756.d138647 [11] This article discusses and proposes a blockchain based smart contract system to improve transparency of clinical trials. The current issues in scientific credibility in clinical trial findings include missing data, endpoint switching, data dredging, and selective publication. There have been efforts to solve these issues with legislation, but it can be seen that they do not solve the issues alone. Prior to this paper, a blockchain method was described to solve these issues. This paper extends the idea by using smart contracts with blockchain. The paper is well-written and referenced. I have few questions that need more clarification: Regarding FDA regulations, “ more than half of trials have failed to do so”. What were the key reasons why this happened? This could be contrasted to issues that this type of blockchain would solve. How is “proof-of-existence” verified by network? How is verification orchestrated in the network? What resources are required from participants to join this blockchain? Untrusted participants. Can you elaborate more what do you mean by this term? EMA. What is EMA in this picture and does it have some special role compared to other participants? CDMS. How is data synchronized and standardized between various participants? What does it require from participant perspective? Checklist The appropriateness of the title: OK Whether the abstract provides an adequate summary of the article: OK If there is a comprehensive explanation of study design, methods and analysis, and their suitability to the investigation: OK Whether the conclusions are balanced and justified on the basis of the results: OK With regards to the data (if applicable), whether sufficient information has been provided for replication of the experiment, and/or if the data are in a usable format: OK Overall, I think this study is really interesting and I enjoyed reading it. Blockchain 2.0 and its applications are now emerging in various fields and it is important that research is being conducted. Looking forward for more results regarding this study in future. I have read this submission. I believe that I have an appropriate level of expertise to confirm that it is of an acceptable scientific standard. This article represents the first description of a real-world implementation of blockchain, smart contracts and decentralized/floating cloud storage for medical approval studies. It logically extends the application of blockchain beyond the pure ‘notarization’ functionality, as earlier described, into the realm of post-processing and data analyses. The source code is provided, so future groups can work on that. It can be hoped that this example will be picked up and used as a model in real-world studies. I ask the author to consider crypto-assured study blinding in future designs. Furthermore, it would be great to compare the practical possibilities of such a study system to today's system on a step-by-step analysis. The author mentions the potential of zero-knowledge proofs and homomorphic encryption. I’m looking forward to reading more from this author. I have read this submission. I believe that I have an appropriate level of expertise to confirm that it is of an acceptable scientific standard. This article proposes a smart-contract based system for improving the transparency of clinical trials. This represents an original extension to existing proposals which apply blockchain technology to prove the historical existence of certain documents and protocols. Specifically, a private blockchain network with an hierarchical arrangement of smart contracts gives the various stakeholders (e.g. regulators, clinical research organisations etc.) the ability to manage and record trial data in a natural - but also immutable and auditable - fashion. The paper itself is well-written and focused and adequately referenced. I have a few minor queries which could be clarified in any final version: "Untrusted parties" - are these actually "untrusting parties" or "untrusted and untrusting" parties? "ensuring tamper resistance" - should this be "ensuring a very high degree of tamper resistance" (since 51% attacks are still possible)? Being a private, permissioned blockchain, does it need any special arrangements to ensure its integrity, or does the fact that runs on top of the Ethereum network ensure this? "includes a container" - can you please elaborate on what you mean by "container" here? It is a very overloaded term in computer science, and can refer to data structures, a lightweight virtual environment for code execution, a file store etc. Overall I enjoyed reading the paper and I think it makes a worthy contribution to the literature. I am happy to recommend it be indexed. I have read this submission. I believe that I have an appropriate level of expertise to confirm that it is of an acceptable scientific standard.
  5 in total

1.  Compliance with results reporting at ClinicalTrials.gov.

Authors:  Monique L Anderson; Karen Chiswell; Eric D Peterson; Asba Tasneem; James Topping; Robert M Califf
Journal:  N Engl J Med       Date:  2015-03-12       Impact factor: 91.245

Review 2.  Neuraminidase inhibitors for preventing and treating influenza in healthy adults and children.

Authors:  Tom Jefferson; Mark A Jones; Peter Doshi; Chris B Del Mar; Carl J Heneghan; Rokuro Hama; Matthew J Thompson
Journal:  Cochrane Database Syst Rev       Date:  2012-01-18

3.  Rationale for WHO's new position calling for prompt reporting and public disclosure of interventional clinical trial results.

Authors:  Vasee S Moorthy; Ghassan Karam; Kirsten S Vannice; Marie-Paule Kieny
Journal:  PLoS Med       Date:  2015-04-14       Impact factor: 11.069

4.  How blockchain-timestamped protocols could improve the trustworthiness of medical science.

Authors:  Greg Irving; John Holden
Journal:  F1000Res       Date:  2016-02-26

5.  Improving data transparency in clinical trials using blockchain smart contracts.

Authors:  Timothy Nugent; David Upton; Mihai Cimpoesu
Journal:  F1000Res       Date:  2016-10-20
  5 in total
  26 in total

1.  Tamper-Resistant Mobile Health Using Blockchain Technology.

Authors:  Daisuke Ichikawa; Makiko Kashiyama; Taro Ueno
Journal:  JMIR Mhealth Uhealth       Date:  2017-07-26       Impact factor: 4.773

2.  Improving data transparency in clinical trials using blockchain smart contracts.

Authors:  Timothy Nugent; David Upton; Mihai Cimpoesu
Journal:  F1000Res       Date:  2016-10-20

3.  Converging blockchain and next-generation artificial intelligence technologies to decentralize and accelerate biomedical research and healthcare.

Authors:  Polina Mamoshina; Lucy Ojomoko; Yury Yanovich; Alex Ostrovski; Alex Botezatu; Pavel Prikhodko; Eugene Izumchenko; Alexander Aliper; Konstantin Romantsov; Alexander Zhebrak; Iraneus Obioma Ogu; Alex Zhavoronkov
Journal:  Oncotarget       Date:  2017-11-09

4.  ESR white paper: blockchain and medical imaging.

Authors: 
Journal:  Insights Imaging       Date:  2021-06-22

5.  Blockchain technology for improving clinical research quality.

Authors:  Mehdi Benchoufi; Philippe Ravaud
Journal:  Trials       Date:  2017-07-19       Impact factor: 2.279

6.  An Architecture and Management Platform for Blockchain-Based Personal Health Record Exchange: Development and Usability Study.

Authors:  Hsiu-An Lee; Hsin-Hua Kung; Jai Ganesh Udayasankaran; Boonchai Kijsanayotin; Alvin B Marcelo; Louis R Chao; Chien-Yeh Hsu
Journal:  J Med Internet Res       Date:  2020-06-09       Impact factor: 5.428

7.  Towards a Remote Monitoring of Patient Vital Signs Based on IoT-Based Blockchain Integrity Management Platforms in Smart Hospitals.

Authors:  Faisal Jamil; Shabir Ahmad; Naeem Iqbal; Do-Hyeun Kim
Journal:  Sensors (Basel)       Date:  2020-04-13       Impact factor: 3.576

8.  A Blockchain-Based Notarization Service for Biomedical Knowledge Retrieval.

Authors:  Athina-Styliani Kleinaki; Petros Mytis-Gkometh; George Drosatos; Pavlos S Efraimidis; Eleni Kaldoudi
Journal:  Comput Struct Biotechnol J       Date:  2018-08-17       Impact factor: 7.271

9.  Ensuring protocol compliance and data transparency in clinical trials using Blockchain smart contracts.

Authors:  Ilhaam A Omar; Raja Jayaraman; Khaled Salah; Mecit Can Emre Simsekler; Ibrar Yaqoob; Samer Ellahham
Journal:  BMC Med Res Methodol       Date:  2020-09-07       Impact factor: 4.615

Review 10.  Blockchain distributed ledger technologies for biomedical and health care applications.

Authors:  Tsung-Ting Kuo; Hyeon-Eui Kim; Lucila Ohno-Machado
Journal:  J Am Med Inform Assoc       Date:  2017-11-01       Impact factor: 4.497

View more

北京卡尤迪生物科技股份有限公司 © 2022-2023.