Clinical Data Hierarchies

Simple view of EDC Data Simple view of Dataset data

For ODM v2.0, there are 2 forms of the clinical data hierarchy.  The full subject data hierarchy (Figure 1) is typical of usage within data collection tools such as EDC systems. The dataset hierarchy (Figure 2) reflects data tabulation formats that are typical of usage for data review and submission.

The ODM allows for both  internal and external keys. Internal keys, known as OIDs,  are used to designate entities within the model, and to allow cross-references between entities within and between ODM files.

Internal keys are not optimized for human use but are assumed to be unchanging.

External keys are any keys used by clinical personnel. They are typically represented in ODM metadata by an element Name attribute or a Description child element. They are intended to be useful for data review and interpretation.

Kind of EntityIdentifying KeysRequired for Subject dataRequired for Dataset data
studyStudyOIDX
subjectabove plus SubjectKeyX
study eventabove plus StudyEventOID and StudyEventRepeatKeyX
item groupabove plus ItemGroupOID and ItemGroupRepeatKeyXX
itemabove plus ItemOIDXX
annotationkeys for the annotated entity plus SeqNumXX

A StudyOID uniquely identifies a study. A SubjectKey uniquely identifies a subject within a study. SubjectKeys are not intended to be used to identify a subject across studies.

A StudyEventOID uniquely identifies a StudyEventDef within a study. However, there may be several study events of a particular type for a given subject. The StudyOID, the SubjectKey, the StudyEventOID, and a StudyEventRepeatKey are all needed to fully identify a particular study event.

Collected data always belongs to an ItemGroup but either form of the hierarchy may be used within a Clinical Data element.

Each item group in clinical data can be identified by an ItemGroupOID which identifies its definition and an ItemGroupRepeatKey which identifies a data collection instance. 

Within the ODM ReferenceData element, ItemGroupData  does not relate to a study subject. 

Each item belongs to an item group. Beginning with ODM v2.0, item groups can contain other item groups, Within an ItemGroupData instance, however, there may be only 1 instance of an ItemOID. That is, only the ItemOID is needed to uniquely identify an item within its item group.

For clinical data collected in support of submissions to regulatory authorities where CDISC data standards are required, the CDISC Study Data Tabulation Model (SDTM) and SDTM Implementation Guide detail the requirements for variables used to identify study subjects, study events, and timing and other data elements used in processing the clinical data.

  • No labels