In this example, the sponsor defined a top-level "Analysis Data Class" categorization ARSP-12 - Getting issue details... STATUS , with one or more subcategorizations for each of the data class categories. This categorization and its subcategorizations are represented—with identifier values assigned for both categorizations and categories—in the reporting event's analysisOutputCategorizations attribute. In these line captions, categorization labels are shown in bold and category labels are shown in italics.:
Lines 2-4: |
|
Lines 5-7: |
|
Lines 8-10: |
|
Lines 11-12: |
|
Lines 13-15: |
|
Lines 16-18: |
|
Lines 19-20: |
|
Lines 21-22: |
|
Lines 23-24: |
|
Lines 25-27: |
|
Lines 28-29: |
|
Lines 30-31: |
|
Lines 32-34: |
|
Lines 35-37: |
|
Lines 38-39: |
|
Lines 40-41: |
|
Lines 42-44: |
|
Lines 45-46: |
|
Lines 47-48: |
|
analysisOutputCategorizations: - id: Catn_02_DClass label: Analysis Data Class categories: - id: Catn_02_Dclass_1_Sbj label: Subject-level subCategorizations: - id: Catn_03_SbjDType label: Subject-level Data Type categories: - id: Catn_03_SbjDType_1_Dm label: Demographics - id: Catn_02_Dclass_2_Evt label: Events subCategorizations: - id: Catn_04_EvtDType label: Events Data Type categories: - id: Catn_04_EvtDType_1_Ae label: Adverse Events - id: Catn_04_EvtDType_2_Ce label: Clinical Events - id: Catn_04_EvtDType_3_Ds label: Disposition - id: Catn_05_EvtAType label: Events Analysis Type categories: - id: Catn_05_EvtAType_1_Occ label: Occurrence - id: Catn_05_EvtAType_2_Tte label: Time-to-Event - id: Catn_02_Dclass_3_Fnd label: Findings subCategorizations: - id: Catn_06_FndDType label: Findings Data Type categories: - id: Catn_06_FndDType_1_Vs label: Vital Signs - id: Catn_06_FndDType_2_Lb label: Laboratory Tests - id: Catn_07_FndAType label: Findings Analysis Type categories: - id: Catn_07_FndAType_1_Chg label: Change from Baseline - id: Catn_07_FndAType_2_Sft label: Shift Table
These categorization and category definitions could be represented in tabular form as shown in the following table where:
- Each instance of the AnalysisOutputCategory class is shown on a separate line, with values for the id and label attributes shown in the "category_id" and "category_label" columns, respectively.
- Attribute values each instance of the AnalysisOutputCategorization class are represented on each of the rows for the categories in the categorization.
- For subcategorizations, the id value of the parent category is shown in the "parent_category_id" column.
id | label | parent_category_id | category_id | category_label |
---|---|---|---|---|
Catn_02_DClass | Analysis Data Class | Catn_02_Dclass_1_Sbj | Subject-level | |
Catn_02_DClass | Analysis Data Class | Catn_02_Dclass_2_Evt | Events | |
Catn_02_DClass | Analysis Data Class | Catn_02_Dclass_3_Fnd | Findings | |
Catn_03_SbjDType | Subject-level Data Type | Catn_02_Dclass_1_Sbj | Catn_03_SbjDType_1_Dm | Demographics |
Catn_04_EvtDType | Events Data Type | Catn_02_Dclass_2_Evt | Catn_04_EvtDType_1_Ae | Adverse Events |
Catn_04_EvtDType | Events Data Type | Catn_02_Dclass_2_Evt | Catn_04_EvtDType_2_Ce | Clinical Events |
Catn_04_EvtDType | Events Data Type | Catn_02_Dclass_2_Evt | Catn_04_EvtDType_3_Ds | Disposition |
Catn_05_EvtAType | Events Analysis Type | Catn_02_Dclass_2_Evt | Catn_05_EvtAType_1_Occ | Occurrence |
Catn_05_EvtAType | Events Analysis Type | Catn_02_Dclass_2_Evt | Catn_05_EvtAType_2_Tte | Time-to-Event |
Catn_06_FndDType | Findings Data Type | Catn_02_Dclass_3_Fnd | Catn_06_FndDType_1_Vs | Vital Signs |
Catn_06_FndDType | Findings Data Type | Catn_02_Dclass_3_Fnd | Catn_06_FndDType_2_Lb | Laboratory Tests |
Catn_07_FndAType | Findings Analysis Type | Catn_02_Dclass_3_Fnd | Catn_07_FndAType_1_Chg | Change from Baseline |
Catn_07_FndAType | Findings Analysis Type | Catn_02_Dclass_3_Fnd | Catn_07_FndAType_2_Sft | Shift Table |
Lines 4-6: | Show that the "Summary of Age by Treatment" analysis was categorized as:
|
Lines 12-15: | Show the "Summary of Observed and Change from Baseline by Scheduled Visits - Vital Signs" output was categorized as:
|
analyses: - id: An03_01_Age_Summ_ByTrt name: Summary of Age by Treatment categoryIds: - Catn_02_Dclass_1_Sbj - Catn_03_SbjDType_1_Dm ... ... outputs: - id: Out14-3-3-1a name: Summary of Observed and Change from Baseline by Scheduled Visits - Vital Signs categoryIds: - Catn_02_Dclass_3_Fnd - Catn_06_FndDType_1_Vs - Catn_07_FndAType_2_Sft ...