  

 

Resources

 ## Breadcrumb

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

 

 

# SIG Recap: Breaking Down China Importing and Recall Reporting Choreographies

 

 

 

 

 

 ![banner-image](https://www.tracelink.com/sites/default/files/_global-asset/images/events/thumbnails/china-compliance-thumbnail.png) 

 

 

 

 

- [Download PDF](/node/19816/pdf)
- [Share](#)
    - [ LinkedIn ](https://www.linkedin.com/shareArticle?mini=true&url=https://www.tracelink.com/resources/resource-center/sig-recap-breaking-down-china-importing-and-recall-reporting&title=SIG Recap: Breaking Down China Importing and Recall Reporting Choreographies&summary=TraceLink’s March China SIG sessions looked at China's expanded requirements and how they might affect key business scenarios.&source=TraceLink "LinkedIn")
    - [ Facebook ](https://www.facebook.com/share.php?u=https://www.tracelink.com/resources/resource-center/sig-recap-breaking-down-china-importing-and-recall-reporting&t=SIG Recap: Breaking Down China Importing and Recall Reporting Choreographies "Facebook")
    - [ Mail ](mailto:?subject=SIG Recap: Breaking Down China Importing and Recall Reporting Choreographies+|+TraceLink&body=https://www.tracelink.com/resources/resource-center/sig-recap-breaking-down-china-importing-and-recall-reporting "Mail")
    - [ Twitter ](https://twitter.com/intent/tweet?text=SIG Recap: Breaking Down China Importing and Recall Reporting Choreographies https://www.tracelink.com/resources/resource-center/sig-recap-breaking-down-china-importing-and-recall-reporting&via=TraceLink "Twitter")
 
 

 

 

 

 

#### Table of contents

 

 

 

The industry continues to monitor activity by China’s regulatory agency, the National Medical Products Administration (NMPA), for news and technical guidance on its Collaborative Service Platform as well as for any signs of new interim compliance deadlines. In its two March sessions, TraceLink’s China Special Interest Group (SIG) reviewed the expanded compliance requirements with respect to its legacy requirements and focused on how the new compliance regime might affect specific business scenarios, including requirements for imported products, recalled products, and temperature-controlled products.

### Reinforcing the need for readiness

Although the exact date has not been announced, full traceability of medicines is expected to go into effect sometime in 2022. A critical milestone will be the availability of the NMPA Collaborative Service Platform for product registration and reporting. Once the system is “live,” companies should expect an accelerated pace of testing and implementation of their serialization and reporting solutions and core capabilities:

**Traceability Reporting**

- Provide accurate information to regulatory authorities across the whole process of drug manufacturing and distribution
- Retain drug traceability records and certificates for 5+ years

**Serialization**

- Apply a unique DTC (drug traceability code) to the sales packaging unit at each level
- File each drug traceability code to the NMPA Collaborative Service Platform prior to allocation and application
- Create aggregation relationships among the drug traceability codes at all levels

**Supply Chain Data Exchange**

- Provide traceability information to downstream enterprises or medical institutions for product verification and acceptance

The China SIG also regularly reviews and analyzes the significant “data gap” companies face as they transition from the 2015 reporting requirements to the 2019 reporting requirements. In all, TraceLink has identified as many as 15 additional system information sets—including master data and transactional data sets—as well as an estimated 35 data field-level gaps within those sets. It will be critical for companies to have their data prepared for testing as soon as the NMPA system is ready.

### Breaking down three key business scenarios

A primary goal of the TraceLink SIG is breaking down different reporting choreographies and identifying the business entities and the roles they play in manufacturing, importing, distributing, and dispensing medicines. In March, the SIG looked at three important scenarios:

- **Production Outside China, Import, and Sell at Free Trade Zone.** The SIG looked at the basic reporting requirements for products entering China and ultimately finding their way to the China Free Trade Zone. The roles of the manufacturer, customs warehouse, and importer in reporting were mapped out, as well as the Drug Self-Inspection and Test Information and Delivery Order/Sales Information reporting requirements.
- **Drug Recall Reporting.** An especially important—and complex—topic was understanding the reverse logistics of recalled products, how these transactions will be reported, and who is responsible for reporting them. Critical dependencies between the Marketing Authorization Holder (MAH) and the importer were also discussed.
- **Temperature Data Upload into the Collaborative Service Platform.** TraceLink and its customers have noted the absence of temperature data in reports to be submitted to the Collaborative Service Platform. Temperature data is a component of traceability datasets published by the NMPA and is required for daily reporting of cold chain products in storage and at warehouse receipt. This possible omission has been communicated to the NMPA and the SIG is awaiting confirmation as to whether this data will be added to the reporting requirements.

### Setting priorities for 2021

TraceLink’s Senior Director of Industry Marketing and Community, Allan Bowyer, continues to collect ideas from members of the China SIG on areas of key concern. Looking ahead to the second quarter, a poll of China SIG attendees revealed an extensive list of concerns and topics for upcoming sessions:

- Managing intermediate deadlines
- Product coding determination
- Transitioning between old and current traceability requirements
- Closing data gaps between the legacy reports and the current traceability reports
- Meeting the downstream data exchange requirement: Tencent, AliHealth, or other partner
- Aligning plans among Global, Affiliate, and (Supply Chain) Partner
- Mapping product importation flows (physical, informational, financial)

### Stay informed with TraceLink’s China Special Interest Group

As 2021 unfolds, TraceLink’s China Special Interest Group will continue to monitor new developments throughout the year to ensure that our customers and their partners have the information and insight they need to ensure compliance and business continuity. Stay up to date on China’s compliance regulations with our weekly regulatory updates.



 

 

[Blog](/category/blog)[China Pharmaceuticals](/category/china-pharmaceuticals)[Global Track &amp; Trace](/category/global-compliance)[Manufacturing](/category/manufacturing)[China](/region-type/china) 

 

 

 

#### Table of contents

 

 

 

Contact Us

 

Learn more about joining the TraceLink community.

CONTACT US

 

 

 

 Contact Us

 

Learn more about joining the TraceLink community.


    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 China Compliance Resources

 

 [ ![china-insights-thumbnail_v01.png](https://www.tracelink.com/sites/default/files/styles/resize_image_style_640_480/public/_global-asset/images/insights/china-insights-thumbnail_v01.png.webp?itok=CbJmpNOr) ](/resources/resource-center/must-know-china-track-and-trace-compliance-terms-for-the-pharmaceutical-supply-chain) 

#####  Must-Know China Track and Trace Compliance Terms for the Pharmaceutical Supply Chain 

 The 2019 China Drug Administration Law introduced track and trace terms and agencies that you need to understand for your China compliance strategy. 

 

 [View More](/resources/resource-center/must-know-china-track-and-trace-compliance-terms-for-the-pharmaceutical-supply-chain) 

 

 [ ![china-insights-thumbnail_v01.png](https://www.tracelink.com/sites/default/files/styles/resize_image_style_640_480/public/_global-asset/images/insights/china-insights-thumbnail_v01.png.webp?itok=CbJmpNOr) ](/resources/resource-center/china-reporting-and-compliance-systems-key-considerations) 

#####  China Reporting and Compliance Systems: Key Considerations 

 What makes China compliance so challenging? Watch this brief overview of China’s 3-tier reporting system to help guide your China serialization strategy. 

 

 [View More](/resources/resource-center/china-reporting-and-compliance-systems-key-considerations) 

 

 [ ![china-insights-thumbnail_v01.png](https://www.tracelink.com/sites/default/files/styles/resize_image_style_640_480/public/_global-asset/images/insights/china-insights-thumbnail_v01.png.webp?itok=CbJmpNOr) ](/resources/resource-center/china-qa-preparing-for-new-reporting-data-and-encoding-requirements) 

#####  China Q&amp;A: Preparing for New Reporting, Data, and Encoding Requirements 

 Learn how China’s National Medical Products Administration (NMPA) new reporting requirements and serialization options will affect pharmaceutical companies. 

 

 [View More](/resources/resource-center/china-qa-preparing-for-new-reporting-data-and-encoding-requirements) 

 

 [ ![china-insights-thumbnail_v02.png](https://www.tracelink.com/sites/default/files/styles/resize_image_style_640_480/public/_global-asset/images/insights/china-insights-thumbnail_v02.png.webp?itok=mptgY_Kv) ](/resources/resource-center/are-your-products-china-ready-three-key-decisions-for-multinational-pharma-companies) 

#####  Are Your Products China Ready? Three Key Decisions for Multinational Pharma Companies 

 China's drug administration law and serialization framework for medicines could affect your China product packaging strategy. Learn how today. 

 

 [View More](/resources/resource-center/are-your-products-china-ready-three-key-decisions-for-multinational-pharma-companies) 

 

 [ ![china-insights-thumbnail_v02.png](https://www.tracelink.com/sites/default/files/styles/resize_image_style_640_480/public/_global-asset/images/insights/china-insights-thumbnail_v02.png.webp?itok=mptgY_Kv) ](/resources/resource-center/will-my-current-china-reports-work-with-the-new-traceability-systems) 

#####  Will My Current China Reports Work with the New Traceability Systems? 

 Learn how China’s amended Drug Administration Law expands the scope of NMPA reporting requirements and impacts your company’s serialization strategy. 

 

 [View More](/resources/resource-center/will-my-current-china-reports-work-with-the-new-traceability-systems) 

 

 [ ![china-insights-thumbnail_v02.png](https://www.tracelink.com/sites/default/files/styles/resize_image_style_640_480/public/_global-asset/images/insights/china-insights-thumbnail_v02.png.webp?itok=mptgY_Kv) ](/resources/resource-center/edmc-or-gs1-3-keys-to-choosing-your-china-traceability-system-provider) 

#####  EDMC or GS1? 3 Keys to Choosing Your China Traceability System Provider 

 See what companies should consider when choosing between GS1 and EDMS encoding in China, and how that affects their choice of traceability system provider. 

 

 [View More](/resources/resource-center/edmc-or-gs1-3-keys-to-choosing-your-china-traceability-system-provider)