Forums: Define.xml
Hi Bianca,
For questions related to Enterprise version, please try our P21 Enterprise support resources.
However, based on your description it sounds like you have multiple MedDRA references in your define.
Kind Regards,
Sergiy
Hello Sergiy,
Yes, that is the case. But when I keep only one MedDRA references in define then P21 Community shows an error for the numerical variables with dictionary saying that "Codelist/Variable Data Type mismatch". So I am bit confused. Am I supposed to have only one MedDRA references for both character and numeric variables with dictionary or not?
Thank you!
Hi Bianca,
Yes, it's quite confusing.
Recommendation is to populate a reference to MedDRA dictionary only for variables of text type and skip numeric variables. They represent a coded value of paired MedDRA variable. So, formally it's enough to specify MedDRA for AEDECOD, AELLT, etc. and ignore AEPTCD, AELLTCD, etc. variables.
Based on your initial post we identified a bug which will be fixed soon. Current version of the validator assumes only a single MedDRA dictionary in define.xml. That's why you had your false-positive messages. A difference between Community and Enterprise validation results is due to different define.xml files you used for validation. They are not the same.
Thank you,
Sergiy
Thank you Sergiy! I will try this approach.
Kind regards,
Bianca.
Would it not be better to document a false positive in the Reviewer’s Guide, instead of avoiding an incorrect message by not specifying metadata that should be specified.
Character variables that are controlled by MedDRA should have an external codelist reference. The purpose of metadata in a submission goes beyond satisfying validation software! Letting metadata decisions be driven by validation software issues does not seem a good practice.
Lex
I agree with Lex's suggestion and it is a good practice to document the false positive in the Reviewer's Guide than to adjust them in the metadata.
Having said that I'm still seeing the bug of reporting false-positive messages even today by Missing MedDRA reference on the 'AEBDSYCD' variable. in the community version
Variable, Expected Dictionary ID, Referenced Dictionary ID
AEBDSYCD, CODELISTEC2, CODELISTEI1
Dictionary ID CODELISTEC2 is for a character variable and Dictionary ID CODELISTEI1 is for a numeric variable of MedDRA controlled dictionary.
Please let me know if the bug needs to be fixed or am I using the wrong P21 version. I'm using version 3.0.2
Kaja
Hi,
When validating the SDTM Define with Enterprise version, I get the following issue that doesn't show up in Community version:
DD0113
Variable, Expected Dictionary
ID, Referenced Dictionary ID
AEBDSYCD, AEDICT_F, AEDICT_FN
Missing MedDRA reference on
'AEBDSYCD' variable
Variables --LLT, --LLTCD,
--DECOD, --PTCD, --HLT, --HLTCD, --HLGT, --HLGTCD, --BODSYS, --BDSYCD, --SOC,
and --SOCCD must reference MedDRA dictionary for regulatory submissions.
Error
This error shows for all AE and MH variables with dictionary.
I first thought it has an issue with the fact that I have 2 dictionary ID's(one for text and one for numeric variables) AEDICT_F, AEDICT_FN, and I updated macro to keep only one ID.
This change then created an error in Community version validation:
DEFINE
Variable, CodeList, Variable DataType, CodeList DataType
IT.AE.AELLTCD, CL.AEDICT_F, integer, text
OD0080
Codelist/Variable Data Type mismatch
Consistency
Error
Does anyone know why is this happening, and what can I do to fix it?