Page History
What is ODM?
The CDISC Operational Data Model (ODM), maintained by the CDISC XML Technologies Team, is designed to facilitate the regulatory-compliant acquisition, archive and interchange of metadata and data for clinical research studies. ODM is a vendor neutral, platform-independent format for interchange and archive of clinical study data. The model includes clinical data along with its associated metadata, administrative data, reference data and audit information. All the information that needs to be shared among different software systems during the study setup, operation, analysis, submission or for long-term retention as part of an archive is included in the model. See details on the CDISC ODM certification program, including a list of ODM-certified company products.
Example File
In the github repository, you can find some CDISC-ODM Example Files.
Import CSDISC-ODM
To import your CDISC-ODM files to i2b2, you have to right click the i2b2 project in the Import Browser and select Import Data -> Import CDISC-ODM.
A new window opens, where you can set different options.
Name | Description |
---|---|
Truncate i2b2 Project? | If you check this, the project will be truncated before the data is uploaded. |
Truncate Previous Queries? | This will truncate the previous queries tables. |
Database Indexing | Ignore: Don't touch the indexes; |
Set patient_count after import | This will fill the c_totalnum column. |
CDISC-ODM Folder | Here you can select the folder that contains all CDISC-ODM files you want to upload. |
Include complete Codelists? | This will generate i2b2 ontology items that are in a codelist, even if there are no patients for it. |
Include PIDs? | This will generate a new i2b2 folder containing the patient IDs (PID) as items. |
Save Settings? | This will save the settings for the next import. Note: The truncate checks are never saved. |
If you hit finish the upload starts. You can observe the progress in the progress bar of the Import Browser.
After the import is finished, you can load the i2b2 ontology with the Mapping Editor. If you loaded the sample data linked above, you should see the following result in the Mapping Editor View:
The CDISC-ODM Importer keeps the hierarchy the file suggests. You can make changes to that with the editing functionality of the Mapping Editor.
Introduction
ODM is an XML format developed by CDISC for exchanging and archiving clinic trial data. The i2b2 import tool allows for importing all ODM version 1.3 files from a given directory into an i2b2 database.
While ODM is vendor-independent in theory, mapping of the internal data models from different CDMS might lead to slightly different ODM 'shapes' in practice. The import tool was tested with:
- SecuTrial 4.6
- OpenClinica 3.0-3.4
Selecting a target project
Select a staging server, then select the i2b2 schema to import into, right click >> Import Data >> Import CDISC-ODM. In the following dialog, select a directory that contains all ODM files.
Clicking okay will start the import process. Progress will be displayed in a graphical bar and status messages are logged.
!import-odm-result.png|thumbnail,border=1,width=200!Once the import ended successfully, you can access the project in the i2b2 webclient.