| Literature DB >> 26063746 |
Timothy Tuti1, Michael Bitok2, Chris Paton3, Boniface Makone2, Lucas Malla2, Naomi Muinga2, David Gathara2, Mike English4.
Abstract
OBJECTIVE: To share approaches and innovations adopted to deliver a relatively inexpensive clinical data management (CDM) framework within a low-income setting that aims to deliver quality pediatric data useful for supporting research, strengthening the information culture and informing improvement efforts in local clinical practice.Entities:
Keywords: clinical data management; clinical research; metaprogramming; open source; quality assurance
Mesh:
Year: 2015 PMID: 26063746 PMCID: PMC4681113 DOI: 10.1093/jamia/ocv028
Source DB: PubMed Journal: J Am Med Inform Assoc ISSN: 1067-5027 Impact factor: 4.497
Challenges of key data management platforms previously used in KEMRI Wellcome Trust and factors necessitating transition to a different CDM solution
| Alternate Solutions Used and Challenges Leading Up to REDCap Selection | |
|---|---|
| MS Access | Double data entry of paper forms was cumbersome. It did not provide an opportunity to correct possible mistakes in the forms. |
| Inability to create tools with more than 255 fields. | |
| Software is commercial: increased project costs due licenses for each study machine. | |
| Cumbersome to update data collection tool. Requires re-design the data collection tool from scratch. | |
| Ms Access at the time did not allow for a multi user interface to be created. Thus for several data entry clerks, each had to have access to local a dedicated copy of the database. | |
| Use of Ms Access required one to have simple database management skills. | |
| In-house open source solution (Zend Framework based) | Manual data transfer and extraction for analysis in a multi-site environment. |
| Updating the data collection tool still required personnel with specialized skills. | |
| Changes to the structure of the project required reprogramming of the PHP solution creating a lag in implementing updates within the required time frame. | |
| OpenClinica 3.0 Community Edition | Initial tool development process was complicated. |
| Training data clerks on how to use OpenClinica was a challenge. | |
| Lack of system upgrades, data entry rule designer feature, a data mart (OpenClinica’s feature: allows export of clinical data in a readily accessible flat file for reporting and analysis), system patches, support for automated validation and data quality management for community edition. | |
| Clinical trials oriented: may not be a good fit for observational studies. | |
REDCap = Research Electronic Data Capture.
Previous KEMRI – Wellcome Trust Programme’s projects and the respective CDM platforms/tools used
| Project | Study Type | Platform | Database | Additional Useful Features |
|---|---|---|---|---|
| 8 District Hospitals Study (2006–2008) | Observational | MS Access | MS Access 2005 | |
| KNH Work (2008–2009) | Observational | Zend Framework (PHP) | MySQL | |
| Electronic Paediatric Admission Record (EPAR) (2009–2010) | Observational | Zend Framework (PHP) | MySQL | |
| Pneumonia Trial (2011–2013) | Clinical Trial | OpenClinica (JAVA) | PostgreSQL | |
| Pneumonia Observational Study (2012–2013) | Observational | REDCap (PHP) | MySQL | Web API |
| Health Services, Implementation, Research and Clinical Excellence (SIRCLE): 22 Hospital Survey (2012) | Observational | REDCap (PHP) | MySQL | Web API |
| GEF Surveys (Maternal, Neonatal, Pediatric) (2012–2014) | Observational | REDCap (PHP) | MySQL | Web API |
| Clinical Information Network - Ongoing (2013) | Observational | REDCap (PHP) | MySQL | Web API |
REDCap = Research Electronic Data Capture; API = application programming interface
Each tool transition was aimed at trying to satisfy a specific set of CDM needs but each was associated with challenges as shown in Table 2 below, which prompted the search for a different solution for CDM across the CIN.
Figure 1CIN's data management framework and workflow nature . Data entry into collection tool is after patient death/discharge.
Summary of challenges encountered in implementing the Clinical Data Management (CDM) framework for CIN and solutions developed (normal text) or proposed (italicized text).
| Challenge | Details of Challenge | Long-term Solution |
|---|---|---|
| Resource limitations | Internet connection challenges, staffing challenges, insufficient computers, power outages, software licensing costs |
1. Hire a second clerk to each CIN hospital to support the network 2. Provide internet modem to all clerks to use to send data 3. Provide a computer to each hospital for data capture 4. Use open-source /freeware tools to support data capture—i.e., machine running on Ubuntu, REDCap for data capture, R for analysis 5. Use UPS units to mitigate effects of power outages |
| Adoption of data codification standards | Use standard nomenclature to code variables used in pediatric data at point of data transfer from paper to electronic form |
1. Use lookup lists for: – Treatment fields to capture store generic drug name when brand name entered – Diagnosis fields to capture values as their ICD-10 equivalent 2. Implement SNOMED-CT equivalent for all CIN variables and make the code book available when sharing data 3. Collaboration with Ministry of Health and Kenya Paediatric Association, hospital clinical staff to adopt a standard clinical data model for pediatric patients tied to SNOMED-CT / ICD-10 |
| Data synchronization | Automate data consolidation |
1. Update synchronization module to allow data export in batches 2. Set the maximum limit of data transfer to observations not older than 30 days |
| Data quality control | Ensuring good quality data is being captured |
1. Create standard operating procedures for data collection 2. Use cleaning scripts to validate accuracy of data entered at the hospital level 3. Conduct bimonthly data quality assurance exercise, using a sample of previously entered records 4. Generate daily data quality reports and use them to go through any errors with data clerk over a telephone call |
| Data collection tool creation and update | Integrate CIN data collection with routine job aides and work flows, allow for updates |
1. Design data abstraction of paper records to REDCap tool to reflect CIN hospital workflow and to ensure data elements needed for DHIS reports included 2. Data entry from paper records to REDCap tool to happen after patient discharge/death 3. Update REDCap tool the same time as when conducting bimonthly data quality assurance exercise |
| DHIS Reports for Ministry of Health | Generate and submit DHIS reports for each CIN hospitals directly to Ministry of Health |
1. Create Script to Generate DHIS reports based on pre-specified cohort groups for pediatric care
2.
|
API = application programming interface