documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
11 rows where docket_id = "EPA-HQ-OW-2008-0517" and posted_year = 2008 sorted by posted_date descending
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)
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| EPA-HQ-OW-2008-0517-0013 | EPA | None EPA-HQ-OW-2008-0517 | Notice of Final 2008 Effluent Guidelines Program Plan (and Opening of the 2009 Annual Review) | Notice | Federal Register Document | 2008-09-15T04:00:00Z | 2008 | 9 | 2008-09-15T04:00:00Z | 2009-09-16T03:59:59Z | 2011-06-11T16:09:03Z | E8-21484 | 0 | 0 | 09000064807064eb |
| EPA-HQ-OW-2008-0517-0012 | EPA | None EPA-HQ-OW-2008-0517 | Letter to Meghan Hessenauer, Health Services Study Lead Engineerign and Analysis Division (EAD), Office of the Secretary- DCN 05999 | Supporting & Related Material | Letter, Memorandum, Email | 2008-09-03T04:00:00Z | 2008 | 9 | 2008-09-03T10:47:33Z | 0 | 0 | 09000064806e19b6 | |||
| EPA-HQ-OW-2008-0517-0008 | EPA | None EPA-HQ-OW-2008-0517 | Summary of the Meeting with the Drug Enforcement Administration (DEA) - DCN 05998 | Supporting & Related Material | Letter, Memorandum, Email | 2008-08-12T04:00:00Z | 2008 | 8 | 2008-08-12T11:23:49Z | 0 | 0 | 09000064806a45f5 | |||
| EPA-HQ-OW-2008-0517-0001 | EPA | None EPA-HQ-OW-2008-0517 | Agency Information Collection Activities: Proposed Collection; Comment Request; Study of Unused Pharmaceuticals from Medical and Veterinary Facilities (New), EPA ICR Number 2316.01, OMB Control No. 2040-NEW | Notice | Federal Register Document | 2008-08-12T04:00:00Z | 2008 | 8 | 2008-08-12T04:00:00Z | 2008-11-11T04:59:59Z | 2008-08-12T11:22:19Z | E8-18606 | 0 | 0 | 09000064806bf31f |
| EPA-HQ-OW-2008-0517-0004 | EPA | None EPA-HQ-OW-2008-0517 | Health Services Outreach Teleconference with Hospitals for a Healthy Environment (H2E) Members - DCN 05962 | Supporting & Related Material | Letter, Memorandum, Email | 2008-08-12T04:00:00Z | 2008 | 8 | 2008-08-12T11:23:35Z | 0 | 0 | 09000064806a45a5 | |||
| EPA-HQ-OW-2008-0517-0002 | EPA | None EPA-HQ-OW-2008-0517 | Notes from Meeting with the Pharmaceutical Research and Manufacturers of America (PhRMA) - DCN 05964 | Supporting & Related Material | Meeting/Teleconference Materials | 2008-08-12T04:00:00Z | 2008 | 8 | 2008-08-12T11:23:25Z | 0 | 0 | 09000064806a4522 | |||
| EPA-HQ-OW-2008-0517-0009 | EPA | None EPA-HQ-OW-2008-0517 | Supporting Statement Study Of Unused Pharmaceuticals From Medical And Veterinary Facilities - DCN 06103 | Supporting & Related Material | ICR Supporting Statement | 2008-08-12T04:00:00Z | 2008 | 8 | 2008-08-12T11:23:53Z | 0 | 0 | 09000064806a45fe | |||
| EPA-HQ-OW-2008-0517-0005 | EPA | None EPA-HQ-OW-2008-0517 | Health Services Outreach Meeting with Stakeholders (26 October 2007) - Final - DCN 05963 | Supporting & Related Material | Letter, Memorandum, Email | 2008-08-12T04:00:00Z | 2008 | 8 | 2008-08-12T11:23:40Z | 0 | 0 | 09000064806a45c2 | |||
| EPA-HQ-OW-2008-0517-0006 | EPA | None EPA-HQ-OW-2008-0517 | Summary of Health Services Meeting with the Food and Drug Administration (FDA) - DCN 05959 | Supporting & Related Material | Letter, Memorandum, Email | 2008-08-12T04:00:00Z | 2008 | 8 | 2008-08-12T11:23:43Z | 0 | 0 | 09000064806a45dc | |||
| EPA-HQ-OW-2008-0517-0003 | EPA | None EPA-HQ-OW-2008-0517 | Health Services Outreach Meeting with the Center of Excellence in Assisted Living (CEAL) Advisory Council - DCN 05961 | Supporting & Related Material | Letter, Memorandum, Email | 2008-08-12T04:00:00Z | 2008 | 8 | 2008-08-12T11:23:28Z | 0 | 0 | 09000064806a455d | |||
| EPA-HQ-OW-2008-0517-0007 | EPA | None EPA-HQ-OW-2008-0517 | Summary of Health Services Meeting with the Members of the Department of Health and Human Services - DCN 05960 | Supporting & Related Material | Letter, Memorandum, Email | 2008-08-12T04:00:00Z | 2008 | 8 | 2008-08-12T11:23:46Z | 0 | 0 | 09000064806a45ea |
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);
CREATE INDEX idx_docs_comment_end ON documents(comment_end_date) WHERE comment_end_date IS NOT NULL AND withdrawn = 0;