ICSRImpl Guidev 6 Release 06172020
ICSRImpl Guidev 6 Release 06172020
0
Table of Contents
Section I: Introduction...................................................................................................................2
Section II: eMDR Overview...........................................................................................................2
II.1 Health Level Seven: Standards Development Organization.................................................2
II.2 ICSR: Individual Case Safety Report.....................................................................................3
II.3 FDA Electronic Submissions Gateway (ESG)........................................................................3
II.4 ICSR and eMDR.......................................................................................................................4
Section III: Technical Section.......................................................................................................5
III.1 Health Level Seven Version 3..................................................................................................5
III.2 ICSR: Device Implementation.................................................................................................6
III.3 ICSR Message Contents...........................................................................................................7
III.4 Vocabulary................................................................................................................................9
III.5 Data Types..............................................................................................................................11
III.6 How To Create an MDR as an HL7 ICSR XML File..........................................................11
III.7 How to Validate Your ICSR Message...................................................................................12
Glossary...............................................................................................................................................14
Hyperlinks.....................................................................................................................................15
Frequently Asked Questions.........................................................................................................16
FDA Electronic Submissions Gateway (ESG)...................................................................................16
Message Content..................................................................................................................................18
Testing Process....................................................................................................................................25
Other Questions...................................................................................................................................27
1
Section I: Introduction
The Food and Drug Administration (FDA), Center for Devices and Radiological Health (CDRH)
initiated the eMDR (electronic Medical Device Reporting) project to enable reporters to
voluntarily submit medical device adverse event reports (MDRs) electronically. eMDR will
accept electronic medical device reports via two options, one designed for low-volume reporting
(infrequent or few reports) and one designed for high-volume reporting (frequent or numerous
reports).
Low-volume reporters can submit MDRs by downloading CDRH’s electronic submission tool,
eSubmitter software. For more information, please visit
http://www.fda.gov/ForIndustry/FDAeSubmitter/default.htm.
High-volume reporting can be carried out by submitting MDRs either as a batch (one or more
reports in one XML file) or individually (one report in an XML file), using the Health Level
Seven (HL7) Individual Case Safety Report (ICSR) standard, Release 2. This document
describes electronic reporting of high-volume MDRs to FDA. Implementation specifications are
provided via a package of files and are referenced throughout this document. The files are
available on the eMDR website,
https://www.fda.gov/MedicalDevices/DeviceRegulationandGuidance/
PostmarketRequirements/ReportingAdverseEvents/ucm127951.htm
This guide is divided into two sections: (a) the eMDR Overview section provides general
information on the project and (b) the technical section provides technical information and
implementation details.
Like all ANSI-accredited SDOs, HL7 adheres to a strict and well-defined set of operating
procedures that ensure consensus, openness, and balance of interest. A frequent misconception
about HL7 is that it develops software. In reality, HL7 develops specifications—the most widely
2
used being a messaging standard that enables disparate healthcare applications to exchange key
sets of clinical and administrative data.
HL7’s mission is to provide messaging standards for the exchange, management, and integration
of data that supports clinical patient care and the management, delivery, and evaluation of
healthcare services. Specifically, the organization works to create flexible, cost-effective
approaches, standards, guidelines, methodologies, and related services for interoperability
between healthcare information systems.
The ICSR message is specifically designed to support individual case safety reports and does not
support population-based case reporting for disease surveillance or outbreak events. The message
can support international safety reporting between public health organizations.
This implementation guide refers to portions of the ICSR Release 2 message that capture the
information needed to report a device adverse event.
The electronic submission process through the ESG encompasses the receipt, acknowledgment
of receipt (to the sender), routing, and notification (to a receiving FDA Center or Office) of the
delivery of an electronic submission. Incoming submissions are processed as follows:
3
3. The submission is automatically transferred to CDRH.
4. Acknowledgment 2 is sent by the ESG to indicate the submission reached CDRH.
5. CDRH validates and processes the submission.
6. Acknowledgment 3 is sent by CDRH to indicate the submission is successfully loaded
into the Adverse Event database or note any errors that occurred during validation and
loading. Acknowledgment 3 is provided in two file formats – xml and html-- both contain
the same information. The two formats are provided to accommodate different user
groups.
FDA Gateway
Industry Server
Partners
Acknowledgement #2 (4) Load to eMDR (5)
CDRH
Acknowledgement #3 (6)
Electronic MDR reporters need to register as trading partners with the ESG to transmit
submissions. For further information, visit
http://www.fda.gov/ForIndustry/ElectronicSubmissionsGateway/default.htm. The site contains
an extensive manual to assist in understanding ESG requirements and a contact email address for
questions about the ESG.
One of the key features of HL7 version 3 is the use of a standard vocabulary as part of the
message. Members of the CDRH ICSR team worked with terminology experts from the National
Cancer Institute Enterprise Vocabulary Service (NCI EVS) to identify the majority of vocabulary
terms for MDRs. These terms will be stored in the NCI Thesaurus—an open-content vocabulary
4
built for interpretation and access by both people and computers. Concepts such as event type
have an alphanumeric code that corresponds to Death, Serious Injury, and Malfunction. The
receiving system then accesses the vocabulary service information—in this case the NCI EVS
(National Cancer Institute Enterprise Vocabulary Services)—to translate it from the code to the
appropriate event type.
There are two important concepts related to version 3 that facilitate understanding how the ICSR
was created. These are the Reference Information Model (RIM) and Common Message Element
Type (CMET).
1 www.hl7.org
5
particular purpose (e.g., the Individual Case Safety Report) is developed, it is constructed in such
a way that the resulting model is fully consistent with and derived from the Reference
Information Model. The model that is developed, known as a Refined Message Information
Model (RMIM), uses the base classes from the RIM—Act, Act Relationship, Entity, Role—and
draws on the attributes that have been defined for those classes (i.e., ICSR is an RMIM and uses
the base classes from the RIM).
For a more detailed explanation of how messages are created in HL7 Version 3, refer to the
following:
HL7 ICSR Implementation Guide for FDA Adverse Event Reporting (available upon
request from FDA CDRH eMDR Team until published on FDA Website)
Understanding Version 3: A primer on the HL7 Version 3 Communication Standard.
Alexander Monch Publishing, 2005 (available at https://www.hl7.org/library/bookstore)
Figure 2 provides a simple representation of the ICSR Model. This ICSR has five RMIMs: the
base ICSR, A_Device_Intervention, R_Device, A_Substance_Administration, R_Drug. The
CDRH implementation traverses down the device path ONLY. A_Device_Intervention captures
information about the procedure that associates a patient with a device; R_Device captures
information about the device itself.
6
Batch
(Transmission)
Message
(Transmission)
Control Act
Message Payload
ICSR Body
(Base ICSR)
Device Related
Substance Procedure
Administration (A_Device_
Intervention)
Device
Drug
(R_Device)
In HL7, trigger events are identified that initiate the process of information exchange. For the
ICSR, three trigger events are supported: send, update, and delete. At this time, the CDRH
implementation will only be using the ICSR “send” notification PORR_TE040001UV01; that is,
report of a device adverse event and/or product problem is ready for transmission to an eligible
receiver. Other trigger events may be used with further development of the model.
7
There are three components to the ICSR message transaction2—transmission wrapper, control act
wrapper, and message payload.
Transmission
Control Act
Message
Payload
Transmission Wrapper
The transmission wrapper contains information that relates directly to the transmission from
sender to receiver. This is information that would traditionally be captured in a “message header”
(e.g., date of message transmission and message ID).
8
Message Payload
The message payload contains the actual adverse event message, and for medical devices, the
specifics of device adverse event information.
III.4 Vocabulary
The HL7 Version 3 specification uses vocabularies to ensure clear communication across
disparate systems. In each HL7 model, including the ICSR, a vocabulary domain specifies the set
of all the concepts that can be taken as valid values in an instance of a particular field or
attribute. The coded values are identified in the HL7 message by an alphanumeric code and an
object identifier coding system. An Object ID (OID) is a way to uniquely identify an object and
is a managed hierarchy that starts with the International Standards Organization (ISO) and
International Telecommunications Union (ITU). ISO and ITU delegate OID management to
organizations such as NCI and FDA by assigning them OID numbers. OIDs are intended to be
globally unique. They are formed by taking a unique string and adding additional digits in a
unique fashion.
This vocabulary provides unique identification of the concept that the code represents. In
addition, they provide capability for the receiving system to convert those codes into meaningful
terms to be stored in the receiving database or IT system.
Many of the concepts for the CDRH ICSR vocabulary come from the NCI Thesaurus. NCI
Thesaurus assigns a unique concept ID to every item it stores. The snippet below from CDHR
ICSR File illustrates how codes are used in the xml message:
9
<code code="C25208" codeSystem="2.16.840.1.113883.3.26.1.1"
codeSystemName="Weight"/>
<value xsi:type="PQ" value="100" unit="lb" />
code – The actual alphanumeric value that is used to specify the concept or attribute; i.e.,
in this case, weight
codeSystem – Specifies the vocabulary domain. Note the NCI OID, which indicates this
is the NCI domain.
codeSystemName – Descriptive name of the actual attribute or concept being defined in
this snippet
value – The actual value that is associated with the attribute weight
The value attribute is optional. In some cases, the message contains a standard name for an
attribute (e.g., administrativeGenderCode is the standard attribute for gender or sex). Since there
is no requirement for a special code to indicate sex, the code C20197 specifies the value for sex
(in this case “male”), and there is no need for a value attribute.
There are two code sets that will not use the NCI Thesaurus OID because they are maintained by
FDA. These are the Manufacturer and User Facility Report ID numbers. Temporarily, we have
assigned the FDA OID to these numbers. The example below illustrates how to value report
number in the ICSR.
As specified in Table 1, the Vocabulary worksheet in the HL7Medwatch.xls file contains a list
of all value sets for the ICSR implementation and for populating an MDR using the ICSR
format. The columns in the spreadsheet contain the 3500A fields (i.e MedWatch Form 3500A
(2/19) Form Approved: OMB No 0910-0291, expires 11/30/2021), label for the term, the
assigned NCI Code, NCI definition, and FDA definition (if available).
In the future, ICSR terms stored in the NCI Thesaurus will be accessible at the National Cancer
Institute Thesaurus Web site via a browser or Application Programming Interface (API)
10
application. NCI staff has created an NCI Thesaurus User Guide for ICSR to assist programmers
in accessing and downloading the codes.3
11
Use XPath to figure out where in the instance the data should be inserted.
Insert this data into your blank instance.
NOTE: The XPath has been defined to receive specific data. If you have
information that does not conform to a specific field, do NOT add this
information to any required field or the submission may fail.
12
Glossary
API - Application Programming Interface
CDRH – Center for Devices and Radiological Health
CFN – Central File Number
CMET – Common Message Element Type
DTD – Document Type Definition
ESG – FDA Electronic Submissions Gateway
eMDR – electronic Medical Device Reporting
FDA – Food and Drug Administration
FEI – Facility Establishment Identifier
HL7 – Health Level Seven
ICSR – Individual Case Safety Report
ICSR Release 1 – HL7 Normative Edition 2005
ICSR Release 2 – HL7 Normative Edition 2007
ISO – International Standards Organization
ITU – International Telecommunications Union
MDR – Medical Device adverse event Report
MDN – Message Delivery Notice
NCI – National Cancer Institute
NCI EVS – National Cancer Institute Enterprise Vocabulary Service
OID – Object Identifier Code System
OSI – Open Systems Interconnection
RIM – Refined Information Model
RMIM – Refined Message Information Model
SDO – Standards Development Organization
U/F – User Facility
XML – eXtensible Markup Language
XSLT – eXtensible Stylesheet Transformation
13
Hyperlinks
eSubmitter – http://www.fda.gov/ForIndustry/FDAeSubmitter/default.htm
ESG (FDA Gateway) –
http://www.fda.gov/ForIndustry/ElectronicSubmissionsGateway/default.htm
HL7 – http://www.Hl7.org
FDA Data Standards Council http://www.fda.gov/ForIndustry/DataStandards/default.htm
(resources for HL7 messages used by FDA)
CDRH Terminology Files - https://evs.nci.nih.gov/ftp1/FDA/CDRH/About.html
14
Frequently Asked Questions
FDA Electronic Submissions Gateway (ESG)
If you submit an electronic MDR as part of a batch (one XML file containing one or
more reports), the batch file is processed. If the batch file fails the HL7 ICSR validation,
the individual report(s) will be rejected with the following message:
15
error_message: This group of submissions could not be processed because at least 1
submission failed HL7 validation. Report numbers that could be extracted are displayed
above. The following message is the first error that was encountered: Element <badtag>
is not allowed under element <message>.
Please investigate the listed report numbers, fix the validation error and resubmit the
failed MDRs ONLY. Do not resubmit the entire original batch.
When you resubmit the failed MDR(s), you will receive another set of acknowledgments
(Ack1, Ack2 and Ack3). If the failed MDR reports pass the HL7 validation step and fail
further validation checks, Acknowledgment 3 will indicate the status of each report as
loaded successfully or failed to load. Please correct the errors for the failed reports and
resubmit the FAILED reports ONLY. Do not resubmit the entire original batch. When
you resubmit, you will get another set of acknowledgments (Ack1, Ack2 and Ack3).
NOTE: To view sample Ack 2 and Ack 3 notifications in html or xml format, please
refer to the ACK Samples folder located in the Implementation Package shown below:
Implementation Package/eMDR_HL7_ICSR_R2/ACK Examples
The various systems used to process electronic MDRs are independent of each other with
regards to scheduled maintenance and down-times (please refer to Section II.3, Figure 1:
Inbound Submission Processing by FDA ESG). The system that is down determines what
happens to your submission.
The ESG is down – If the ESG is down, acknowledgments 1 and 2 will be delayed. Your
submission will not able to reach CDRH for processing via the eMDR system. For more
information on ESG maintenance and down-time, please refer to
https://www.fda.gov/forindustry/electronicsubmissionsgateway/aboutesg/
ucm367545.htm.
16
eMDR system is down – If the eMDR system is down, acknowledgment 3 will be
delayed. If the eMDR system is down, but the ESG is functional, your submission will be
routed to CDRH, and you will receive acknowledgments 1 and 2. For scheduled
maintenance and down-times for the eMDR system, please visit
https://www.fda.gov/forindustry/electronicsubmissionsgateway/aboutesg/
ucm367545.htm. Unscheduled down-times will be announced via the website. Please
visit the website and subscribe to receive updates so you get notified in a timely fashion.
Are there any formatting requirements for filenames submitted via eMDR?
Please make sure filenames do not contain periods except to indicate the file extension.
Due to the way filenames are read, once a period is encountered, the rest of the filename
is considered the file extension.
Will Requests for Additional Information from CDRH come to us via the ESG,
electronically?
No, at this time the ESG is not set up to handle outgoing requests. You will receive any
request for additional information by mail in keeping with our current practice.
Message Content
Batch submissions are submitted the same way as individual submissions and are
identified with a batchID. For batchID, use the CFN/FEI number concatenated with 24-
17
hour timestamp (yyyymmddhh24miss). For example: CFN = 6666666 Date- 11/14/2006,
Time 18:07:25
batch ID = 6666666-20061114180725
Warning: You must enter a valid CFN or FEI number or your report will be rejected.
Please do not send a report number starting with "6666666-…"
Do I need to indicate each report in a batch with an identifier? If yes, how do I do that?
Yes, you need to indicate each individual report in a batch with a message ID. In the
message, indicate each report in a batch with a numeric using the <id extension> attribute
of the <message> element. The IDs should be numeric starting with 1. If there is more
than one in a batch, make the number sequential.
<message>
<!-- If you are submitting a batch of MDR reports, indicate each report with a messageID below
-->
<id extension="1"/>
NOTE: For Initial Reports, you must assign each suspect drug product with a different
Drug Sequence Number (1-20). Also, be sure not to have any gaps with your sequence
numbers. (Example: 3 suspect drug products entered cannot have a drug sequence
number of 1, 2, and 4. It must be 1,2, and 3)."
For supplemental reports, gaps in the drug sequence number are allowed.
If you fail to comply with these requirements, you will not be able to package your
submission."
18
How do we report supplemental/follow-up information?
In the xml document, new and updated information that can be provided as discrete data
elements on the 3500A form should be reported with the appropriate xml tags. For
example, if you would like to add/append/change device problem codes, please do not
include it as part of “originalText” under H10. Instead, include this information in the
document where you would normally provide device problem codes with the appropriate
xml tags attached. Please provide new or updated text narrative under the appropriate
sections of the MedWatch 3500A form.
<reasonOf>
<detectedIssueEvent>
<!-- Type of Report, BOX G7 -->
<!-- First code is populated with concept ID for Type of Report, Value is code for Follow Up -->
<code code="C53571" codeSystem="2.16.840.1.113883.3.26.1.1"
codeSystemName="Type_of_Report"/>
<text mediaType="text/plain">1</text>
<value xsi:type="CE" code="C53579" codeSystem="2.16.840.1.113883.3.26.1.1"/>
</detectedIssueEvent>
</reasonOf>
<reasonOf>
How do we ‘blank-out’ something we submitted in an initial report? For example, field D4,
Other Number, was submitted as ‘ABCD’ in the initial report. In the supplement, we want
to ‘remove’ or essentially ‘blank-out’ that value. How do we do that?
Warning: You cannot “blank-out” information that was previously submitted. You can
only update the field with new data. It is imperative to be as accurate as possible when
submitting a report (initial or supplemental). If the field in question is not a required field
for submission and you are unsure as to what information to enter, leave it “blank” or
“null”. (For fields that accept a nullFlavor responses, please refer to the ‘How do I
address null values?’ FAQ section in this document). Once you have obtained the correct
information, you can submit a supplemental report with the correct information.
If you submit an initial report and realize that you want to remove the data from the
report, you will NOT be able to, by submitting a supplemental report and adding a
‘blank’ or ‘null” value to the field. The system will interpret the field as no change from
the initial report, and the data will not be updated for that field. Please use field H10 to
explain the change or indicate the change for the field.
19
Yes. Responses to FDA’s Request for Additional Information can be reported under
Section H10. This includes all discrete data elements. Please note this is different from
how supplemental reports are submitted (refer to question above). You may submit the
letter you received as part of the attachment to the message.
Make sure you use vocabulary code C53579 to indicate the report as a follow-up in
Section G7 and use the <text> attribute to provide follow-up number. In addition, please
use vocabulary code C53587 in Section H2 to indicate the follow-up is a Response to
FDA Request.
<!-- Attachments to the MDR can be embedded below. Please refer to the implementation
materials for information on how to embed a document -->
<attachment>
<id nullFlavor="NA"/>
<text mediaType="text/plain" representation="B64">
cmFtZXdvcmsgMS42Jz4NCjxyZGY6UkRGIHhtbGg==
<reference value="sample_attachment.pdf"/>
</text>
</attachment>
There are several free, base64 encoding utilities and libraries available on the Internet in
a variety of languages and platforms. See worksheet 3500_HL7 in the
HL7Medwatch.xls files in the CDRH ICSR package for more details.
If you have multiple files with different file types that need to be submitted as
attachments, you have the option to zip all documents and attach it as one zipped
file or attach each individual attachment separately.
Multiple zip files for a single MDR will be accepted only when a special
relationship exists between the different files being sent as attachments – for
example, information that requires a series of linked files to open, such as a main
20
document with hyperlinks that each need a file of its own; lab-results in different
documents, but that are tied together; lab results and x-rays for the same patient
etc.
The maximum filename length for all attachments is a combined 200 characters.
If there are multiple attachments, they should be zipped together so that the
maximum filename length can be preserved.
NOTE: For High Volume (HV) submitters, please be sure to submit only one
XML file and NOT include any archive files (ex. tar.gz) that the ESG guide says
are okay for multi-file submissions.
Depending on the source of the initial report, you may submit information as follows:
1. User facility or importer report – Include report information by populating the
appropriate fields of the message; i.e., populate all sections of the message
pertaining to MedWatch 3500A Section F.
2. Voluntary report – Submit as an attachment to the message.
3. If you have more than one source report for the event; that is, (1) and (2) as
described above, you may include one report as part of the message and submit
others as an attachment.
Where null values are accepted, we strongly encourage you to please use the following
allowable null values attribute instead of leaving the fields blank. The allowable values
for nullFlavor in eMDR are:
However, for code fields such as F10 problem codes, please use actual code values to
indicate ‘unknown’ whenever possible instead of a null value. For example, if device
problem is not known, please use code 2204 instead of a null value.
21
Warning: Where null values are accepted, you must enter a null value in the nullFlavor
attribute. If you enter a null value in an attribute other than the nullFlavor attribute, (I.e.
the value attribute) the submission will fail.
Refer to the coreschemas folder in the implementation package to determine which fields
have the nullFlavor attribute.
Dates:
For date values, indicate null value as <effectiveTime nullFlavor="NI"/>.
So when you have data for a date field, it looks like this:
<time>
<low value="20060116" />
<high value="20061016" />
</time>
And when you do not have data for a date field, it looks like this:
<time>
<low nullFlavor="NI"/>
<high nullFlavor="NI"/>
</time>
There may be a desire to populate the value attribute with a nullFlavor, but this is
incorrect:
<time>
<low value="NI" />
<high value="NI" />
</time>
Boolean:
For Boolean values that need to be indicated as null (e.g. <value xsi:type="BL"
value="false" />), you can indicate null value as follows:
<value xsi:type="BL" nullFlavor="NI" />
Other Boolean values (e.g. <receiver negationInd="false"/>) use nullFlavors in the same
way:
<receiver nullFlavor="NI"/>
22
Please refer to the earlier FAQ on ‘blanking-out’ or ‘removing’ a value in an initial report
to be sure you understand how null values are interpreted in Supplemental reports.
NOTE: The XML file is encoded in UTF-8, but the only special characters allowed are
those included in https://msdn.microsoft.com/en-us/library/cc195054.aspx
How do I submit explanations when I choose “Other” for a field in the 3500A?
You can use <originalText></originalText> to submit explanations for other. This example
is taken from CDRH ICSR R2 file 3500A_Sample_HL7_Submission.xml. It shows the
use of “Other” with an explanation for Section H7.
<deviceObservation>
- <!-- If Remedial Action Initiated, Check Type, BOX H7 -->
- <!-- Code is populated with Concept ID for Type_of_Remedial_Action, Value is code for
Other -->
<code code="C53603" codeSystem="2.16.840.1.113883.3.26.1.1"
codeSystemName="Type_of_Remedial_Action" />
- <value xsi:type="CE" code="C17649" codeSystem="2.16.840.1.113883.3.26.1.1">
- <!-- populate below if OTHER was chosen for H7, text to explain OTHER -->
<originalText>Something else entirely different happened</originalText>
</value>
</deviceObservation>
We normally submit two addresses under G1—Contact Office (name and address) and
MDR contact address and manufacturing site address. How can we do that in the HL7
ICSR message?
The current ICSR release being implemented allows only ONE address under G1.
However, we have implemented a workaround for the near term, which allows two
addresses to be submitted—both the MDR contact name and address and the
manufacturing site address.
Repeat the <contactParty/> block in the message twice. Submit MDR contact information
as the first address or address one and manufacturing site information as the second
address or address two. Please refer to the mappingInstance.xml document to see an
example.
23
Note that the order of the addresses determines which address gets loaded to which
location in the database, so it is extremely important to submit the correct address in the
order noted above.
If your high-volume system is down, the FDA recommends that you create submissions
via the CDRH’s electronic submission tool, eSubmitter. Once you have successfully
created and packaged your submission with the eSubmitter software, you can use your
ESG WebTrader account as a backup and submit your submissions to the FDA.
Electronically submitted adverse event reports do not have all the fields found in the 3500A
form able to be mapped. How should we send information that is not able to be mapped to
a 3500A field?
Correct. Some fields such as G5’s check boxes for combination product, pre-1938, and
OTC product are not available for mapping. If you would like to indicate this information
or any information that is not mapped, please use section H10 (manufacture narrative) to
indicate this information.
Testing Process
We recommend you do some internal testing by sending a few test submissions through
to make sure you receive all three acknowledgments. Once your internal testing is
complete, you are ready to begin formal testing with CDRH eMDR Team.
Formal testing is an interactive process where you work closely with the eMDR team to
make sure your electronic submissions load accurately into our test systems. It is critical
that you inform the eMDR Team before you begin testing. Please send an email to
24
[email protected] to schedule testing. Once testing is complete, the eMDR Team will
inform the ESG team to provide you with a production ESG account. All submissions
sent using the production ESG account will be loaded to production MAUDE.
If you are using the HL7 ICSR high volume option, please make sure you “validate”
your submission against the HL7 ICSR R2 schema (Con170227.xsd file in the
eMDRHL7 implementation package coreschema folder) before submitting it to CDRH.
This file is also available at http://www.accessdata.fda.gov/eMDR/Impl_files/
Con170227.xsd. Files that do not validate cannot be processed. Refer to Section III.7
for more information on validation.
Below are five types of reports that are requested for testing. If a particular report does
not apply to your situation, please discuss with an eMDR team member.
(1) A complete initial manufacturer MDR (fill every manufacturer report field)
(2) A supplemental MDR to submission #1
(3) An initial MDR with an attachment. This test is not required for firms with AS2
software that does not support attachments
(4) A complete initial MDR user facility or importer report (F2 UF/importer report
number filled, but sections G and H empty). This test is not required for firms that
will never submit a user facility or importer report.
(5) A batch submission that includes more than one MDR in a single XML file. This
test is not required for firms with AS2 software that does not support batch
submissions
25
If you have additional scenarios of reports that you submit and would like to submit them
as a test, please contact an eMDR team member to set up testing.
Test submissions are only stored for two weeks in the pre-production environment, so
you will not be able to use older submissions from your initial testing.
Other Questions
Do I need to indicate the Release of ICSR in the message? If yes, how do I do that?
Yes, you need to indicate the Release of ICSR you are submitting.
In the message, you indicate the appropriate release at the beginning, using the
<versionCode> element as shown below.
<versionCode code="V3NORMED_2016"/>
26
NOTE: The FDA no longer accepts ICSR R1 “V3NORMED_2005” and will only
accept the ICSR R2 version.
How do we get updates on the eMDR Program, system maintenance and down-times?
eMDR system status information will be posted on the eMDR website at
https://www.fda.gov/medical-devices/mandatory-reporting-requirements-manufacturers-
importers-and-device-user-facilities/emdr-electronic-medical-device-reporting
For all ESG questions, please contact the ESG staff as indicated on their Web site
http://www.fda.gov/ForIndustry/ElectronicSubmissionsGateway/default.htm.
27
2. Production Identifier(s) (PI)—a conditional, variable portion of a UDI. If any of the
following is included in the label of a device, it must also be included in the PI.
Any identifiers other than the five listed below are outside the scope of FDA regulated
UDI. Each of these five identifiers may also be called a “PI.”
the lot or batch number within which a device was manufactured;
the serial number of a specific device;
the expiration date of a specific device;
the date a specific device was manufactured;
for an HCT/P regulated as a device, the distinct identification code required by 21
CFR §1271.290(c).
For more information regarding the format of the UDI, refer to the following Unique
Device Identifier FAQ document located at:
http://www.fda.gov/downloads/MedicalDevices/DeviceRegulationandGuidance/
GuidanceDocuments/UCM410439.pdf
NOTE: Manufacturer and distributor reports should include the DI only. User Facility
reporters who cannot parse the DI out of the complete UDI should include the whole
human-readable UDI.
What is a Drug Sequence Number used for?
A drug sequence number is a numeric value between 1 and 20 that is associated to a specific
suspect drug product. A submission can contain up to 20 suspect drug products per submission.
The drug sequence number is a unique identifier associated to each suspect product so that it can
be used to identify and update any suspect product (via supplemental reports).
NOTE: Your submission will not be processed if one of the following occurs:
Missing Drug Sequence Number
A gap in the drug sequence numbers associated with your suspect products pertaining to
an initial report
Example: 3 suspect products added to a submission. The Drug sequence numbers
should be 1, 2, and 3. It cannot be 1, 2, and 4.
A duplicate drug sequence number within an initial or supplemental report
A gap in the drug sequence number with respect to all submissions (initial and
supplements)
Example: 2 suspect products added to the initial submission with drug sequence
numbers 1 and 2. A supplemental report containing a new suspect product with a
drug sequence number of 4
Where do I enter Concomitant Medical Products and Therapy Dates for Section C2?
All Concomitant Medical Products and Therapy Dates should be entered in section D10.
28