  

 

Resources

 ## Breadcrumb

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

 

 

# What a 290-Store Pharmacy Chain Looks for in a Trusted DSCSA Compliance Partner

 

 

 

 

 

 ![banner-image](https://www.tracelink.com/sites/default/files/2023-01/GettyImages-530685719-1.png) 

 

 

 

 

- [Download PDF](/node/23651/pdf)
- [Share](#)
    - [ LinkedIn ](https://www.linkedin.com/shareArticle?mini=true&url=https://www.tracelink.com/resources/resource-center/od-what-290-store-pharmacy-chain-looks-trusted-dscsa-compliance-partner&title=What a 290-Store Pharmacy Chain Looks for in a Trusted DSCSA Compliance Partner&summary=In this quick video clip from our DSCSA Webinar Series, Leon Nevers, Director of Procurement &amp; Business Development at H-E-B Pharmacy, explains why H-E-B chose TraceLink over other providers to meet the November 27, 2023 compliance deadline.&source=TraceLink "LinkedIn")
    - [ Facebook ](https://www.facebook.com/share.php?u=https://www.tracelink.com/resources/resource-center/od-what-290-store-pharmacy-chain-looks-trusted-dscsa-compliance-partner&t=What a 290-Store Pharmacy Chain Looks for in a Trusted DSCSA Compliance Partner "Facebook")
    - [ Mail ](mailto:?subject=What a 290-Store Pharmacy Chain Looks for in a Trusted DSCSA Compliance Partner+|+TraceLink&body=https://www.tracelink.com/resources/resource-center/od-what-290-store-pharmacy-chain-looks-trusted-dscsa-compliance-partner "Mail")
    - [ Twitter ](https://twitter.com/intent/tweet?text=What a 290-Store Pharmacy Chain Looks for in a Trusted DSCSA Compliance Partner https://www.tracelink.com/resources/resource-center/od-what-290-store-pharmacy-chain-looks-trusted-dscsa-compliance-partner&via=TraceLink "Twitter")
 
 

 

 

 

 

#### Table of contents

 

 

 

.talkSales, .scheduleDemo{cursor:pointer;}
.coh-style-widget-form-close-title {font-size:1.8rem;}

"use strict";

!function() {
  var t = window.driftt = window.drift = window.driftt || [];
  if (!t.init) {
    //if (t.invoked) return void (window.console && console.error && console.error("Drift snippet included twice."));
    t.invoked = !0, t.methods = [ "identify", "config", "track", "reset", "debug", "show", "ping", "page", "hide", "off", "on" ], 
    t.factory = function(e) {
      return function() {
        var n = Array.prototype.slice.call(arguments);
        return n.unshift(e), t.push(n), t;
      };
    }, t.methods.forEach(function(e) {
      t[e] = t.factory(e);
    }), t.load = function(t) {
      var e = 3e5, n = Math.ceil(new Date() / e) * e, o = document.createElement("script");
      o.type = "text/javascript", o.async = !0, o.crossorigin = "anonymous", o.src = "https://js.driftt.com/include/" + n + "/" + t + ".js";
      var i = document.getElementsByTagName("script")[0];
      i.parentNode.insertBefore(o, i);
    };
  }
}();
drift.SNIPPET_VERSION = '0.3.1';
drift.load('bgm65fpygsby');

drift.on('ready', function(api) {
    document.querySelector('.talkSales')
        .addEventListener("click", function(){
          drift.api.startInteraction({ interactionId: 356816 }); /* <-- your playbook's interaction ID here */
        })
})



![](https://play.vidyard.com/pTPrmBJtGon3GTembEBcA3.jpg)

Time is running out for your pharmacy to comply with the final phase of the U.S. Drug Supply Chain Security Act (DSCSA). In this quick video clip, Leon Nevers, Director of Procurement &amp; Business Development at H-E-B Pharmacy, explains why H-E-B chose TraceLink over other providers to meet its DSCSA compliance requirements ahead of the FDA's November 27, 2023 deadline. Watch the video and contact TraceLink to begin your DSCSA compliance journey.

Ready to learn more about DSCSA compliance? Check out these additional resources:

- [**DSCSA 2023 Compliance for Healthcare and Retail Pharmacies: The Need-to-Know Essentials! Download our rapid-start guide today.**](https://www.tracelink.com/knowledge-base/dscsa-2023-compliance-pharmacies "link")
- [**Learn How TraceLink Played a Vital Role in Sentara Health’s DSCSA Compliance Journey. Watch the video.**](https://www.tracelink.com/knowledge-base/sentara-health-tracelink-dscsa-compliance "link")
- [**Learn why Sentara Health views DSCSA compliance as a valuable business opportunity. Watch the video!**](https://www.tracelink.com/knowledge-base/sentara-health-dscsa-compliance "link")
- [**Request a meeting with TraceLink to get started on DSCSA compliance today.**](https://www.tracelink.com/contact-us "link")



 



 

[Featured Webinars](/category/webinar)[US Drug Supply Chain Security Act](/category/us-drug-supply-chain-security-act)[DSCSA for Manufacturers](/category/dscsa-manufacturers) 

 

 

 

#### Table of contents

 

 

 

Contact TraceLink to learn more about DSCSA compliance for pharmacies!

 

Fill out the form to contact us now.


    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.**





 

 

 

 

 

 

 

##### Related Content

 

 [ ![pharmacists-compliance.png](https://www.tracelink.com/sites/default/files/styles/resize_image_style_640_480/public/_global-asset/images/insights/pharmacists-compliance.png.webp?itok=JBU4CvS8) ](/resources/resource-center/dscsa-2023-webinar-series-for-dispensers) 

#####  DSCSA 2023 Webinar Series: How to Ensure Drug Supply and Create Business Value with DSCSA Compliance for Dispensers 

 How to Ensure Drug Supply and Create Business Value with DSCSA Compliance for Dispensers 

 

 [View More](/resources/resource-center/dscsa-2023-webinar-series-for-dispensers) 

 

 [ ![events](https://www.tracelink.com/sites/default/files/styles/resize_image_style_640_480/public/2023-01/GettyImages-499517325-1.png.webp?itok=ie6PQRgi) ](/resources/resource-center/od-dscsa-2023-compliance-what-pharmacies-need-do-now) 

#####  DSCSA 2023 Compliance: A Step-By-Step Guide to November 2023 

 Watch this on-demand webinar to get a step-by-step guide on how to achieve DSCSA compliance while improving operational efficiency and patient care. 

 

 [View More](/resources/resource-center/od-dscsa-2023-compliance-what-pharmacies-need-do-now) 

 

 [ ![events](https://www.tracelink.com/sites/default/files/styles/resize_image_style_640_480/public/2023-01/GettyImages-499517325-1.png.webp?itok=ie6PQRgi) ](/resources/resource-center/od-4-must-have-capabilities-dscsa-2023-compliance-dispensers) 

#####  4 Must-Have Capabilities for DSCSA 2023 Compliance for Dispensers 

 Watch this on-demand webinar to see how DSCSA compliance on a digital supply chain network platform improves operations and creates new value for your organization. 

 

 [View More](/resources/resource-center/od-4-must-have-capabilities-dscsa-2023-compliance-dispensers)