home / openregs

legislation_actions

Legislative action history for tracked bills — committee referrals, floor votes, amendments, and presidential signatures.

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

5 rows where bill_id = "103-s-2343" sorted by action_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: action_date, action_text, action_type, action_code, action_date (date)

id bill_id action_date ▲ action_text action_type chamber action_code
324704 An original bill to state the sense of the Senate on the TRICARE program of the Department of Defense and to facilitate the full implementation of the program by authorizing the reimbursement of the program for the cost of care provided under the program to certain medicare-eligible individuals. 103-s-2343 1994-08-01 Placed on Senate Legislative Calendar under General Orders. Calendar No. 536. Calendars   Senate
324705 An original bill to state the sense of the Senate on the TRICARE program of the Department of Defense and to facilitate the full implementation of the program by authorizing the reimbursement of the program for the cost of care provided under the program to certain medicare-eligible individuals. 103-s-2343 1994-08-01 Committee on Armed Services. Original measure reported to Senate by Senator Nunn. Without written report. Committee   Senate
324706 An original bill to state the sense of the Senate on the TRICARE program of the Department of Defense and to facilitate the full implementation of the program by authorizing the reimbursement of the program for the cost of care provided under the program to certain medicare-eligible individuals. 103-s-2343 1994-08-01 Committee on Armed Services. Original measure reported to Senate by Senator Nunn. Without written report. Committee   Library of Congress
324707 An original bill to state the sense of the Senate on the TRICARE program of the Department of Defense and to facilitate the full implementation of the program by authorizing the reimbursement of the program for the cost of care provided under the program to certain medicare-eligible individuals. 103-s-2343 1994-08-01 Introduced in Senate IntroReferral   Library of Congress
324708 An original bill to state the sense of the Senate on the TRICARE program of the Department of Defense and to facilitate the full implementation of the program by authorizing the reimbursement of the program for the cost of care provided under the program to certain medicare-eligible individuals. 103-s-2343 1994-07-27 Committee on Armed Services ordered to be reported an original measure. Committee   Senate

Advanced export

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

CSV options:

CREATE TABLE legislation_actions (
    id INTEGER PRIMARY KEY AUTOINCREMENT,
    bill_id TEXT REFERENCES legislation(bill_id),
    action_date TEXT,
    action_text TEXT,
    action_type TEXT,
    chamber TEXT,
    action_code TEXT
);
CREATE INDEX idx_legact_bill ON legislation_actions(bill_id);
CREATE INDEX idx_legact_date ON legislation_actions(action_date);
Powered by Datasette · Queries took 127.967ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API