Previous Topic

Next Topic

Book Contents

CodingMap

Purpose

Specifies the mappings for one verbatim item to be coded.

Syntax

<CODINGMAP
    REFNAME="name"
    [VERBATIMTYPE="type"]>
    <DICTIONARY attributes/>
    <CODETARGET+ attributes/>
    <CONTEXTINFORMATION*/>
</CODINGMAP>

Attributes

REFNAME="name"

RefName of the coding mapping component containing the verbatim item to be coded. Required.

VERBATIMTYPE="type"

Type of verbatim to be coded. Optional. This value corresponds to the item type in the Central Coding application:

AE, DISEASE, and LABDATA are valid verbatim types for the MedDRA dictionary. MEDPROD is a valid verbatim type for the WHO-DD dictionary.

Children

A CodingMap element has the following child elements:

Example

<CODINGMAP
   REFNAME="MAPPINGS3"
    VERBATIMTYPE="MEDPROD"> 
   <DICTIONARY
        TYPE="WHODD"
        VERSION="05Q4"
        CULTURE="en-US"/>
    <CODETARGET
        NAME="ATC 1.CODE"
        PATH="0.vstCORE4.frmChem.sctChem.mitsLabInfo.mitmLabDate.mcalLAB"/>
    <CONTEXTINFORMATION>
        <CONTEXTITEM
            NAME="Indication"
            PATH="0.vstCORE4.frmChem.sctChem.mitsLabInfo.mitmLabHi.mcalLAB"/>
        <CONTEXTITEM
            NAME="Route Of Administration"
            PATH="0.vstCORE4.frmChem.sctChem.mitsLabInfo.mitmLabTest.mcalLAB"/>
    </CONTEXTINFORMATION>
</CODINGMAP>

Send Feedback