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

3 rows where agency_id = "CMS", document_type = "Other" and posted_year = 2008 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 1

  • 2008 · 3 ✖

document_type 1

  • Other · 3 ✖

agency_id 1

  • CMS · 3 ✖
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
CMS-2008-0073-1063 CMS Medicare Program; Revisions to Payment Policies Under the Physician Fee Schedule and Other Revisions to Part B for CY 2009; and Revisions to the Amendment of the E Prescribing Exemption for Computer Generated Facsimile Transmissions CMS-2008-0073 Medicare Program; Payment Policies Under the Physician Fee Schedule and Other Revisions to Part B for CY 2009; E Prescribing Exemption for Computer Generated Facsimile Transmissions; and Payment for Certain Durable Medical Equipment, Prosthetics, Orthotics, and Supplies (DMEPOS) Other Pre-Publication Display 2008-10-30T04:00:00Z 2008 10 2008-10-30T04:00:00Z 2008-12-08T04:59:59Z 2011-06-11T15:25:48Z   0 0 09000064807864a9
CMS-2008-0039-0008 CMS Proposed Changes to the Hospital Inpatient Prospective Payment Systems and Fiscal Year 2009 Rates; Proposed Changes to Disclosure of Physician Ownership in Hospitals and Physician Self-Referral Rules; Proposed Collection of Information Regarding Financial Relationships Between Hospitals and Physicians CMS-2008-0039 RTI Report: Refining Cost to Charge Ratios for Calculating APC and DRG Relative Payment Weights Other   2008-06-16T04:00:00Z 2008 6 2008-06-16T04:00:00Z 2008-06-21T03:59:59Z 2008-06-16T19:11:53Z   0 0 090000648062556f
CMS-2008-0039-0007 CMS Proposed Changes to the Hospital Inpatient Prospective Payment Systems and Fiscal Year 2009 Rates; Proposed Changes to Disclosure of Physician Ownership in Hospitals and Physician Self-Referral Rules; Proposed Collection of Information Regarding Financial Relationships Between Hospitals and Physicians CMS-2008-0039 RAND Report: Evaluation of Alternative Methods to Establish DRG Relative Weights Other   2008-06-16T04:00:00Z 2008 6 2008-06-16T04:00:00Z 2008-06-21T03:59:59Z 2008-06-16T19:11:52Z   0 0 0900006480625541

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);
CREATE INDEX idx_docs_comment_end ON documents(comment_end_date) WHERE comment_end_date IS NOT NULL AND withdrawn = 0;
Powered by Datasette · Queries took 719.676ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API