A Reusable Framework for Automated Record Creation and Population

Slides:



Advertisements
Similar presentations
New Release Announcements and Product Roadmap Chris DiPierro, Director of Software Development April 9-11, 2014
Advertisements

Cross-Jurisdictional Immunization Data Exchange Project Updated 4/29/14.
AppManager 7: Deep Technical Dive Tim Sedlack & Michi Schniebel Sr. Product Managers.
Clicks to Code Series “Data Loaders”.
Integrating CRM On Demand with the E-Business Suite to Supercharge your Sales Team Presented by: Tom Connolly, Jason Lieberman Company: BizTech Session.
REDCap Overview Institute for Clinical and Translational Science Heath Davis Fred McClurg Brian Finley.
RMIS - Building a Research Management Information System at the University of Glamorgan Leanne Beevers & Neil Williams.
ArcGIS Workflow Manager An Introduction
Moving forward our shared data agenda: a view from the publishing industry ICSTI, March 2012.
LiveCycle Data Services Introduction Part 2. Part 2? This is the second in our series on LiveCycle Data Services. If you missed our first presentation,
Dec 9-11, 2003ICADL Challenges in Building Federation Services over Harvested Metadata Hesham Anan, Jianfeng Tang, Kurt Maly, Michael Nelson, Mohammad.
Microsoft SharePoint Server 2010 for the Microsoft ASP.NET Developer Yaroslav Pentsarskyy
Presentation. Recap A multi layer architecture powered by Spring Framework, ExtJS, Spring Security and Hibernate. Taken advantage of Spring’s multi layer.
REDCap Overview Institute for Clinical and Translational Science Fred McClurg Neil Nuehring.
REDCap Overview Institute for Clinical and Translational Science Heath Davis Fred McClurg Brian Finley.
.  A multi layer architecture powered by Spring Framework, ExtJS, Spring Security and Hibernate.  Taken advantage of Spring’s multi layer injection.
Health eDecisions Use Case 2: CDS Guidance Service Strawman of Core Concepts Use Case 2 1.
National Archives and Records Administration Status of the ERA Project RACO Chicago Meg Phillips August 24, 2010.
Oct 12-14, 2003NSDL Challenges in Building Federation Services over Harvested Metadata Kurt Maly, Michael Nelson, Mohammad Zubair Digital Library.
Social CRM March 7, The Case for Social CRM » On average 31% of people change their address every year New job Moving ISP change Change.
SmartClient for Salesforce – Office 365 Excel Solution Walk-through.
Physical Oceanography Distributed Active Archive Center THUANG June 9-13, 20089th GHRSST-PP Science Team Meeting GHRSST GDAC and EOSDIS PO.DAAC.
Introduction to Terra Dotta Applications Integration with Campus Data Systems for institutions beginning their software implementation.
Extending REDCap: API, hooks, and plugins for Vanderbilt's IRB
NOTE: To change the image on this slide, select the picture and delete it. Then click the Pictures icon in the placeholder to insert your own image. REDCap:
3 Copyright © 2013, Oracle and/or its affiliates. All rights reserved. PeopleSoft General Ledger 9.2 New Features 9.2 Release New Features.
Introduction to Item Connector and ClearQuest Synchronizer Matthew Alexander June 2014.
Advanced Informer Features
DU REDCap Introduction
REDCap General Overview
Integrating ArcSight with Enterprise Ticketing Systems
REDCap Software: What’s New & What’s Next
Project Management: Messages
Make Power BI Your Own with the Power BI APIs
Scientific Reproducibility using the Provenance for Healthcare and Clinical Research Framework Satya S. Sahoo Collaborators/Co-Authors: Joshua Valdez,
Relevant Improvements
z/Ware 2.0 Technical Overview
Reusing and repurposing metadata in a Current Research Information System and Institutional Repository 3 June 2010 Robin Armstrong Viner Cataloguing.
Section 13 - Integrating with Third Party Tools
Repeating Forms/Events
Hydra, research data and Archivematica
VIEWS II: Motivation and Plans for a Revised Validation Service
The IPT user interface and data quality tools
VI-SEEM Data Discovery Service
HSA Reusability Issues
of Pathology Specimens for the VA Precision Oncology Program
Vaccine Code Set Management Services Pilot
Searching Business Data with MOSS 2007 Enterprise Search
Microsoft Dynamics.
SNOW ONLINE TRAINING IN HYDERABAD
Make Power BI Your Own with the Power BI APIs
FHIR BULK DATA API April 2018
Searching Business Data with MOSS 2007 Enterprise Search
SDMX Reference Infrastructure Introduction
Make Power BI Your Own with the Power BI APIs
CSU Millennium to Alma migration
Exploring the Power of EPDM Tasks - Working with and Developing Tasks in EPDM By: Marc Young XLM Solutions
atEvent + HubSpot Integtration Instructions
ASP.NET Module Subtitle.
Data Warehouse Student Data User Group Meeting October 4, 2018
PitchBook For MS Dynamics Plugin
e-Invoicing – e-Ordering 20/11/2008
Metadata The metadata contains
HP Quality Center 10.0 The Test Plan Module
CREE: HEIRPORT lite Welcome screen:
ITAS Risk Reporting Integration to an ERP
REDCap External Modules
HIP – FAS flows addendum to the OIDC integration guide for eBox HIPs.
Presentation transcript:

A Reusable Framework for Automated Record Creation and Population ARC: Beyond the API A Reusable Framework for Automated Record Creation and Population Liz Moyer, BA; Erik Benton, BA; Alison Grossblatt-Wait, MA; Christiane Winter, BS; Matthew Lawhead, BS; Timothy Kilgore, BA; James Scott, MBA; Julie Mitchell, BS; Robert Schuff, MS Oregon Clinical & Translational Research Institute, Oregon Health & Science University Introduction Projects that prospectively assemble cohorts from external systems, such as research data warehouses, require a cost-effective way to streamline the creation and population of records in REDCap. Use Case A study on reproductive health required identification of a cohort of women in our research data warehouse, which could then be imported into REDCap. The initial cohort count was over 15,000 and approximately 100 new patients would be added monthly. Challenges with existing methods Manual import and refresh of the patient data set would be cumbersome and error prone. DDP provides a way to update data but doesn't handle new record creation. The API supports record creation but requires custom development for each project. Objectives Automate a recurring process for new record creation and population without user intervention. Transform and encapsulate into a re-usable web service the existing REDCap processes to import data. Integrate regulatory checks and codify the process and workflow for setup and management of the service. Methods ARC (Automated Record Creation) is a feature of our DDP service, enabling the initial creation of records by ARC, followed by record population via DDP. The workflows for ARC setup and run are: Discussion ARC shares much of the same code with DDP for regulatory checks and general architectural principles. ARC can be used with both classic and longitudinal projects. For longitudinal projects, the unique REDCap event name is embedded in the cohort query and returned with the results. Limitations For performance considerations, ARC is not currently recommended for use with datasets greater than 20,000. Every time ARC is run for a project, the full dataset is loaded, as opposed to importing only new records. Future Opportunities Packaging ARC and developing a plug-in, coupled with some enhancements listed below, would position the service for dissemination within the consortium. Notify project user(s) regarding the status of ARC runs. Add mechanism for users to create explicit variable mapping between REDCap and the data repository. Improve performance by adding incremental loading. Generalize the interface for connecting to the data repository. Setup 1 Build patient cohort query 2 Collect project info to run ARC 3 Add ARC API user to REDCap project 4 Build data collection form(s) Run 5 Scheduled process invokes ARC 6 Run compliance check 7 Request patient data 8 Import data into research project Set Up The cohort query returns unique IDs for each record for ARC to use at import. A separate “Admin” project stores data about each REDCap project using ARC: REDCap project ID IRB number API token for ARC user Name of cohort query associated with project The user will need API import rights and an API token (ARC uses API to create new records). REDCap project variables must exactly match cohort query field names. 1 2 3 4 Run ARC can be started with a cron job or other authenticated web service. Using the API, ARC exports project details from the Admin project and sends a query to check IRB status. If the IRB check passes, ARC executes the project’s cohort query to acquire data. ARC returns data as paged results, which are imported into the research project via the API. 5 6 7 8 Acknowledgements The work reported in this poster was supported by National Center for Advancing Translational Sciences of the National Institutes of Health under award number UL1TR000128. The content is solely the responsibility of the authors and does not necessarily represent the official views of the National Institutes of Health.