Sections in This Article
About CIOMS II Reports
Vault Safety provides Council for International Organizations of Medical Sciences (CIOMS) II authoring and table generation capabilities. The Vault Safety CIOMS II report adheres to the ICH E2C (R1) regulatory guideline.
Tip An administrator can configure custom CIOMS II report templates for your organization.
Prerequisites
Consider the following prerequisites before you generate CIOMS II tables:
- You must be assigned permissions to view and prepare aggregate reports.
Typically, these permissions are reserved for the Safety Writer and Head of Safety roles. - An administrator must have enabled CIOMS II Line Listings
- The Reporting Family with the Products, Studies, and Substances to include in the CIOMS II tabulations and CIOMS II line listings.
- An administrator must have configured a
Core Datasheet
for each product and study with a list of expected adverse events for the reporting family product or study.
Vault Safety uses Core Product Datasheets to classify adverse events as listed or unlisted in CIOMS II tabulations.
Create a CIOMS II Aggregate Report
Create a CIOMS II Aggregate Report and specify the report settings.
Add a CIOMS II
- In the Vault primary navigation bar, select Aggregate Reports > CIOMS II, and then select Create.
Note If you do not see CIOMS II as an option, an administrator must update your Vault to enable CIOMS II.
- In the Create Aggregate Report window, under Select Aggregate Report Type, select CIOMS II.
- Complete the fields on the Create CIOMS II page.
- Save the record.
Result
The CIOMS II record enters the Pending state. The system assigns a task to users in the Safety Writer role to review the report details.
CIOMS II Fields
You can specify the following fields for a CIOMS II Aggregate Report:
Field | Description |
---|---|
Product Family (Required) | Select the Reporting Family configured for aggregate reporting. Note The Reporting Family object type should be Product Family. |
Organization | This field is automatically populated with the Organization on the selected Reporting Family. |
Data Period Start (Required) | Enter the start date for the reporting period. The system uses the Cases within the reporting period to generate the table data. Cases are included when the date corresponding to the Filter Cases By setting is within the reporting period. Cumulative reports do not consider the start date. The data period contains all Cases up to the Data Period End Date. To learn more, see How Aggregate Reports Filter by Data Period. |
Data Period End (Required) | Enter the end date for the reporting period. To learn more, see How Aggregate Reports Filter by Data Period. |
Filter Case By | To customize how the system filter Cases within the specified date range, select an option:
If this field is not specified, the Case Receipt Date/New Info Date are used by default. Depending on when your Vault was originally deployed, an administrator may need to add this field to appear on the page layout. |
States to Include (Required) | Select the states that Cases must be in to be included in the report. By default, only Cases in the Approved, Closed, Superseded, and Medical Review states are included. Note that while Superseded is not listed as an option, the Closed state includes the Superseded state. Only system-provided states in the Case Processing Lifecycle are supported. Note For Cases that have been nullified, ensure to change the Case Lifecycle State to a state that is not listed in the States to Include field. For example, if a nullified Case remains in the Closed state, the system will still consider the Case in aggregate reports. |
Generate Masked Documents | Select this option to generate a masked copy of the Interval Line Listings of Adverse Drug Reactions table for masked distributions Depending on when your Vault was originally deployed, an administrator may need to add this field to appear on the page layout. To learn more, see Generate Masked Aggregate Tabulations (CIOMS II, PBRER and DSUR). |
Indicate Unexpected Term | Select Yes to display the unexpected adverse event term in the CIOMS II Line Listings. |
Datasheet | This field works alongside the Indicate Unexpected Term setting for evaluating approved terms in product datasheets. You can specify the following options for CIOMS II reports:
Note
|
Comments | To customize the reports, select optional fields to be included in the report. Most of these will appear in the comments area of the report. You can select the following options:
|
Generate CIOMS II Tabulations
Review and verify the report settings. Once you have confirmed the report details are correct, use the Generate Aggregate Report Tabulations action to generate CIOMS II report tables.
Mark Unexpected Terms in CIOMS II Reports
You can set the Indicate Unexpected Term on a CIOMS II report so that the system marks each unexpected adverse event.
To identify unexpected events, an administrator must have configured a Core Datasheet for the following:
- A Product Core Datasheet for each product in the CIOMS II Reporting Family
- A Study Core Datasheet for each study in the CIOMS II Reporting Family
The Datasheet can specify the Active Date Start, and optionally an Active Date End, which indicates when a term is approved as expected for the product. If configured, The CIOMS II Start Date must be within a term’s active range to be considered expected.
Expectedness in Aggregate Reports provides more information.
Note If an active start date is defined for the term on the datasheet, the system considers the Active Range for Expectedness. This behavior always applies to CIOMS II, regardless of the Indicate Unexpected Term setting.
CIOMS II Table Generation Data Mapping
Vault Safety populates aggregate report tables using Cases within the reporting period specified on the CIOMS II, and the reporting family members configured on the associated Reporting Family.
Tip For blinded studies, the system populates blinded product information as Blinded
in the generated tables. If the Blinded Placeholder Name field is populated then this will display on the report instead of the generic Blinded
label.
CIOMS II Interval Line Listing of Adverse Drug Reactions
Table Constraints
The system filters Cases to include in the CIOMS II Interval Line Listing of Adverse Drug Reactions using the following constraints:
- Case Not Suppressed
The Case Suppress Submission field must be set to No or blank (not suppressed).
case_version__v.suppress_submission__v ≠ Yes
- Case Lifecycle State in Aggregate States to Include
The latest Case version within the reporting period must be in a state specified in the States to Include field on the CIOMS II.
case_version__v.state__v CONTAINS cioms_ii__v.states_to_include__v
Note the following considerations:
- Cases in the following states are omitted:
- Nullified (
nullified_state__v
) - Voided (
voided_state__v
)
Note You cannot select these states in the States to Include field. These states are always omitted.
- Nullified (
- If the Case is in a Lifecycle State assigned a State Type of "Deleted", the Case is omitted.
- When evaluating the States to Include field, the system evaluates Cases in the Superseded (
superseded_state__v
) state as Closed (closed_state__v
).
- Cases in the following states are omitted:
- Case Date in Interval Reporting Period
The date must be within the aggregate report interval reporting period (Data Period Start to Data Period End). How Aggregate Reports Filter by Data Period provides more information.
DATE ≥ cioms-ii__v.data_period_start__v AND
DATE ≤ cioms-ii__v.data_period_end__vwhere DATE depends on the option selected in the CIOMS II Filter Cases By (
cioms-ii__v.filter_cases_by__v
) field:- When Approval Date:
case_version__v.approval_date__v
- When blank or Receipt Date / New Info Date (Default):
- If the Case New Info Date (
new_info_date__v
) is blank, the Receipt Date is used:case_version__v.receipt_date__v
- Otherwise, the New Info Date is used:
case_version__v.new_info_date__v
- If the Case New Info Date (
- When Approval Date:
- Suspect or Interacting Case Product or Substance in Reporting Family
A Case Product must meet both of the following conditions:
- The Case Product must be a member of the Reporting Family
case_version__vr.case_product__v.product__v IN
OR
aggregate_report_family__vr.aggregate_report_family_join__vr.products__v
The Case Product must have a Product Substance that is a member of the Reporting Familyreporting_family_v.substance__v.substance_v ≠ BLANK
AND reporting_family_v.substance__v.substance_v =
case_product__v.product__v.product_substance__v - The Drug Role field must be set to Suspect (E2B Code=1) or Interacting (E2B Code=3)
case_product__v.drug_role__v.controlled_vocabulary__v.e2b_code__v = 1 OR 3
- The Case Product must be a member of the Reporting Family
- Case Report Type, Seriousness, Expectedness, and Causality
The Case must match one of the following scenarios:
Scenario Report Type Seriousness Expectedness Causality Established 1 - Spontaneous
- Literature (Spontaneous)
- A custom Report Type with an E2B Code of
1
Serious (not blank) Any Any case_version_v.report_type__v.controlled_vocabulary__v.e2b_code__v = 1
AND case_version_v.seriousness__v ≠ blank2 - Spontaneous
- Literature (Spontaneous)
- A custom Report Type with an E2B Code of
1
Blank (Non-Serious) Unexpected Any case_version_v.report_type__v.controlled_vocabulary__v.e2b_code__v = 1
AND case_version_v.seriousness__v = blank
AND case_version_v.expected__v = false3 - Study
- Literature (Study)
- A custom Report Type with an E2B Code of
2
Serious (not blank) Any For any primary Case Assessment: - Yes
- Unknown
- Blank
case_version_v.report_type__v.controlled_vocabulary__v.e2b_code__v = 2
AND case_version_v.seriousness__v ≠ blank
AND case_assessment__v.case_assessment_result__v.causality_established__v =
Yes OR Null OR Unknown
WHERE case_assessment__v.case_product__v.primary__v = True4 - Other
- Not Available
- A custom Report Type with an E2B Code of
3
or4
Serious (not blank) Any Any case_version_v.report_type__v.controlled_vocabulary__v.e2b_code__v = 3 OR 4
AND case_version_v.seriousness__v ≠ blank5 - Other
- Not Available
- A custom Report Type with an E2B Code of
3
or4
Blank (Non-Serious) Unexpected Any case_version_v.report_type__v.controlled_vocabulary__v.e2b_code__v = 3 OR 4
AND case_version_v.seriousness__v = blank
AND case_version_v.expected__v = false
Table Mapping
Number | Name | Description |
---|---|---|
![]() |
MAH Case Reference Number | The value from the Case UID field.
case_version__v.uid__v |
![]() |
Source | The value selected in the Case Report Type field.
case_version_v.report_type__v |
![]() |
Country of Event | The value from the Case Event Country field.
case_version__v.event_country__vr.name__v |
![]() |
Sex Age |
Values from the following fields:
|
![]() |
Product Route, Formulation, Daily Dose | The following information is listed:
If there are multiple Dosages under the primary Case Product, values from each Dosage record are displayed in a line-separated list. |
![]() |
Dates of Treatment Treatment Duration |
Values are mapped from primary Case Product Dosages as follows:
|
![]() |
Date of Onset Time to Onset |
These values are mapped as follows:
|
![]() |
Description of Reaction as Reported (PT) | The list of adverse events, including both the reported term and MedDRA preferred term from each Case Adverse Event.
Data from the primary Case Adverse Event is listed first, followed by other Case Adverse Events ordered by rank. |
![]() |
Patient Outcome |
The value selected in the Case Adverse Event Outcome field. If there are multiple Case Adverse Event records on a Case, the system populates the most serious outcome. case_adverse_event__v.event_outcomes__v.name__v |
![]() |
Comments |
Any text entered in the Case Reporting Summary field. You can use this field to highlight causality information.
case_version__v.reporting_summary__v |