Changes between Version 1 and Version 2 of REDCap to i2b2
- Timestamp:
- 02/25/15 13:24:02 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
REDCap to i2b2
v1 v2 1 I'm working on a system to export the data from REDCap into i2b2. The way forward for this is via the Patient Data Object (PDO) I think. The REDCap API lets me export the data in an XML format that I can then parse to turn into a PDO XML file. This can then form the basis of an import into i2b2... 1 = RedCap to i2b2 2 3 The process to import data from RedCap into i2b2 has two steps: 4 5 1. Run a curl command to post a request to the RedCap API to return the data and save it as a CSV file. This requires an API key. 6 2. Run the i2b2 Mapped Importer to import the CSV file into i2b2.