documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
4 rows where docket_id = "FDA-2006-N-0171" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: subtype, posted_month, comment_start_date, comment_end_date, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)
| 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-2006-N-0171-0004 | FDA | Blood Vessels Recovered with Organs and Intended for Use in Organ Transplantation - CLOSED FDA-2006-N-0171 | Blood Vessels Recovered With Organs and Intended for Use in Organ Transplantation; Final Rule | Notice | Notice of Final Rule | 2007-03-12T00:00:00Z | 2007 | 3 | 2007-03-12T04:00:00Z | 2007-03-13T03:59:59Z | 2025-05-20T19:56:07Z | 07-1131 | 0 | 0 | 090000648045095d |
| FDA-2006-N-0171-0003 | FDA | Blood Vessels Recovered with Organs and Intended for Use in Organ Transplantation - CLOSED FDA-2006-N-0171 | Blood Vessels Recovered With Organs and Intended for Use in Organ Transplantation; Withdrawal | Notice | Withdrawal | 2006-09-14T04:00:00Z | 2006 | 9 | 2006-09-14T04:00:00Z | 2006-09-15T03:59:59Z | 2025-05-20T19:56:31Z | 06-7644 | 0 | 0 | 090000648045095c |
| FDA-2006-N-0171-0002 | FDA | Blood Vessels Recovered with Organs and Intended for Use in Organ Transplantation - CLOSED FDA-2006-N-0171 | Biood Vessels Recovered With Organs and Intended for Use in Organ Transplantation; Direct Final Rule | Notice | Notice of Final Rule | 2006-05-19T00:00:00Z | 2006 | 5 | 2006-05-12T04:00:00Z | 2006-07-27T03:59:59Z | 2025-05-20T19:57:00Z | 06-4369 | 0 | 0 | 0900006480450952 |
| FDA-2006-N-0171-0001 | FDA | Blood Vessels Recovered with Organs and Intended for Use in Organ Transplantation - CLOSED FDA-2006-N-0171 | Blood Vessels Recovered With Organs and Intended for Use in Organ Transplantation; Companion Document to Direct Final Rule; Proposed Rule | Proposed Rule | Notice of Proposed Rulemaking (NPRM) | 2006-05-18T04:00:00Z | 2006 | 5 | 2006-05-12T04:00:00Z | 2006-07-27T03:59:59Z | 2025-05-20T19:58:09Z | 06-4370 | 0 | 0 | 0900006480450945 |
Advanced export
JSON shape: default, array, newline-delimited, object
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);