Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The ODM has been designed to provide a standard format for interchange and archive of clinical study data and metadata. Although the model has proven to be usable with a wide variety of clinical data applications, it is sometimes the case that individual clinical data systems store information that cannot be expressed conveniently in the ODM model. To encourage these systems to adopt the use of the ODM standard for interchange and archive and to improve interoperability of clinical research applications, the use of the ODM vendor extensions is recommended.

...

  1. The vendor must supply an XML or JSON Schema fully describing their extended ODM format.
  2. Extended ODM files should reference the proper extension Schema.
  3. The extension may add new elements and attributes, but may not render any standard ODM elements or attributes obsolete. Extensions cannot be used for information that is normally expressed using other ODM elements.
  4. For extensions represented in XML, all new elements and attributes must use distinct XML namespaces to insure to ensure that there are no naming conflicts with other extensions. Since JSON does not support namespaces, extensions represented in JSON must ensure no naming conflicts exist with the ODM standard as well as any other extensions involved in the targeted use cases.
  5. Removing all extensions from an extended ODM file must result in a meaningful and accurate standard ODM file.
  6. Implementers should be able to produce ODM files free of any extensions upon request.

...