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 agency_id = "FSIS", document_type = "Rule" and posted_year = 2016 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 1

  • 2016 · 12 ✖

document_type 1

  • Rule · 12 ✖

agency_id 1

  • FSIS · 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
FSIS-2016-0048-0001 FSIS Uniform Compliance Date for Food Labeling Regulations FSIS-2016-0048 Uniform Compliance Date for Food Labeling Regulations Rule   2016-12-19T05:00:00Z 2016 12 2016-12-19T05:00:00Z 2017-01-19T04:59:59Z 2018-11-26T12:26:03Z 2016-30463 0 0 0900006482423374
FSIS-2016-0004-0001 FSIS Inhumane Handling of Livestock and Poultry in Connection with Slaughter by Persons not Employed by the Official Establishment FSIS-2016-0004 Inhumane Handling of Livestock in Connection with Slaughter by Persons Not Employed by the Official Establishment Rule   2016-10-28T04:00:00Z 2016 10 2016-10-28T04:00:00Z 2016-12-10T04:59:59Z 2016-12-10T02:00:41Z 2016-24754 0 0 090000648234d4eb
FSIS-2014-0032-0022 FSIS Establishment-Specific Data Release Strategic Plan FSIS-2014-0032 RTESamplingData_DataDocumentation_v4 Rule   2016-10-07T04:00:00Z 2016 10 2016-10-07T04:00:00Z   2016-10-17T12:15:00Z   0 0 09000064822ac959
FSIS-2014-0032-0023 FSIS Establishment-Specific Data Release Strategic Plan FSIS-2014-0032 Copy of EstablishmentDemographicData_Sample Rule   2016-10-07T04:00:00Z 2016 10 2016-10-07T04:00:00Z   2016-10-07T13:57:07Z   0 0 09000064822ac95a
FSIS-2014-0032-0025 FSIS Establishment-Specific Data Release Strategic Plan FSIS-2014-0032 EstablishmentProfileDataDictionary_v4 Rule   2016-10-07T04:00:00Z 2016 10 2016-10-07T04:00:00Z   2016-10-17T12:15:00Z   0 0 09000064822ac9b5
FSIS-2014-0032-0024 FSIS Establishment-Specific Data Release Strategic Plan FSIS-2014-0032 Copy of RTE_Data_Sample Rule   2016-10-07T04:00:00Z 2016 10 2016-10-07T04:00:00Z   2016-10-07T13:57:14Z   0 0 09000064822ac95b
FSIS-2016-0021-0001 FSIS Food Safety and Inspection Service Labeling Guideline on Documentation Needed to Substantiate Animal Raising Claims for Label Submissions FSIS-2016-0021 Documentation Needed to Substantiate Animal Raising Claims for Label Submission Rule   2016-10-05T04:00:00Z 2016 10 2016-10-05T04:00:00Z 2016-12-06T04:59:59Z 2018-04-27T01:02:13Z 2016-24067 0 0 090000648229a004
FSIS-2014-0020-0112 FSIS Requirements for the Disposition of Non-ambulatory Disabled Veal Calves FSIS-2014-0020 Requirements for the Disposition of Non-Ambulatory Disabled Veal Calves Rule   2016-07-18T04:00:00Z 2016 7 2016-07-18T04:00:00Z   2016-08-05T14:57:43Z 2016-16904 0 0 09000064820bff0f
FSIS-2012-0028-0093 FSIS Addition of Namibia to the List of Countries Eligible to Export Meat and Meat Products to the United States FSIS-2012-0028 Eligibility of Namibia to Export Meat Products to the United States Rule   2016-07-13T04:00:00Z 2016 7 2016-07-13T04:00:00Z   2016-07-14T13:56:35Z 2016-16546 0 0 09000064820a893d
FSIS-2009-0026-0010 FSIS Electronic Export Application and Certification Fee; Flexibility in the Requirements for Export Inspection Marks, Devices, and Certificates; Egg Products Export Certification FSIS-2009-0026 Electronic Export Application and Certification Charge: Flexibility in the Requirements for Export Inspection Marks, Devices, and Certificates; Egg Products Export Certification Rule   2016-06-29T04:00:00Z 2016 6 2016-06-29T04:00:00Z   2016-07-14T14:04:01Z 2016-14812 0 0 090000648207875a
FSIS-2015-0026-0006 FSIS Classes of Poultry FSIS-2015-0026 Classes of Poultry Rule   2016-04-13T04:00:00Z 2016 4 2016-04-13T04:00:00Z   2016-04-14T18:09:02Z 2016-08488 0 0 0900006481f64d5d
FSIS-2016-0009-0001 FSIS Educational Meetings on the final rule on Mandatory Inspection of Fish of the order Siluriformes and Products Derived from Such Fish; Educational Meetings for Importers Inspection FSIS-2016-0009 Meetings: Mandatory Inspection of Fish of the order Siluriformes and Products Derived from Such Fish; Educational Meetings for Importers Inspection Rule   2016-02-24T05:00:00Z 2016 2 2016-02-24T05:00:00Z   2016-03-04T16:48:24Z 2016-03727 0 0 0900006481e83553

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 2217.173ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API