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

4 rows where fr_document_number = "2011-32296"

✎ View and edit SQL

This data as json, CSV (advanced)

Link fr_document_number regs_document_id
2011-32296,CMS-2011-0199-0001 Agency Information Collection Activities: Proposed Collection; Comment Request 2011-32296 (CMS-179) Medicaid State Plan Base Plan Pages CMS-2011-0199-0001
2011-32296,CMS-2012-0008-0001 Agency Information Collection Activities: Proposed Collection; Comment Request 2011-32296 Medicare and Medicaid Programs OASIS Collection Requirements as Part of the CoPs for HHAs and Supp. Regs. in 42 CFR 48.55,484.205, 484.245, 484.250 (CMS-R-245) CMS-2012-0008-0001
2011-32296,CMS-2012-0017-0001 Agency Information Collection Activities: Proposed Collection; Comment Request 2011-32296 Worksheet for Recording Results of Medicare Site Visits of Independent Diagnostic Testing Facitlities (IDTFs) (CMS-10221) CMS-2012-0017-0001
2011-32296,CMS-2012-0035-0001 Agency Information Collection Activities: Proposed Collection; Comment Request 2011-32296 Worksheet for Recording Results of Medicare Site Visits of Independent Diagnostic Testing Facilities (IDTFs) (CMS-10221) CMS-2012-0035-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 272.389ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API