# E2B Generation: EMA E2B(R3) Mapping

When you export a Case to an E2B file, either for an outbound Transmission or directly from the Case page, Vault Safety maps all case data and documents to the appropriate E2B data elements. This article describes how Vault maps information to generate EMA E2B(R3) files.

See <a href="/en/lr/01288/">E2B Generation Data Mapping</a> for details about all other E2B formats supported by Vault Safety.



<div class="note-border alert-info">
  <div class="alert alert-info" role="alert">
    <div><i class="far fa-info-circle"></i></div>
    <div class="alert-text">
      <p><strong>Note</strong>: Vault automatically <a href="/en/lr/01226/">validates E2B files</a>. In addition, Vault enables you to <a href="/en/lr/01461/">configure custom <em>Validation Criteria</em></a> for <em>Case</em> data through the user-friendly Vault Expression Engine.</p>
    </div>
  </div>
</div>



## <a id="ich-e2b-r3"></a>EMA E2B(R3) Mapping





<h3>N.1 ICH ICSR Transmission Identification (batch wrapper)</h3>


<!----input common section introduction---->


<!----input ema section introduction---->



<table>
    <thead>
        <tr>
            <th>E2B Data Element Name</th>
            <th>Populated Value</th>
        </tr>
    </thead>
    <tbody>
    
    
    
        <tr>
            <td>N.1.1 Types of Message in batch</td>
            <td>This value is always <code>1</code> for <strong>ICH ICSR</strong>.</td>
        </tr>
    
    
    
    
    
        <tr>
            <td>N.1.2 Batch Number</td>
            <td>The value in the <em>E2B Message ID</em> field on the <a href="../01264/#icsr-transmission-types">ICSR <em>Transmission</em></a>.</td>
        </tr>
    
    
    
    
    
        <tr>
            <td>N.1.3 Batch Sender Identifier</td>
            <td>The value in the <em>Origin ID</em> field on the <em>Transmission Profile</em> associated with the ICSR <em>Transmission</em>.</td>
        </tr>
    
    
    
    
    
        <tr>
            <td>N.1.4 Batch Receiver Identifier</td>
            <td>The value in the <em>Destination ID</em> field on the <em>Transmission Profile</em> associated with the ICSR <em>Transmission</em>.</td>
        </tr>
    
    
    
    
    
    
    
        <tr>
            <td>N.1.5 Date of Batch Transmission</td>
            <td>The value in the <em>Transmission Date</em> field on the ICSR <em>Transmission</em>. Otherwise, the date and time when the report was generated or transmitted, calculated with full precision down to the second.</td>
        </tr>
    
    
    
    
    
    </tbody>
</table>





<h3>N.2.r ICH ICSR Message Header (message wrapper)</h3>


<!----input common section introduction---->


<!----input ema section introduction---->



<table>
    <thead>
        <tr>
            <th>E2B Data Element Name</th>
            <th>Populated Value</th>
        </tr>
    </thead>
    <tbody>
    
    
    
        <tr>
            <td>N.2.r.1 Message Identifier</td>
            <td>The value in the <strong>UID</strong> field on the Case.</td>
        </tr>
    
    
    
    
    
    
    
        <tr>
            <td>N.2.r.2 Message Sender Identifier</td>
            <td>The value in the <em>Origin ID</em> field on the <em>Transmission Profile</em> associated with the ICSR <em>Transmission</em>.</td>
        </tr>
    
    
    
    
    
    
    
        <tr>
            <td>N.2.r.3 Message Receiver Identifier</td>
            <td>The value in the <em>Destination ID</em> field on the <em>Transmission Profile</em> associated with the ICSR <em>Transmission</em>.</td>
        </tr>
    
    
    
    
    
        <tr>
            <td>N.2.r.4 Date of Message Creation</td>
            <td>If the <em>Case</em> is <em>Approved</em>, <em>Closed</em>, or <em>Superseded</em>, the date in the <em>Approval Date</em> field. Otherwise, the date and time when the report was generated or transmitted, calculated with full precision down to the second.</td>
        </tr>
    
    
    
    
    
    </tbody>
</table>





<h3>C.1 Identification of the Case Safety Report</h3>


<!----input common section introduction---->


<!----input ema section introduction---->



<table>
    <thead>
        <tr>
            <th>E2B Data Element Name</th>
            <th>Populated Value</th>
        </tr>
    </thead>
    <tbody>
    
    
    
        <tr>
            <td>C.1.1 Sender's (case) Safety Report Unique Identifier</td>
            <td>The <em>UID</em> on the <em>Case Version</em>.</td>
        </tr>
    
    
    
    
    
    
    
        <tr>
            <td>C.1.2 Date of Creation</td>
            <td>If the <em>Case</em> is <em>Approved</em>, <em>Closed</em>, or <em>Superseded</em>, the date in the <em>Approval Date</em> field. If <em>Approval Date</em> is unavailable, the date of report generation or transmission with a system warning. Otherwise, the date and time when the report was generated or transmitted, calculated with full precision down to the second.</td>
        </tr>
    
    
    
    
    
    
    
    
    
    
    
        <tr>
            <td>C.1.3 Type of Report</td>
            <td>Vault populates a code based on the <em>Report Type</em> of the <em>Case</em>:
       <ul>
           <li><code>1</code>: Spontaneous</li>
           <li><code>2</code>: Study</li>
           <li><code>3</code>: Other</li>
           <li><code>4</code>: Unknown</li>
       </ul>
       <div class="note-border alert-info">
         <div class="alert alert-info" role="alert">
           <div><i class="far fa-info-circle"></i></div>
           <div class="alert-text">
             <strong>Note</strong> When generating ICSR <em>Transmissions</em> as EMA E2B(R3) files, the value in the <em>Report Type</em> field of the <em>Case</em> may be overridden by the <em>Report Type Override</em> field on the <em>Transmission</em> record. This is useful, for example, when a Clinical Trial Case involves adverse events related solely to non-investigational medicinal products available in the EU. In addition to overriding the Type of Report code, if the <em>Report Type Override</em> field is set to <em>Spontaneous</em>, the <strong>C.5 Study Identification</strong> block is not generated.
           </div>
         </div>
       </div>
</td>
        </tr>
    
    
    
    
    
        <tr>
            <td>C.1.4 Date Report Was First Received from Source</td>
            <td>For initial and follow-up <em>Cases</em>, the <em>Receipt Date</em> on the <em>Case</em>. When the <em>Receipt Date</em> includes a time and time zone, Vault truncates the value to <code>YYYYMMDD</code>.</td>
        </tr>
    
    
    
    
    
    
    
    
    
        <tr>
            <td>C.1.5 Date of Most Recent Information for This Report</td>
            <td>The <em>New Info Date</em> on the <em>Case</em>. When the <em>New Info Date</em> includes a time and time zone, Vault truncates the value to <code>YYYYMMDD</code>.</td>
        </tr>
    
    
    
    
    
    
    
    
    
    
    
    
    
        <tr>
            <td>C.1.7 Does This Case Fulfil the Local Criteria for an Expedited Report?</td>
            <td>If the <em>Local Expedited Criteria</em> (<code>case_expedited__v</code>) field on the ICSR <em>Transmission</em> has a value, Vault uses this value. If this field is not specified on the <em>Transmission</em>, Vault looks at the <em>Expedited</em> field on the <em>Case</em> as follows: <ul> <li>If the value is <em>Yes</em>, this element is populated with <code>1</code> (expedited).</li>  <li>If the value is <em>No</em>, this element is populated with <code>2</code> (non-expedited).</li> <li>If the field is blank, this element is populated with <code>NI</code> (no information).</li> </ul> <p>If both fields are blank, nullFlavor (<code>NI</code>) is exported.</p>
</td>
        </tr>
    
    
    
    
    
    
    
    
    
    
    
    
    
    </tbody>
</table>





<h4>C.1.6 Additional Available Documents Held by Sender</h4>


<!----input common section introduction---->


<!----input ema section introduction---->



<table>
    <thead>
        <tr>
            <th>E2B Data Element Name</th>
            <th>Populated Value</th>
        </tr>
    </thead>
    <tbody>
    
    
    
        <tr>
            <td>C.1.6.1 Are Additional Documents Available?</td>
            <td>Populated as True if there are documents attached to the Case with the document type of <strong>Case > Source > Attachment</strong>.</td>
        </tr>
    
    
    
    
    
        <tr>
            <td>C.1.6.1.r.1 Documents Held by Sender</td>
            <td>The text in the <strong>Attachment Description</strong> and <strong>Attachment Description Continued</strong> fields on any documents attached to the Case with the document type of <strong>Case > Source > Attachment</strong>. Text is populated to a limit of 2,000 characters. This field is mapped even when the document is a placeholder or blank.</td>
        </tr>
    
    
    
    
    
    
    
        <tr>
            <td>C.1.6.1.r.2 Included Documents</td>
            <td><p>If any documents are attached to the <em>Case</em> with the document type of <em>Case > Source > Attachment</em> and the <em>Retransmit</em> field set to <em>Yes</em>, they are encoded. If the <em>Retransmit</em> field is set to <em>No</em> or is blank, documents are not encoded.</p> <p>Depending on your Admin's configuration, Vault may <a href="../826501/#attach-incl-control">exclude attachment contents</a> on <em>Transmissions</em> for <em>Cases</em> or <em>Localized Cases</em> with previous <em>Transmissions</em> that included the attachment to the same reporting destination.</p>
</td>
        </tr>
    
    
    
    
    
    
    
    </tbody>
</table>





<h4>C.1.8 Worldwide Unique Case Identification</h4>


<!----input common section introduction---->


<!----input ema section introduction---->



<table>
    <thead>
        <tr>
            <th>E2B Data Element Name</th>
            <th>Populated Value</th>
        </tr>
    </thead>
    <tbody>
    
    
    
        <tr>
            <td>C.1.8.1 Worldwide Unique Case Identification Number</td>
            <td>The <em>Worldwide UID</em> on the <em>Case Version</em>.</td>
        </tr>
    
    
    
    
    
        <tr>
            <td>C.1.8.2 First Sender of This Case</td>
            <td>The value in the <em>First Sender</em> field on the original <a href="../907890/"><em>Inbound Transmission</em></a>. <p>The transmission date is used to find the original <em>Transmission</em>.</p></td>
        </tr>
    
    
    
    
    
        <tr>
            <td>C.1.9.1 Other Case Identifiers in Previous Transmissions</td>
            <td>Populated as True if there are any Case Identifier objects associated with the Case. If there are no Case Identifier objects associated with the Case, <code>NI</code> is exported.</td>
        </tr>
    
    
    
    
    
        <tr>
            <td>C.1.9.1.r.1 Source(s) of the Case Identifier</td>
            <td>Repeated for the value in the <strong>Source</strong> field on each Case Identifier object. <p>This element is transmitted only when the Case Identifier <strong>Type</strong> (<code>type__v</code>) is set to <strong>Re-Transmittable</strong> or is blank.</p></td>
        </tr>
    
    
    
    
    
    
    
        <tr>
            <td>C.1.9.1.r.2 Case Identifier(s)</td>
            <td>The value in the <strong>Case Identifier</strong> field on the Case Identifier object. <p>This element is transmitted only when the Case Identifier <strong>Type</strong> (<code>type__v</code>) is set to <strong>Re-Transmittable</strong> or is blank.</p></td>
        </tr>
    
    
    
    
    
        <tr>
            <td>C.1.10.r Identification Number of the Report Which Is Linked to This Report</td>
            <td>The value in the <strong>Related Case Identifier</strong> field on the Case Relationship object. This value is exported when the <strong>Retransmit</strong> field on the record is set to <strong>Yes</strong>.</td>
        </tr>
    
    
    
    
    
        <tr>
            <td>C.1.11.1 Report Nullification/Amendment</td>
            <td>The appropriate value is populated, based on the option selected in the <strong>Reason</strong> field on the Transmission:
       <ul>
           <li><code>1</code>: Nullification</li>
           <li><code>2</code>: Amendment</li>
       </ul>
</td>
        </tr>
    
    
    
    
    
        <tr>
            <td>C.1.11.2 Reason for Nullification/Amendment</td>
            <td>The text in the <strong>Reason Text</strong> field on the Transmission, to a limit of 2,000 characters.</td>
        </tr>
    
    
    
    
    
    
    
    </tbody>
</table>





<h3>C.2.r Primary Source(s) of Information</h3>


<!----input common section introduction---->


<!----input ema section introduction---->



<table>
    <thead>
        <tr>
            <th>E2B Data Element Name</th>
            <th>Populated Value</th>
        </tr>
    </thead>
    <tbody>
    
    
    
        <tr>
            <td>C.2.r.1.1 Reporter's Title</td>
            <td>The value in the <em>Title</em> field on a Reporter-type <em>Case Contact</em>.</td>
        </tr>
    
    
    
    
    
        <tr>
            <td>C.2.r.1.2 Reporter's Given Name</td>
            <td>The value in the <em>First Name</em> field on a Reporter-type <em>Case Contact</em>.</td>
        </tr>
    
    
    
    
    
        <tr>
            <td>C.2.r.1.3 Reporter's Middle Name</td>
            <td>The value in the <em>Middle Name</em> field on a Reporter-type <em>Case Contact</em>.</td>
        </tr>
    
    
    
    
    
        <tr>
            <td>C.2.r.1.4 Reporter's Family Name</td>
            <td>The value in the <em>Last Name</em> field on a Reporter-type <em>Case Contact</em>.</td>
        </tr>
    
    
    
    
    
        <tr>
            <td>C.2.r.2.1 Reporter's Organisation</td>
            <td><p>The value in the <em>Organization</em> field on a Reporter-type <em>Case Contact</em>.</p> <p>Any text that exceeds the 60-character limit for this data element is truncated.</p>
</td>
        </tr>
    
    
    
    
    
        <tr>
            <td>C.2.r.2.2 Reporter's Department</td>
            <td>The value in the <em>Department</em> field on a Reporter-type <em>Case Contact</em>.</td>
        </tr>
    
    
    
    
    
        <tr>
            <td>C.2.r.2.3 Reporter's Street</td>
            <td>The value in the <em>Street Name</em> field on a Reporter-type <em>Case Contact</em>.</td>
        </tr>
    
    
    
    
    
    
    
        <tr>
            <td>C.2.r.2.4 Reporter's City</td>
            <td>The value in the <em>City</em> field on a Reporter-type <em>Case Contact</em>.</td>
        </tr>
    
    
    
    
    
        <tr>
            <td>C.2.r.2.5 Reporter's State or Province<a id="mapping-logic-state-province"></a></td>
            <td>The <em>State/Province</em> on the <em>Case Contact</em> record for the primary reporter. <p>For domestic <em>Cases</em>, Vault checks for <a href="../01168/#domestic-state-code">domestic state code mapping</a>. If no mapping exists, Vault exports the <em>State/Province</em> value.</p>
</td>
        </tr>
    
    
    
    
    
    
    
    
    
    
    
        <tr>
            <td>C.2.r.2.6 Reporter's Postcode</td>
            <td>The value in the <em>Zip/Postal Code</em> field on a Reporter-type <em>Case Contact</em>.</td>
        </tr>
    
    
    
    
    
        <tr>
            <td>C.2.r.2.7 Reporter's Telephone</td>
            <td>The value in the <em>Telephone</em> field on a Reporter-type <em>Case Contact</em>.</td>
        </tr>
    
    
    
    
    
    
    
    
    
        <tr>
            <td>C.2.r.3 Reporter's Country Code</td>
            <td>The ISO code in the <em>Country</em> field on a Reporter-type <em>Case Contact</em>.</td>
        </tr>
    
    
    
    
    
    
    
        <tr>
            <td>C.2.r.4 Qualification</td>
            <td>The value in the <em>Qualification</em> field on a Reporter-type <em>Case Contact</em>. If <em>Patient</em> or <em>Parent</em> is selected in this field, then the E2B code of <code>5</code> is mapped.</td>
        </tr>
    
    
    
    
    
    
    
    
    
        <tr>
            <td>C.2.r.5 Primary Source for Regulatory Purposes</td>
            <td>Populated with <code>1</code> (true) if the <em>Primary Source</em> field is set to <em>Yes</em> on the associated Reporter-type <em>Case Contact</em>.</td>
        </tr>
    
    
    
    
    
    </tbody>
</table>





<h3>C.3 Information on Sender of Case Safety Report</h3>


<!----input common section introduction---->


<!----input ema section introduction---->



<table>
    <thead>
        <tr>
            <th>E2B Data Element Name</th>
            <th>Populated Value</th>
        </tr>
    </thead>
    <tbody>
    
    
    
        <tr>
            <td>C.3.1 Sender Type</td>
            <td>The value in the <em>Sender Type</em> field in the <em>Organization</em> record associated with the <em>Sender (User)</em> on the ICSR <em>Transmission</em>.<br>If the <em>Sender (User)</em> is not specified on the <em>Transmission</em>, Vault maps the <em>Sender Type</em> from the <em>Organization</em> on the <em>Case</em>.</td>
        </tr>
    
    
    
    
    
    
    
        <tr>
            <td>C.3.2 Sender Organization</td>
            <td><p>The value in the <em>Organization</em> field in the <em>User</em> record associated with the <em>Sender (User)</em> on the ICSR <em>Transmission</em>.</p> <p>If the <em>Sender (User)</em> is not specified on the <em>Transmission</em>, Vault maps the <em>Organization</em> on the <em>Case</em>.</p> <p>Any text that exceeds the 100-character limit for this data element is truncated.</p>
</td>
        </tr>
    
    
    
    
    
    
    
        <tr>
            <td>C.3.3.1 Sender's Department</td>
            <td>The value in the <em>Department</em> field in the <em>User</em> record associated with the <em>Sender (User)</em> on the ICSR <em>Transmission</em>.</td>
        </tr>
    
    
    
    
    
        <tr>
            <td>C.3.3.2 Sender's Title</td>
            <td>The value in the <em>Title</em> field in the <em>User</em> record associated with the <em>Sender (User)</em> on the ICSR <em>Transmission</em>.</td>
        </tr>
    
    
    
    
    
        <tr>
            <td>C.3.3.3 Sender's Given Name</td>
            <td>The value in the <em>First Name</em> field in the <em>User</em> record associated with the <em>Sender (User)</em> on the ICSR <em>Transmission</em>.</td>
        </tr>
    
    
    
    
    
        <tr>
            <td>C.3.3.4 Sender's Middle Name</td>
            <td>The value in the <em>Middle Name</em> field in the <em>User</em> record associated with the <em>Sender (User)</em> on the ICSR <em>Transmission</em>.</td>
        </tr>
    
    
    
    
    
        <tr>
            <td>C.3.3.5 Sender's Family Name</td>
            <td>The value in the <em>Last Name</em> field in the <em>User</em> record associated with the <em>Sender (User)</em> on the ICSR <em>Transmission</em>.</td>
        </tr>
    
    
    
    
    
        <tr>
            <td>C.3.4.1 Sender's Street Address</td>
            <td>The value in the <em>Street</em> field in the <em>User</em> record associated with the <em>Sender (User)</em> on the ICSR <em>Transmission</em>.</td>
        </tr>
    
    
    
    
    
        <tr>
            <td>C.3.4.2 Sender's City</td>
            <td>The value in the <em>City</em> field in the <em>User</em> record associated with the <em>Sender (User)</em> on the ICSR <em>Transmission</em>.</td>
        </tr>
    
    
    
    
    
        <tr>
            <td>C.3.4.3 Sender's State or Province</td>
            <td>The value in the <em>State / Province</em> field in the <em>User</em> record associated with the <em>Sender (User)</em> on the ICSR <em>Transmission</em>.</td>
        </tr>
    
    
    
    
    
        <tr>
            <td>C.3.4.4 Sender's Postcode</td>
            <td>The value in the <em>Zip/Postal Code</em> field in the <em>User</em> record associated with the <em>Sender (User)</em> on the ICSR <em>Transmission</em>.</td>
        </tr>
    
    
    
    
    
        <tr>
            <td>C.3.4.5 Sender's Country Code</td>
            <td>The 2-letter ISO code associated with the country selected in the <em>Country</em> field in the <em>User</em> record associated with the <em>Sender (User)</em> on the ICSR <em>Transmission</em>.</td>
        </tr>
    
    
    
    
    
        <tr>
            <td>C.3.4.6 Sender's Telephone</td>
            <td>The value in the <em>Telephone</em> field in the <em>User</em> record associated with the <em>Sender (User)</em> on the ICSR <em>Transmission</em>.</td>
        </tr>
    
    
    
    
    
        <tr>
            <td>C.3.4.7 Sender's Fax</td>
            <td>The value in the <em>Fax</em> field in the <em>User</em> record associated with the <em>Sender (User)</em> on the ICSR <em>Transmission</em>.</td>
        </tr>
    
    
    
    
    
        <tr>
            <td>C.3.4.8 Sender's E-mail Address</td>
            <td>The value in the <em>Email</em> field in the <em>User</em> record associated with the <em>Sender (User)</em> on the ICSR <em>Transmission</em>.</td>
        </tr>
    
    
    
    </tbody>
</table>





<h3>C.4.r Literature Reference(s)</h3>


<!----input common section introduction---->


<!----input ema section introduction---->



<table>
    <thead>
        <tr>
            <th>E2B Data Element Name</th>
            <th>Populated Value</th>
        </tr>
    </thead>
    <tbody>
    
    
    
        <tr>
            <td>C.4.r.1 Literature Reference(s)</td>
            <td><p>The value in the <em>Reference</em> document field for any <em>Case</em> documents classified with the <em>Case > Source > Literature</em> document type, to a limit of 500 characters.</p> <p>When Vault generates a report for a <em>Case</em> linked to a <em>Literature Article</em> in your SafetyDocs Vault and if the document's <em>Retransmit</em> field value is <em>Yes</em>, Vault maps a value from the <em>Literature Article</em> using the following priority:</p> <ol> <li><em>Vancouver Citation (English)</em></li> <li><em>Vancouver Citation</em></li> </ol> <p>For <em>Localized Case Documents</em>, Vault overrides the <em>Vancouver Citation</em> with the <em>Reference</em> field value, if populated.</p> <p>Multiple literature source documents are encoded in separate C.4.r.1 blocks.</p>
</td>
        </tr>
    
    
    
    
    
    
    
        <tr>
            <td>C.4.r.2 Included Documents</td>
            <td><p><em>Case</em> documents of the following classifications with the <em>Retransmit</em> field value of <em>Yes</em> are encoded in <em>Transmissions</em>:</p> <ul> <li><em>Case > Source > Literature</em></li> <li><em>Literature > Literature Article > Full-Text</em></li> <li><em>Literature > Literature Article > Summary</em></li> </ul> <p>Depending on your Admin's configuration, Vault may <a href="../826501/#lit-incl-control">exclude the contents of literature articles</a> on <em>Transmissions</em> for <em>Cases</em> or <em>Localized Cases</em> with previous <em>Transmissions</em> that included the literature article to the same reporting destination.</p>
</td>
        </tr>
    
    
    
    
    
    </tbody>
</table>





<h3>C.5 Study Identification</h3>


<!----input common section introduction---->


<!----input ema section introduction---->

<div><p>When generating EMA E2B(R3) ICSR <em>Transmissions</em>, the value in the <em>Report Type</em> field of the <em>Case</em> may be overridden by the <em>Report Type Override</em> field on the <em>Transmission</em>. This is useful, for example, when a Clinical Trial Case involves adverse events related solely to non-investigational medicinal products available in the EU. If the <em>Report Type Override</em> field is set to Spontaneous, the <strong>C.5 Study Identification</strong> block is not generated.</p></div>



<table>
    <thead>
        <tr>
            <th>E2B Data Element Name</th>
            <th>Populated Value</th>
        </tr>
    </thead>
    <tbody>
    
    
    
        <tr>
            <td>C.5.1.r.1 Study Registration Number</td>
            <td>The <em>Registration Number</em> on the <em>Case Study Registration</em>.</td>
        </tr>
    
    
    
    
    
    
    
        <tr>
            <td>C.5.1.r.2 Study Registration Country</td>
            <td>The 2-letter ISO code associated with the <em>Country</em> on the <em>Case Study Registration</em>.</td>
        </tr>
    
    
    
    
    
    
    
        <tr>
            <td>C.5.2 Study Name</td>
            <td>The values in the <strong>Study Name</strong> and <strong>Study Name (Continued)</strong> fields on the associated Case, to a limit of 2,000 characters.</td>
        </tr>
    
    
    
    
    
    
    
    
    
        <tr>
            <td>C.5.3 Sponsor Study Number</td>
            <td>The <em>Study Number</em> on the associated <em>Study</em>.</td>
        </tr>
    
    
    
    
    
    
    
        <tr>
            <td>C.5.4 Study Type Where Reaction(s) / Event(s) Were Observed</td>
            <td>Based on the <em>Study Type</em> on the <em>Case</em>, Vault populates an E2B code corresponding to the <a href="../01195/#study-type"><em>Study Type</em></a> controlled vocabulary.</td>
        </tr>
    
    
    
    
    
    
    
    
    
    
    
    
    
    </tbody>
</table>





<h3>D Patient Characteristics</h3>


<!----input common section introduction---->


<!----input ema section introduction---->



<table>
    <thead>
        <tr>
            <th>E2B Data Element Name</th>
            <th>Populated Value</th>
        </tr>
    </thead>
    <tbody>
    
    
    
        <tr>
            <td>D.1 Patient (name or initials)</td>
            <td>The value in the <strong>Patient Initials / ID</strong> field on the Case.</td>
        </tr>
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    </tbody>
</table>





<h4>D.1.1 Patient Medical Record Number(s) and Source(s) of the Record Number</h4>


<!----input common section introduction---->


<!----input ema section introduction---->



<table>
    <thead>
        <tr>
            <th>E2B Data Element Name</th>
            <th>Populated Value</th>
        </tr>
    </thead>
    <tbody>
    
    
    
        <tr>
            <td>D.1.1.1 Patient Medical Record Number(s) and Source(s) of the Record Number (GP Medical Record Number)</td>
            <td>The value in the <strong>MRN - GP</strong> field on the Case.</td>
        </tr>
    
    
    
    
    
    
    
        <tr>
            <td>D.1.1.2 Patient Medical Record Number(s) and Source(s) of the Record Number (Specialist Record Number)</td>
            <td>The value in the <strong>MRN - Specialist</strong> field on the Case.</td>
        </tr>
    
    
    
    
    
    
    
        <tr>
            <td>D.1.1.3 Patient Medical Record Number(s) and Source(s) of the Record Number (Hospital Record Number)</td>
            <td>The value in the <strong>MRN - Hospital</strong> field on the Case.</td>
        </tr>
    
    
    
    
    
    
    
        <tr>
            <td>D.1.1.4 Patient Medical Record Number(s) and Source(s) of the Record Number (Investigation Number)</td>
            <td>The value in the <strong>MRN - Investigation</strong> field on the Case.</td>
        </tr>
    
    
    
    
    
    </tbody>
</table>





<h4>D.2 Age Information</h4>


<!----input common section introduction---->


<!----input ema section introduction---->



<table>
    <thead>
        <tr>
            <th>E2B Data Element Name</th>
            <th>Populated Value</th>
        </tr>
    </thead>
    <tbody>
    
    
    
        <tr>
            <td>D.2.1 Date of Birth</td>
            <td>The <em>Date of Birth</em> on the <em>Case</em>. For Vault to transmit this value, the full date is required with year, month, and day.</td>
        </tr>
    
    
    
    
    
    
    
    
    
    
    
    
    
        <tr>
            <td>D.2.2a Age at Time of Onset of Reaction / Event (number)</td>
            <td>The <em>Age</em> on the <em>Case</em>. In accordance with ICH guidelines, Vault does not transmit this data element if the D.2.1 Date of Birth data element includes a value.</td>
        </tr>
    
    
    
    
    
    
    
    
    
        <tr>
            <td>D.2.2b Age at Time of Onset of Reaction / Event (unit)</td>
            <td>The <em>Age (unit)</em> on the <em>Case</em>. In accordance with ICH guidelines, Vault does not transmit this data element if the D.2.1 Date of Birth data element includes a value.</td>
        </tr>
    
    
    
    
    
    
    
        <tr>
            <td>D.2.2.1a Gestation Period When Reaction / Event Was Observed in the Foetus (number)</td>
            <td>The value in the <em>Gestation</em> field on the <em>Case</em>.</td>
        </tr>
    
    
    
    
    
        <tr>
            <td>D.2.2.1b Gestation Period When Reaction/Event Was Observed in the Foetus (unit)</td>
            <td>The unit in the <em>Gestation (unit)</em> field on the <em>Case</em>.</td>
        </tr>
    
    
    
    
    
        <tr>
            <td>D.2.3 Patient Age Group (as per reporter)</td>
            <td>The value in the <em>Age Group</em> field on the <em>Case</em>. In accordance with ICH guidelines, this element is transmitted only when both the Patient Date of Birth (D.2.1) and Age at Onset (D.2.2) are not transmitted.</td>
        </tr>
    
    
    
    
    
    
    
        <tr>
            <td>D.3 Body Weight (kg)</td>
            <td>The value in the <em>Weight</em> field on the <em>Case</em>, normalized to the accepted unit.</td>
        </tr>
    
    
    
    
    
        <tr>
            <td>D.4 Height (cm)</td>
            <td>The value in the <em>Height</em> field on the <em>Case</em>, normalized to the accepted unit.</td>
        </tr>
    
    
    
    
    
        <tr>
            <td>D.5 Sex</td>
            <td>The value in the <em>Sex</em> field on the <em>Case</em>.</td>
        </tr>
    
    
    
    
    
        <tr>
            <td>D.6 Last Menstrual Period Date</td>
            <td>The date in the <em>Last Menstrual</em> field on the <em>Case</em>.</td>
        </tr>
    
    
    
    </tbody>
</table>





<h4>D.7 Relevant Medical History and Concurrent Conditions</h4>


<!----input common section introduction---->


<!----input ema section introduction---->



<table>
    <thead>
        <tr>
            <th>E2B Data Element Name</th>
            <th>Populated Value</th>
        </tr>
    </thead>
    <tbody>
    
    
    
        <tr>
            <td>D.7.1.r.1a MedDRA Version for Medical History</td>
            <td>Populated with the active MedDRA dictionary on the Case, taken from the <strong>MedDRA Version</strong> field.</td>
        </tr>
    
    
    
    
    
        <tr>
            <td>D.7.1.r.1b Medical History (disease / surgical procedure / etc.) (MedDRA code)</td>
            <td>The MedDRA LLT coded on the <strong>Case Medical History</strong> record.</td>
        </tr>
    
    
    
    
    
        <tr>
            <td>D.7.1.r.2 Start Date</td>
            <td>The date in the <strong>Start Date</strong> field on the <strong>Case Medical History</strong> record.</td>
        </tr>
    
    
    
    
    
        <tr>
            <td>D.7.1.r.3 Continuing</td>
            <td>The appropriate value is populated, based on the <strong>Continuing</strong> field on the <strong>Case Medical History</strong> record.</td>
        </tr>
    
    
    
    
    
        <tr>
            <td>D.7.1.r.4 End Date</td>
            <td>The date in the <strong>End Date</strong> field on the <strong>Case Medical History</strong> record.</td>
        </tr>
    
    
    
    
    
        <tr>
            <td>D.7.1.r.5 Comments</td>
            <td>The text in the <strong>Comments</strong> field on the <strong>Case Medical History</strong> record, to a limit of 2,000 characters.</td>
        </tr>
    
    
    
    
    
    
    
        <tr>
            <td>D.7.1.r.6 Family History</td>
            <td>The value in the <strong>Family History</strong> field on the <strong>Case Medical History</strong> record.</td>
        </tr>
    
    
    
    
    
    
    
    
    
        <tr>
            <td>D.7.2 Text for Relevant Medical History and Concurrent Conditions (not including reaction / event)</td>
            <td>The text in the <strong>Medical History Text</strong> field on the Case, to a limit of 10,000 characters.</td>
        </tr>
    
    
    
    
    
    
    
    
    
    
    
        <tr>
            <td>D.7.3 Concomitant Therapies</td>
            <td>Set to True when the <strong>Concomitant Therapies</strong> field is set to <strong>Yes</strong> on the Case.</td>
        </tr>
    
    
    
    </tbody>
</table>





<h4>D.8.r Relevant Past Drug History</h4>


<!----input common section introduction---->


<!----input ema section introduction---->



<table>
    <thead>
        <tr>
            <th>E2B Data Element Name</th>
            <th>Populated Value</th>
        </tr>
    </thead>
    <tbody>
    
    
    
        <tr>
            <td>D.8.r.1 Name of Drug as Reported</td>
            <td>The value in the <strong>Drug (Reported)</strong> field on the <strong>Case Drug History</strong> record.</td>
        </tr>
    
    
    
    
    
    
    
    
    
    
    
        <tr>
            <td>D.8.r.2a MPID Version Date/Number</td>
            <td>The <em>MPID Version</em> on the <em>Case Drug History</em> record. When the value corresponds to a date, Vault converts it to <code>YYYYMMDD</code> format.</td>
        </tr>
    
    
    
    
    
    
    
        <tr>
            <td>D.8.r.2b Medicinal Product Identifier (MPID)</td>
            <td>The value entered in the <strong>MPID</strong> field on the <strong>Case Drug History</strong> record.</td>
        </tr>
    
    
    
    
    
    
    
        <tr>
            <td>D.8.r.3a PhPID Version Date/Number</td>
            <td>The <em>PhPID Version</em> on the <em>Case Drug History</em> record. When the value corresponds to a date, Vault converts it to <code>YYYYMMDD</code> format.</td>
        </tr>
    
    
    
    
    
        <tr>
            <td>D.8.r.3b Pharmaceutical Product Identifier (PhPID)</td>
            <td>The value in the <strong>PhPID</strong> field on the <strong>Case Drug History</strong> record.</td>
        </tr>
    
    
    
    
    
        <tr>
            <td>D.8.r.4 Start Date</td>
            <td>The date in the <em>Start Date</em> field on the <em>Case Drug History</em> record.</td>
        </tr>
    
    
    
    
    
    
    
        <tr>
            <td>D.8.r.5 End Date</td>
            <td>The date in the <em>End Date</em> field on the <em>Case Drug History</em> record.</td>
        </tr>
    
    
    
    
    
    
    
        <tr>
            <td>D.8.r.6a MedDRA Version for Indication</td>
            <td>Populated with the active MedDRA dictionary on the Case, taken from the <strong>MedDRA Version</strong> field.</td>
        </tr>
    
    
    
    
    
        <tr>
            <td>D.8.r.6b Indication (MedDRA code)</td>
            <td>The MedDRA LLT coded for the indication on the <strong>Case Drug History</strong> record.</td>
        </tr>
    
    
    
    
    
        <tr>
            <td>D.8.r.7a MedDRA Version for Reaction</td>
            <td>Populated with the active MedDRA dictionary on the Case, taken from the <strong>MedDRA Version</strong> field.</td>
        </tr>
    
    
    
    
    
        <tr>
            <td>D.8.r.7b Reaction (MedDRA code)</td>
            <td>The value in the <strong>Reaction MedDRA</strong> field on the <strong>Case Drug History</strong> record.</td>
        </tr>
    
    
    
    
    
    
    
    </tbody>
</table>





<h4>D.8.r.1 Name of Drug as Reported</h4>


<!----input common section introduction---->


<!----input ema section introduction---->



<table>
    <thead>
        <tr>
            <th>E2B Data Element Name</th>
            <th>Populated Value</th>
        </tr>
    </thead>
    <tbody>
    
    
    
        <tr>
            <td>D.8.r.1.EU.1 Name part - Invented name</td>
            <td>The value in the <strong>Invented Name Part</strong> field on the <strong>Case Drug History</strong> record.</td>
        </tr>
    
    
    
    
    
        <tr>
            <td>D.8.r.1.EU.2  Name part - Scientific name</td>
            <td>The value in the <strong>Scientific Name Part</strong> field on the <strong>Case Drug History</strong> record.</td>
        </tr>
    
    
    
    
    
        <tr>
            <td>D.8.r.1.EU.3  Name part - Trademark name</td>
            <td>The value in the <strong>Trademark Name Part</strong> field on the <strong>Case Drug History</strong> record.</td>
        </tr>
    
    
    
    
    
        <tr>
            <td>D.8.r.1.EU.4 Name part - Strength name</td>
            <td>The value in the <strong>Strength Name Part</strong> field on the <strong>Case Drug History</strong> record.</td>
        </tr>
    
    
    
    
    
        <tr>
            <td>D.8.r.1.EU.5 Name part - Form name</td>
            <td>The value in the <strong>Form Name Part</strong> field on the <strong>Case Drug History</strong> record.</td>
        </tr>
    
    
    
    
    
        <tr>
            <td>D.8.r.1.EU.6 Name part - Container name</td>
            <td>The value in the <strong>Container Name Part</strong> field on the <strong>Case Drug History</strong> record.</td>
        </tr>
    
    
    
    
    
        <tr>
            <td>D.8.r.1.EU.7 Name part - Device name</td>
            <td>The value in the <strong>Device Name Part</strong> field on the <strong>Case Drug History</strong> record. Vault exports this value only if there is no <em>MPID</em> on the <em>Case Drug History</em>.</td>
        </tr>
    
    
    
    
    
        <tr>
            <td>D.8.r.1.EU.8 Name part - Intended use name</td>
            <td>The value in the <strong>Intended Use Name Part</strong> field on the <strong>Case Drug History</strong> record.</td>
        </tr>
    
    
    
    </tbody>
</table>





<h4>D.8.r.EU Substance / Specified Substance Identifier and Strength<a id="d8reu-substance"></a></h4>


<!----input common section introduction---->


<!----input ema section introduction---->



<table>
    <thead>
        <tr>
            <th>E2B Data Element Name</th>
            <th>Populated Value</th>
        </tr>
    </thead>
    <tbody>
    
    
    
        <tr>
            <td>D.8.r.EU.r.1 Substance / Specified Substance Name</td>
            <td>The value in the <strong>Name (Reported)</strong> field on the Case Drug History Substance.</td>
        </tr>
    
    
    
    
    
        <tr>
            <td>D.8.r.EU.r.2a Substance/Specified Substance TermID Version Date/Number</td>
            <td>The value in the <strong>TermID Version</strong> field on the Case Drug History Substance.</td>
        </tr>
    
    
    
    
    
        <tr>
            <td>D.8.r.EU.r.2b Substance/Specified Substance TermID</td>
            <td>The value in the <strong>TermID</strong> field on the Case Drug History Substance.</td>
        </tr>
    
    
    
    
    
        <tr>
            <td>D.8.r.EU.r.3a Strength (number)</td>
            <td>The value in the <strong>Strength (Number)</strong> field on the Case Drug History Substance.</td>
        </tr>
    
    
    
    
    
        <tr>
            <td>D.8.r.EU.r.3b Strength (unit)</td>
            <td>The unit selected in the <strong>Strength (Unit)</strong> field on the Case Drug History Substance.</td>
        </tr>
    
    
    
    </tbody>
</table>





<h4>D.9 In case of Death</h4>


<!----input common section introduction---->


<!----input ema section introduction---->



<table>
    <thead>
        <tr>
            <th>E2B Data Element Name</th>
            <th>Populated Value</th>
        </tr>
    </thead>
    <tbody>
    
    
    
        <tr>
            <td>D.9.1 Date of Death</td>
            <td>The date in the <em>Date of Death</em> field on the <em>Case</em>.</td>
        </tr>
    
    
    
    
    
    
    
        <tr>
            <td>D.9.2.r.1a MedDRA Version for Reported Cause(s) of Death</td>
            <td>Populated with the active MedDRA dictionary on the Case, taken from the <strong>MedDRA Version</strong> field.</td>
        </tr>
    
    
    
    
    
        <tr>
            <td>D.9.2.r.1b Reported Cause(s) of Death (MedDRA code)</td>
            <td>The MedDRA LLT coded on the Reported Case Cause of Death object.</td>
        </tr>
    
    
    
    
    
        <tr>
            <td>D.9.2.r.2 Reported Cause(s) of Death (free text)</td>
            <td>The text in the <em>Name (Reported)</em> field on the <em>Case Cause of Death</em> record.</td>
        </tr>
    
    
    
    
    
    
    
    
    
        <tr>
            <td>D.9.3 Was Autopsy Done?</td>
            <td>The value in the <em>Autopsy</em> field on the <em>Case</em>.</td>
        </tr>
    
    
    
    
    
    
    
        <tr>
            <td>D.9.4.r.1a MedDRA Version for Autopsy-determined Cause(s) of Death</td>
            <td>Populated with the active MedDRA dictionary on the Case, taken from the <strong>MedDRA Version</strong> field.</td>
        </tr>
    
    
    
    
    
        <tr>
            <td>D.9.4.r.1b Autopsy-determined Cause(s) of Death (MedDRA code)</td>
            <td>The MedDRA LLT coded on the Autopsy-Determined Case Cause of Death object.</td>
        </tr>
    
    
    
    
    
        <tr>
            <td>D.9.4.r.2 Autopsy-determined Cause(s) of Death (free text)</td>
            <td>The information in the <strong>Name (Reported)</strong> field on the Autopsy-Determined Case Cause of Death object.</td>
        </tr>
    
    
    
    
    
    </tbody>
</table>





<h3>D.10 For a Parent-child / Foetus Report, Information Concerning the Parent</h3>


<!----input common section introduction---->


<!----input ema section introduction---->



<table>
    <thead>
        <tr>
            <th>E2B Data Element Name</th>
            <th>Populated Value</th>
        </tr>
    </thead>
    <tbody>
    
    
    
        <tr>
            <td>D.10.1 Parent Identification</td>
            <td>The <em>Patient ID</em> on the associated <em>Parent Information</em>.</td>
        </tr>
    
    
    
    
    
        <tr>
            <td>D.10.2.1 Date of Birth of Parent</td>
            <td>The <em>Date of Birth</em> on the associated <em>Parent Information</em>. For Vault to transmit this value, the full date is required with year, month, and day.</td>
        </tr>
    
    
    
    
    
        <tr>
            <td>D.10.2.2a Age of Parent (number)</td>
            <td>The <em>Age</em> on the associated <em>Parent Information</em>. In accordance with ICH guidelines, Vault does not transmit this data element if the D.10.2.1 Date of Birth of Parent data element includes a value.</td>
        </tr>
    
    
    
    
    
    
    
        <tr>
            <td>D.10.2.2b Age of Parent (unit)</td>
            <td>The <em>Age (unit)</em> on the associated <em>Parent Information</em>. In accordance with ICH guidelines, Vault does not transmit this data element if the D.10.2.1 Date of Birth of Parent data element includes a value.</td>
        </tr>
    
    
    
    
    
    
    
    
    
    
    
        <tr>
            <td>D.10.3 Last Menstrual Period Date of Parent</td>
            <td>The date in the <strong>Last Menstrual</strong> field on the associated <em>Parent Information</em>.</td>
        </tr>
    
    
    
    
    
        <tr>
            <td>D.10.4 Body Weight (kg) of Parent</td>
            <td>The value in the <strong>Weight</strong> field on the associated <em>Parent Information</em>.</td>
        </tr>
    
    
    
    
    
        <tr>
            <td>D.10.5 Height (cm) of Parent</td>
            <td>The value in the <strong>Height (normalized)</strong> field on the associated <em>Parent Information</em>.</td>
        </tr>
    
    
    
    
    
        <tr>
            <td>D.10.6 Sex of Parent</td>
            <td>The value in the <em>Sex</em> field on the associated <em>Parent Information</em>.</td>
        </tr>
    
    
    
    
    
        <tr>
            <td>D.10.7.1.r.1a MedDRA Version for Medical History</td>
            <td>Populated with the active MedDRA dictionary on the Case, taken from the <strong>MedDRA Version</strong> field on the associated <em>Parent Information</em>.</td>
        </tr>
    
    
    
    
    
        <tr>
            <td>D.10.7.1.r.1b Medical History (disease / surgical procedure / etc.) (MedDRA code)</td>
            <td>The MedDRA LLT coded on the <strong>Case Medical History</strong> record on the associated <em>Parent Information</em>.</td>
        </tr>
    
    
    
    
    
        <tr>
            <td>D.10.7.1.r.2 Start Date</td>
            <td>The date in the <strong>Start Date</strong> field on the <strong>Case Medical History</strong> record on the associated <em>Parent Information</em>.</td>
        </tr>
    
    
    
    
    
        <tr>
            <td>D.10.7.1.r.3 Continuing</td>
            <td>The value in the <strong>Continuing</strong> field on the <strong>Case Medical History</strong> record on the associated <em>Parent Information</em>.</td>
        </tr>
    
    
    
    
    
        <tr>
            <td>D.10.7.1.r.4 End Date</td>
            <td>The date in the <strong>End Date</strong> field on the <strong>Case Medical History</strong> record on the associated <em>Parent Information</em>.</td>
        </tr>
    
    
    
    
    
        <tr>
            <td>D.10.7.1.r.5 Comments</td>
            <td>The text in the <strong>Comments</strong> field on the <strong>Case Medical History</strong> record on the associated <em>Parent Information</em>, to a limit of 2,000 characters.</td>
        </tr>
    
    
    
    
    
    
    
        <tr>
            <td>D.10.7.2 Text for Relevant Medical History and Concurrent Conditions of Parent</td>
            <td>The text in the <strong>Medical History Text</strong> field on the associated <em>Parent Information</em>, to a limit of 10,000 characters.</td>
        </tr>
    
    
    
    
    
    
    
    
    
    
    
    
    
    </tbody>
</table>





<h4>D.10.8.r Relevant Past Drug History of Parent</h4>


<!----input common section introduction---->


<!----input ema section introduction---->



<table>
    <thead>
        <tr>
            <th>E2B Data Element Name</th>
            <th>Populated Value</th>
        </tr>
    </thead>
    <tbody>
    
    
    
        <tr>
            <td>D.10.8.r.1 Name of Drug as Reported</td>
            <td>The text in the <strong>Name Reported</strong> field on the <strong>Case Drug History</strong> record on the associated <em>Parent Information</em>.</td>
        </tr>
    
    
    
    
    
    
    
    
    
    
    
        <tr>
            <td>D.10.8.r.2a MPID Version Date/Number</td>
            <td>The <em>MPID Version</em> on the <em>Case Drug History</em> record on the associated <em>Parent Information</em>. When the value corresponds to a date, Vault converts it to <code>YYYYMMDD</code> format.</td>
        </tr>
    
    
    
    
    
    
    
        <tr>
            <td>D.10.8.r.2b Medicinal Product Identifier (MPID)</td>
            <td>The value in the <strong>MPID</strong> field on the <strong>Case Drug History</strong> record on the associated <em>Parent Information</em>.</td>
        </tr>
    
    
    
    
    
    
    
        <tr>
            <td>D.10.8.r.3a PhPID Version Date/Number</td>
            <td>The <em>PhPID Version</em> on the <em>Case Drug History</em> record on the associated <em>Parent Information</em>. When the value corresponds to a date, Vault converts it to <code>YYYYMMDD</code> format.</td>
        </tr>
    
    
    
    
    
        <tr>
            <td>D.10.8.r.3b Pharmaceutical Product Identifier (PhPID)</td>
            <td>The value in the <strong>PhPID</strong> field on the <strong>Case Drug History</strong> record on the associated <em>Parent Information</em>.</td>
        </tr>
    
    
    
    
    
        <tr>
            <td>D.10.8.r.4 Start Date</td>
            <td>The date in the <strong>Start Date</strong> field on the <strong>Case Drug History</strong> record on the associated <em>Parent Information</em>.</td>
        </tr>
    
    
    
    
    
        <tr>
            <td>D.10.8.r.5 End Date</td>
            <td>The date in the <strong>End Date</strong> field on the <strong>Case Drug History</strong> record on the associated <em>Parent Information</em>.</td>
        </tr>
    
    
    
    
    
        <tr>
            <td>D.10.8.r.6a MedDRA Version for Indication</td>
            <td>Populated with the active MedDRA dictionary on the Case, taken from the <strong>MedDRA Version</strong> field on the associated <em>Parent Information</em>.</td>
        </tr>
    
    
    
    
    
        <tr>
            <td>D.10.8.r.6b Indication (MedDRA code)</td>
            <td>The indication MedDRA LLT coded on the <strong>Case Drug History</strong> record on the associated <em>Parent Information</em>.</td>
        </tr>
    
    
    
    
    
        <tr>
            <td>D.10.8.r.7a MedDRA Version for Reaction</td>
            <td>Populated with the active MedDRA dictionary on the Case, taken from the <strong>MedDRA Version</strong> field on the associated <em>Parent Information</em>.</td>
        </tr>
    
    
    
    
    
        <tr>
            <td>D.10.8.r.7b Reactions (MedDRA code)</td>
            <td>Populated with the active MedDRA dictionary on the Case, taken from the <strong>MedDRA Version</strong> field on the associated <em>Parent Information</em>.</td>
        </tr>
    
    
    
    
    
    
    
    </tbody>
</table>





<h4>D.10.8.r.1 Relevant Past Drug History of Parent</h4>


<!----input common section introduction---->


<!----input ema section introduction---->



<table>
    <thead>
        <tr>
            <th>E2B Data Element Name</th>
            <th>Populated Value</th>
        </tr>
    </thead>
    <tbody>
    
    
    
        <tr>
            <td>D.10.8.r.1.EU.1 Name part - Invented name</td>
            <td>The value in the <strong>Invented Name Part</strong> field on the <strong>Case Drug History</strong> record on the associated <em>Parent Information</em>.</td>
        </tr>
    
    
    
    
    
        <tr>
            <td>D.10.8.r.1.EU.2  Name part - Scientific name</td>
            <td>The value in the <strong>Scientific Name Part</strong> field on the <strong>Case Drug History</strong> record on the associated <em>Parent Information</em>.</td>
        </tr>
    
    
    
    
    
        <tr>
            <td>D.10.8.r.1.EU.3  Name part - Trademark name</td>
            <td>The value in the <strong>Trademark Name Part</strong> field on the <strong>Case Drug History</strong> record on the associated <em>Parent Information</em>.</td>
        </tr>
    
    
    
    
    
        <tr>
            <td>D.10.8.r.1.EU.4 Name part - Strength name</td>
            <td>The value in the <strong>Strength Name Part</strong> field on the <strong>Case Drug History</strong> record on the associated <em>Parent Information</em>.</td>
        </tr>
    
    
    
    
    
        <tr>
            <td>D.10.8.r.1.EU.5 Name part - Form name</td>
            <td>The value in the <strong>Form Name Part</strong> field on the <strong>Case Drug History</strong> record on the associated <em>Parent Information</em>.</td>
        </tr>
    
    
    
    
    
        <tr>
            <td>D.10.8.r.1.EU.6 Name part - Container name</td>
            <td>The value in the <strong>Container Name Part</strong> field on the <strong>Case Drug History</strong> record on the associated <em>Parent Information</em>.</td>
        </tr>
    
    
    
    
    
        <tr>
            <td>D.10.8.r.1.EU.7 Name part - Device name</td>
            <td>The value in the <strong>Device Name Part</strong> field on the <strong>Case Drug History</strong> record on the associated <em>Parent Information</em>. Vault exports this value only if there is no <em>MPID</em> on the <em>Case Drug History</em>.</td>
        </tr>
    
    
    
    
    
        <tr>
            <td>D.10.8.r.1.EU.8 Name part - Intended use name</td>
            <td>The value in the <strong>Intended Use Name Part</strong> field on the <strong>Case Drug History</strong> record on the associated <em>Parent Information</em>.</td>
        </tr>
    
    
    
    </tbody>
</table>





<h4>D.10.8.r.EU Substance / Specified Substance Identifier and Strength</h4>


<!----input common section introduction---->


<!----input ema section introduction---->



<table>
    <thead>
        <tr>
            <th>E2B Data Element Name</th>
            <th>Populated Value</th>
        </tr>
    </thead>
    <tbody>
    
    
    
        <tr>
            <td>D.10.r.EU.r.1 Substance / Specified Substance Name</td>
            <td>The value in the <strong>Name (Reported)</strong> field on the Case Drug History Substance object on the associated <em>Parent Information</em>.</td>
        </tr>
    
    
    
    
    
        <tr>
            <td>D.10.8.r.EU.r.2a Substance/Specified Substance TermID Version Date/Number</td>
            <td>The value in the <strong>TermID Version</strong> field on the Case Drug History Substance object on the associated <em>Parent Information</em>.</td>
        </tr>
    
    
    
    
    
        <tr>
            <td>D.10.8.r.EU.r.2b Substance/Specified Substance TermID</td>
            <td>The value in the <strong>TermID</strong> field on the Case Drug History Substance object on the associated <em>Parent Information</em>.</td>
        </tr>
    
    
    
    
    
        <tr>
            <td>D.10.8.r.EU.r.3a Strength (number)</td>
            <td>The value in the <strong>Strength (Number)</strong> field on the Case Drug History Substance object on the associated <em>Parent Information</em>.</td>
        </tr>
    
    
    
    
    
        <tr>
            <td>D.10.8.r.EU.r.3b Strength (unit)</td>
            <td>The unit selected in the <strong>Strength (Unit)</strong> field on the Case Drug History Substance object on the associated <em>Parent Information</em>.</td>
        </tr>
    
    
    
    </tbody>
</table>







<h3>E.I Reaction/Event as Reported by the Primary Source</h3>


<!----input common section introduction---->


<!----input ema section introduction---->



<table>
    <thead>
        <tr>
            <th>E2B Data Element Name</th>
            <th>Populated Value</th>
        </tr>
    </thead>
    <tbody>
    
    
    
        <tr>
            <td>E.i.1.1a Reaction / Event as Reported by the Primary Source in Native Language</td>
            <td><p>Depending on your Vault's <a href="../740208/#rpt-lcl-event-in-ntv-lang"><em>Deferred Domestic Processing: Localized Event Reported in Native Language</em></a> setting, Vault exports the <strong>Event (Reported)</strong> field from either the global <em>Case Adverse Event</em> or the <em>Localized Case Adverse Event</em>.</p>
</td>
        </tr>
    
    
    
    
    
    
    
        <tr>
            <td>E.i.1.1b Reaction / Event as Reported by the Primary Source Language</td>
            <td><p>Depending on your Vault's <a href="../740208/#rpt-lcl-event-in-ntv-lang"><em>Deferred Domestic Processing: Localized Event Reported in Native Language</em></a> setting, Vault exports the <strong>Event (Reported) - Language</strong> field from either the global <em>Case Adverse Event</em> or the <em>Localized Case Adverse Event</em>.</p>
</td>
        </tr>
    
    
    
    
    
    
    
        <tr>
            <td>E.i.1.2 Reaction / Event as Reported by the Primary Source for Translation</td>
            <td>The text in the <strong>Event (Reported) - English</strong> (<code>event_reported_english__v</code>) field on the Case Adverse Event.</td>
        </tr>
    
    
    
    
    
    
    
    
    
        <tr>
            <td>E.i.2.1a MedDRA Version for Reaction / Event</td>
            <td>Populated with the active MedDRA dictionary on the Case, taken from the <strong>MedDRA Version</strong> field.</td>
        </tr>
    
    
    
    
    
        <tr>
            <td>E.i.2.1b Reaction / Event (MedDRA code)</td>
            <td>The <em>Event (LLT)</em> on the <em>Case Adverse Event</em>.</td>
        </tr>
    
    
    
    
    
        <tr>
            <td>E.i.3.1 Term Highlighted by the Reporter</td>
            <td>The value in the <strong>Highlighted Term</strong> field on the Case Adverse Event.</td>
        </tr>
    
    
    
    </tbody>
</table>





<h4>E.i.3.2 Seriousness Criteria at Event Level<a id="ei32"></a></h4>


<!----input common section introduction---->


<!----input ema section introduction---->



<table>
    <thead>
        <tr>
            <th>E2B Data Element Name</th>
            <th>Populated Value</th>
        </tr>
    </thead>
    <tbody>
    
    
    
        <tr>
            <td>E.i.3.2a Results in Death</td>
            <td>Set to True when <strong>Results in death</strong> is selected in the <strong>Seriousness</strong> field on the Case Adverse Event.</td>
        </tr>
    
    
    
    
    
        <tr>
            <td>E.i.3.2b Life Threatening</td>
            <td>Set to True when <strong>Life threatening</strong> is selected in the <strong>Seriousness</strong> field on the Case Adverse Event.</td>
        </tr>
    
    
    
    
    
        <tr>
            <td>E.i.3.2c Caused / Prolonged Hospitalisation</td>
            <td>Set to True when <strong>Caused / prolonged hospitalisation</strong> is selected in the <strong>Seriousness</strong> field on the Case Adverse Event.</td>
        </tr>
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        <tr>
            <td>E.i.3.2d Disabling / Incapacitating</td>
            <td>Set to True when <strong>Disabling / incapacitating</strong> is selected in the <strong>Seriousness</strong> field on the Case Adverse Event.</td>
        </tr>
    
    
    
    
    
        <tr>
            <td>E.i.3.2e Congenital Anomaly / Birth Defect</td>
            <td>Set to True when <strong>Congenital anomaly / birth defect</strong> is selected in the <strong>Seriousness</strong> field on the Case Adverse Event.</td>
        </tr>
    
    
    
    
    
        <tr>
            <td>E.i.3.2f Other Medically Important Condition</td>
            <td>Set to True when <strong>Other medically important condition</strong> or <strong>Required Intervention to Prevent Permanent Impairment/Damage (Devices)</strong> is selected in the <strong>Seriousness</strong> field on the Case Adverse Event.</td>
        </tr>
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        <tr>
            <td>E.i.4 Date of Start of Reaction / Event</td>
            <td>The date in the <strong>Onset</strong> field on the Case Adverse Event.</td>
        </tr>
    
    
    
    
    
    
    
        <tr>
            <td>E.i.5 Date of End of Reaction / Event</td>
            <td>The date in the <strong>Resolved</strong> field on the Case Adverse Event.</td>
        </tr>
    
    
    
    
    
    
    
        <tr>
            <td>E.i.6a Duration of Reaction / Event (number)</td>
            <td>The value in the <strong>Duration</strong> field on the Case Adverse Event.</td>
        </tr>
    
    
    
    
    
        <tr>
            <td>E.i.6b Duration of Reaction / Event (unit)</td>
            <td>The unit in the <strong>Duration (unit)</strong> field on the Case Adverse Event.</td>
        </tr>
    
    
    
    
    
        <tr>
            <td>E.i.7 Outcome of Reaction / Event at the Time of Last Observation</td>
            <td><p>The value in the <strong>Outcome</strong> field on the Case Adverse Event.</p>
  <p>You must select a Vault E2B code value for this section.</p> 
  <p>See the following table for the E2B code values and their corresponding E2B(R3) Code values.</p>
        <table>
            <thead>
                <tr>
                    <th>Vault E2B Code</th>
                    <th>E2B(R3) Code</th>
                </tr>
            </thead>
            <tbody>
                <tr>
                    <td><code>1</code> - Recovered/Resolved</td>
                    <td><code>1</code> - Recovered/Resolved</td>
                </tr>
                <tr>
                    <td><code>2</code> - Recovering/Resolving</td>
                    <td><code>2</code> - Recovering/Resolving</td>
                </tr>
                <tr>
                    <td><code>3</code> - Not Recovered/Not Resolved/Ongoing</td>
                    <td><code>3</code> - Not Recovered/Not Resolved.Ongoing</td>
                </tr>
                <tr>
                    <td><code>4</code> - Recovered/Resolved with Sequelae</td>
                    <td><code>4</code> - Recovered/Resolved with Sequelae</td>
                </tr>
                <tr>
                    <td><code>5</code> - Fatal</td>
                    <td><code>5</code> - Fatal</td>
                </tr>
                <tr>
                    <td><code>0</code> - Unknown</td>
                    <td><code>0</code> - Unknown</td>
                </tr>
            </tbody>
        </table>
</td>
        </tr>
    
    
    
    
    
        <tr>
            <td>E.i.8 Medical Confirmation by Healthcare Professional</td>
            <td>Populated based on the value in the <strong>HCP Confirmed</strong> field on the Case Adverse Event. This field is only transmitted when the <strong>Qualification</strong> field on the primary (Rank 1) Reporter-type Case Contact does not designate a health professional. That is, the Qualification Controlled Vocabulary does not correspond to E2B codes <code>1</code>, <code>2</code>, or <code>3</code>.</td>
        </tr>
    
    
    
    
    
        <tr>
            <td>E.i.9 Identification of the Country Where the Reaction / Event Occurred</td>
            <td>The value in the <strong>Event Country</strong> field on the Case Adverse Event.</td>
        </tr>
    
    
    
    </tbody>
</table>





<h3>F.r Results of Tests and Procedures Relevant to the Investigation of the Patient</h3>


<!----input common section introduction---->


<!----input ema section introduction---->



<table>
    <thead>
        <tr>
            <th>E2B Data Element Name</th>
            <th>Populated Value</th>
        </tr>
    </thead>
    <tbody>
    
    
    
        <tr>
            <td>F.r.1 Test Date</td>
            <td>The date or the <em>Reason Omitted</em> value in the <em>Test Date</em> field on the <em>Case Test Result</em>.</td>
        </tr>
    
    
    
    
    
        <tr>
            <td>F.r.2.1 Test Name (free text)</td>
            <td>The value in the <strong>Test Name (Reported)</strong> field on the Case Test Result.</td>
        </tr>
    
    
    
    
    
    
    
        <tr>
            <td>F.r.2.2a MedDRA Version for Test Name</td>
            <td>Populated with the active MedDRA dictionary on the Case, taken from the <strong>MedDRA Version</strong> field.</td>
        </tr>
    
    
    
    
    
        <tr>
            <td>F.r.2.2b Test Name (MedDRA code)</td>
            <td>The MedDRA LLT coded on the Case Test Result.</td>
        </tr>
    
    
    
    
    
        <tr>
            <td>F.r.3.1 Test Result (code)</td>
            <td>The value in the <strong>Result (code)</strong> field on the Case Test Result.</td>
        </tr>
    
    
    
    
    
        <tr>
            <td>F.r.3.2 Test Result (value / qualifier)</td>
            <td>The values in the <strong>Test Result (Qualifier)</strong> and <strong>(Number)</strong> fields on the Case Test Result. In accordance with ICH guidelines, this element is not populated if the Test Result (code) (F.r.3.1) is provided. <div class="note-border alert-info"> <div class="alert alert-info" role="alert"> <div><i class="far fa-info-circle"></i></div> <div class="alert-text"> <strong>Note</strong> When the <strong>Test Result (Number)</strong> field is populated but the <strong>Test Result (Unit)</strong> field is blank, if there is a value in the <strong>Result (Unit) Text</strong> field, this element is not populated. Instead, the <strong>Test Result (Number)</strong> and <strong>Result (Unit) Text</strong> fields are mapped to F.r.3.4. </div> </div> </div></td>
        </tr>
    
    
    
    
    
    
    
        <tr>
            <td>F.r.3.3 Test Result (unit)</td>
            <td>The unit in the <strong>Result (Unit)</strong> field on the Case Test Result. In accordance with ICH guidelines, this element is not populated if the Test Result (code) (F.r.3.1) is provided.</td>
        </tr>
    
    
    
    
    
    
    
        <tr>
            <td>F.r.3.4 Result Unstructured Data (free text)</td>
            <td>The value in the <strong>Result (Text)</strong> field on the Case Test Result. In accordance with ICH guidelines, Vault adheres to the following rules when mapping this field: <ul>
    <li>This field allows numeric values only and is not mapped if the value entered contains non-numeric characters.</li>
    <li>This field is not populated if the Test Result (code) (F.r.3.1) or F.r.3.2 Test Result (value / qualifier) is provided.</li>
</ul> <div class="note-border alert-info">
  <div class="alert alert-info" role="alert">
    <div><i class="far fa-info-circle"></i></div>
    <div class="alert-text">
      <strong>Note</strong> When the <strong>Test Result (Number)</strong> field is populated but the <strong>Test Result (Unit)</strong> field is blank, if there is a value in the <strong>Result (Unit) Text</strong> field, the number and unit text are populated in this element.
    </div>
  </div>
</div>
</td>
        </tr>
    
    
    
    
    
    
    
    
    
    
    
        <tr>
            <td>F.r.4 Normal Low Value</td>
            <td>The unit and value in the <strong>Normal Low Value</strong> field on the Case Test Result.<br> If the result does not have a unit, Vault will map any text entered instead.</td>
        </tr>
    
    
    
    
    
        <tr>
            <td>F.r.5 Normal High Value</td>
            <td>The unit and value in the <strong>Normal High Value</strong> field on the Case Test Result.<br> If the result does not have a unit, Vault will map any text entered instead.</td>
        </tr>
    
    
    
    
    
        <tr>
            <td>F.r.6 Comments (free text)</td>
            <td>The value in the <strong>Comments</strong> field on the Case Test Result.</td>
        </tr>
    
    
    
    
    
    
    
        <tr>
            <td>F.r.7 More Information Available</td>
            <td>The value in the <strong>More Information Available</strong> field on the Case Test Result.</td>
        </tr>
    
    
    
    </tbody>
</table>





<h3>G.k Drug(s) Information</h3>


<!----input common section introduction---->


<!----input ema section introduction---->



<table>
    <thead>
        <tr>
            <th>E2B Data Element Name</th>
            <th>Populated Value</th>
        </tr>
    </thead>
    <tbody>
    
    
    
        <tr>
            <td>G.k.1 Characterisation of Drug Role</td>
            <td>The <em>Drug Role</em> on the <em>Case Product</em>.</td>
        </tr>
    
    
    
    
    
    
    
    
    
    
    
    
    
        <tr>
            <td>G.k.2.4 Identification of the Country Where the Drug Was Obtained</td>
            <td>The value in the <strong>Country Obtained</strong> field on the <strong>Case Product</strong> record.</td>
        </tr>
    
    
    
    
    
        <tr>
            <td>G.k.2.5 Investigational Product Blinded</td>
            <td>The value in the <strong>Blinded</strong> field on the <strong>Case Product</strong> record.</td>
        </tr>
    
    
    
    
    
        <tr>
            <td>G.k.5a Cumulative Dose to First Reaction (number)</td>
            <td>The value in the <strong>Cumulative Dose</strong> field on the <strong>Case Product</strong> record.</td>
        </tr>
    
    
    
    
    
    
    
        <tr>
            <td>G.k.5b Cumulative Dose to First Reaction (unit)</td>
            <td>The unit in the <strong>Cumulative Dose (unit)</strong> field on the <strong>Case Product</strong> record.</td>
        </tr>
    
    
    
    
    
    
    
    
    
        <tr>
            <td>G.k.6a Gestation Period at Time of Exposure (number)</td>
            <td>The value in the <strong>Gestation Exposure</strong> field on the <strong>Case Product</strong> record.</td>
        </tr>
    
    
    
    
    
        <tr>
            <td>G.k.6b Gestation Period at Time of Exposure (unit)</td>
            <td>The unit in the <strong>Gestation Exposure (unit)</strong> field on the <strong>Case Product</strong> record.</td>
        </tr>
    
    
    
    
    
        <tr>
            <td>G.k.8 Action(s) Taken with Drug</td>
            <td><p>The value in the <strong>Action Taken</strong> field on the <strong>Case Product</strong> record.</p> <p>You must select a Vault E2B code value for this section.</p>  <p>See the following table for the E2B code values and their corresponding E2B(R3) Code values.</p>
    <table>
       <thead>
              <tr>
                  <th>Vault E2B Code</th>
                  <th>E2B(R3) Code</th>
              </tr>
          </thead>
          <tbody>
              <tr>
                  <td><code>1</code> - Drug Withdrawn</td>
                  <td><code>1</code> - Drug Withdrawn</td>
              </tr>
              <tr>
                  <td><code>2</code> - Dose Reduced</td>
                  <td><code>2</code> - Dose Reduced</td>
              </tr>
              <tr>
                  <td><code>3</code> - Dose Increased</td>
                  <td><code>3</code> - Dose Increased</td>
              </tr>
              <tr>
                  <td><code>4</code> - Dose Not Changed</td>
                  <td><code>4</code> - Dose Not Changed</td>
              </tr>
              <tr>
                  <td><code>0</code> - Unknown</td>
                  <td><code>0</code> - Unknown</td>
              </tr>
              <tr>
                  <td><code>9</code> - Not Applicable</td>
                  <td><code>9</code> - Not Applicable</td>
              </tr>
          </tbody>
      </table>
</td>
        </tr>
    
    
    
    
    
        <tr>
            <td>G.k.10.r Additional Information on Drug (coded)</td>
            <td>The value in the <strong>Additional Information</strong> field on the <strong>Case Product</strong> record.</td>
        </tr>
    
    
    
    
    
    
    
    
    
    
    
        <tr>
            <td>G.k.11 Additional Information on Drug (free text)</td>
            <td>The value in the <strong>Additional Information (text)</strong> field on the <strong>Case Product</strong> record.</td>
        </tr>
    
    
    
    
    
    </tbody>
</table>







<h4>G.k.2 Drug Identification<a id="gk2-drug"></a></h4>


<!----input common section introduction---->


<!----input ema section introduction---->



<table>
    <thead>
        <tr>
            <th>E2B Data Element Name</th>
            <th>Populated Value</th>
        </tr>
    </thead>
    <tbody>
    
    
    
        <tr>
            <td>G.k.2.1.1a MPID Version Date / Number</td>
            <td>The <em>MPID Version</em> on the <em>Case Product</em>. When the value corresponds to a date, Vault converts it to <code>YYYYMMDD</code> format.</td>
        </tr>
    
    
    
    
    
    
    
        <tr>
            <td>G.k.2.1.1b Medicinal Product Identifier (MPID)</td>
            <td>The value entered in the <strong>MPID</strong> field on the <strong>Case Product</strong> record.</td>
        </tr>
    
    
    
    
    
    
    
    
    
    
    
        <tr>
            <td>G.k.2.1.2a PhPID Version Date/Number</td>
            <td>The <em>PhPID Version</em> on the <em>Case Product</em>. When the value corresponds to a date, Vault converts it to <code>YYYYMMDD</code> format.</td>
        </tr>
    
    
    
    
    
        <tr>
            <td>G.k.2.1.2b Pharmaceutical Product Identifier (PhPID)</td>
            <td>The value in the <strong>PhPID</strong> field on the <strong>Case Product</strong> record.</td>
        </tr>
    
    
    
    
    
        <tr>
            <td>G.k.2.2 Medicinal Product Name as Reported by the Primary Source</td>
            <td>The value in the <em>Product (Reported)</em> field on the <em>Case Product</em> record.</td>
        </tr>
    
    
    
    
    
    
    
    
    
    
    
        <tr>
            <td>G.k.2.2.EU.9.r.1 Device Component Name</td>
            <td>The value in the <strong>Product (Coded)</strong> field on the <strong>Case Product</strong> record for a device constituent in a Combination Product.</td>
        </tr>
    
    
    
    
    
        <tr>
            <td>G.k.2.2.EU.9.r.4 Device Batch Lot Number</td>
            <td>The value in the <strong>Lot Number</strong> field on the <strong>Case Product</strong> record for a device constituent in a Combination Product.</td>
        </tr>
    
    
    
    </tbody>
</table>





<h4>G.k.2.2 Medicinal Product Name as Reported by the Primary Source</h4>


<!----input common section introduction---->


<!----input ema section introduction---->



<table>
    <thead>
        <tr>
            <th>E2B Data Element Name</th>
            <th>Populated Value</th>
        </tr>
    </thead>
    <tbody>
    
    
    
        <tr>
            <td>G.k.2.2.EU.1 Name part - Invented name</td>
            <td>The value in the <strong>Invented Name Part</strong> field on the <strong>Case Product</strong> record.</td>
        </tr>
    
    
    
    
    
        <tr>
            <td>G.k.2.2.EU.2 Name part - Scientific name</td>
            <td>The value in the <strong>Scientific Name Part</strong> field on the <strong>Case Product</strong> record.</td>
        </tr>
    
    
    
    
    
        <tr>
            <td>G.k.2.2.EU.3 Name part - Trademark name</td>
            <td>The value in the <strong>Trademark Name Part</strong> field on the <strong>Case Product</strong> record.</td>
        </tr>
    
    
    
    
    
        <tr>
            <td>G.k.2.2.EU.4 Name part - Strength name</td>
            <td>The value in the <strong>Strength Name Part</strong> field on the <strong>Case Product</strong> record.</td>
        </tr>
    
    
    
    
    
        <tr>
            <td>G.k.2.2.EU.5 Name part - Form name</td>
            <td>The value in the <strong>Form Name Part</strong> field on the <strong>Case Product</strong> record.</td>
        </tr>
    
    
    
    
    
        <tr>
            <td>G.k.2.2.EU.6 Name part - Container name</td>
            <td>The value in the <strong>Container Name Part</strong> field on the <strong>Case Product</strong> record.</td>
        </tr>
    
    
    
    
    
        <tr>
            <td>G.k.2.2.EU.7 Name part - Device name</td>
            <td>The value in the <strong>Device Name Part</strong> field on the <strong>Case Product</strong> record.</td>
        </tr>
    
    
    
    
    
        <tr>
            <td>G.k.2.2.EU.8 Name part - Intended use name</td>
            <td>The value in the <strong>Intended Use Name</strong> field on the <strong>Case Product</strong> record.</td>
        </tr>
    
    
    
    </tbody>
</table>





<h4>G.k.2.3.r Substance / Specified Substance Identifier and Strength<a id="gkr-substance"></a></h4>


<!----input common section introduction---->


<!----input ema section introduction---->



<table>
    <thead>
        <tr>
            <th>E2B Data Element Name</th>
            <th>Populated Value</th>
        </tr>
    </thead>
    <tbody>
    
    
    
        <tr>
            <td>G.k.2.3.r.1 Substance / Specified Substance Name</td>
            <td>The <em>Name (Reported)</em> on the <em>Case Product Substance</em>.</td>
        </tr>
    
    
    
    
    
    
    
    
    
    
    
        <tr>
            <td>G.k.2.3.r.2a Substance / Specified Substance TermID Version Date/Number</td>
            <td>The <em>TermID Version</em> on the <em>Case Product Substance</em>. When the value corresponds to a date, Vault converts it to <code>YYYYMMDD</code> format. Vault exports this value only if there is no <em>MPID Version</em> on the <em>Case Product</em>.</td>
        </tr>
    
    
    
    
    
    
    
    
    
    
    
        <tr>
            <td>G.k.2.3.r.2b Substance / Specified Substance TermID</td>
            <td>The <em>TermID</em> on the <em>Case Product Substance</em>. Vault exports this value only if there is no <em>MPID</em> on the <em>Case Product</em>.</td>
        </tr>
    
    
    
    
    
    
    
        <tr>
            <td>G.k.2.3.r.3a Strength (number)</td>
            <td>The <em>Strength (Number)</em> on the <em>Case Product Substance</em>.</td>
        </tr>
    
    
    
    
    
    
    
        <tr>
            <td>G.k.2.3.r.3b Strength (unit)</td>
            <td>The <em>Strength (Unit)</em> field on the <em>Case Product Substance</em>.</td>
        </tr>
    
    
    
    
    
    
    
    </tbody>
</table>





<h4>G.k.3 Holder and Authorisation / Application Number of Drug</h4>


<!----input common section introduction---->


<!----input ema section introduction---->



<table>
    <thead>
        <tr>
            <th>E2B Data Element Name</th>
            <th>Populated Value</th>
        </tr>
    </thead>
    <tbody>
    
    
    
        <tr>
            <td>G.k.3.1 Authorisation / Application Number</td>
            <td><p>If the Registration Country is within the jurisdiction of the agency or is blank, this is populated with the information entered in the <strong>Registration Number</strong> field on the <strong>Case Product</strong> record.</p> <p>If the Registration Country is not in the jurisdiction of the agency, this data element is blank.</p>
</td>
        </tr>
    
    
    
    
    
    
    
        <tr>
            <td>G.k.3.2 Country of Authorisation / Application</td>
            <td><p>If the Registration Country is within the jurisdiction of the agency, this is populated with the 2-letter country code for the country selected in the <strong>Registration Country</strong> field on the <strong>Case Product</strong> record.</p> <p>If the Registration Country is not in the jurisdiction of the agency or is blank, this data element is blank.</p>
</td>
        </tr>
    
    
    
    
    
    
    
        <tr>
            <td>G.k.3.3 Name of Holder / Applicant</td>
            <td><p>If the Registration Country is within the jurisdiction of the agency or is blank, this is populated with the information entered in the <strong>Registration Holder/Applicant</strong> field on the <strong>Case Product</strong> record.</p> <p>If the Registration Country is not in the jurisdiction of the agency, this data element is blank.</p>
</td>
        </tr>
    
    
    
    
    
    </tbody>
</table>





<h4>G.k.4.r Dosage and Relevant Information</h4>


<!----input common section introduction---->


<!----input ema section introduction---->



<table>
    <thead>
        <tr>
            <th>E2B Data Element Name</th>
            <th>Populated Value</th>
        </tr>
    </thead>
    <tbody>
    
    
    
        <tr>
            <td>G.k.4.r.1a Dose (number)</td>
            <td>The value in the <strong>Dose (number)</strong> field on the Case Product Dosage.</td>
        </tr>
    
    
    
    
    
    
    
        <tr>
            <td>G.k.4.r.1b Dose (unit)</td>
            <td>The unit in the <strong>Dose (unit)</strong> field on the Case Product Dosage.</td>
        </tr>
    
    
    
    
    
    
    
    
    
        <tr>
            <td>G.k.4.r.2 Number of Units in the Interval</td>
            <td>The value in the <strong>Frequency (number)</strong> field on the Case Product Dosage.</td>
        </tr>
    
    
    
    
    
        <tr>
            <td>G.k.4.r.3 Definition of the Time Interval Unit</td>
            <td>The unit in the <strong>Frequency (unit)</strong> field on the Case Product Dosage.</td>
        </tr>
    
    
    
    
    
        <tr>
            <td>G.k.4.r.4 Date and Time of Start of Drug</td>
            <td>The <em>First Admin Date</em> field on the <em>Case Product Dosage</em>.</td>
        </tr>
    
    
    
    
    
    
    
        <tr>
            <td>G.k.4.r.5 Date and Time of Last Administration</td>
            <td>The <em>Last Admin Date</em> field on the <em>Case Product Dosage</em>.</td>
        </tr>
    
    
    
    
    
    
    
        <tr>
            <td>G.k.4.r.6a Duration of Drug Administration (number)</td>
            <td>The <em>Duration (number)</em> on the <em>Case Product Dosage</em>.</td>
        </tr>
    
    
    
    
    
    
    
    
    
        <tr>
            <td>G.k.4.r.6b Duration of Drug Administration (unit)</td>
            <td>The unit in the <strong>Duration (unit)</strong> field on the Case Product Dosage.</td>
        </tr>
    
    
    
    
    
    
    
    
    
        <tr>
            <td>G.k.4.r.7 Batch / Lot Number</td>
            <td>The value in the <strong>Batch/Lot Number</strong> field on the Case Product Dosage. <p>This element is transmitted with nullFlavors when the following Reason Omitted values are set:
  <ul>
    <li>Blank or Unknown: <code>UNK</code></li>
    <li>Masked: <code>MSK</code></li>
    <li>Asked But Unknown: <code>ASKU</code></li>
  </ul>
</p>
</td>
        </tr>
    
    
    
    
    
    
    
    
    
    
    
        <tr>
            <td>G.k.4.r.8 Dosage Text</td>
            <td><p>The <em>Dosage Text</em> on the <em>Case Product Dosage</em>. When the <em>Dose (Unit)</em> is a custom value, Vault maps the <em>Dose</em> and <em>Dose (Unit)</em> values to this element preceded by the label <code>DOSAGE:</code>.</p> <p>For <em>Localized Case</em> submissions to <em>Localizations</em> with a blank <em>Localization Scope</em>, Vault exports this data element only if the <em>Localized Case Product Dosage</em> includes either:</p>
  <ul>
        <li>A <em>Dosage Text</em> value</li>
        <li>A different <em>Dose (Unit)</em> than exists on the global <em>Case</em></li>
  </ul>
</td>
        </tr>
    
    
    
    
    
    
    
    
    
    
    
    
    
        <tr>
            <td>G.k.4.r.9.1 Pharmaceutical Dose Form (free text)</td>
            <td>If the <em>Dose Form Text</em> on the <em>Case Product Dosage</em> maps to a current EDQM term, Vault exports the <em>EDQM Name</em> on the <em>EDQM</em> record. If the value does not map to a current EDQM term, Vault exports the <em>Name</em> on the <em>Case Product Dosage</em>.</td>
        </tr>
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        <tr>
            <td>G.k.4.r.9.2a Pharmaceutical Dose Form TermID Version Date/Number</td>
            <td>If the <em>Dose Form TermID Version</em> on the <em>Case Product Dosage</em> maps to an EDQM term, Vault exports an <em>EDQM Version</em> from an <em>EDQM</em> record using the following priority order: <ol> <li>A current EDQM term</li> <li>The most recent, non-current EDQM term</li> </ol>
</td>
        </tr>
    
    
    
    
    
    
    
    
    
    
    
    
    
        <tr>
            <td>G.k.4.r.9.2b Pharmaceutical Dose Form TermID</td>
            <td>If the <em>Dose Form TermID</em> on the <em>Case Product Dosage</em> maps to an EDQM term, Vault exports an <em>EDQM Code</em> from an <em>EDQM</em> record using the following priority order: <ol> <li>A current EDQM term</li> <li>The most recent, non-current EDQM term</li> </ol>
</td>
        </tr>
    
    
    
    
    
    
    
    
    
    
    
        <tr>
            <td>G.k.4.r.10.1 Route of Administration</td>
            <td>If the <em>Patient RoA</em> on the <em>Case Product Dosage</em> maps to a current EDQM term, Vault exports the <em>EDQM Name</em> on the <em>EDQM</em> record. If the field value does not map to a current EDQM term, Vault exports the <em>Name</em> on the <em>Case Product Dosage</em>.</td>
        </tr>
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        <tr>
            <td>G.k.4.r.10.2a Route of Administration TermID Version Date / Number</td>
            <td>If the <em>Patient RoA TermID Version</em> on the <em>Case Product Dosage</em> maps to an EDQM term, Vault exports an <em>EDQM Version</em> from an <em>EDQM</em> record using the following priority order: <ol> <li>A current EDQM term</li> <li>The most recent, non-current EDQM term</li> </ol>
</td>
        </tr>
    
    
    
    
    
    
    
    
    
    
    
    
    
        <tr>
            <td>G.k.4.r.10.2b Route of Administration TermID</td>
            <td>If the <em>Patient RoA TermID</em> on the <em>Case Product Dosage</em> maps to an EDQM term, Vault exports an <em>EDQM Code</em> from an <em>EDQM</em> record using the following priority order: <ol> <li>A current EDQM term</li> <li>The most recent, non-current EDQM term</li> </ol>
</td>
        </tr>
    
    
    
    
    
    
    
    
    
    
    
    
    
        <tr>
            <td>G.k.4.r.11.1 Parent Route of Administration (free text)</td>
            <td>If the <em>Parent RoA</em> on the <em>Case Product Dosage</em> maps to a current EDQM term, Vault exports the <em>EDQM Name</em> on the <em>EDQM</em> record. If the field value does not map to a current EDQM term, Vault exports the <em>Name</em> on the <em>Case Product Dosage</em>.</td>
        </tr>
    
    
    
    
    
    
    
    
    
    
    
    
    
        <tr>
            <td>G.k.4.r.11.2a Parent Route of Administration TermID Version Date / Number</td>
            <td>If the <em>Parent RoA TermID Version</em> on the <em>Case Product Dosage</em> maps to an EDQM term, Vault maps an <em>EDQM Version</em> from an <em>EDQM</em> record using the following priority order: <ol> <li>A current EDQM term</li> <li>The most recent, non-current EDQM term</li> </ol>
</td>
        </tr>
    
    
    
    
    
    
    
    
    
    
    
    
    
        <tr>
            <td>G.k.4.r.11.2b Parent Route of Administration TermID</td>
            <td>If the <em>Parent RoA TermID</em> on the <em>Case Product Dosage</em> maps to an EDQM term, Vault exports an <em>EDQM Code</em> from an <em>EDQM</em> record using the following priority order: <ol> <li>A current EDQM term</li> <li>The most recent, non-current EDQM term</li> </ol>
</td>
        </tr>
    
    
    
    
    
    
    
    
    
    
    
    
    
    </tbody>
</table>





<h4>G.k.7.r Indication for Use in Case</h4>


<!----input common section introduction---->


<!----input ema section introduction---->



<table>
    <thead>
        <tr>
            <th>E2B Data Element Name</th>
            <th>Populated Value</th>
        </tr>
    </thead>
    <tbody>
    
    
    
        <tr>
            <td>G.k.7.r.1 Indication as Reported by the Primary Source</td>
            <td>The text from the <strong>Name (Reported)</strong> field on the Case Product Indication.</td>
        </tr>
    
    
    
    
    
    
    
        <tr>
            <td>G.k.7.r.2a MedDRA Version for Indication</td>
            <td>Populated with the active MedDRA dictionary on the Case, taken from the <strong>MedDRA Version</strong> field.</td>
        </tr>
    
    
    
    
    
        <tr>
            <td>G.k.7.r.2b Indication (MedDRA code)</td>
            <td>The MedDRA LLT coded on the Case Product Indication.</td>
        </tr>
    
    
    
    </tbody>
</table>





<h4>G.k.9.i Drug-reaction(s) / Event(s) Matrix</h4>


<!----input common section introduction---->

<div><p>Vault does not export this section for <a href="../740208/#device-contituent-case-assessments">device constituent assessments</a>.</p>
</div>


<!----input ema section introduction---->



<table>
    <thead>
        <tr>
            <th>E2B Data Element Name</th>
            <th>Populated Value</th>
        </tr>
    </thead>
    <tbody>
    
    
    
        <tr>
            <td>G.k.9.i.1 Reaction(s) / Event(s) Assessed</td>
            <td>The specific reaction or event being assessed, referenced in the <strong>Case Adverse Event</strong> field on the Case Assessment. This is not a user-entered element.</td>
        </tr>
    
    
    
    
    
        <tr>
            <td>G.k.9.i.3.1a Time Interval between Beginning of Drug Administration and Start of Reaction / Event (number)</td>
            <td>The <em>First Dose Latency (number)</em> on the <em>Case Assessment</em>.</td>
        </tr>
    
    
    
    
    
    
    
        <tr>
            <td>G.k.9.i.3.1b Time Interval between Beginning of Drug Administration and Start of Reaction / Event (unit)</td>
            <td>The unit in the <strong>First Dose Latency (unit)</strong> field on the Case Assessment.</td>
        </tr>
    
    
    
    
    
        <tr>
            <td>G.k.9.i.3.2a Time Interval between Last Dose of Drug and Start of Reaction / Event (number)</td>
            <td>The <em>Last Dose Latency (number)</em> on the <em>Case Assessment</em>.</td>
        </tr>
    
    
    
    
    
    
    
        <tr>
            <td>G.k.9.i.3.2b Time Interval between Last Dose of Drug and Start of Reaction / Event (unit)</td>
            <td>The unit in the <strong>Last Dose Latency (unit)</strong> field on the Case Assessment.</td>
        </tr>
    
    
    
    
    
        <tr>
            <td>G.k.9.i.4 Did Reaction Recur on Re-administration?</td>
            <td>The appropriate value is populated, based on the value in the <strong>Reaction Recurrence</strong> field on the Case Assessment: 
    <ul>
        <li><code>1</code>: yes - yes (rechallenge was done, reaction recurred)</li>
        <li><code>2</code>: yes - no (rechallenge was done, reaction did not recur)</li>
        <li><code>3</code>: yes - unk (rechallenge was done, outcome unknown)</li>
        <li><code>4</code>: no - n/a (no rechallenge was done, recurrence is not applicable)</li>
    </ul>
</td>
        </tr>
    
    
    
    </tbody>
</table>





<h4>G.k.9.i.2.r Assessment of Relatedness of Drug to Reaction(s) / Event(s)</h4>


<!----input common section introduction---->

<div><p>Vault does not export this section for <a href="../740208/#device-contituent-case-assessments">device constituent assessments</a>.</p>
</div>


<!----input ema section introduction---->



<table>
    <thead>
        <tr>
            <th>E2B Data Element Name</th>
            <th>Populated Value</th>
        </tr>
    </thead>
    <tbody>
    
    
    
        <tr>
            <td>G.k.9.i.2.r.1.EU.1 EU Source of Assessment</td>
            <td>Vault maps a value based on a <em>Case Assessment Result</em> field, using the following priority: <ol>
    <li>The E2B code corresponding to the <em>Source Type</em> controlled vocabulary</li>
    <li>The <em>Source (text)</em></li>
</ol>
</td>
        </tr>
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        <tr>
            <td>G.k.9.i.2.r.2.EU.1 EU Method of Assessment</td>
            <td>If the <em>Method of Assessment</em> on the <em>Case Assessment Result</em> references a <em>Controlled Vocabulary</em> with the picklist value <em>EU Method of Assessment</em>, Vault exports the corresponding E2B code. Otherwise, Vault maps the value in the <em>Method (text)</em> field.</td>
        </tr>
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        <tr>
            <td>G.k.9.i.2.r.3.EU.1 EU Result of Assessment</td>
            <td>Vault maps a value based on a <em>Case Assessment Result</em> field, using the following priority:
    <ol>
        <li>The E2B code corresponding to the <em>Assessment Result (Override)</em> controlled vocabulary. If no E2B code is specified, Vault exports the record <em>Name</em> of the <em>Assessment Result (Override)</em> controlled vocabulary.
            <br><div class="note-border alert-info">
            <div class="alert alert-info" role="alert">
              <div><i class="far fa-info-circle"></i></div>
              <div class="alert-text">
                <strong>Note</strong>: An Admin must add the <em>Assessment Result (Override)</em> field to the layout and Veeva Support must enable this usage in your Vault.
              </div>
            </div>
          </div>
        </li>
        <li>If the <em>Assessment Result (Override)</em> is not available, Vault attempts to map the E2B code corresponding to the <em>Assessment Result</em> controlled vocabulary. If no E2B code is specified, Vault exports the record <em>Name</em> of the <em>Case Assessment Result</em> controlled vocabulary.</li>
        <li>If none of the above are available, Vault maps the <em>Result (text)</em>.</li>
    </ol>
</td>
        </tr>
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    </tbody>
</table>













<h3>H Narrative Case Summary and Further Information</h3>


<!----input common section introduction---->


<!----input ema section introduction---->



<table>
    <thead>
        <tr>
            <th>E2B Data Element Name</th>
            <th>Populated Value</th>
        </tr>
    </thead>
    <tbody>
    
    
    
        <tr>
            <td>H.1 Case Narrative Including Clinical Course, Therapeutic Measures, Outcome and Additional Relevant Information</td>
            <td>The text from the <em>Narrative</em> on the <em>Case</em>, to a limit of 100,000 characters.</td>
        </tr>
    
    
    
    
    
    
    
    
    
        <tr>
            <td>H.2 Reporter's Comments</td>
            <td>The <em>Reporter's Comments</em> on the <em>Case</em>, to a limit of 20,000 characters.</td>
        </tr>
    
    
    
    
    
    
    
    
    
        <tr>
            <td>H.4 Sender's Comments</td>
            <td>The value in the <strong>Company Comments</strong> field on the Case, to a limit of 20,000 characters. <p>For Domestic Cases with Localization Scope set to Company Comments or blank, the Localized Company Comments are populated to this element.</p>
</td>
        </tr>
    
    
    
    
    
    </tbody>
</table>





<h4>H.3.r Sender's Diagnosis</h4>


<!----input common section introduction---->


<!----input ema section introduction---->



<table>
    <thead>
        <tr>
            <th>E2B Data Element Name</th>
            <th>Populated Value</th>
        </tr>
    </thead>
    <tbody>
    
    
    
        <tr>
            <td>H.3.r.1a MedDRA Version for Sender's Diagnosis / Syndrome and / or Reclassification of Reaction / Event</td>
            <td>Populated with the active MedDRA dictionary on the Case, taken from the <strong>MedDRA Version</strong> field.</td>
        </tr>
    
    
    
    
    
        <tr>
            <td>H.3.r.1b Sender's Diagnosis / Syndrome and / or Reclassification of Reaction / Event (MedDRA code)</td>
            <td>The MedDRA LLT coded on the Case Diagnosis.</td>
        </tr>
    
    
    
    </tbody>
</table>





<h4>H.5.r Case Summary and Reporter's Comments in Native Language</h4>


<!----input common section introduction---->


<!----input ema section introduction---->



<table>
    <thead>
        <tr>
            <th>E2B Data Element Name</th>
            <th>Populated Value</th>
        </tr>
    </thead>
    <tbody>
    
    
    
        <tr>
            <td>H.5.r.1a Case Summary and Reporter's Comments Text</td>
            <td>If there is a <em>Case</em> document classified as <em>Case > Summary > Narrative</em>, Vault populates the contents of that document in this element, to a limit of 100,000 characters.  <p>For <em>Localized Cases</em> with <em>Localization Scope</em> set to <em>Narrative</em> or blank, Vault populates the localized narrative document to this element.</p> <p>This information is separate from the data captured by <em>H.2 Reporter's Comments</em>.</p>
</td>
        </tr>
    
    
    
    
    
        <tr>
            <td>H.5.r.1b Case Summary and Reporter's Comments Language</td>
            <td>The 3-letter ISO code from the <em>Language (ISO)</em> document field for the <em>Case</em> document classified as <em>Case > Summary > Narrative</em>. <p>For <em>Localized Cases</em> with <em>Localization Scope</em> set to <em>Narrative</em> or blank, Vault populates the language selected on the localized narrative document field (<code>language_iso__v</code>) to this element.</p> <p>This information is separate from the data captured by <em>H.2 Reporter's Comments</em>.</p>
</td>
        </tr>
    
    
    
    
    
    
    
    </tbody>
</table>










