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

13 rows where fr_document_number = "2013-24250"

✎ View and edit SQL

This data as json, CSV (advanced)

Link fr_document_number regs_document_id
2013-24250,CMS-2013-0210-0001 Agency Information Collection Activities: Proposed Collection; Comment Request 2013-24250 (CMS–64) Medicaid Program Budget Report CMS-2013-0210-0001
2013-24250,CMS-2013-0211-0001 Agency Information Collection Activities: Proposed Collection; Comment Request 2013-24250 (CMS–10052) Recognition of Pass-Through Payment for Additional (New) Categories of Devices Under the Outpatient Prospective Payment System and Supporting Regulations CMS-2013-0211-0001
2013-24250,CMS-2013-0211-0002 Agency Information Collection Activities: Proposed Collection; Comment Request 2013-24250 Recognition of Pass-Through Payment for Additional (New) Categoriesof Devices Under the OutpatientProspective Payment System and Supporting Regulations CMS-2013-0211-0002
2013-24250,CMS-2013-0212-0001 Agency Information Collection Activities: Proposed Collection; Comment Request 2013-24250 (CMS–10141) Medicare Prescription Drug Program CMS-2013-0212-0001
2013-24250,CMS-2013-0213-0001 Agency Information Collection Activities: Proposed Collection; Comment Request 2013-24250 (CMS–10142) Bid Pricing Tool (BPT) for Medicare Advantage (MA) Plans and Prescription Drug Plans (PDP) CMS-2013-0213-0001
2013-24250,CMS-2013-0214-0001 Agency Information Collection Activities: Proposed Collection; Comment Request 2013-24250 CMS–10227 PACE State Plan Amendment Preprint CMS-2013-0214-0001
2013-24250,CMS-2013-0215-0001 Agency Information Collection Activities: Proposed Collection; Comment Request 2013-24250 (CMS–10311) Medicare Program/Home Health Prospective Payment System Rate Update for Calendar Year 2010: Physician Narrative Requirement and Supporting Regulation CMS-2013-0215-0001
2013-24250,CMS-2013-0216-0001 Agency Information Collection Activities: Proposed Collection; Comment Request 2013-24250 CMS–10344) Elimination of Cost-Sharing for full benefit dual-eligible Individuals Receiving Home and Community-Based Services CMS-2013-0216-0001
2013-24250,CMS-2013-0217-0001 Agency Information Collection Activities: Proposed Collection; Comment Request 2013-24250 (CMS–10500) Outpatient and Ambulatory Surgery Experience of Care Survey CMS-2013-0217-0001
2013-24250,CMS-2013-0218-0001 Agency Information Collection Activities: Proposed Collection; Comment Request 2013-24250 CMS–R–26 Clinical Laboratory Improvement Amendments (CLIA) Regulations CMS-2013-0218-0001
2013-24250,CMS-2013-0219-0001 Agency Information Collection Activities: Proposed Collection; Comment Request 2013-24250 (CMS–R–138) Medicare Geographic Classification Review Board (MGCRB) Procedures and Supporting Regulations CMS-2013-0219-0001
2013-24250,CMS-2013-0220-0001 Agency Information Collection Activities: Proposed Collection; Comment Request 2013-24250 (CMS–R–244) Programs for All-inclusive Care of the Elderly (PACE) and Supporting Regulations CMS-2013-0220-0001
2013-24250,CMS-2013-0221-0001 Agency Information Collection Activities: Proposed Collection; Comment Request 2013-24250 (CMS–R–308) State Children’s Health Insurance Program and Supporting Regulations CMS-2013-0221-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 77.089ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API