Apologies for delayed response. Here are some insights for previous questions.
- REDCap is specifically designed for non-profit organizations, such as universities, research institutions, and hospitals,
engage in academic research or healthcare-related projects. - To use REDCap, an organization must join the REDCap consortium by signing an end-user license agreement with Vanderbilt University.
This agreement requires the organization to meet specific criteria, including being a research-based or non-profit institution. - Since Persistent Systems do not meet foundational requirements for obtaining the REDCap license.
Important Note :-Because it’s not possible to setup redcap at our environment we haven’t done hands-on at our end.
The answers to the questions are based on information we gathered and some response is generated by AI ( Mentioned as a note below)
2.The Answers to Questions About REDCap Import Feature in i2b2 v1.7.12+ as follows:1. Did I understand the Release Notes correctly? Is my checklist above reasonable?Yes, your understanding almost aligns with the Release Notes, and your checklist is reasonable.
( NOTE : Setting up separate CRC and ONT databases, configuring the crc-ds.xml and ont-ds.xml files, and updating the DB_LOOKUP and PM_PROJECT_DATA tables is a good approach for maintaining isolation between projects. Adding the AGG user and setting project parameters in the PM_PROJECT_PARAM table are also essential steps.)
2. Can the REDCap project have more than one Form? If there is more than one form, will the data from all the forms propagate into i2b2?
Yes, a REDCap project can have multiple forms, and the data from all forms can propagate into i2b2.
( NOTE : But only if each form is explicitly associated with the i2b2 ontology during configuration. Each form will generate a distinct branch in the ontology tree in i2b2, representing its structure and data fields. Be aware of the limitation: renaming forms in REDCap will result in duplicate entries in the ontology.)
3. Where are the form fields placed in i2b2?
When the form fields from REDCap are imported into i2b2, they are stored in the Custom Metadata tables and are represented in the ontology browser. Specifically:
- The metadata entries are added to the TABLE_ACCESS table to represent the new ontology hierarchy.
- Field-level details and mappings are stored in tables such as C_METADATAXML and C_FULLNAME fields within the ontology metadata structure.
i2b2 does not create a new table for the REDCap project’s ontology; instead, it integrates the form’s fields into the existing ontology structure.
5. Does the import process handle updates and deletions?- Updates: If a REDCap project patient’s data is updated, the i2b2 import process updates the corresponding records in the OBSERVATION_FACT table. However, this update happens only when triggered (e.g., via the Data Entry Trigger on form save or admin edits in REDCap).
- Deletions: The import process does not handle deletions. If a patient is deleted in REDCap, the associated records in i2b2 will remain unless manually removed. This is a known limitation of the integration.