home / openregs

fr_regs_crossref

Cross-reference linking Federal Register document numbers to Regulations.gov document IDs.

Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API

5 rows where fr_document_number = "E9-17079"

✎ View and edit SQL

This data as json, CSV (advanced)

Link fr_document_number regs_document_id
E9-17079,CMS-2009-0066-0001 Agency Information Collection Activities: Proposed Collection; Comment Request E9-17079 Medicare Advantage and Prescription Drug Program: Final Marketing Provisions CFR 422.111(a)(3) and 423.128 (a)(3)-(CMS-10260) CMS-2009-0066-0001
E9-17079,CMS-2009-0078-0001 Agency Information Collection Activities: Proposed Collection; Comment Request E9-17079 Information Collection Requirements in 42 CFR 478.18, 478.34, 478.36, 478.42, QIO Reconsiderations and Appeals (CMS-R-72) CMS-2009-0078-0001
E9-17079,CMS-2009-0078-0002 Agency Information Collection Activities: Proposed Collection; Comment Request E9-17079 Information Collection Requirements in 42 CFR 478.18, 478.34, 478.36, 478.42, QIO Reconsiderations and Appeals CMS-2009-0078-0002
E9-17079,CMS-2009-0079-0001 Agency Information Collection Activities: Proposed Collection; Comment Request E9-17079 Children's Health Insurance Program (CHIP) Report on Payables and Receivables (CMS-10180) CMS-2009-0079-0001
E9-17079,CMS-2009-0080-0001 Agency Information Collection Activities: Proposed Collection; Comment Request E9-17079 Medicaid Report on Payables and Receivables (CMS-R-199) CMS-2009-0080-0001

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE fr_regs_crossref (
    fr_document_number TEXT REFERENCES federal_register(document_number),
    regs_document_id TEXT REFERENCES documents(id),
    PRIMARY KEY (fr_document_number, regs_document_id)
);
CREATE INDEX idx_crossref_fr ON fr_regs_crossref(fr_document_number);
CREATE INDEX idx_crossref_regs ON fr_regs_crossref(regs_document_id);
Powered by Datasette · Queries took 112.68ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API