documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
10 rows where docket_id = "FDA-1995-S-0036" and posted_year = 2016 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: subtype, posted_date, posted_month, comment_start_date, posted_date (date), comment_start_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-1995-S-0036-0176 | FDA | Public Disclosure Materials for Emergency Research Studies Conducted Under 21 CFR 50.24 FDA-1995-S-0036 | ESETT, Neurological Emergencies Treatment Trials (NETT) & PECARN Networks Public Disclosure Docket Report IND# 119,756 | Other | Public Disclosure | 2016-11-23T05:00:00Z | 2016 | 11 | 2016-11-23T05:00:00Z | 2016-11-26T21:14:52Z | 0 | 0 | 09000064823bc263 | ||
| FDA-1995-S-0036-0177 | FDA | Public Disclosure Materials for Emergency Research Studies Conducted Under 21 CFR 50.24 FDA-1995-S-0036 | ESETT, Neurological Emergencies Treatment Trials (NETT) Network Summary Report of Public Disclosures IND# 119,756 | Other | Public Disclosure | 2016-11-23T05:00:00Z | 2016 | 11 | 2016-11-23T05:00:00Z | 2016-11-26T21:14:58Z | 0 | 0 | 09000064823bc294 | ||
| FDA-1995-S-0036-0175 | FDA | Public Disclosure Materials for Emergency Research Studies Conducted Under 21 CFR 50.24 FDA-1995-S-0036 | ESETT, Neurological Emergencies Treatment Trials (NETT) & PECARN Networks Summary Report of Community Consultations for Public Disclosure IND# 119,756 | Other | Public Disclosure | 2016-11-23T05:00:00Z | 2016 | 11 | 2016-11-23T05:00:00Z | 2016-11-23T16:30:14Z | 0 | 0 | 09000064823bc25e | ||
| FDA-1995-S-0036-0171 | FDA | Public Disclosure Materials for Emergency Research Studies Conducted Under 21 CFR 50.24 FDA-1995-S-0036 | Annual Report from ProTECT III Emory University School of Medicine Public Disclosure IND 104,188 Report 91 | Other | Public Disclosure | 2016-10-24T04:00:00Z | 2016 | 10 | 2016-10-24T04:00:00Z | 2016-10-24T17:30:55Z | 0 | 0 | 0900006482337a8c | ||
| FDA-1995-S-0036-0173 | FDA | Public Disclosure Materials for Emergency Research Studies Conducted Under 21 CFR 50.24 FDA-1995-S-0036 | Resuscitation Outcomes Consortium (ROC) Milwaukee Site, Public Disclosure for Emergency Research Study of Cardiac Arrest, Report 93 | Other | Public Disclosure | 2016-10-24T04:00:00Z | 2016 | 10 | 2016-10-24T04:00:00Z | 2016-10-24T17:31:10Z | 0 | 0 | 0900006482337ad9 | ||
| FDA-1995-S-0036-0174 | FDA | Public Disclosure Materials for Emergency Research Studies Conducted Under 21 CFR 50.24 FDA-1995-S-0036 | Resuscitation Outcomes Consortium, Mayo Clinic Rochester Minnesota Public Disclosure for Tranexamic Acid, Report 94 | Other | Public Disclosure | 2016-10-24T04:00:00Z | 2016 | 10 | 2016-10-24T04:00:00Z | 2016-10-24T17:31:16Z | 0 | 0 | 0900006482337c0b | ||
| FDA-1995-S-0036-0172 | FDA | Public Disclosure Materials for Emergency Research Studies Conducted Under 21 CFR 50.24 FDA-1995-S-0036 | Resuscitation Outcomes Consortium (ROC), Alabama, Dallas-Forth Worth, Pittsburgh and Portland Sites, Community Consultation and Public Disclosure IND F150505004, Report 92 | Other | Public Disclosure | 2016-10-24T04:00:00Z | 2016 | 10 | 2016-10-24T04:00:00Z | 2016-10-24T17:31:03Z | 0 | 0 | 0900006482337a90 | ||
| FDA-1995-S-0036-0170 | FDA | Public Disclosure Materials for Emergency Research Studies Conducted Under 21 CFR 50.24 FDA-1995-S-0036 | Public Disclosure Material from Resuscitation Outcomes Consortium (ROC) Hennepin County Medical Center, Minneapolis Site re IND 119858 Report 89 | Other | Public Disclosure | 2016-09-19T04:00:00Z | 2016 | 9 | 2016-09-19T04:00:00Z | 2016-10-21T19:38:09Z | 0 | 0 | 09000064822299f5 | ||
| FDA-1995-S-0036-0168 | FDA | Public Disclosure Materials for Emergency Research Studies Conducted Under 21 CFR 50.24 FDA-1995-S-0036 | Public Disclosure Report from Penn Medicine, Hospital of the University of Pennsylvania re IND 110314 Report 87 | Other | Report | 2016-09-19T04:00:00Z | 2016 | 9 | 2016-09-19T04:00:00Z | 2016-10-21T19:37:34Z | 0 | 0 | 0900006482228931 | ||
| FDA-1995-S-0036-0169 | FDA | Public Disclosure Materials for Emergency Research Studies Conducted Under 21 CFR 50.24 FDA-1995-S-0036 | Public Disclosure Report from Penn Medicine re IND 110314 Report 88 | Other | Report | 2016-09-19T04:00:00Z | 2016 | 9 | 2016-09-19T04:00:00Z | 2016-10-21T19:37:51Z | 0 | 0 | 0900006481d6aa20 |
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);