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

11 rows where docket_id = "FDA-2000-N-0224" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 3

  • 2015 7
  • 2003 3
  • 2002 1

document_type 3

  • Supporting & Related Material 8
  • Notice 2
  • Proposed Rule 1

agency_id 1

  • FDA 11
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-2000-N-0224-0019 FDA Human Prescripton Drugs/Biologics in Electronic Format - CLOSED FDA-2000-N-0224 OMB Review re: Requirements for Submission of Labeling for Human Prescription Drugs and Biologics in Electronic Format; Proposed Rule Supporting & Related Material Background Material 2015-11-17T05:00:00Z 2015 11     2015-12-09T14:44:32Z   0 0 09000064804d5424
FDA-2000-N-0224-0020 FDA Human Prescripton Drugs/Biologics in Electronic Format - CLOSED FDA-2000-N-0224 Tab A: Draft of FRN 67FR22367 Publication Date: 05/03/2002 to OMB Supporting & Related Material Background Material 2015-11-17T05:00:00Z 2015 11     2015-12-09T14:44:11Z   0 0 09000064804d5427
FDA-2000-N-0224-0022 FDA Human Prescripton Drugs/Biologics in Electronic Format - CLOSED FDA-2000-N-0224 OMB Review re: Requirements for Submission of Labeling for Human Prescription Drugs and Biologics in Electronic Format; Notice of Proposed Rule Making Supporting & Related Material Background Material 2015-11-17T05:00:00Z 2015 11     2015-12-09T14:43:11Z   0 0 09000064804d542b
FDA-2000-N-0224-0021 FDA Human Prescripton Drugs/Biologics in Electronic Format - CLOSED FDA-2000-N-0224 Tab B: Draft of FRN 67FR22367 Publication Date: 05/03/2002 to OMB Supporting & Related Material Background Material 2015-11-17T05:00:00Z 2015 11     2015-12-09T14:43:48Z   0 0 09000064804d5423
FDA-2000-N-0224-0024 FDA Human Prescripton Drugs/Biologics in Electronic Format - CLOSED FDA-2000-N-0224 Tab A: Draft of FRN 68FR69009 Publication Date: 12/11/2003 to OMB Supporting & Related Material Background Material 2015-11-17T05:00:00Z 2015 11     2015-12-09T14:42:42Z   0 0 09000064804d5426
FDA-2000-N-0224-0025 FDA Human Prescripton Drugs/Biologics in Electronic Format - CLOSED FDA-2000-N-0224 Tab B: Draft of FRN 68FR69009 Publication Date: 12/11/2003 to OMB Supporting & Related Material Background Material 2015-11-17T05:00:00Z 2015 11     2015-12-09T14:42:18Z   0 0 09000064804d5422
FDA-2000-N-0224-0023 FDA Human Prescripton Drugs/Biologics in Electronic Format - CLOSED FDA-2000-N-0224 OMB Review: Requirements for Submission of Labeling for Human Prescription Drugs and Biologics in Electronic Format; Final Rule Supporting & Related Material Background Material 2015-11-17T05:00:00Z 2015 11     2015-12-09T14:16:13Z   0 0 09000064804d5425
FDA-2000-N-0224-0004 FDA Human Prescripton Drugs/Biologics in Electronic Format - CLOSED FDA-2000-N-0224 Agency Information Collection Activities; Announcement of Office of Management and Budget Approval; Requirements for Submission of Labeling for Human Prescription Drugs and Biologics in Electronic Format; Notice of Approval Notice Notice of Approval 2003-12-16T05:00:00Z 2003 12 2003-12-16T05:00:00Z   2015-12-09T14:52:39Z   0 0 09000064804d542a
FDA-2000-N-0224-0003 FDA Human Prescripton Drugs/Biologics in Electronic Format - CLOSED FDA-2000-N-0224 Supporting Statement re: Requirements for Submission of Labeling for Human Prescription Drugs and Biologics in Electronic Format - Agency Information Collection Activities Supporting & Related Material Background Material 2003-12-16T05:00:00Z 2003 12     2015-12-09T14:45:25Z   0 0 09000064804d5429
FDA-2000-N-0224-0002 FDA Human Prescripton Drugs/Biologics in Electronic Format - CLOSED FDA-2000-N-0224 Requirements for Submission of Labeling for Human Prescription Drugs and Biologics in Electronic Format; Final Rule Notice Notice of Final Rule 2003-12-12T05:00:00Z 2003 12 2003-12-09T05:00:00Z   2015-11-17T15:33:29Z   0 0 09000064804d5428
FDA-2000-N-0224-0001 FDA Human Prescripton Drugs/Biologics in Electronic Format - CLOSED FDA-2000-N-0224 Requirements for Submission of Labeling for Human Prescription Drugs and Biologics in Electronic Format; Proposed Rule Proposed Rule Notice of Proposed Rulemaking (NPRM) 2002-05-03T04:00:00Z 2002 5 2002-05-01T04:00:00Z 2002-08-02T03:59:59Z 2015-11-18T02:30:47Z   0 0 09000064804d540d

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