A device that was never a medical device
FDA published a Federal Register notice with the word Device, capitalized, in its own title. It has nothing to do with CDRH. Word-boundary matching fixes accidental substrings — it does nothing for a real word doing its ordinary job in the wrong industry.
By Connor Griggs — Regulatory & Quality Strategist
On May 24, 2019, FDA’s Center for Tobacco Products announced the “Electronic Nicotine Delivery System Device and E-Liquid Manufacturer Site Tours Program” — a voluntary program inviting vaping-hardware and e-liquid manufacturers to host CTP site visits. Device, capitalized, sits in the title itself, spelled correctly, used exactly the way an ordinary English sentence uses it. A watchlist built to catch CDRH guidance would flag this notice anyway, because nothing about the sentence is malformed. The word is just being used to mean something the filter didn’t intend.
A different bug than the one word boundaries fix
Word-boundary matching earns its keep against a specific failure: an acronym like udi sitting inside an unrelated word like studies. That fix does nothing here. “Device” in a Center for Tobacco Products title isn’t a typo, and it isn’t a coincidence of letters — it is the ordinary English word for a piece of hardware, doing exactly what the vocabulary list says it should. A filter that checks “is this word present, as a whole word” will match it every time, correctly, because it is present, as a whole word. Fixing substring collisions and fixing word-sense collisions are two different problems, and a watchlist that only solves the first one still has the second one waiting.
Same word, different statute
FDA’s own regulatory definition of “device,” at 21 CFR 801.3, is specific: an instrument, apparatus, or similar article intended for use in the diagnosis, cure, mitigation, treatment, or prevention of disease, that does not achieve its primary purpose through chemical action in the body. That definition is what puts a product under CDRH’s jurisdiction. Electronic nicotine delivery systems — vapes, e-cigarettes — are regulated instead by the Center for Tobacco Products, as tobacco products, under a different statute entirely. The English word device shows up in both worlds, describing the physical hardware in each case. The regulatory meaning does not travel with it.
A word can be spelled correctly, matched correctly, and still be answering a question nobody asked.
What actually closes the gap
The fix in FDA Radar’s Federal Register adapter isn’t a smarter reading of “device” — it’s a short exclusion list, checked first: tobacco, e-cigarette, vaping, veterinary. If any of those terms appears alongside “device,” the document is excluded before the device-relevance list is ever consulted. That works because the exclusion side of this problem is small and enumerable — the handful of other industries that call their hardware a “device” — while the space of ordinary English sentences that use the word correctly is not.
The practice
Anyone running a saved search or an alert on “device” is carrying the same exposure at a smaller scale: the term is close to worthless alone, because English uses it constantly for hardware that has nothing to do with CDRH. The practice is to build the exclusion list before the false positives teach it to you one at a time — spend the five minutes finding out which other FDA centers use the same word for something else, tobacco and animal products chief among them, and exclude those terms up front. Which terms belong on either list, and how wide to draw the net, is a build decision for whoever owns the watchlist, against their own portfolio — this is a description of a failure mode in the mechanism, not a recommendation of which terms to track. And even a filter built this carefully only ever answers “does this pattern of words appear” — not “is this actually about a medical device,” which is why a person still reads what clears it before it reaches anyone.
Primary sources
- Federal Register — Electronic Nicotine Delivery System Device and E-Liquid Manufacturer Site Tours Program
- eCFR — 21 CFR 801.3, Definitions
- FDA — E-Cigarettes, Vapes, and other Electronic Nicotine Delivery Systems (ENDS)
- Federal Register API documentation
Regulatory intelligence, not regulatory advice. This post describes method and published FDA records as of its date; decisions about a specific device belong with your regulatory professional.