  

 

Resources

 ## Breadcrumb

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

 

 

# Bahrain: Firm October Deadline Requires Fast Action to Meet Mandate

 

 

 

 

 

 ![banner-image](https://www.tracelink.com/sites/default/files/_global-asset/images/homepage/new-homepage/homepage.saudi-arabia-compliance.gif) 

 

 

 

 

- [Download PDF](/node/19836/pdf)
- [Share](#)
    - [ LinkedIn ](https://www.linkedin.com/shareArticle?mini=true&url=https://www.tracelink.com/resources/resource-center/bahrain-firm-october-deadline-requires-fast-action-meet-mandate&title=Bahrain: Firm October Deadline Requires Fast Action to Meet Mandate&summary=Read this quick guide to Bahrain requirements—and why TraceLink customers are already “solution ready”.&source=TraceLink "LinkedIn")
    - [ Facebook ](https://www.facebook.com/share.php?u=https://www.tracelink.com/resources/resource-center/bahrain-firm-october-deadline-requires-fast-action-meet-mandate&t=Bahrain: Firm October Deadline Requires Fast Action to Meet Mandate "Facebook")
    - [ Mail ](mailto:?subject=Bahrain: Firm October Deadline Requires Fast Action to Meet Mandate+|+TraceLink&body=https://www.tracelink.com/resources/resource-center/bahrain-firm-october-deadline-requires-fast-action-meet-mandate "Mail")
    - [ Twitter ](https://twitter.com/intent/tweet?text=Bahrain: Firm October Deadline Requires Fast Action to Meet Mandate https://www.tracelink.com/resources/resource-center/bahrain-firm-october-deadline-requires-fast-action-meet-mandate&via=TraceLink "Twitter")
 
 

 

 

 

 

#### Table of contents

 

 

 

**For companies that distribute medicines in Bahrain, the October 2021 deadline for Invoicing Companies / Marketing Authorization Holders (MAHs) means that they must act quickly to ensure that they can continue to sell products in the Kingdom after October.**

The good news is that the technical requirements follow GS1 encoding standards for serialization and aggregation as well as EPCIS data models and event types. While this provides a solid starting point, it will be critical for companies to review their business and trade partner networks to identify use cases that must be addressed in implementing a Bahrain compliance solution.

### Key Bahrain track &amp; trace requirements

The fundamental components of the Bahrain track &amp; trace regulations closely follow those of other countries:

- Application of a GS1-standard barcode to in-scope medicines, including human-readable data elements
- Provisioning and commissioning of a unique serial number at the individual unit of sale level
- Capture and traceability of commissioning, aggregation, and shipping events
- Reporting to the NHRA central system (NHRA-MVC Traceability Hub)

For its initial implementation, Marketing Authorization Holders (MAHs) and Invoicing Companies must register and report in-scope medicines with the Bahrain National Health Regulatory Authority (NHRA). While locally produced medicines are subject to the serialization and reporting requirements, the majority of products governed by the regulations will be:

- Foreign-produced medicines imported as finished goods
- Imported medicines that are sub-packaged locally
- Non-registered medicines with a temporary importation license

It’s important to note that the regulations do not make any provision for allowing a 3rd party entity, such as a 3PL, to file reports with the MVC Hub on behalf of an MAH. If the MAH is the Invoicing Company, they are required to report.

### Dates and milestones for Bahrain compliance

Bahrain track &amp; trace regulations were signed into law in November 2017, triggering a series of milestones that will culminate in October 2021, when enforcement will officially begin:

- **April 2018** Product master data reported to GS1 UAE BrandSync portal
- **December 2019** Barcoding and serialization
- **January 2021** MAH registered with the MVC Hub
- **October 2021** MAHs certified and reporting shipment information to the MVC Hub.
- **May 2022** Aggregation becomes mandatory

The handling of automated shipment voids, returns, and other exceptions involving third parties and in-country partners are expected to be addressed in future guidance from the NHRA.

### Product aggregation requirements in Bahrain

Product aggregation will be optional in Bahrain until May 2022, when it will be an enforced requirement. End-state aggregation at time of shipment is expected:

- Only packing events are reportable.
- Intermediate operational events in the warehouse are NOT reportable.
- Unpacking events are NOT reportable.

NHRA requirements for aggregating products follow GS1-standard serialized shipping container coding (SSCC) configurations with a maximum of 5 levels.

### With TraceLink, you’re “solution ready” for Bahrain compliance

As with other markets that rely on imported medicines and local supply chains, the transfer of ownership, reporting responsibilities, and CMO and 3PL data exchange will require careful choreography between your serialization and compliance operations. Adding a Bahrain compliance module to your existing TraceLink solution simplifies—and shortens—the path to meeting this important market mandate.

### Join the Bahrain Special Interest Group

On May 6, our TraceLink Community team will be launching a Bahrain Special Interest Group (SIG) for TraceLink customers to discuss preparations for the upcoming October deadline. To register, [visit the TraceLink communication preference center](https://go.tracelink.com/tracelink-communication-center "Link to TraceLink Communications Preference Center"):

- Select “Join the TraceLink Community” checkbox
- Once the new options appear, select the “Bahrain” check box
- Scroll to the bottom of the page and select the “Update Communication Preference” box to submit your request



 

 

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

 

 

 

#### Table of contents

 

 

 

Contact Us

 

Learn more about Bahrain compliance solutions from TraceLink.

CONTACT US

 

 

 

 Contact Us

 

Learn more about Bahrain 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 Global Compliance Resources

 

 [ ![Map of Bahrain and Manama](https://www.tracelink.com/sites/default/files/styles/resize_image_style_640_480/public/2021-04/Bahrain_Thumbnail_Map_2.png.webp?itok=Dkc_OJMp) ](/resources/resource-center/bahrain-compliance-leveraging-your-tracelink-advantage) 

#####  Bahrain Compliance: Leveraging Your TraceLink Advantage 

 Learn what companies must do first to ensure that they can sell products in Bahrain after October 2021. 

 

 [View More](/resources/resource-center/bahrain-compliance-leveraging-your-tracelink-advantage) 

 

 [ ![thumbnail of Bahrain compliance infographic shown in tablet](https://www.tracelink.com/sites/default/files/styles/resize_image_style_640_480/public/2021-04/Bahrain_Infographic_3DImage.jpg.webp?itok=KDXecJUu) ](/resources/resource-center/meeting-bahrain-compliance-deadline-visual-guide) 

#####  Meeting The Bahrain Compliance Deadline: A Visual Guide 

 Download this visual guide to understand Bahrain requirements, deadlines, and who must comply. 

 

 [View More](/resources/resource-center/meeting-bahrain-compliance-deadline-visual-guide) 

 

 [ ![eu-fms-video-clip-2.jpg](https://www.tracelink.com/sites/default/files/styles/resize_image_style_640_480/public/_global-asset/images/insights/eu-fms-video-clip-2.jpg.webp?itok=hoJjb9zP) ](/resources/resource-center/cmo-line-upgrades-who-will-pay) 

#####  CMO Line Upgrades: Who Will Pay? 

 Pharma companies and CMOs must work together closely to be ready for serialization, yet there is no established commercial model. Learn about the dynamics. 

 

 [View More](/resources/resource-center/cmo-line-upgrades-who-will-pay) 

 

 [ ![eu-flag-yellow-600x338.png](https://www.tracelink.com/sites/default/files/styles/resize_image_style_640_480/public/_global-asset/images/insights/eu-flag-yellow-600x338.png.webp?itok=t99vPPEm) ](/resources/resource-center/serialization-onboarding-partnerships-the-hub-under-eu-fmd) 

#####  Serialization, Onboarding Partnerships &amp; the Hub under EU FMD 

 Learn from use cases that explore hub connectivity, onboarding &amp; implementation timelines to meet compliance by February 2019. 

 

 [View More](/resources/resource-center/serialization-onboarding-partnerships-the-hub-under-eu-fmd) 

 

 [ ![edge-scanner-tracelink-tn.jpg](https://www.tracelink.com/sites/default/files/styles/resize_image_style_640_480/public/_global-asset/images/insights/edge-scanner-tracelink-tn.jpg.webp?itok=64A4Ibc5) ](/resources/resource-center/leading-india-pharma-co-gains-edge-in-operational-efficiency-compliance) 

#####  Leading India Pharma Co. Gains Edge in Operational Efficiency, Compliance 

 Download this PDF to learn how an Edge solution can improve your operational efficiency. 

 

 [View More](/resources/resource-center/leading-india-pharma-co-gains-edge-in-operational-efficiency-compliance) 

 

 [ ![flbposter_ferrer-thumbnail.png](https://www.tracelink.com/sites/default/files/styles/resize_image_style_640_480/public/_global-asset/images/insights/flbposter_ferrer-thumbnail.png.webp?itok=kQasJEB-) ](/resources/resource-center/case-study-ferrer-building-a-master-data-strategy-for-eu-fmd) 

#####  Case Study: Ferrer | Building a Master Data Strategy for EU FMD 

 Learn how Ferrer worked with TraceLink to manage its master data for EU FMD compliance. 

 

 [View More](/resources/resource-center/case-study-ferrer-building-a-master-data-strategy-for-eu-fmd)