Enable MedDRA UI Enhancements for Non-Case Coding

Learn about optional configuration for seeing and coding to all levels of the MedDRA hierarchy in your Vault.

Note Beginning with 24R1 in April 2024 and for all subsequent releases, the new Vault Safety Help site is the official site for all Vault Safety Help content. This site reflects updates until the 23R3 release only. For the latest information, visit the new site.

About the Feature

As of the 23R3 release, the system displays all levels of the MedDRA hierarchy in the MedDRA control in selected areas of Vault. The system also supports auto-coding to any level in the MedDRA hierarchy. Vaults deployed before the 23R3 release had constraints that prevented coding to any level in the hierarchy other than LLT, but these constraints have now been removed.

For more information, see Manage Expected Adverse Events on a Datasheet and Add MedDRA Terms.

(Optional) Make Criteria VQL Updates

The following sections describe how to make the recommended Criteria VQL updates for this feature in your Vault.

Note Depending on your Vault’s configuration, these changes might not be applicable to you.

Update MedDRA Term VQL on Datasheet Criteria

  1. Go to Admin > Configuration > Objects > MedDRA Criteria.
  2. In the Object Types tab, select the Datasheet Criteria column.
  3. On the Datasheet Criteria page, select MedDRA Term.
  4. Select Edit.
  5. In the Criteria VQL field, enter the following code:
    meddra_version__v = {{this.datasheet__vr.meddra_version__v}}
  6. Select Save.

Update MedDRA Term VQL on MedDRA Query Criteria

  1. Go to Admin > Configuration > Objects > MedDRA Criteria.
  2. In the Object Types tab, select the MedDRA Query Criteria column.
  3. On the MedDRA Query Criteria page, select MedDRA Term.
  4. Select Edit.
  5. Clear the Criteria VQL field.
  6. Select Save.

Update MedDRA Term VQL on Watchlist Criteria

  1. Go to Admin > Configuration > Objects > MedDRA Criteria.
  2. In the Object Types tab, select the Watchlist Criteria column.
  3. On the Watchlist Criteria page, select MedDRA Term.
  4. Select Edit.
  5. In the Criteria VQL field, enter the following code:
    meddra_version__v = {{this.watchlist__vr.meddra_version__v}}
  6. Select Save.