Changes between Version 1 and Version 2 of REDCap to i2b2


Ignore:
Timestamp:
02/25/15 13:24:02 (9 years ago)
Author:
Richard Bramley
Comment:

--

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
     3The process to import data from RedCap into i2b2 has two steps:
     4
     51. 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.
     62. Run the i2b2 Mapped Importer to import the CSV file into i2b2.