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-2018-N-2027" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 3

  • Supporting & Related Material 5
  • Other 4
  • Notice 3

posted_year 2

  • 2018 11
  • 2019 1

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-2018-N-2027-0016 FDA None FDA-2018-N-2027 Agency Information Collection Activities; Announcement of Office of Management and Budget Approvals Notice Notice of Approval 2019-04-29T04:00:00Z 2019 4 2019-04-29T04:00:00Z   2019-04-29T15:48:11Z 2019-08607 0 0 0900006483c12992
FDA-2018-N-2027-0014 FDA None FDA-2018-N-2027 Appendix 6 Survey Materials Supporting & Related Material Reference (internal unless indicated) 2018-11-23T05:00:00Z 2018 11     2018-11-23T15:04:23Z   0 0 09000064838f53f6
FDA-2018-N-2027-0012 FDA None FDA-2018-N-2027 Appendix 4 Survey Weighting Procedures Supporting & Related Material Reference (internal unless indicated) 2018-11-23T05:00:00Z 2018 11     2018-11-23T14:58:34Z   0 0 09000064838f53f4
FDA-2018-N-2027-0011 FDA None FDA-2018-N-2027 Appendix 3 Federal Register Notice Agency Information Collection Activities; Proposed Collection; Comment Request; Survey of Current Manufacturing Practices for the Cosmetics Industry (83 FR 30940-30941) Supporting & Related Material Reference (internal unless indicated) 2018-11-23T05:00:00Z 2018 11     2018-11-23T14:57:39Z   0 0 09000064838f53f3
FDA-2018-N-2027-0009 FDA None FDA-2018-N-2027 Survey of Current Manufacturing Practices for the Cosmetics Industry (Final 11/19/18) Other Report/Survey 2018-11-23T05:00:00Z 2018 11 2018-11-23T05:00:00Z   2018-11-23T14:55:12Z   0 0 09000064838f53f0
FDA-2018-N-2027-0013 FDA None FDA-2018-N-2027 Appendix 5 Telephone Scripts Supporting & Related Material Reference (internal unless indicated) 2018-11-23T05:00:00Z 2018 11     2018-11-23T15:00:23Z   0 0 09000064838f53f5
FDA-2018-N-2027-0010 FDA None FDA-2018-N-2027 Appendix 2 Web Survey Instrument Supporting & Related Material Reference (internal unless indicated) 2018-11-23T05:00:00Z 2018 11     2018-11-23T14:56:21Z   0 0 09000064838f53f2
FDA-2018-N-2027-0008 FDA None FDA-2018-N-2027 Agency Information Collection Activities; Submission for Office of Management and Budget Review; Comment Request; Survey of Current Manufacturing Practices for the Cosmetics Industry Notice 30 Day Proposed Information Collection 2018-11-20T05:00:00Z 2018 11 2018-11-20T05:00:00Z 2018-12-21T04:59:59Z 2018-12-21T02:03:49Z 2018-25231 0 0 09000064838ec722
FDA-2018-N-2027-0004 FDA None FDA-2018-N-2027 Survey of Current Manufacturing Practices at Cosmetic Establishments Other Report/Survey 2018-07-05T04:00:00Z 2018 7 2018-07-05T04:00:00Z 2018-09-01T03:59:59Z 2018-07-06T11:18:08Z   0 0 09000064834af31e
FDA-2018-N-2027-0003 FDA None FDA-2018-N-2027 60day pub 83FR30940 7-2-2018 Other Proposed Schedule 2018-07-05T04:00:00Z 2018 7 2018-07-05T04:00:00Z 2018-09-01T03:59:59Z 2018-08-29T01:02:05Z   0 0 09000064834ad132
FDA-2018-N-2027-0002 FDA None FDA-2018-N-2027 Cosmetic GMP questionnaire_OMB 60day Other   2018-07-05T00:00:00Z 2018 7     2018-07-05T18:34:42Z   0 1 09000064834acef4
FDA-2018-N-2027-0001 FDA None FDA-2018-N-2027 Agency Information Collection Activities; Proposed Collection; Comment Request; Survey of Current Manufacturing Practices for the Cosmetics Industry Notice 60 Day Proposed Information Collection 2018-07-02T04:00:00Z 2018 7 2018-07-02T04:00:00Z 2018-09-01T03:59:59Z 2018-09-01T01:02:16Z 2018-14158 0 0 0900006483489643

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);
CREATE INDEX idx_docs_comment_end ON documents(comment_end_date) WHERE comment_end_date IS NOT NULL AND withdrawn = 0;
Powered by Datasette · Queries took 436.709ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API