home / openregs

documents

Regulatory documents from Regulations.gov including rules, proposed rules, notices, and supporting materials.

Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API

12 rows where docket_id = "FDA-1975-N-0012" and posted_year = 2019 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: title, subtype, posted_date, posted_month, comment_start_date, withdrawn, posted_date (date), comment_start_date (date), last_modified (date)

posted_year 1

  • 2019 · 12 ✖

document_type 1

  • Other 12

agency_id 1

  • FDA 12
id agency_id docket_id title document_type subtype posted_date ▲ posted_year posted_month comment_start_date comment_end_date last_modified fr_doc_num open_for_comment withdrawn object_id
FDA-1975-N-0012-0780 FDA Health Care Antiseptic Drug Products for Over-the-Counter (OTC) Human Use; CLOSED FDA-1975-N-0012 Lonza FINAL July 3_2019 Prelim Meeting Preliminary Comment for July 2019 MTG (002) Other Minutes 2019-09-19T04:00:00Z 2019 9 2019-09-19T04:00:00Z   2019-09-19T18:21:56Z   0 0 0900006483f9ee08
FDA-1975-N-0012-0779 FDA Health Care Antiseptic Drug Products for Over-the-Counter (OTC) Human Use; CLOSED FDA-1975-N-0012 FINAL Schirripa - FDA Response to Petition for Reconsideration (signed 9 16 19) Other   2019-09-19T00:00:00Z 2019 9     2019-09-19T18:20:46Z   0 1 0900006483f9f14b
FDA-1975-N-0012-0778 FDA Health Care Antiseptic Drug Products for Over-the-Counter (OTC) Human Use; CLOSED FDA-1975-N-0012 FINAL Third Extension Deferral Letter Other Letter(s) 2019-08-15T04:00:00Z 2019 8 2019-08-15T04:00:00Z   2019-08-15T20:01:43Z   0 0 0900006483e573de
FDA-1975-N-0012-0777 FDA Health Care Antiseptic Drug Products for Over-the-Counter (OTC) Human Use; CLOSED FDA-1975-N-0012 Letter from FDA CDER to American Cleaning Institute Other Letter(s) 2019-07-15T04:00:00Z 2019 7 2019-07-15T04:00:00Z   2019-07-15T18:41:24Z   0 0 0900006483d91df0
FDA-1975-N-0012-0776 FDA Health Care Antiseptic Drug Products for Over-the-Counter (OTC) Human Use; CLOSED FDA-1975-N-0012 LONZA Meeting Request for July 9 Cancelled Other Letter(s) 2019-07-09T04:00:00Z 2019 7 2019-07-09T04:00:00Z   2019-07-09T15:53:30Z   0 0 0900006483d6f337
FDA-1975-N-0012-0775 FDA Health Care Antiseptic Drug Products for Over-the-Counter (OTC) Human Use; CLOSED FDA-1975-N-0012 Letter from FDA CDER to Lewis & Harrison Other Letter(s) 2019-06-12T04:00:00Z 2019 6 2019-06-12T04:00:00Z   2019-09-19T16:20:12Z   0 0 0900006483d09084
FDA-1975-N-0012-0774 FDA Health Care Antiseptic Drug Products for Over-the-Counter (OTC) Human Use; CLOSED FDA-1975-N-0012 Briefing Document from Lewis and Harrison on behalf of Lonza Inc. and Henkel Consumer Goods, Inc. Other Brief 2019-05-31T04:00:00Z 2019 5 2019-05-31T04:00:00Z   2019-05-31T20:36:07Z   0 0 0900006483cc1e7e
FDA-1975-N-0012-0772 FDA Health Care Antiseptic Drug Products for Over-the-Counter (OTC) Human Use; CLOSED FDA-1975-N-0012 Letter from FDA CDER to Bayer Corporation Other Letter(s) 2019-04-11T04:00:00Z 2019 4 2019-04-11T04:00:00Z   2019-04-11T16:29:52Z   0 0 0900006483b84dd5
FDA-1975-N-0012-0773 FDA Health Care Antiseptic Drug Products for Over-the-Counter (OTC) Human Use; CLOSED FDA-1975-N-0012 Letter from FDA CDER to Ciba Specialty Chemicals Corporation Other Letter(s) 2019-04-11T04:00:00Z 2019 4 2019-04-11T04:00:00Z   2019-04-11T16:30:30Z   0 0 0900006483b84dd9
FDA-1975-N-0012-0771 FDA Health Care Antiseptic Drug Products for Over-the-Counter (OTC) Human Use; CLOSED FDA-1975-N-0012 Letter from FDA CDER to Ciba Specialty Chemicals Corporation Other Letter(s) 2019-04-11T04:00:00Z 2019 4 2019-04-11T04:00:00Z   2019-04-11T16:27:45Z   0 0 0900006483b84b71
FDA-1975-N-0012-0770 FDA Health Care Antiseptic Drug Products for Over-the-Counter (OTC) Human Use; CLOSED FDA-1975-N-0012 Request for a Type C Meeting from Lewis and Harrison on behalf of Lorenz Inc., and Henkel Corporation Other Request 2019-04-09T04:00:00Z 2019 4 2019-04-09T04:00:00Z   2019-05-23T18:28:23Z   0 0 0900006483b7a6b6
FDA-1975-N-0012-0766 FDA Health Care Antiseptic Drug Products for Over-the-Counter (OTC) Human Use; CLOSED FDA-1975-N-0012 Report from American Cleaning Institute (ACI) Other Report 2019-03-13T04:00:00Z 2019 3 2019-03-13T04:00:00Z   2019-03-13T16:16:45Z   0 0 0900006483ad7c63

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE documents (
    id TEXT PRIMARY KEY,
    agency_id TEXT,
    docket_id TEXT REFERENCES dockets(id),
    title TEXT,
    document_type TEXT,
    subtype TEXT,
    posted_date TEXT,
    posted_year INTEGER,
    posted_month INTEGER,
    comment_start_date TEXT,
    comment_end_date TEXT,
    last_modified TEXT,
    fr_doc_num TEXT,
    open_for_comment INTEGER,
    withdrawn INTEGER,
    object_id TEXT
);
CREATE INDEX idx_docs_agency ON documents(agency_id);
CREATE INDEX idx_docs_docket ON documents(docket_id);
CREATE INDEX idx_docs_date ON documents(posted_date);
CREATE INDEX idx_docs_year ON documents(posted_year);
CREATE INDEX idx_docs_type ON documents(document_type);
CREATE INDEX idx_docs_frnum ON documents(fr_doc_num);
Powered by Datasette · Queries took 1241.421ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API