Big Chemical Encyclopedia

Chemical substances, components, reactions, process design ...

Articles Figures Tables About

MedDRA

Coding capability What are the coding capabilities Does it support MedDRA dictionary Does it support other coding dictionaries ... [Pg.616]

Adverse events need to be coded consistently with respect to letter case. Problems can occur when there is discordant coding using all capital letters, all lower-case letters, or combinations thereof, as computer software will interpret these capitalization variations as different events. Letter case sensitivity can be important when two or more words are used to describe an adverse event. For example, some databases utilizing the Medical Dictionary for Regulatory Activities (MedDRA) coding dictionary employ a coding system in which only the first letter of the first word of an adverse event is capitalized (e.g., Atrioventricular block complete ). Failing to adhere to uniform letter case conventions across the data can result in severe errors in data analysis. [Pg.656]

Size A large tile (with a white border) defines each SOC (System Organ Class) in the MedDRA dictionary. [Pg.673]

There is only one good solution to handling free-text variables that are needed for statistical analysis. The free-text variables need to be coded by clinical data management in the clinical database. If the adverse events were coded with a dictionary such as MedDRA, the previous example might look like Program 2.3. [Pg.23]

Again, the free-text CRF format is useful in that it allows for explicit description of the historical condition, whereas the pre-categorized CRF format omits that detail. However, the free-text list format necessitates coding with a coding dictionary such as MedDRA in order to be useful for analyses. The pre-categorized format is useful here, as only medical history relevant to the investigational therapy can be captured and the cost of additional coding of the history data is eliminated entirely. [Pg.29]

The adverse event form is fairly standard across clinical trials. The form consists of a list of events for which data are entered as free text and are later coded with a dictionary such as MedDRA and some associated event attribute variables. In just about any clinical trial, an adverse event form very similar to the following sample will be found. [Pg.32]

Medical dictionaries often need to be referenced when creating various analysis data sets For instance, perhaps the raw adverse event database in your clinical data management system contains only the MedDRA code. The code is worth having, but you would need the adverse event body system and preferred medical term to provide a useful summary of events. [Pg.108]

There are hundreds of proprietary medical dictionaries in circulation. Fortunately, a number of medical dictionaries are headed for retirement. The pharmaceutical industry along with regulators and standards groups is actively working to reduce the number of coding dictionaries. So we will discuss MedDRA for adverse events and WHODrug for... [Pg.108]

The Medical Dictionary for Regulatory Activities (MedDRA) is a creation of the International Conference on Harmonization, and it is used to categorize and code diseases, disorders, and adverse events. The five levels and associated codes to the MedDRA coding hierarchy are as follows ... [Pg.109]

The essential pieces of MedDRA to have in SAS are the preferred term and body system, as this is what most clinical summaries and analyses require. The following is a piece of simplified SAS code that brings the lowest-level terms, preferred terms, and body systems together into one data set. [Pg.109]

Program 4.9 Bringing the MedDRA Dictionary Tables Together... [Pg.110]

SORT LOW LEVEL TERM DATA FROM MEDDRA WHERE LOW LEVEL TERM = LOWEST LEVEL TERM, LLT CODE = LOWEST LEVEL TERM CODE, AND PT CODE = PREFERRED TERM CODE. proc sort... [Pg.110]

SORT BODY SYSTEM DATA FROM MEDDRA WHERE... [Pg.110]

MERGE PREFERRED TERM LEVEL WITH BODY SYSTEMS data meddra ... [Pg.111]

The final meddra data set in this program contains the lower-level term code (llt code) that can then be merged with the adverse events or medical conditions database. By merging the MedDRA dictionary data with the disease data, you can match the verbatim event text captured on the case report form with the preferred term and associated body system. Then you can summarize these data by body system and preferred term you will see an example of this in Chapter 5. [Pg.111]

There are a couple of items to note about MedDRA and the preceding sample SAS code. First, the example assumes that you have already managed to read the system organ class, preferred term, and lowest-level term data tables from the MedDRA dictionary into SAS. Second, the preferred terms may map to more than one system organ class. In this case, MedDRA provides a variable at the preferred term level to indicate what the primary system organ class is. So, you may need to subset the preferred term data set in the example in order to select just the primary system organ class. [Pg.111]

Note that by changing the aesev variable to the aerel variable throughout Program 5.4, you can easily change the previous adverse event summary to a summary of adverse events by maximum drug relatedness. Also, if you remove the maximum severity steps, you get a typical overall summary of adverse events by body system and preferred term. Since patient medical history data are also often coded with MedDRA, patient medical history data may be summarized much like an overall summary of adverse events. However, frequently medical histories are collected in a checklist/checkbox format so that using a coding dictionary is unnecessary. [Pg.162]

MedDRA preferred term Patients, n rifaximin tablets (600 mg/day n = 320) placebo (n = 228)... [Pg.58]

Adverse events include those that may be attributable to the underlying disease. Figures in parentheses represent percentage. MedDRA = Medical Dictionary for Regulatory Activities (http // www.meddramsso.com/NewWeb2003/medra overview/index. htm) NOS = not otherwise specified. [Pg.58]

The current structure of MedDRA is defined in Table 21.6. There will be a central maintenance organization responsible for development, user support, implementation and communication as well as an international user group. A management board will oversee the activities of the central maintenance organization with direction provided by the ICH Steering Committee. A standard medical dictionary will facilitate electronic data exchange between industry and regulatory authorities worldwide, as recommended by the ICH. [Pg.853]

European Union (EU). The European Agency for the Evaluation of Medical Products (EMEA) established January 2002 as the deadline for all electronically filed single case reports to be coded in MedDRA. All ADR drug reporting must be coded in MedDRA by January 2003. [Pg.853]

Japan. MedDRA/J, the Japanese version of MedDRA, officially was issued on 28 December 1999 and the Ministry of Health highly recommended its use for ADR reporting beginning at the end of March 2000. However, J-ART terms are still applicable and upon submission to the ministry are begin converted to MedDRA/J terms. No firm deadline for full implementation has been issued. [Pg.853]

The most current version of MedDRA, 4.0, was released in July 2001. The cost of the dictionary depends on the type of organization and annual revenue. An annual... [Pg.853]

Brown, E.G., Wood, L., and Wood, S. (1999). The Medical Dictionary for Regulatory Activities (MedDRA). Drug Safety 20 109-117. [Pg.859]

MedDRA Medical Dictionary for Regulatory Activities Terminology... [Pg.438]

There is a plethora of medical terminologies available but the Medical Dictionary for Regulatory Activities (MedDRA) has been adopted by the ICH as the standard medical terminology for regulatory communication. [Pg.266]

Two major advances were the acceptance of MedDRA (ICH topic Ml) as a common medical dictionary for regulatory work and the acceptance of PSURs (ICH topic E2C, ICH/288/95) for drugs marketed in the European Union. [Pg.527]


See other pages where MedDRA is mentioned: [Pg.662]    [Pg.667]    [Pg.109]    [Pg.109]    [Pg.313]    [Pg.349]    [Pg.851]    [Pg.852]    [Pg.852]    [Pg.853]    [Pg.853]    [Pg.854]    [Pg.855]    [Pg.973]    [Pg.31]    [Pg.223]    [Pg.479]    [Pg.555]   
See also in sourсe #XX -- [ Pg.479 , Pg.612 ]

See also in sourсe #XX -- [ Pg.326 ]




SEARCH



MedDRA codes

MedDRA dictionary

Medical Dictionary for Regulatory Activities (MedDRA

© 2024 chempedia.info