  

 

Resources

 ## Breadcrumb

1. [Home](/)
2. [Resources](/resources/resource-center)
3. [Resource Center](/resources/resource-center)
 
  

 

 

# TraceLink Brazil Community: ANVISA Approval Sets Aggressive Timeline in Motion

 

 

 

 

 

 ![banner-image](https://www.tracelink.com/sites/default/files/2021-04/brazil-webinar-ii-cp-thumbnail.png) 

 

 

 

 

- [Download PDF](/node/21011/pdf)
- [Share](#)
    - [ LinkedIn ](https://www.linkedin.com/shareArticle?mini=true&url=https://www.tracelink.com/resources/resource-center/tracelink-brazil-community-anvisa-approval-sets-aggressive-timeline&title=TraceLink Brazil Community: ANVISA Approval Sets Aggressive Timeline in Motion&summary=Read the recap: Final approval of the Normative Instruction, industry impact, business use cases, and 3PL readiness.&source=TraceLink "LinkedIn")
    - [ Facebook ](https://www.facebook.com/share.php?u=https://www.tracelink.com/resources/resource-center/tracelink-brazil-community-anvisa-approval-sets-aggressive-timeline&t=TraceLink Brazil Community: ANVISA Approval Sets Aggressive Timeline in Motion "Facebook")
    - [ Mail ](mailto:?subject=TraceLink Brazil Community: ANVISA Approval Sets Aggressive Timeline in Motion+|+TraceLink&body=https://www.tracelink.com/resources/resource-center/tracelink-brazil-community-anvisa-approval-sets-aggressive-timeline "Mail")
    - [ Twitter ](https://twitter.com/intent/tweet?text=TraceLink Brazil Community: ANVISA Approval Sets Aggressive Timeline in Motion https://www.tracelink.com/resources/resource-center/tracelink-brazil-community-anvisa-approval-sets-aggressive-timeline&via=TraceLink "Twitter")
 
 

 

 

 

 

#### Table of contents

 

 

 

### Key Takeaways from the August 2021 Brazil Special Interest Group sessions

- On August 20, ANVISA approved the Normative Instruction, which confirms the April 28, 2022 deadline for manufacturers, wholesalers, and dispensers to serialize products and report events for those products entering commercialization on or after the deadline.
- Approval of the Normative Instruction is expected to facilitate discussions with ANVISA on clarifying questions on multiple reporting use cases, including imported products.
- Tracelink has developed a survey for its customers to use to assess the readiness of third-party logistics providers (3PLs) that they plan to authorize as proxies for reporting to SNCM, ANVISA’s traceability system.

### Approval of Normative Instruction confirms April deadline

With its approval of the Normative Instruction on August 20, Brazil’s Health Regulatory Agency, ANVISA, is sending a clear message that it expects all segments—manufacturers, importers, distributors, and dispensers—to comply with the April 28, 2022 deadline. ANVISA has reiterated that the agency does not have the authority to change the date as it is written into the law.

TraceLink’s Brazil Director, Luca Gabrielli, noted that ANVISA has acknowledged the complexity of implementing the serialization and track and trace capabilities but has reiterated that, as a regulatory body, it’s bound by the existing law that defines April 28, 2022 as the date by which products must be serialized and reporting to SNCM must begin.

### The impact on manufacturers and importers

Luca Gabrielli summarized the key provisions from the approved Normative Instruction:

- All supply members must meet the requirements of the SNCM, including wholesalers and dispensers. As a result, manufacturers’ downstream partners will require serialization and aggregation information for received shipments in order to fulfill their reporting obligations.
- The ANVISA registry holder (manufacturer or importer) is required to provide product master data to the SNCM for current products licensed in Brazil. Master data for new products must be provided as they are launched.
- The date by which products must be serialized before they can enter the Brazil market is April 28, 2022.
- The date after which events must be reported to the SNCM is April 28, 2022.
- Manufacturers must submit a Serialization Plan within 30 days of the SNCM system becoming available that outlines how they will implement serialization and reporting for Brazil products.
- Manufacturers and Importers are expected to adapt their Brazil compliance solution as ANVISA continues to develop the SNCM system and reporting processes.

In response to member questions around reporting requirements, Luca Gabrielli pointed out that the reporting requirement applies only to products serialized after April 28, 2022 and that, with the approval of the Normative Instruction, ANVISA is expected to provide more clarification around requirements for a number of unaddressed business use cases, such as reporting on imported products.

Finally, Luca Gabrielli noted that ANVISA can impose penalties on companies that are not in compliance, including fines; shutting down a production or distribution facility; and initiating an audit of the manufacturer.

### Assessing 3PL readiness: Questions manufacturers and importers should ask

In his presentation, TraceLink project manager Greg Firestone noted that some companies may choose to designate a third-party logistics provider (3PL) as a proxy for reporting to SNCM. TraceLink is providing an assessment to its customers to ensure that a 3PL has the capabilities and infrastructure to keep the delegating company compliant. The survey covers 5 key areas:

- Data Management
- Validation
- Proxy Reporting Capabilities
- Horizontal Data Exchange
- Disaster Recovery/Business Continuity

Greg Firestone also pointed out that TraceLink compliance customers can—and should—be configuring their core Serialized Operations Manager application with Brazil product and partner master data to be ready when the Brazil Compliance module is released in September.

### Stay informed with TraceLink’s Brazil Special Interest Group and Product Innovation Forum

TraceLink's Brazil Special Interest Group will soon convert to a Product Innovation Forum where TraceLink customers can discuss business requirements and get updates on TraceLink’s Brazil Compliance and Serialized Traceability solutions for horizontal data exchange. TraceLink’s Brazil Community meets every two weeks on Thursdays. [Join the TraceLink Community.](https://go.tracelink.com/TraceLink-Communication-Center.html "Link to TraceLink Communications Preference Center")



 

 

[Brazil](/region-type/brazil) 

 

 

 

#### Table of contents

 

 

 

Contact Us

 

Learn more about Brazil compliance solutions from TraceLink.


    document.addEventListener("DOMContentLoaded", function() {
        // Delay the execution by 2 seconds (2000 milliseconds)
        setTimeout(function() {
            (function() {
                'use strict';
                // Load Marketo form
                MktoForms2.loadForm("//go.tracelink.com", "776-BAW-230", 2259);
            })();
            
            // Wait until the Marketo form is loaded
            MktoForms2.whenReady(function(form) {
                var formElement = document.getElementById('mktoForm_2259');
                if (!formElement) {
                    console.error("Form with id 'mktoForm_2259' not found.");
                    return;
                }
                
                var formLocation = formElement.querySelector("input[name=formLocation]");
                
                // Get the current URL and set the formLocation field
                if (formLocation) {
                    var currentURL = window.location.href;
                    formLocation.value = currentURL;
                }
                // Add onSuccess handler
                form.onSuccess(function(values, followUpUrl) {

                    var formElem = form.getFormElem()[0];
                    if (formElem) {
                        formElem.style.display = 'none';
                    } else {
                        console.warn("Form element could not be found to hide it.");
                    }
                    var confirmMessage = document.getElementById('confirmform');
                    if (confirmMessage) {
                        confirmMessage.style.display = 'block';
                    } else {
                        console.warn("Confirmation message with id 'confirmform' not found.");
                    }
                    
                    return false;  // Prevent the form from submitting normally
                });
            });
        }, 2000);  // Delay for 2 seconds
    });
**Thank you for contacting us; we’ll be in touch shortly.**





 

 

 

 

 

 

 

##### More Brazil Compliance Resources

 

 [ ![Brazil webinar](https://www.tracelink.com/sites/default/files/styles/resize_image_style_640_480/public/2021-04/brazil-webinar-ii-cp-thumbnail.png.webp?itok=Lxg24drM) ](/resources/resource-center/brazil-anvisa-normative-instruction-spurs-industry-action-ahead-april) 

#####  Brazil: ANVISA Normative Instruction Spurs Industry Action Ahead of April 2022 Deadline 

 See key provisions of the ANVISA Normative Instruction and what manufacturers and importers must do to meet the April 2022 deadline. 

 

 [View More](/resources/resource-center/brazil-anvisa-normative-instruction-spurs-industry-action-ahead-april) 

 

 [ ![Brazil webinar](https://www.tracelink.com/sites/default/files/styles/resize_image_style_640_480/public/2021-04/brazil-webinar-ii-cp-thumbnail.png.webp?itok=Lxg24drM) ](/resources/resource-center/brazil-deadline-final-normative-instruction-all-segments) 

#####  Brazil Deadline: Final Normative Instruction Means All Segments Must Comply by April 2022 

 With only 8 months before the deadline, learn why manufacturers need to start their Brazil compliance projects now. 

 

 [View More](/resources/resource-center/brazil-deadline-final-normative-instruction-all-segments) 

 

 [ ![Basics](https://www.tracelink.com/sites/default/files/styles/resize_image_style_640_480/public/2021-02/brazil-horizontal-integration-infographic-3d.jpg.webp?itok=xTd4a0Lt) ](/resources/resource-center/brazil-compliance-horizontal-integration-infographic) 

#####  Horizontal Integration in Brazil: The Key to Compliance, Business Continuity, and Operational Efficiency 

 Download this infographic to learn why horizontal integration in Brazil is the key to compliance, business continuity, and operational efficiency. 

 

 [View More](/resources/resource-center/brazil-compliance-horizontal-integration-infographic) 

 

 [ ![brazil-compliance-thumbnail.jpg](https://www.tracelink.com/sites/default/files/styles/resize_image_style_640_480/public/_global-asset/images/solutions/compliance-and-track-trace/brazil-compliance-thumbnail.jpg.webp?itok=I7xp_oCy) ](/resources/resource-center/brazil-compliance-risk-factors-of-using-your-lms-provider) 

#####  5 Risk Factors of Using Your LMS Provider to Meet Brazil Compliance Requirements 

 Learn why Line Management System (LMS) vendors can’t compare to TraceLink’s enterprise-level data management capabilities for Level 4 - Level 5 serialization. 

 

 [View More](/resources/resource-center/brazil-compliance-risk-factors-of-using-your-lms-provider) 

 

 [ ![3d-brazil-serialization-timeline-infographic.gif](https://www.tracelink.com/sites/default/files/styles/resize_image_style_640_480/public/_global-asset/images/insights/3d-brazil-serialization-timeline-infographic.gif.webp?itok=nwt8M6cM) ](/resources/resource-center/brazil-compliance-a-step-by-step-approach-to-serialization) 

#####  Brazil Compliance: A Step-by-Step Approach to Serialization 

 Begin your Brazil serialization journey and see why you need to start today to meet the April 2022 ANVISA deadline. Download the infographic. 

 

 [View More](/resources/resource-center/brazil-compliance-a-step-by-step-approach-to-serialization) 

 

 [ ![gdsst-report-2016-tracelink.png](https://www.tracelink.com/sites/default/files/styles/resize_image_style_640_480/public/_global-asset/images/insights/gdsst-report-2016-tracelink.png.webp?itok=iPW8x1S7) ](/resources/resource-center/2016-global-drug-supply-safety-and-traceability-report) 

#####  2016 Global Drug Supply, Safety and Traceability Report 

 See how 331 life sciences companies are faring with DSCSA lot-level requirements and serialization readiness. 

 

 [View More](/resources/resource-center/2016-global-drug-supply-safety-and-traceability-report)