Abstract
Objectives: To automatically populate the case report forms (CRFs) for an international, pragmatic, multifactorial, response-adaptive, Bayesian COVID-19 platform trial. Methods: The locations of focus included 27 hospitals and 2 large electronic health record (EHR) instances (1 Cerner Millennium and 1 Epic) that are part of the same health system in the United States. This paper describes our efforts to use EHR data to automatically populate four of the trial’s forms: baseline, daily, discharge, and response-adaptive randomization. Results: Between April 2020 and May 2022, 417 patients from the UPMC health system were enrolled in the trial. A MySQL-based extract, transform, and load pipeline automatically populated 499 of 526 CRF variables. The populated forms were statistically and manually reviewed and then reported to the trial’s international data coordinating center. Conclusions: We accomplished automatic population of CRFs in a large platform trial and made recommendations for improving this process for future trials.
Introduction
Randomized-controlled trials (RCTs) are the cornerstone of evidence-based medicine yet are remarkably resource-intensive1,2. Numerous efforts are ongoing to reduce the per-result cost of RCTs, including improving patient recruitment3, developing trial designs that can simultaneously test multiple conditions or treatments4, applying Bayesian statistics to detect superiority/inferiority more quickly5, or creating reusable trial infrastructure6–8. One area ripe for reducing RCT costs is automating the traditionally manual task of completing case report forms (CRF).
CRFs are paper or electronic forms in which each trial participant’s clinical characteristics and outcomes are recorded9. These forms are sent from the site where an enrolled patient is participating to a data coordinating center responsible for calculating trial outcomes. Usually, CRFs are completed by clinical research coordinators who collect the data required to populate a trial’s CRFs. In contemporary clinical trials, most of the required data are manually extracted from the participants’ electronic health records (EHRs).
Automatic population of CRFs from EHR data has been shown to be possible in retrospective proof of concept studies10,11, and for trial participating hospitals that have joined multi-institutional data sharing initiatives (with predefined common data models)7,12 and those with robust adoption of Health Level Seven Fast Healthcare Interoperability Resource (FHIR) application programming interfaces (APIs)13. However, due to information security and data protection restrictions14, the inclusion of trial participating hospitals outside of large initiatives, the intricacies of EHR documentation practices, and the mismatch between the periodically documented variables present in an EHR and the authoritative (and sometimes multifaceted) variables required by CRFs, fully automating the population of CRFs remains a challenge.
Objective
Given the urgency of the COVID-19 pandemic, there was a desire to enroll as many patients as possible. We quickly realized that the availability of trained personnel to coordinate trial administration and collect trial outcomes would be a rate-limiting factor. To increase our enrollment potential, we aimed to automatically populate the trial’s CRFs from the two different EHR systems used at 27 hospitals participating in this platform trial. A second objective was to build expertise and learning health system infrastructure to be redeployed in future trials.
Methods
Locations, data sources, and trial design
At the start of the pandemic in April 2020, UPMC (a quaternary care medical center headquartered in Pittsburgh, Pennsylvania) began enrolling patients for an international platform trial15. The primary EHR system at most of UPMC’s hospitals was Cerner Millennium; however, six hospitals used Epic. To support the trial, a secure research environment was created to store and process identifiable patient data. The data for patients enrolled at Cerner hospitals were queried and duplicated in their raw form. The data for patients enrolled at Epic hospitals were queried and duplicated from an Epic Clarity database.
During the planning phase, trial data requirements were broadly categorized into structured and unstructured (Figure 1). Unstructured elements included 1) the majority of eligibility questions because potential patient enrollees are not guaranteed to have had sufficient, preceding interactions with the health system to support scraping comprehensive eligibility data from the electronic record; 2) protocol deviations, adverse events, and serious adverse events as these instances were deemed to warrant research team adjudication of events via review, in part, of clinical notes; 3) an adjudication log, which kept track of updates made to correct for noise and clarify EHR data; 4) specific patient characteristics, such as days of symptoms prior to illness or whether the patient’s occupation was as a healthcare worker, which were required for CRF reporting but not available as standalone fields in the health system’s EHRs; and 5) long-term outcomes which were collected by research coordinators via a phone survey. Structured data elements included patient characteristics such as age and other demographic information readily retrievable from the EHR relational databases, as well as elements of care such as vital signs, laboratory values, organ support therapies and settings, and medication administrations available as tabular data. Unstructured elements were collected as structured data using separate web application forms for screening, enrollment, recording of long-term outcomes, and documentation of protocol deviations and adverse events, which were made accessible to research coordinators. Additional unstructured elements, such as symptoms and comorbidities, were captured as structured data using a COVID-19 ‘intake form’ made available to clinicians for completion in Cerner and Epic EHRs. The data change log was maintained within the trial reporting database by the study data team.
Figure 1.
Trial data reporting requirements were categorized broadly as structured and unstructured data. Unstructured data elements were captured with electronic forms integrated into either research coordinator or clinician workflows. Structured data were collected from the EHRs relational databases. AE, adverse event; SAE, serious adverse event.
The randomized, embedded, multifactorial, adaptive platform trial for community-acquired pneumonia and COVID-19 (REMAP CAP: COVID-19) is an innovative clinical trial that provides a backbone trial structure upon which multiple intervention ‘domains’ can be simultaneously tested4. Domains are categories of treatments and are comprised of interventions that belong to that category. For example, low-molecular-weight heparin was a treatment in the anticoagulation domain16 and hydrocortisone was a treatment in the corticosteroid domain17. Individual patients can be assigned to a combination of treatments across multiple domains. The trial relies on Bayesian statistics to periodically update randomization weights as the trial progresses and data accrue, such that enrolled patients are increasingly assigned to treatment arms most likely to offer benefits.
REMAP CAP was instantiated to study community-acquired pneumonia in critically ill adult patients. The trial designers had the foresight to craft a pandemic appendix to the core protocol should a pandemic emerge while the trial was being conducted. In April 2020, REMAP CAP activated this appendix, and REMAP CAP: COVID-19 was launched in the US to study interventions for treating patients with COVID-19, with a primary outcome of organ support-free days4. Additionally, trial entry criteria were expanded to include non-critically ill adults hospitalized outside intensive care units (ICUs).
Case report forms
This paper focuses on our efforts to use EHR data to automatically populate four forms: baseline characteristics, daily outcomes, discharge outcomes, and response-adaptive randomization characteristics and outcomes. These four forms represent 41% of all data collected for each patient. (Data reported for each enrolled patient included 13 CRFs covering 1,289 variables.) We focus on these forms for automation because they were the most reliant on structured clinical data collected during the hospital stay but also required careful curation and transformation to meet the reporting requirements of the trial. While not the focus of this manuscript, additional views were created to support the manual completion of other forms, including those for adverse events, serious adverse events, and protocol deviation. We did not automate the adverse event and protocol deviation forms because they often required a review of unstructured clinical notes, which we chose not to include. Instead, we prioritized what we could accomplish with structured data.
Development environment
The secure environment was only accessible from within the firewall of the health system and using computers managed by the health system. The environment had MySQL installed as its database management system. The research team did not have administrative permissions to install additional software, so the decision was made to develop the entire pipeline using MySQL queries. The result of the MySQL queries was a series of four tables corresponding to the four different CRFs of focus with embedded logic checks highlighting areas requiring adjudication (for example, data indicating a patient was simultaneously receiving multiple types of respiratory support). A clinician informaticist (author CMH) continuously adjudicated data from the MySQL pipeline through chart review to ensure accuracy. The adjudicated data were used to inform and validate code updates. This was necessary to ensure both code and resultant data validity while accounting for the rapidly evolving trial, with domains and interventions opening and closing as new ideas to treat COVID-19 emerged and as tested treatments proved efficacious or not. These tables were exported to CSV files where a set of quality assurance scripts written in the R statistical computing language were run on the local computer before the CSV files were securely transferred to the international data coordinating center using Globus (research cyberinfrastructure).
Development strategy
The emergent and dynamic nature of the pandemic necessitated a code development strategy that could keep pace with a complex and rapidly evolving clinical trial, to achieve the mission of collecting data from disparate EHRs with elaborate underlying databases. An iterative, rapid application development framework was followed, with cycles determined by data deadlines to support response adaptive analysis updates, safety reporting requirements, and trial domain analyses. This approach allowed an expedited planning period necessary to meet external demands while incorporating robust feedback via data validation into each development cycle. Early cycles involved adjudication of all EHR-extracted data elements with chart review to ensure the code was functioning as intended; later cycles involved chart review validation of any data elements collected via updated code and all data related to the primary trial outcome of organ support-free days at trial day 28.
Results
Between April 4, 2020 and May 6, 2022, 417 patients were enrolled in the trial at UPMC. The MySQL-based extract, transform, and load pipeline was successful in automatically populating 95% of the clinical variables present on four CRFs, including 188 of 192 variables on the form for baseline characteristics, 113 of 113 variables on the form for daily outcomes, 109 of 132 variables on the form for discharge outcomes, and 89 of 89 variables on the form for response-adaptive randomization characteristics and outcomes. Of the automatically populated variables, 75% (374/499) were sourced directly from the structured source data, while 25% (125/499) were sourced from the unstructured source data. Of the variables that were not automatically populated, five were related to the location of lung infiltrates as determined by chest imaging, and the rest were related to adverse events, including major bleeding, myocardial infarction, deep vein thrombosis, and pulmonary emboli.
Pipeline development underwent three major versions, each becoming more comprehensive and accurate based on feedback from clinician adjudication by comparison of the completed CRFs with electronic record source documentation. The first version of the pipeline was organized around a patient’s ICU admission, as the trial’s primary outcomes focused on days of organ support. Collected data occasionally required annotated correction to account for patients with multiple ICU admissions during a single hospitalization or transfers between hospitals within the health system, the latter generated a new set of account and encounter identifiers for an enrolled patient.
The second version of the pipeline was organized around a patient’s hospitalization. All the data for a patient’s hospital stay (including external transfers) were harmonized, and derived tables were created for tracking a patient’s unit location (i.e., emergency department, ICU, stepdown, ward) and receipt of organ support included in the trial primary outcome (i.e., high flow nasal cannula, non-invasive mechanical ventilation, invasive mechanical ventilation, extracorporeal membrane oxygenation, and vasopressor medications). This effort required close coordination with our health system’s ‘ICU Service Center’ operations leadership group, which helped the study team closely track the fluctuating status of units that were temporarily converted to either ICUs or combined ICU-ward ‘COVID-19 units.’ Separate queries were created for the Cerner Millennium database and the Epic Clarity database, as well as for the two different patient enrollment states as defined by the trial, which consisted of a ‘moderate’ state for patients not requiring organ support at the time of enrollment and a ‘severe’ state for patients receiving organ support at the time of enrollment. The queries for these four groups of patients (Cerner-moderate, Cerner-severe, Epic-moderate, Epic-severe) included over one thousand lines of code each, all with significant maintenance requirements.
The third version was a rewrite of version two to optimize the architecture, reduce maintenance overhead, and facilitate code reuse. This version was constructed with an improved data model informed by lessons learned during the initial implementation of the pipeline and as familiarity developed with the trial. First, the source tables (from both Cerner and Epic) would flow into the same curated tables with harmonized patient identifiers, locations/unit stays, standardized event names, values, units, value sets, and time zones. From these tables, a single set of scripts transforms the data into the necessary derived tables regardless of source EHR or patient enrollment state. Finally, information from the curated and derived tables was combined into tables representing four different CRFs (Figures 2 and 3).
Figure 2.
Information flow for automatic population of a clinical trial’s case report forms: part 1. This figure shows how source tables containing raw EHR data and manually curated support tables are combined to create a series of curated tables that harmonize and standardize participant data. These tables are then combined to create a series of derived tables. Note, temporary tables, such as those needed to support temporal joins of different rows of the same table, are not shown.
Figure 3.
Information flow for automatic population of a clinical trial’s case report forms: part 2. This figure shows how support tables, curated tables, and derived tables are joined to populate the four tables corresponding to the CRFs for baseline characteristics, daily outcomes, discharge outcomes, and response-adaptive randomization characteristics and outcomes.
A sample of the challenges we faced, our solutions (from pipeline version three), and recommendations for future projects are provided in Table 1.
Table 1.
Challenges, solutions, and recommendations for automating CRF population from EHR data.
| Challenge | Solution | Recommendation |
|---|---|---|
| Determining which of a patient’s multiple encounter IDs should be included in the study. | Heuristics were used to define when a patient’s encounter IDs should be joined or if one or more should be excluded as a separate hospitalization. | 1. These tasks would be easier to implement using an imperative, rather than declarative, programming language; therefore, a defined procedure for adding software to secure research environments as needs arise is essential. |
| Determining a patient’s trajectory across multiple admissions to ICUs, step-down units, general medicine wards, and operating rooms. | Once encounters were harmonized, the location histories were ordered, and the start and stop point of each stay within each class of units (ICU, stepdown, ward) was determined. | |
| Some variables are co-reported with others with complex time dependencies. | Used a series of tables to select and join the appropriate data correctly. | |
| The primary outcome (organ support-free days) required a combination of knowledge about the current unit type, enrollment type, and hourly organ support provided. | Developed a data model that supported joining disparate data types by first cleaning and filtering relevant data. | |
| The daily outcomes required filtering numerous variables by days since admission. | Created a calendar days table to help with binning data into appropriate time ranges. | |
| Calculating composite scores, like APACHE II, requires many variables. | Developed a data model that enabled the cleaning, filtering, and joining of appropriate values to perform the calculation. | |
| Medication data was not standardized. | Defined standardization rules using free text matching. | 2. Adopt health data standards and use them for both clinical and research activities. |
| Flowsheet documentation is a combination of numeric and free text. | Defined functions for parsing out numeric data and assigning value sets to categorical data. | |
| Different hospitals used different sets of non-standard codes to identify measurements and observations. | Created and then maintained a code standardization table throughout the trial. A fundamental improvement of version three was mapping data to standardized codes and value sets upfront rather than multiple places throughout the queries. | |
| Noninvasive ventilation provided during a failed spontaneous breathing trial is hard to distinguish from noninvasive ventilation provided after a successful spontaneous breathing trial. | Created a manually curated non-invasive ventilation (NIV) exclusion table for defining individual clinical events that the pipeline should ignore. | 3. Strive for clinical documentation consistency and less use of free text input fields. Possible avenues for improvement include optimizing EHR input screens, changing local policies or training, conducting quality improvement projects focused on clinical documentation, and adopting new technologies to assist with documentation. |
Discussion and Conclusions
Automatically populated CRFs were used during analyses that led to multiple practice-changing publications, including those providing evidence related to the COVID-19 treatments of therapeutic anticoagulation16,18, hydrocortisone17, interleukin-6 receptor antagonists19, convalescent plasma20, antiplatelet therapy21, angiotension converting enzyme inhibition and angiotensin receptor blockage22, lopinavir-ritonavir, and hydroxychloroquine23. In this manuscript, we presented the MySQL data model and affiliated pipeline used to report data for the patients enrolled at UPMC in the United States, a subset of the larger group of participating locations.
Reflecting on lessons learned, we have compiled desiderata for reducing ambiguity in a trial’s CRF completion guidelines (see Table 2) from the perspective of informaticians to facilitate automation when drawing clinical trial data from real-world data sources. These recommendations aim not to set strict requirements but to list practices that will facilitate quicker automation of CRF pipelines. Following these items will save time by reducing the communication needed between trial sites and data coordinating centers.
Table 2.
Desiderata for reducing ambiguity in a trial’s CRF completion guidelines.
| a. | Create an EHR-CRF variable mapping section and index. CRF completion guidelines can be hundreds of pages long. All the fields and the EHR variables required for populating those fields should be listed in a single section of the document, which can serve as an index pointing to the pages of the document where each variable is referenced. |
| b. | All fields and variables should be given a unique identifier. Creating such identifiers will reduce ambiguity when discussing individual variables. It can create consistency in how variable names are encoded in processing scripts across trial sites, the statistical analysis committee, and the data coordinating centers. |
| c. | Variable definitions and priority. When defining a field such as a baseline serum sodium measurement, the laboratory tests that are acceptable to use should be listed along with the priority of using them. For example, choosing between whole blood and serum sodium values collected closely together in time. |
| d. | Include standardized codes and related value sets, and rely on interoperable code whenever able. When defining variables, value sets of acceptable standardized codes should be included. For example, the LOINC codes 2951-2, 42570-2, and 77139-4 all refer to Sodium measurements and may be included in the acceptable set of values. As interoperable data storage formats, such as the Observational Medical Outcomes Partnership common data model, become more widespread at academic institutions affiliated with health systems, and as EHR vendors work to comply with the United States Core Data for Interoperability requirements, sharing interoperable queries and adopting federated approaches to data sharing promises to streamline work in this space. |
| e. | Define acceptable units and allowable values. Each variable should include preferred and acceptable units and the range of acceptable values. Discrete fields should include value sets of acceptable responses. |
| f. | Provide explicit time bounds. The EHR purview can reach far back in time for an enrolled patient. The CRF completion guidelines should specify the earliest acceptable timepoint (e.g., <= 24 hours of enrollment but not before the current hospitalization), the latest acceptable timepoint (e.g., <= 2 hours after enrollment), and the priority of values when multiple are available (e.g., the measurement closes to the enrollment time or the first available measurement). |
| g. | Provide explicit sequence and time bounds for co-reported fields. Interpretation of some fields, such as PaO2, FiO2, and PEEP, may require values to be reported at similar points in time. When this is the case, any sequence requirements and time bounds, or lack thereof, should be specified (e.g., with the earliest available value taking priority, the timestamps of values for FiO2 and PEEP must be >0 and ≤120 minutes after the timestamp of each reported measurement for PaO2). Such time bounds are helpful when programming variable alignment that may be intuitive to clinicians reading a chart. |
| h. | Be consistent with definitions. Adaptive trials may include separate reporting forms for updating the randomization function and calculating endpoint results. When variables on these forms overlap, they should be given precisely the same definition. If this is impossible, the variables should be clearly distinguished in the variable definition section. |
| i. | Utilize a common platform for document design and dissemination. The pandemic gave rise to virtual platforms that facilitate collaboration amongst individuals separated by wide-ranging geographies. A shared development platform allows for the ready exchange of ideas and allows trial teams to keep up to date with CRF versions and other important documents. |
Our recommendations are complementary to others working in this space, for example, making electronic CRFs more findable, accessible, interoperable, and reusable (FAIR) to support better reuse of clinical research data24 and auditing if planned data sharing aligns with post-publication reality25. A final advantage of defining a standard data model for atomic, individual patient-level data is that the code for transforming curated data into derived variables can be shared across participating sites and reused in multiple trials26.
Limitations
While automatic population replaced much of the manual extraction work, it still required extensive manual validation. In particular, numerous heuristics were created to convert the available data into the trial’s CRF variables, such as the primary outcome, organ support-free days. Our custom data pipeline supported the transformations required for this trial at the cost of generalizability for other trials. This tension between the scope of CRF variables supported and generalizability of the data pipeline will always exist but can be mitigated by considering these issues during the trial design phase.
The data we extracted from two large EHRs and 27 hospitals had tremendous heterogeneity, meaning that our automated approach may have accidentally perpetuated onto the trial reported data any documentation, geographic, socio-economic, or other biases that are known to exist in EHR data. While a clinical research coordinator may be able to detect and address some of these issues when manually completing CRFs, they too are often limited by the data as they exist. Additionally, an automated pipeline has the benefit of reproducibility. When manual validation found errors that could be programmatically corrected, the new code was rerun on earlier cases to ensure consistency.
Conclusions
We described our successful effort to automatically populate CRFs from EHR data for a clinical trial amid a global pandemic. Additionally, we present desiderata for designing CRF completion guidelines to support researchers implementing auto CRF in future trials. Emerging interoperability standards hold the promise of substantially streamlining work in this area. However, widespread adoption of these standards will take time and may not meet all the requirements of a given trial. Early engagement of informaticians with deep knowledge of local EHR documentation practices and their representation in backend databases will contribute to the success of future efforts aiming to automate CRF extraction.
Acknowledgments
Dan Rickets, Jonathan Holton, Kevin Quinn. This effort was funded in part by the UPMC Learning While Doing Program.
Ethics approval
The University of Pittsburgh IRB approved the trial described in this manuscript. Informed consent was obtained from all study participants. More details of regulatory oversight have been described elsewhere15.
Figures & Table
References
- 1.Detsky AS. Are Clinical Trials a Cost-effective Investment? JAMA. 1989;262:1795. doi:10.1001/jama.1989.03430130071037. [PubMed] [Google Scholar]
- 2.Tunis SR, Stryer DB, Clancy CM. Practical Clinical Trials: Increasing the Value of Clinical Research for Decision Making in Clinical and Health Policy. JAMA. 2003;290 doi: 10.1001/jama.290.12.1624. doi:10.1001/jama.290.12.1624. [DOI] [PubMed] [Google Scholar]
- 3.Visweswaran S, Becich MJ, D’Itri VS, et al. Accrual to Clinical Trials (ACT): A Clinical and Translational Science Award Consortium Network. JAMIA Open. 2018;1:147–52. doi: 10.1093/jamiaopen/ooy033. doi:10.1093/jamiaopen/ooy033. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 4.Angus DC, Berry S, Lewis RJ, et al. The REMAP-CAP (Randomized Embedded Multifactorial Adaptive Platform for Community-acquired Pneumonia) Study. Rationale and Design. Ann Am Thorac Soc. 2020;17:879–91. doi: 10.1513/AnnalsATS.202003-192SD. doi:10.1513/AnnalsATS.202003-192SD. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 5.Simon KC, Tideman S, Hillman L, et al. Design and Implementation of Pragmatic Clinical Trials Using the Electronic Medical Record and an Adaptive Design. JAMIA Open. 2018;1:99–106. doi: 10.1093/jamiaopen/ooy017. doi:10.1093/jamiaopen/ooy017. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 6.Wyner Z, Dublin S, Chambers C, et al. The FDA MyStudies App: A Reusable Platform for Distributed Clinical Trials and Real-world Evidence Studies. JAMIA Open. 2021;3:500–5. doi: 10.1093/jamiaopen/ooaa061. doi:10.1093/jamiaopen/ooaa061. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 7.Campion TR, Sholle ET, Abedian S, et al. Implementation of a Commercial Federated Network of Electronic Health Record Data to Enable Sponsor-initiated Clinical Trials at an Academic Medical Center. Int J Med Inform. 2024;182:105322. doi: 10.1016/j.ijmedinf.2023.105322. doi:10.1016/j.ijmedinf.2023.105322. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 8.Harris PA, Taylor R, Minor BL, et al. The REDCap Consortium: Building an International Community of Software Platform Partners. J Biomed Inform. 2019;95:103208. doi: 10.1016/j.jbi.2019.103208. doi:10.1016/j.jbi.2019.103208. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 9.Bellary S, Krishnankutty B, Latha M. Basics of Case Report Form Designing in Clinical Research. Perspect Clin Res. 2014;5:159. doi: 10.4103/2229-3485.140555. doi:10.4103/2229-3485.140555. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 10.Cheng AC, Banasiewicz MK, Johnson JD, et al. Evaluating Automated Electronic Case Report Form Data Entry From Electronic Health Records. J Clin Transl Sci. 2023;7:e29. doi: 10.1017/cts.2022.514. doi:10.1017/cts.2022.514. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 11.Quennelle S, Douillet M, Friedlander L, et al. The Smart Data Extractor, a Clinician Friendly Solution to Accelerate and Improve the Data Collection During Clinical Trials. Stud Health Technol Inform. 2023;302:247–51. doi: 10.3233/SHTI230112. doi:10.3233/SHTI230112. [DOI] [PubMed] [Google Scholar]
- 12.Harris PA, Dunsmore SE, Atkinson JC, et al. Leveraging the Expertise of the CTSA Program to Increase the Impact and Efficiency of Clinical Trials. JAMA Netw Open. 2023;6:e2336470. doi: 10.1001/jamanetworkopen.2023.36470. doi:10.1001/jamanetworkopen.2023.36470. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 13.Cheng AC, Duda SN, Taylor R, et al. REDCap on FHIR: Clinical Data Interoperability Services. J Biomed Inform. 2021;121:103871. doi: 10.1016/j.jbi.2021.103871. doi:10.1016/j.jbi.2021.103871. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 14.Ganzinger M, Blumenstock M, Fürstberger A, et al. Federated Electronic Data Capture (fEDC): Architecture and Prototype. J Biomed Inform. 2023;138:104280. doi: 10.1016/j.jbi.2023.104280. doi:10.1016/j.jbi.2023.104280. [DOI] [PubMed] [Google Scholar]
- 15.Huang DT, McVerry BJ, Horvat C, et al. Implementation of the Randomized Embedded Multifactorial Adaptive Platform for COVID-19 (REMAP-COVID) Trial in a US Health System—Lessons Learned and Recommendations. Trials. 2021;22:100. doi: 10.1186/s13063-020-04997-6. doi:10.1186/s13063-020-04997-6. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 16.ATTACC Investigators, ACTIV-4a Investigators, REMAP-CAP Investigators. Therapeutic Anticoagulation with Heparin in Noncritically Ill Patients with Covid-19. New England Journal of Medicine. 2021;385:790–802. doi: 10.1056/NEJMoa2105911. doi:10.1056/NEJMoa2105911. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 17.Angus DC, Derde L, Al-Beidh F, et al. Effect of Hydrocortisone on Mortality and Organ Support in Patients With Severe COVID-19. JAMA. 2020;324:1317. doi: 10.1001/jama.2020.17022. doi:10.1001/jama.2020.17022. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 18.REMAP-CAP Investigators, ACTIV-4a Investigators, ATTACC Investigators. Therapeutic Anticoagulation with Heparin in Critically Ill Patients with Covid-19. New England Journal of Medicine. 2021;385:777–89. doi: 10.1056/NEJMoa2103417. doi:10.1056/NEJMoa2103417. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 19.REMAP-CAP Investigators. Interleukin-6 Receptor Antagonists in Critically Ill Patients with Covid-19. New England Journal of Medicine. 2021;384:1491–502. doi: 10.1056/NEJMoa2100433. doi:10.1056/NEJMoa2100433. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 20.Writing Committee for the REMAP-CAP Investigators. Estcourt LJ, Turgeon AF, et al. Effect of Convalescent Plasma on Organ Support-Free Days in Critically Ill Patients With COVID-19: A Randomized Clinical Trial. JAMA. 2021;326:1690–702. doi: 10.1001/jama.2021.18178. doi:10.1001/jama.2021.18178. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 21.Florescu S, Stanciu D, Zaharia M, et al. Effect of Antiplatelet Therapy on Survival and Organ Support–Free Days in Critically Ill Patients With COVID-19. JAMA. 2022;327:1247. doi: 10.1001/jama.2022.2910. doi:10.1001/jama.2022.2910. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 22.Writing Committee for the REMAP-CAP Investigators. Lawler PR, Derde LPG, et al. Effect of Angiotensin-Converting Enzyme Inhibitor and Angiotensin Receptor Blocker Initiation on Organ Support-Free Days in Patients Hospitalized With COVID-19: A Randomized Clinical Trial. JAMA. 2023;329:1183–96. doi: 10.1001/jama.2023.4480. doi:10.1001/jama.2023.4480. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 23.Arabi YM, Gordon AC, Derde LPG, et al. Lopinavir-ritonavir and Hydroxychloroquine for Critically Ill Patients with COVID-19: REMAP-CAP Randomized Controlled Trial. Intensive Care Med. 2021;47:867–86. doi: 10.1007/s00134-021-06448-5. doi:10.1007/s00134-021-06448-5. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 24.Kersloot MG, Jacobsen A, Groenen KHJ, et al. De-novo FAIRification via an Electronic Data Capture System by Automated Transformation of Filled Electronic Case Report Forms into Machine-readable Data. J Biomed Inform. 2021;122:103897. doi: 10.1016/j.jbi.2021.103897. doi:10.1016/j.jbi.2021.103897. [DOI] [PubMed] [Google Scholar]
- 25.Esmail LC, Kapp P, Assi R, et al. Sharing of Individual Patient-Level Data by Trialists of Randomized Clinical Trials of Pharmacological Treatments for COVID-19. JAMA. 2023;329:1695. doi: 10.1001/jama.2023.4590. doi:10.1001/jama.2023.4590. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 26.Horvat CM, King AJ, Huang DT. Designing and Implementing “Living and Breathing” Clinical Trials. Crit Care Clin. 2023;39:717–32. doi: 10.1016/j.ccc.2023.02.002. doi:10.1016/j.ccc.2023.02.002. [DOI] [PMC free article] [PubMed] [Google Scholar]



