# FDA eMDR Generation Data Mapping

Learn how Vault generates the FDA eMDR XML file from a _Case_. For details about other supported FDA formats, see <a href="/en/gr/802644/">FDA Report Formats</a>.

## Prerequisites

Your Admin must <a href="/en/gr/936139/">enable FDA eMDR Generation & Manufacturing Report Number Automation</a>.

Optional: To use IMDRF codes, your Admin must <a href="/en/gr/01331/">enable the IMDRF Dictionary for Maintenance, Case Processing, and Submissions</a>.

## FDA eMDR Mapping

The following sections outline the XML sections and the sources for populated values.

### Header

Vault populates the following Header data elements:

<table>
    <thead>
        <tr>
            <th>Data Element Name</th>
            <th>Populated Value</th>
        </tr>
    </thead>
    <tbody>
        <tr>
            <td>C.1.2 - Date of Creation</td>
            <td>If the <em>Case</em> is <em>Approved</em> or <em>Closed</em>, the <em>Approval Date</em>. If <em>Approval Date</em> is blank, the date of report generation or transmission with a system warning. Otherwise, the date and time of report generation, calculated with full precision down to the second.</td>
        </tr>
        <tr>
            <td>N.1.2 - Batch Number</td>
            <td>The <em>E2B Message ID</em> on the <em>Transmission</em>.</td>
        </tr>
        <tr>
            <td>N.1.5 - Date of Message Creation</td>
            <td>The date and time when the report was generated, calculated with full precision down to the second.</td>
        </tr>
        <tr>
            <td>N.2.r.1 - Message Identifier</td>
            <td>The <em>UID</em> on the <em>Case</em>.</td>
        </tr>
        <tr>
            <td>N.2.r.2 - Message Sender Identifier</td>
            <td>The <em>Origin ID</em> on the <em>Transmission Profile</em> associated with the <em>Transmission</em>.</td>
        </tr>
        <tr>
            <td>N.2.r.3 - Message Receiver Identifier</td>
            <td>The <em>Destination ID</em> on the <em>Transmission Profile</em> associated with the <em>Transmission</em>.</td>
        </tr>
        <tr>
            <td>N.2.r.4 - Message Date</td>
            <td>If the <em>Case</em> is <em>Approved</em> or <em>Closed</em>, the <em>Approval Date</em>. Otherwise, the date and time of report generation, calculated with full precision down to the second.</td>
        </tr>
    </tbody>
</table>

### Section A: Patient Information

Vault populates the following Section A data elements:

<table>
    <thead>
        <tr>
            <th>Data Element Name</th>
            <th>Populated Value</th>
        </tr>
    </thead>
    <tbody>
        <tr>
            <td>A1 - Patient Identifier</td>
            <td>From the <em>Case Patient</em>, Vault populates the <em>Patient Initials / ID</em>. If blank, Vault populates the <em>MRN - Investigation</em>.</td>
        </tr>
        <tr>
            <td>A2 - Date of Birth/Age at time of Event</td>
            <td>From the <em>Case Patient</em>, Vault populates the <em>Date of Birth</em> and the <em>Age (value and unit)</em>. If <em>Age (value and unit)</em> is blank, Vault populates the <em>Age (normalized)</em>.</td>
        </tr>
        <tr>
            <td>A3A - Sex</td>
            <td>Vault populates a code based on the <em>Sex</em> of the <em>Case Patient</em>:
            <ul>
                <li>For <em>Male</em>, Vault populates <code>C20197</code>.</li>
                <li>For <em>Female</em>, Vault populates <code>C16576</code>.</li>
            </ul>
            Depending on your Admin's configuration, the <em>Sex</em> field may be labeled <em>Gender</em>.</td>
        </tr>
        <tr>
            <td>A3B - Gender</td>
            <td>Vault populates a code based on the <em>Gender</em> of the <em>Case Patient</em>:
            <ul>
                <li>For <em>Cisgender Man</em>, Vault populates <code>C46109</code>.</li>
                <li>For <em>Cisgender Woman</em>, Vault populates <code>C46110</code>.</li>
                <li>For <em>Transgender man/FtM</em>, Vault populates <code>C46121</code>.</li>
                <li>For <em>Transgender woman/MtF</em>, Vault populates <code>C46120</code>.</li>
                <li>For <em>Other Gender Identity</em>, Vault populates <code>C154420</code>.</li>
            </ul></td>
        </tr>
        <tr>
            <td>A4 - Weight</td>
            <td>From the <em>Case Patient</em>, Vault populates the <em>Weight (value and unit)</em>. If blank, Vault populates the <em>Weight (normalized)</em>.</td>
        </tr>
        <tr>
            <td>A5 - Ethnicity</td>
            <td>Vault populates a code based on the <em>Ethnicity</em> of the <em>Case Patient</em>:
            <ul>
                <li>For <em>Hispanic or Latino</em>, Vault populates <code>C17459</code>.</li>
                <li>For <em>Not Hispanic or Latino</em>, Vault populates <code>C41222</code>.</li>
                <li>For any <em>Reason Omitted</em>, Vault populates <code>NI</code>.</li>
            </ul></td>
        </tr>
        <tr>
            <td>A6 - Race</td>
            <td>Vault populates a code based on the <em>Race</em> of the <em>Case Patient</em>:
            <ul>
                <li>For <em>Black or African American</em>, Vault populates <code>C16352</code>.</li>
                <li>For <em>American Indian or Alaska Native</em>, Vault populates <code>C41259</code>.</li>
                <li>For <em>Asian</em>, Vault populates <code>C41260</code>.</li>
                <li>For <em>Native Hawaiian or Other Pacific Islander</em>, Vault populates <code>C41219</code>.</li>
                <li>For <em>White</em>, Vault populates <code>C41261</code>.</li>
            </ul></td>
        </tr>
    </tbody>
</table>

### Section B: Adverse Event or Product Problem

Vault populates the following Section B data elements:

<table>
    <thead>
        <tr>
            <th>Data Element Name</th>
            <th>Populated Value</th>
        </tr>
    </thead>
    <tbody>
        <tr>
            <td>B1 - Type of Report</td>
            <td>Based on the report type, Vault populates a code:
            <ul>
                <li>If the <em>Device Report Type</em> includes <em>Malfunction</em> or <em>Product Problem</em> and <em>Malfunction Only</em> is <em>Yes</em>, Vault populates <code>C53054</code>.</li>
                <li>If the <em>Device Report Type</em> includes <em>Malfunction</em> or <em>Product Problem</em> and <em>Malfunction Only</em> is not <em>Yes</em>, Vault populates <code>C53054</code> and <code>C41331</code>.</li>
                <li>If the <em>Device Report Type</em> does not include <em>Malfunction</em> or <em>Product Problem</em>, Vault populates <code>C41331</code>.</li>
            </ul></td>
        </tr>
        <tr>
            <td>B2 - Outcomes attributed to adverse event</td>
            <td>Vault populates a code for each <em>Overall Case Seriousness</em> value in the <em>Details</em> section of the <em>Case</em>:
            <ul>
                <li>For <em>Life Threatening</em>, Vault populates <code>C41337</code>.</li>
                <li>For <em>Caused / prolonged hospitalisation</em>, Vault populates <code>C25179</code>.</li>
                <li>For <em>Disabling / incapacitating</em>, Vault populates <code>C21007</code>.</li>
                <li>For <em>Congenital anomaly / birth defect</em>, Vault populates <code>C2849</code>.</li>
                <li>For <em>Required Intervention to Prevent Permanent Impairment/Damage (Devices)</em>, Vault populates <code>C52668</code>.</li>
                <li>For <em>Other medically important condition</em>, Vault populates <code>C17649</code>.</li>
                <li>For <em>Results in death</em>, Vault populates <code>C28554</code>.</li>
            </ul></td>
        </tr>
        <tr>
            <td>B2 - Date of Death</td>
            <td>From the <em>Case Patient</em>, Vault populates the <em>Date of Death</em> in <code>YYYYMMDD</code> format.</td>
        </tr>
        <tr>
            <td>B3 - Date of Event</td>
            <td>The earliest <em>Onset Date</em> from any <em>Case Adverse Event</em> in <code>YYYYMMDD</code> format.</td>
        </tr>
        <tr>
            <td>B4 - Date of this Report</td>
            <td>The date of report generation in <code>YYYYMMDD</code> format.</td>
        </tr>
        <tr>
            <td>B5 - Describe Event or Problem</td>
            <td>Vault populates the <em>Narrative</em> text and then the <em>Company Comments</em>.</td>
        </tr>
        <tr>
            <td>B6 - Relevant tests/laboratory data</td>
            <td>For each <em>Case Test Result</em>, sorted alphabetically and from earliest to latest, Vault populates:
            <ul>
                <li><em>Test Name (LLT)</em> and <em>Test Name (Reported)</em></li>
                <li><em>Result (Unit)</em> or <em>Result (Unit) Text</em></li>
                <li><em>Result (Code)</em> or <em>Result (qualifier)</em> and <em>Result</em> and <em>Result (Unit)</em></li>
                <li><em>Test Name (LLT)</em> and <em>Test Name (Reported)</em>, <em>Result</em></li>
                <li><em>Test Date</em></li>
            </ul>
            If the adverse event resulted in death, from each <em>Case Cause of Death</em> record, Vault populates:
            <ul>
                <li>Reported Causes of Death: <em>Cause (MedDRA)</em> or <em>Cause (Reported)</em></li>
                <li>Autopsy-Determined Cause of Death: <em>Cause (MedDRA)</em> or <em>Cause (Reported)</em></li>
            </ul>
            </td>
        </tr>
        <tr>
            <td>B7 - Other relevant history, including preexisting medical conditions</td>
            <td>For each <em>Case Medical History</em> record Vault populates:
            <ul>
                <li><em>Disease / Surgical Procedure (MedDRA)</em></li>
                <li><em>Start Date</em> or <code> ---</code> to <em>End Date</em> or <code> ---</code> or <em>Continuing</em></li>
                <li><em>Comments</em></li>
            </ul>
            <p>After listing each medical history line item, Vault populates any text in the <em>Medical History Text</em> field on the <em>Case</em>.</p>
            </td>
        </tr>    
    </tbody>
</table>

### Section C: Suspect Products

Vault populates the following Section C data elements:

<table>
    <thead>
        <tr>
            <th>Data Element Name</th>
            <th>Populated Value</th>
        </tr>
    </thead>
    <tbody>
        <tr>
            <td>C - Drug Sequence Number</td>
            <td>Vault populates a number between 1 and 20 to indicate its sequence in the exported suspect products.</td>
        </tr>
        <tr>
            <td>C - Drug Type</td>
            <td>Vault populates a code based on the <em>Registration Type</em> on the <em>Product Registration</em> for the <em>Case Product</em>:
            <ul>
                <li>For <em>New Drug Application (NDA)</em>, Vault populates <code>NDA</code>.</li>
                <li>For <em>Abbreviated New Drug Application (ANDA)</em>, Vault populates <code>ANDA</code>.</li>
            </ul></td>
        </tr>
        <tr>
            <td>C - Approval Number</td>
            <td>From the <em>Product Registration</em> for the <em>Case Product</em>, if the <em>Registration Type</em> is not <em>Investigational New Drug (IND)</em>, Vault populates the <em>Registration Number</em>.</td>
        </tr>
        <tr>
            <td>C - If IND/PreANDA, Give Protocol #</td>
            <td>From the <em>Product Registration</em> for the <em>Case Product</em>, if the <em>Registration Type</em> is <em>Investigational New Drug (IND)</em>, Vault populates the <em>Registration Number</em>.</td>
        </tr>
        <tr>
            <td>C1 - Name and Strength</td>
            <td>Vault populates the <em>Product (Reported)</em>. If blank, Vault populates the <em>Product (Coded)</em>.
            
                    <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>: Your Admin can <a href="/en/gr/740208/#code-pr">configure</a> your Vault to export the <em>Product (Coded)</em> value by default.</p>
    </div>
  </div>
</div>

</td>
        </tr>
        <tr>
            <td>C1 - Manufacturer/Compounder</td>
            <td>Vault populates the <em>Manufacturer</em> on the <em>Product</em>. If blank, Vault populates the <em>Name</em> on the associated <em>Organization</em>.</td>
        </tr>
        <tr>
            <td>C1 - NDC # or Unique ID</td>
            <td>Vault populates the <em>National Drug Code</em> on the <em>Product Registration</em>.</td>
        </tr>
        <tr>
            <td>C1 - Lot #</td>
            <td>Vault populates the <em>Batch/Lot Number</em> on the <em>Case Product Dosage</em>.</td>
        </tr>
        <tr>
            <td>C3 - Dose</td>
            <td>From the earliest-created <em>Case Product Dosage</em>, Vault populates the <em>Dose</em> value and unit.</td>
        </tr>
        <tr>
            <td>C3 - Frequency</td>
            <td>From the earliest-created <em>Case Product Dosage</em>, Vault populates the <em>Frequency</em> value and unit.</td>
        </tr>
        <tr>
            <td>C3 - Route Used</td>
            <td>From the earliest-created <em>Case Product Dosage</em>, Vault populates the code corresponding to the <em>Patient RoA</em>.</td>
        </tr>
        <tr>
            <td>C4 - Treatment Dates/Therapy Dates - Start Date</td>
            <td>From the earliest-created <em>Case Product Dosage</em>, Vault populates the <em>First Admin Date</em>.</td>
        </tr>
        <tr>
            <td>C4 - Treatment Dates/Therapy Dates - Stop Date</td>
            <td>From the earliest-created <em>Case Product Dosage</em>, Vault populates the <em>Last Admin Date</em>.</td>
        </tr>
        <tr>
            <td>C5 - Diagnosis Use For</td>
            <td>Based on your Admin's <a href="/en/gr/740208/#code-pr">configuration</a>, from the <em>Case Product Indication</em>, Vault populates the <em>Name (MedDRA)</em> or the <em>Indication (Reported)</em>. If <em>Name (MedDRA)</em> is blank, Vault populates the <em>Name (Reported)</em>. Vault comma-separates multiple values and sorts them from earliest to latest.</td>
        </tr>
        <tr>
            <td>C6 - Product Type</td>
            <td>Vault populates <code>true</code> or <code>false</code> for each of the following:
            <ul>
                <li>Whether the <em>FDA Product Type</em> on <em>FDA Product Registrations</em> for the <em>Case Product</em> includes <em>OTC</em>, <em>Compounded</em>, <em>Generic</em>, or <em>Biosimilar</em></li>
                <li>Whether the associated <em>Transmission Profile</em> is <em>CDER IND Exempt</em></li>
                <li>Whether the <em>International Birthdate</em> on the <em>Product</em> is a date earlier than 1938</li>
            </ul></td>
        </tr>
        <tr>
            <td>C7 - Expiration Date</td>
            <td>The <em>Expiration Date</em> on the <em>Case Product</em>.</td>
        </tr>
        <tr>
            <td>C8 - Event Abated After Use Stopped or Dose Reduced?</td>
            <td>Vault uses the following fields to calculate whether a dechallenge test occurred and populates <code>true</code>, <code>false</code>, or <code>N/A</code> for each combination:
            <ul>
                <li><em>Action Taken</em> on the primary <em>Case Product</em></li>
                <li><em>Outcome</em> on the primary <em>Case Adverse Event</em></li>
            </ul></td>
        </tr>
        <tr>
            <td>C9 - Event Reappeared After Reintroduction</td>
            <td>Vault uses the <em>Reaction Recurrence</em> value on the primary <em>Case Assessment</em> to determine whether a rechallenge test occurred and populates a value as follows:
            <ul>
                <li>Vault populates <code>true</code> if the <em>Reaction Recurrence</em> is <em>yes – yes (rechallenge was done, reaction recurred)</em>.</li>
                <li>Vault populates <code>false</code> if the <em>Reaction Recurrence</em> is <em>yes - no (rechallenge was done, reaction did not recur)</em>.</li>
                <li>Vault populates <code>N/A</code> if the <em>Reaction Recurrence</em> is any of the following:
                    <ul>
                        <li><em>yes - unk (rechallenge was done, outcome unknown)</em></li>
                        <li><em>no - n/a (no rechallenge was done, recurrence is not applicable)</em></li>
                        <li>blank</li>
                    </ul></li>
            </ul></td>
        </tr>
    </tbody>
</table>

### Section D: Suspect Medical Device

Vault populates the following Section D data elements:

<table>
    <thead>
        <tr>
            <th>Data Element Name</th>
            <th>Populated Value</th>
        </tr>
    </thead>
    <tbody>
        <tr>
            <td>D1 - Brand Name</td>
            <td>Based on the <em>Device</em>-type <em>Case Product</em> on the <em>Transmission</em>, Vault populates either the <em>Product (Reported)</em> or the <em>Product (Coded)</em>. When both exist on the <em>Transmission</em>, Vault populates a value based on your Admin's <a href="/en/gr/740208/#code-pr">configuration</a>.</td>
        </tr>
        <tr>
            <td>D2 - Type of device</td>
            <td>Based on the <em>Device</em>-type <em>Case Product</em> on the <em>Transmission</em>, Vault populates the <em>Product Code</em> on the related <em>Product Registration</em>.</td>
        </tr>
        <tr>
            <td>D2 - Device Type Name</td>
            <td>If Vault populates a value in the D2 data element, Vault populates the <em>Generic Name</em> on the associated <em>Product</em>.</td>
        </tr>
        <tr>
            <td>D3 - Manufacturer Name</td>
            <td>Based on the <em>Device</em>-type <em>Case Product</em> on the <em>Transmission</em>, Vault populates the <em>Name</em> of the <em>Organization</em> in the <em>Manufacturer</em> field on the associated <em>Product Family</em>. Otherwise, Vault populates the <em>Organization</em> on the associated <em>Product Family</em>.</td>
        </tr>
        <tr>
            <td>D3 - Manufacturer Street 1</td>
            <td>Based on the <em>Device</em>-type <em>Case Product</em> on the <em>Transmission</em>, Vault populates the <em>Street</em> of the <em>Organization</em> in the <em>Manufacturer</em> field on the associated <em>Product Family</em>. Otherwise, Vault populates the <em>Street</em> on the associated <em>Organization</em>.</td>
        </tr>
        <tr>
            <td>D3 - Manufacturer City</td>
            <td>Based on the <em>Device</em>-type <em>Case Product</em> on the <em>Transmission</em>, Vault populates the <em>City</em> of the <em>Organization</em> in the <em>Manufacturer</em> field on the associated <em>Product Family</em>. Otherwise, Vault populates the <em>City</em> on the associated <em>Organization</em>.</td>
        </tr>
        <tr>
            <td>D3 - Manufacturer State</td>
            <td>Based on the <em>Device</em>-type <em>Case Product</em> on the <em>Transmission</em>, Vault populates the <em>State</em> of the <em>Organization</em> in the <em>Manufacturer</em> field on the associated <em>Product Family</em>. Otherwise, Vault populates the <em>State</em> on the associated <em>Organization</em>.</td>
        </tr>
        <tr>
            <td>D3 - Manufacturer Postal Code</td>
            <td>Based on the <em>Device</em>-type <em>Case Product</em> on the <em>Transmission</em>, Vault populates the <em>Postal Code</em> of the <em>Organization</em> in the <em>Manufacturer</em> field on the associated <em>Product Family</em>. Otherwise, Vault populates the <em>Postal Code</em> on the associated <em>Organization</em>.</td>
        </tr>
        <tr>
            <td>D3 - Manufacturer Country</td>
            <td>Based on the <em>Device</em>-type <em>Case Product</em> on the <em>Transmission</em>, Vault populates the <em>Country</em> of the <em>Organization</em> in the <em>Manufacturer</em> field on the associated <em>Product Family</em>. Otherwise, Vault populates the <em>Country</em> on the associated <em>Organization</em>.</td>
        </tr>
        <tr>
            <td>D3 - Manufacturer Email Address</td>
            <td>Based on the <em>Device</em>-type <em>Case Product</em> on the <em>Transmission</em>, Vault populates the <em>Email Address</em> of the <em>Organization</em> in the <em>Manufacturer</em> field on the associated <em>Product Family</em>. Otherwise, Vault populates the <em>Email Address</em> on the associated <em>Organization</em>. Vault prepends the value with <code>mailto:</code>.</td>
        </tr>        
        <tr>
            <td>D4 - Model Number</td>
            <td>The <em>Model Number</em> on the <em>Device</em>-type <em>Case Product</em>.</td>
        </tr>
        <tr>
            <td>D4 - Lot Number</td>
            <td>The <em>Lot Number</em> on the <em>Device</em>-type <em>Case Product</em>.</td>
        </tr>
        <tr>
            <td>D4 - Catalog Number</td>
            <td>The <em>Catalog Number</em> on the <em>Device</em>-type <em>Case Product</em>.</td>
        </tr>
        <tr>
            <td>D4 - Expiration Date</td>
            <td>The <em>Expiration Date</em> on the <em>Device</em>-type <em>Case Product</em>.</td>
        </tr>
        <tr>
            <td>D4 - Serial Number</td>
            <td>The <em>Serial Number</em> on the <em>Device</em>-type <em>Case Product</em>.</td>
        </tr>
        <tr>
            <td>D4 - Unique Identifier</td>
            <td>The <em>Unique Identifier</em> on the <em>Device</em>-type <em>Case Product</em>.</td>
        </tr>
        <tr>
            <td>D5 - Operator of device</td>
            <td>Vault populates a code based on the <em>Operator of Device</em> of the <em>Case Product</em> on the <em>Transmission</em>:
            <ul>
                <li>For <em>Health Professional</em>, Vault populates <code>C53287</code>.</li>
                <li>For <em>Lay Person</em>, Vault populates <code>C16960</code>.</li>
                <li>For <em>Other</em>, Vault populates <code>C17649</code>.</li>
            </ul></td>
        </tr>
        <tr>
            <td>D5 - Other Operator</td>
            <td>If <em>Operator of Device</em> is <em>Other</em>, Vault populates the <em>Operator of Device (Other)</em> value.</td>
        </tr>
        <tr>
            <td>D6A - Implanted Date</td>
            <td>Based on the <em>Device</em>-type <em>Case Product</em> on the <em>Transmission</em>, Vault populates the <em>Date Implanted</em>.</td>
        </tr>
        <tr>
            <td>D6B - Explanted Date</td>
            <td>Based on the <em>Device</em>-type <em>Case Product</em> on the <em>Transmission</em>, Vault populates the <em>Date Explanted</em>.</td>
        </tr>
        <tr>
            <td>D7A - Is this a single-use device that was reprocessed and reused on a patient?</td>
            <td>If <em>Yes</em> exists on both the <em>Reprocessed/Reused</em> and <em>Single Use</em> fields on the <em>Device</em>-type <em>Case Product</em>, Vault populates <code>true</code>. Otherwise, Vault populates <code>false</code>.</td>
        </tr>
        <tr>
            <td>D7B - Reprocessor Info</td>
            <td>If Vault populates <code>true</code> in the D7A data element, Vault populates the <em>Reprocessor</em> value on the <em>Device</em>-type <em>Case Product</em> on the <em>Transmission</em>.</td>
        </tr>
        <tr>
            <td>D8 - Was this device serviced by a third party?</td>
            <td>Vault populates a value based on the <em>Third-party servicer for device?</em> of the <em>Case Product</em> on the <em>Transmission</em>:
            <ul>
                <li>For <em>Yes</em>, Vault populates <code>true</code>.</li>
                <li>For <em>No</em>, Vault populates <code>false</code>.</li>
                <li>For <em>Unknown</em>, Vault populates <code>AKSU</code>.</li>
            </ul></td>
        </tr>
        <tr>
            <td>D9 - Device available for evaluation?</td>
            <td>Vault populates <code>true</code> or <code>false</code> based on the <em>Device Available</em> value of the <em>Case Product</em> on the <em>Transmission</em>.</td>
        </tr>
        <tr>
            <td>D9 - Date returned to manufacturer</td>
            <td>Vault populates the <em>Returned Date</em> on the <em>Device</em>-type <em>Case Product</em> on the <em>Transmission</em> in <code>YYYYMMDD</code> format.</td>
        </tr>
        <tr>
            <td>D10 - Concomitant medical products</td>
            <td>For each <em>Case Product</em> with a <em>Drug Role</em> of <em>Concomitant</em>, Vault populates the <em>Product (Reported)</em>. If blank, Vault populates the <em>Product (Coded)</em>.
            
                    <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>: Your Admin can <a href="/en/gr/740208/#code-pr">configure</a> your Vault to export the <em>Product (Coded)</em> value by default.</p>
    </div>
  </div>
</div>

</td>
        </tr>
        <tr>
            <td>D10 - Therapy dates</td>
            <td>For each <em>Case Product</em> with a <em>Drug Role</em> of <em>Concomitant</em>, Vault populates values from the following fields when available:
            <ul>
                <li><em>Product</em> or <em>Product (Reported)</em></li>
                <li><em>First Admin Date</em></li>
                <li><em>Last Admin Date</em></li>
            </ul></td>
        </tr>    
    </tbody>
</table>

### Section E: Initial Reporter

Vault populates the following Section E data elements:

<table>
    <thead>
        <tr>
            <th>Data Element Name</th>
            <th>Populated Value</th>
        </tr>
    </thead>
    <tbody>
        <tr>
            <td>E1 - Reporter First Name</td>
            <td>The <em>First Name</em> on the primary <em>Reporter</em>-type <em>Case Contact</em>.</td>
        </tr>
        <tr>
            <td>E1 - Reporter Middle Name</td>
            <td>The <em>Middle Name</em> on the primary <em>Reporter</em>-type <em>Case Contact</em>.</td>
        </tr>
        <tr>
            <td>E1 - Reporter Last Name</td>
            <td>The <em>Last Name</em> on the primary <em>Reporter</em>-type <em>Case Contact</em>.</td>
        </tr>
        <tr>
            <td>E1 - Reporter Title</td>
            <td>The <em>Title</em> on the primary <em>Reporter</em>-type <em>Case Contact</em>.</td>
        </tr>
        <tr>
            <td>E1 - Facility Name</td>
            <td>The <em>Organization</em> on the primary <em>Reporter</em>-type <em>Case Contact</em>.</td>
        </tr>
        <tr>
            <td>E1 - Reporter Address Line 1</td>
            <td>The <em>Street</em> on the primary <em>Reporter</em>-type <em>Case Contact</em>.</td>
        </tr>
        <tr>
            <td>E1 - Reporter Address Line 2</td>
            <td>The <em>Street Line 2</em> on the primary <em>Reporter</em>-type <em>Case Contact</em>.</td>
        </tr>
        <tr>
            <td>E1 - Reporter City</td>
            <td>The <em>City</em> on the primary <em>Reporter</em>-type <em>Case Contact</em>.</td>
        </tr>
        <tr>
            <td>E1 - Reporter State</td>
            <td>The <em>State</em> on the primary <em>Reporter</em>-type <em>Case Contact</em>.</td>
        </tr>
        <tr>
            <td>E1 - Reporter Postal Code</td>
            <td>The <em>Postal Code</em> on the primary <em>Reporter</em>-type <em>Case Contact</em>.</td>
        </tr>
        <tr>
            <td>E1 - Reporter Country</td>
            <td>The <em>Country</em> on the primary <em>Reporter</em>-type <em>Case Contact</em>.</td>
        </tr>
        <tr>
            <td>E1 - Reporter Email Address</td>
            <td>The <em>Email Address</em> on the primary <em>Reporter</em>-type <em>Case Contact</em>. Vault prepends the value with <code>mailto:</code>.</td>
        </tr>
        <tr>
            <td>E1 - Reporter Phone Number</td>
            <td>The <em>Telephone</em> on the primary <em>Reporter</em>-type <em>Case Contact</em>.</td>
        </tr>
        <tr>
            <td>E1 - Reporter Fax Number</td>
            <td>The <em>Fax</em> on the primary <em>Reporter</em>-type <em>Case Contact</em>.</td>
        </tr>
        <tr>
            <td>E3 - Occupation</td>
            <td>Vault populates a code based on the <em>Qualification</em> on the primary <em>Reporter</em>-type <em>Case Contact</em> as follows:
            <ul>
                <li>For <em>Biomedical engineer</em>, Vault populates <code>C51960</code>.</li>
                <li>For <em>Dentist</em>, Vault populates <code>C52654</code>.</li>
                <li>For <em>Nurse</em>, Vault populates <code>C20821</code>.</li>
                <li>For <em>Consumer/non-Healthcare Professional</em>, Vault populates <code>C134833</code>.</li>
                <li>For <em>Other Health Care Professional</em>, Vault populates <code>C53289</code>.</li>
                <li>For <em>Pharmacist</em>, Vault populates <code>C51840</code>.</li>
                <li>For <em>Physician</em>, Vault populates <code>C25741</code>.</li>
                <li>For <em>Physician Assistant</em>, Vault populates <code>C53423</code>.</li>
                <li>For <em>Third Party Servicer</em>, Vault populates <code>C85488</code>.</li>
                <li>For <em>Risk Manager</em>, Vault populates <code>C53448</code>.</li>
                <li>For <em>Healthcare professional</em>, Vault populates <code>C53289</code>.</li>
                <li>If <em>Qualification</em> is not a healthcare professional, Vault populates <code>C134833</code>.</li>
            </ul></td>
        </tr>
        <tr>
            <td>E4 - Initial reporter also sent report to FDA</td>
            <td>Based on the <em>Sent to FDA?</em> value on the primary <em>Reporter</em>-type <em>Case Contact</em>, Vault populates <code>true</code> or <code>false</code>.</td>
        </tr>
    </tbody>
</table>

### Section F: For Use by User Facility/Importer (Devices Only)

Vault does not populate section F.

### Section G: All Manufacturers

Vault populates the following Section G data elements:

<table>
    <thead>
        <tr>
            <th>Data Element Name</th>
            <th>Populated Value</th>
        </tr>
    </thead>
    <tbody>
        <tr>
            <td>G1 - Site Name</td>
            <td>The <em>First Name</em>, <em>Middle Name</em>, and <em>Last Name</em> on the  <em>Sender User</em> on the associated <em>Transmission</em>.</td>
        </tr>
        <tr>
            <td>G1 - Street Address Line</td>
            <td>The <em>Street Address</em> on the  <em>Sender User</em> on the associated <em>Transmission</em>.</td>
        </tr>
        <tr>
            <td>G1 - City</td>
            <td>The <em>City</em> on the  <em>Sender User</em> on the associated <em>Transmission</em>.</td>
        </tr>
        <tr>
            <td>G1 - State</td>
            <td>The <em>State</em> on the  <em>Sender User</em> on the associated <em>Transmission</em>.</td>
        </tr>
        <tr>
            <td>G1 - Postal Code</td>
            <td>The <em>Postal Code</em> on the  <em>Sender User</em> on the associated <em>Transmission</em>.</td>
        </tr>
        <tr>
            <td>G1 - Country</td>
            <td>The <em>Country</em> on the  <em>Sender User</em> on the associated <em>Transmission</em>.</td>
        </tr>
        <tr>
            <td>G1 - Email Address</td>
            <td>The <em>Email Address</em> on the  <em>Sender User</em> on the associated <em>Transmission</em>.</td>
        </tr>
        <tr>
            <td>G1 - Fax Number</td>
            <td>The <em>Fax</em> on the  <em>Sender User</em> on the associated <em>Transmission</em>.</td>
        </tr>
        <tr>
            <td>G2 - Contact Report Source</td>
            <td>Vault populates a code based on the <em>Report Type</em> as follows:
            <ul>
                <li>For <em>Literature (Spontaneous)</em>, Vault populates <code>C48471</code>.</li>
                <li>For <em>Literature (Study)</em> or <em>Study</em>, Vault populates <code>C15206</code>.</li>
            </ul>
            For other <em>Report Types</em>, Vaut populates a code based on the primary <em>Reporter</em>-type <em>Case Contact</em> as follows:
            <ul>
                <li>If <em>Country</em> is not <em>United States</em>, Vault populates <code>C25512</code>.</li>
                <li>If <em>Country</em> is <em>United States</em>, Vault populates a code based on the <em>FDA 3500A Report Source</em> or <em>Qualification</em> as follows:
                    <ul>
                    <li>For <em>Company Representative</em>, Vault populates <code>C51968</code>.</li>
                    <li>For <em>Distributer</em>, Vault populates <code>C48289</code>.</li>
                    <li>For <em>Other</em>, Vault populates <code>C17649</code>.</li>
                    <li>For a non-healthcare professional <em>Qualification</em>, Vault populates <code>C53568</code>.</li>
                    <li>For a healthcare professional <em>Qualification</em>, Vault populates <code>C53287</code>.</li>
                    </ul></li>
            </ul></td>
        </tr>
        <tr>
            <td>G2 - Contact Report Source - Other Text</td>
            <td>If the <em>Country</em> of the primary <em>Reporter</em>-type <em>Case Contact</em> is <em>United States</em> and has <em>Other</em> as the <em>FDA 3500A Report Source</em>, Vault populates the <em>Other Source Text</em>.</td>
        </tr>
        <tr>
            <td>G3 - Date received by manufacturer</td>
            <td>For an initial <em>Case</em>, Vault populates the <em>New Info Date</em>. If blank, Vault populates the <em>Initial Receipt Date</em>.
            <p>For a follow-up <em>Case</em>, Vault populates the <em>New Info Date</em>.</p></td>
        </tr>
        <tr>
            <td>G4 - PMA/510k (or) BLA #</td>
            <td>If <em>Registration Type</em> on the associated <em>Product Registration</em> is <em>BLA</em>, <em>PMA</em>, or <em>510k</em>, Vault maps the <em>Registration Number</em> to a maximum of 12 characters.</td>
        </tr>
        <tr>
            <td>G4 - Combination product</td>
            <td>If any <em>Case Product</em> is a device constituent of a <em>Combination Product</em>, Vault populates <code>C54696</code>.</td>
        </tr>
        <tr>
            <td>G6 - Type of report
</td>
            <td>For an initial <em>Case</em>, Vault populates <code>C53620</code>. For a follow-up <em>Case</em>, Vault populates <code>C53579</code>.
            <p>Vault populates additional codes based on the <em>FDA Report Type</em> on the <em>Transmission</em> as follows:</p>
            <ul>
                <li>For <em>5-day</em>, Vault populates <code>C53573</code>.</li>
                <li>For <em>7-day</em>, Vault populates <code>C53574</code>.</li>
                <li>For <em>15-day</em>, Vault populates <code>C53576</code>.</li>
                <li>For <em>30-day</em>, Vault populates <code>C53577</code>.</li>
                <li>For <em>Periodic</em>, Vault populates <code>C53578</code>.</li>
            </ul>
            <p>If <em>FDA Report Type</em> is blank, Vault populates codes as follows:</p>
            <ul>
                <li>When the <em>Device Report Type</em> on the <em>Case</em> contains <em>Public Health Risk</em>, Vault populates <code>C53573</code>.</li>
                <li>When the <em>Case</em> is <a href="/en/gr/01156/#case-assessment-tags">tagged as a SUSAR</a> and the <em>Seriousness</em> field on the primary <em>Case Adverse Event</em> contains <em>Results in Death</em> or <em>Life-Threatening</em>, Vault populates <code>C53574</code>.</li>
                <li>Vault populates <code>C53576</code> when:
                    <ul>
                        <li>For an initial study <em>Case</em>, the <em>Case</em> has <a href="/en/gr/01156/#case-assessment-tags">a SUSAR tag</a> and does not qualify for the 7-day option (for example, the <em>Seriousness</em> on the primary <em>Case Adverse Event</em> is not <em>Results in Death</em> or <em>Life-Threatening</em>).</li> 
                        <li>For a postmarket spontaneous <em>Case</em>, whether initial or follow-up, the <em>Seriousness</em> on the primary <em>Case Adverse Event</em> is populated and the <em>Case Expectedness</em> is <em>No</em>.</li>
                    </ul></li>
                <li>For device malfunction-only reports, Vault populates <code>C53577</code>.</li>
                <li>In all other instances, Vault populates <code>C53578</code>.</li>
            </ul>
            </td>
        </tr>
        <tr>
            <td>G6 - Follow up number</td>
            <td>For a follow-up <em>Case</em>, Vault populates the <em>Follow-up Number</em> on the <em>Transmission</em>.</td>
        </tr>    
        <tr>
            <td>G7 - Adverse Event Terms</td>
            <td>The <em>Event (MedDRA)</em> or <em>Event (Reported) - English</em> on the primary <em>Case Adverse Event</em>.</td>
        </tr>    
        <tr>
            <td>G8 - MFR Report #</td>
            <td>The <em>FDA Manufacturer Report Number</em> on the <em>Case Product</em> on the <em>Transmission</em>. If blank, and only one <em>Case Product</em> on the <em>Case</em> related to the <em>Transmission</em> includes an <em>FDA Manufacturer Report Number</em>, Vault populates that value. Otherwise, Vault populates the <em>UID</em> on the <em>Case</em>.</td>
        </tr>    
    </tbody>
</table>

### Section H: Device Manufacturers Only

Vault populates Section H only for _Cases_ concerning a _Combination Product_ with a _Device_-type _Product Constituent_.

<table>
    <thead>
        <tr>
            <th>Data Element Name</th>
            <th>Populated Value</th>
        </tr>
    </thead>
    <tbody>
        <tr>
            <td>H1 - Type of Reportable Event</td>
            <td>Vault exports codes as follows:
            <ul>
                <li>If the <em>Seriousness</em> of any <em>Case Adverse Event</em> includes <em>Results in Death</em>, Vault populates <code>C28554</code>.</li>    
                <li>If the <em>Device Report Type</em> on the <em>Case</em> includes <em>Serious Injury</em>, Vault populates <code>C53569</code>.</li>
                <li>If the <em>Malfunction</em> on the primary <em>Device</em>-type <em>Case Product</em> or the <em>Device Report Type</em> on the <em>Case</em> includes <em>Malfunction</em>, Vault populates <code>C25745</code>.</li>
            </ul></td>
        </tr>
        <tr>
            <td>H2 - If Follow-up, What Type?</td>
            <td>Vault exports codes based on the <em>Device Follow-Up Type</em> on the <em>Case</em> as follows:
            <ul>
                <li>For <em>Correction</em>, Vault populates <code>C53585</code>.</li>    
                <li>For <em>Additional Information</em>, Vault populates <code>C53586</code>.</li> 
                <li>For <em>Response to FDA Request</em>, Vault populates <code>C53587</code>.</li>
                <li>For <em>Device Evaluation</em>, Vault populates <code>C53588</code>.</li> 
            </ul></td>
        </tr>
        <tr>
            <td>H3 - Device Evaluated by MFR?</td>
            <td>If the <em>Device Evaluated</em> on the <em>Case Product</em> contains <em>Yes</em>, Vault populates <code>true</code>. Otherwise, Vault populates <code>false</code>.</td>
        </tr>
        <tr>
            <td>H4 - Device Manufacture Date</td>
            <td>The <em>Manufacture Date</em> on the  <em>Case Product</em>.</td>
        </tr>
        <tr>
            <td>H5 - Labeled for Single Use?</td>
            <td>If the <em>Single Use</em> on the <em>Device</em>-type <em>Case Product</em> contains <em>Yes</em>, Vault populates <code>true</code>. Otherwise, Vault populates <code>false</code>.</td>
        </tr>
        <tr>
            <td>H6 - Adverse Event Problem</td>
            <td>Based on the <em>Device Type Code</em> and <em>Device Code</em> on the <em>Device</em>-type <em>Case Product</em>, Vault populates the level 1, 2, or 3 FDA or IMDRF codes. To use IMDRF codes, your Admin must <a href="/en/gr/01331/">enable the IMDRF Dictionary for Maintenance, Case Processing, and Submissions</a>.</td>
        </tr>
        <tr>
            <td>H7 - If Remedial Action Initiated, Check Type</td>
            <td>Vault populates codes based on the <em>Remedial Action</em> primary <em>Device</em>-type <em>Case Product</em> as follows:
            <ul>
                <li>For <em>Inspection</em>, Vault populates <code>C53604</code>.</li>
                <li>For <em>Modification/Adjustment</em>, Vault populates <code>C53606</code>.</li>
                <li>For <em>Notification</em>, Vault populates <code>C25297</code>.</li>
                <li>For <em>Patient Monitoring</em>, Vault populates <code>C53607</code>.</li>
                <li>For <em>Relabeling</em>, Vault populates <code>C53608</code>.</li>
                <li>For <em>Recall</em>, Vault populates <code>C53609</code>.</li>
                <li>For <em>Replace</em>, Vault populates <code>C53610</code>.</li>
                <li>For <em>Repair</em>, Vault populates <code>C53611</code>.</li>
                <li>For <em>Other</em>, Vault populates <code>C17649</code>.</li>
            </ul>
            When the <em>Remedial Action</em> is <em>Other</em>, Vault exports the <em>Remedial Action Other</em> text on the <em>Case</em>.</td>
        </tr>
        <tr>
            <td>H8 - Usage of Device</td>
            <td>Vault populates codes based on the <em>Device Usage Type</em> primary <em>Device</em>-type <em>Case Product</em> as follows:
            <ul>
                <li>For <em>Initial Use</em>, Vault populates <code>C53612</code>.</li>
                <li>For <em>Reuse</em>, Vault populates <code>C53613</code>.</li>
                <li>For <em>Unknown</em>, Vault populates <code>C17998</code>.</li>
            </ul></td>
        </tr>
        <tr>
            <td>H9 - If Action Reported to FDA Under 21 USC 360i(f), List Correction/Removal Reporting Number</td>
            <td>The <em>Correction/Removal Reporting Number</em> on the <em>Device</em>-type <em>Case Product</em>.</td>
        </tr>
        <tr>
            <td>H10 - Additional Manufacturer Narrative</td>
            <td>The <em>Additional Manufacturer Narrative</em> value on the associated <em>Device</em>-type <em>Case Product</em>. Text that exceeds the field character limit appears in the overflow pages under the heading <code>H.10 Additional Manufacturer Narrative</code>.</td>
        </tr>
    </tbody>
</table>

### Attachments

Vault attaches documents to FDA eMDR XML files using the <a href="/en/gr/826501/#attachment-inclusion-control">same criteria</a> as for E2B files. Vault excludes attachments as follows:

* For files that exceed 15 MB, Vault excludes attachment contents from generated FDA eMDR files.
* If the _Attachment Type_ of the document does not match a <a href="/en/gr/826501/#destination-specific-attachment-types">_Destination Specific Attachment Type_</a> on the _Transmission Profile_ or the _Retransmit_ value is _No_, Vault excludes the document content from the XML.
