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

8 rows where agency_id = "FDA" and docket_id = "FDA-1997-D-0009" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 6

  • 1998 2
  • 2002 2
  • 1999 1
  • 2000 1
  • 2001 1
  • 2004 1

document_type 1

  • Notice 8

agency_id 1

  • FDA · 8 ✖
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-1997-D-0009-0008 FDA Use of IEC 60601 Standards; Medical Electrical; FDA-1997-D-0009 FDA Notice NAD-Notice of Availability of Data 2004-03-09T05:00:00Z 2004 3 2004-03-08T05:00:00Z 2005-03-09T04:59:59Z 2008-05-16T21:59:17Z   0 0 09000064805c9a40
FDA-1997-D-0009-0007 FDA Use of IEC 60601 Standards; Medical Electrical; FDA-1997-D-0009 Recognition List Number 007 Notice NAD-Notice of Availability of Data 2002-10-04T04:00:00Z 2002 10     2008-05-16T21:59:17Z   0 0 09000064805c9a3c
FDA-1997-D-0009-0006 FDA Use of IEC 60601 Standards; Medical Electrical; FDA-1997-D-0009 Recognition List Number 006 Notice NAD-Notice of Availability of Data 2002-01-14T05:00:00Z 2002 1     2008-05-16T21:59:17Z   0 0 09000064805c9a3b
FDA-1997-D-0009-0005 FDA Use of IEC 60601 Standards; Medical Electrical; FDA-1997-D-0009 Recognition List Number 005 Notice NAD-Notice of Availability of Data 2001-05-07T04:00:00Z 2001 5     2008-05-16T21:59:17Z   0 0 09000064805c9a3a
FDA-1997-D-0009-0004 FDA Use of IEC 60601 Standards; Medical Electrical; FDA-1997-D-0009 Recognition List Number 004 Notice NAD-Notice of Availability of Data 2000-11-15T05:00:00Z 2000 11     2008-05-16T21:59:17Z   0 0 09000064805c9a39
FDA-1997-D-0009-0003 FDA Use of IEC 60601 Standards; Medical Electrical; FDA-1997-D-0009 FDA Notice NAD-Notice of Availability of Data 1999-07-15T04:00:00Z 1999 7     2008-05-16T21:59:17Z   0 0 09000064805c9a38
FDA-1997-D-0009-0002 FDA Use of IEC 60601 Standards; Medical Electrical; FDA-1997-D-0009 FDA Notice NAD-Notice of Availability of Data 1998-10-21T04:00:00Z 1998 10     2008-05-16T21:59:17Z   0 0 09000064805c9a37
FDA-1997-D-0009-0001 FDA Use of IEC 60601 Standards; Medical Electrical; FDA-1997-D-0009 FDA Notice NAD-Notice of Availability of Data 1998-01-16T05:00:00Z 1998 1 1998-01-16T05:00:00Z 1998-04-14T03:59:59Z 2008-05-16T21:59:17Z   0 0 09000064805c9a34

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