home / openregs

crs_report_bills

Cross-references between CRS reports and related legislation. Links CRS analysis to specific bills tracked in the legislation table.

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

22 rows where report_id = "R48864"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: congress, bill_type, bill_number, bill_id

id ▼ report_id bill_title congress bill_type bill_number bill_id
108349 The SUPPORT for Patients and Communities Reauthorization Act of 2025: SectionbySection Summary R48864   119 pub 119-44 119-pub-119-44
108350 The SUPPORT for Patients and Communities Reauthorization Act of 2025: SectionbySection Summary R48864   115 pub 115-271 115-pub-115-271
108351 The SUPPORT for Patients and Communities Reauthorization Act of 2025: SectionbySection Summary R48864   115 pub 115-271 115-pub-115-271
108352 The SUPPORT for Patients and Communities Reauthorization Act of 2025: SectionbySection Summary R48864   119 pub 119-44 119-pub-119-44
108353 The SUPPORT for Patients and Communities Reauthorization Act of 2025: SectionbySection Summary R48864   114 pub 114-198 114-pub-114-198
108354 The SUPPORT for Patients and Communities Reauthorization Act of 2025: SectionbySection Summary R48864   106 pub 106-310 106-pub-106-310
108355 The SUPPORT for Patients and Communities Reauthorization Act of 2025: SectionbySection Summary R48864   114 pub 114-255 114-pub-114-255
108356 The SUPPORT for Patients and Communities Reauthorization Act of 2025: SectionbySection Summary R48864   117 pub 117-328 117-pub-117-328
108357 The SUPPORT for Patients and Communities Reauthorization Act of 2025: SectionbySection Summary R48864   114 pub 114-113 114-pub-114-113
108358 The SUPPORT for Patients and Communities Reauthorization Act of 2025: SectionbySection Summary R48864   111 pub 111-5 111-pub-111-5
108359 The SUPPORT for Patients and Communities Reauthorization Act of 2025: SectionbySection Summary R48864   116 pub 116-93 116-pub-116-93
108360 The SUPPORT for Patients and Communities Reauthorization Act of 2025: SectionbySection Summary R48864   116 pub 116-94 116-pub-116-94
108361 The SUPPORT for Patients and Communities Reauthorization Act of 2025: SectionbySection Summary R48864   116 pub 116-260 116-pub-116-260
108362 The SUPPORT for Patients and Communities Reauthorization Act of 2025: SectionbySection Summary R48864   117 pub 117-103 117-pub-117-103
108363 The SUPPORT for Patients and Communities Reauthorization Act of 2025: SectionbySection Summary R48864   118 pub 118-47 118-pub-118-47
108364 The SUPPORT for Patients and Communities Reauthorization Act of 2025: SectionbySection Summary R48864   119 pub 119-44 119-pub-119-44
108365 The SUPPORT for Patients and Communities Reauthorization Act of 2025: SectionbySection Summary R48864   114 pub 114-255 114-pub-114-255
108366 The SUPPORT for Patients and Communities Reauthorization Act of 2025: SectionbySection Summary R48864 To authorize cyber incident response teams at the Department of Homeland Security, and for other purposes. 116 hr 1158 116-hr-1158
108367 The SUPPORT for Patients and Communities Reauthorization Act of 2025: SectionbySection Summary R48864 To promote economic partnership and cooperation between the United States and Mexico. 116 hr 133 116-hr-133
108368 The SUPPORT for Patients and Communities Reauthorization Act of 2025: SectionbySection Summary R48864 To measure the progress of post-disaster recovery and efforts to address corruption, governance, rule of law, and media freedoms in Haiti. 117 hr 2471 117-hr-2471
108369 The SUPPORT for Patients and Communities Reauthorization Act of 2025: SectionbySection Summary R48864 To amend section 1115 of title 31, United States Code, to amend the description of how performance goals are achieved, and for other purposes. 117 hr 2617 117-hr-2617
108370 The SUPPORT for Patients and Communities Reauthorization Act of 2025: SectionbySection Summary R48864 To reauthorize the Morris K. Udall and Stewart L. Udall Trust Fund, and for other purposes. 118 hr 2882 118-hr-2882

Advanced export

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

CSV options:

CREATE TABLE crs_report_bills (
    id INTEGER PRIMARY KEY AUTOINCREMENT,
    report_id TEXT NOT NULL REFERENCES crs_reports(id),
    bill_title TEXT,
    congress INTEGER,
    bill_type TEXT,
    bill_number INTEGER,
    bill_id TEXT
);
CREATE INDEX idx_crb_report ON crs_report_bills(report_id);
CREATE INDEX idx_crb_bill ON crs_report_bills(bill_id);
Powered by Datasette · Queries took 140.035ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API