Difference between revisions of "ODM"

From Clinfowiki
Jump to: navigation, search
(ODM Examples)
(Possible suggestions for future versions of ODM)
 
(3 intermediate revisions by one user not shown)
Line 19: Line 19:
  
 
* study type (CTG field) - field indicating if it is an interventional vs. observational study
 
* study type (CTG field) - field indicating if it is an interventional vs. observational study
 +
 +
* matrix question
 +
 +
* selecting 2+ inputs from a codelist
 +
**assigning multiple values for one item (i.e. multiple select dropdown) is not possible. For example, OpenClinica bypasses this limitation, by using a string data type (and using a comma-separated list of selected values in the plain ODM export.) However this is leads to loss of data type.
 +
*** https://github.com/OpenClinica/OpenClinica/tree/master/core/src/main/resources/properties

Latest revision as of 19:29, 10 September 2015

Operational Data Model is a CDISC standard for communicating eCRFs, study data and study metadata.


ODM Examples

Possible suggestions for future versions of ODM

abbreviations: ClinicalTrials.gov registry (CTG)

  • provide references (either by DOI, PMID, PMCID or URL)
    • supporting reference (CTG field) If a study is done because some encouraging results, the supporting article is provided to justify the study
    • result reference - (CTG field) if a study published results, this field captures the PMID of that article
  • study type (CTG field) - field indicating if it is an interventional vs. observational study
  • matrix question