Clinical data for  1 or more subjects.

Element NameClinicalData
Parent ElementsODM
Element XPath(s)

/ODM/ClinicalData

Element Textual ValueNone
Attributes

StudyOID, MetaDataVersionOID

Child Elements

(SubjectData*, ItemGroupData*, AuditRecord?, Signature?, Annotation*,Query*)

Usage/Business Rules
  • Other Information:
    • The child element SubjectData will mostly be used when the data represents data with, for example, visits and forms, and the information is grouped per subject. The child element ItemGroupData will mostly be used for tabular data, and where the subject information can be in one of the columns of the tables, and the information is not grouped per subject.
    • The ClinicalData element can contain a mixture of data grouped per subject; that is, using SubjectData as well as data that is not grouped per subject (e.g., tabular data), using ItemGroupData.

See Section 2.7, Clinical Data Keys, for a visualization of these possibilities.

AttributeSchema Datatype or EnumerationUsageDefinitionBusiness Rule(s)
StudyOIDoidrefRequiredReferences the Study that uses the data nested within this element.
  • Must match a Study/@OID  value.
MetaDataVersionOIDoidrefRequired

References the MetaDataVersion (within the above Study) that governs the data nested within this element.

The StudyOID and MetaDataVersionOID attributes select a particular metadata version. All metadata references (OIDs) occurring within this ClinicalData element refer to definitions within the selected metadata version.

  • Must match a MetaDataVersions/@OID value contained in the Study element.


  • No labels