legislation_actions
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
12 rows where bill_id = "100-s-1475" sorted by action_date descending
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 |
|---|---|---|---|---|---|---|
| 59442 | A bill to establish an effective clinical staffing recruitment and retention program, and for other purposes. 100-s-1475 | 1987-12-28 | Referred to Subcommittee on Health and the Environment. | Committee | House committee actions | |
| 59443 | A bill to establish an effective clinical staffing recruitment and retention program, and for other purposes. 100-s-1475 | 1987-11-30 | Referred to House Committee on Interior and Insular Affairs. | IntroReferral | House floor actions | |
| 59444 | A bill to establish an effective clinical staffing recruitment and retention program, and for other purposes. 100-s-1475 | 1987-11-30 | Referred to House Committee on Energy and Commerce. | IntroReferral | House floor actions | |
| 59445 | A bill to establish an effective clinical staffing recruitment and retention program, and for other purposes. 100-s-1475 | 1987-11-18 | Passed Senate with an amendment by Voice Vote. | Floor | Senate | |
| 59446 | A bill to establish an effective clinical staffing recruitment and retention program, and for other purposes. 100-s-1475 | 1987-11-18 | Passed/agreed to in Senate: Passed Senate with an amendment by Voice Vote. | Floor | Library of Congress | |
| 59447 | A bill to establish an effective clinical staffing recruitment and retention program, and for other purposes. 100-s-1475 | 1987-11-04 | Placed on Senate Legislative Calendar under General Orders. Calendar No. 422. | Calendars | Senate | |
| 59448 | A bill to establish an effective clinical staffing recruitment and retention program, and for other purposes. 100-s-1475 | 1987-11-04 | Committee on Indian Affairs. Reported to Senate by Senator Inouye with an amendment in the nature of a substitute. With written report No. 100-212. Minority views filed. | Committee | Senate | |
| 59449 | A bill to establish an effective clinical staffing recruitment and retention program, and for other purposes. 100-s-1475 | 1987-11-04 | Committee on Indian Affairs. Reported to Senate by Senator Inouye with an amendment in the nature of a substitute. With written report No. 100-212. Minority views filed. | Committee | Library of Congress | |
| 59450 | A bill to establish an effective clinical staffing recruitment and retention program, and for other purposes. 100-s-1475 | 1987-09-25 | Committee on Indian Affairs. Ordered to be reported with an amendment in the nature of a substitute favorably. | Committee | Senate | |
| 59451 | A bill to establish an effective clinical staffing recruitment and retention program, and for other purposes. 100-s-1475 | 1987-08-06 | Committee on Indian Affairs. Hearings held. | Committee | Senate | |
| 59452 | A bill to establish an effective clinical staffing recruitment and retention program, and for other purposes. 100-s-1475 | 1987-07-09 | Read twice and referred to the Committee on Indian Affairs. | IntroReferral | Senate | |
| 59453 | A bill to establish an effective clinical staffing recruitment and retention program, and for other purposes. 100-s-1475 | 1987-07-09 | Introduced in Senate | IntroReferral | Library of Congress |
Advanced export
JSON shape: default, array, newline-delimited, object
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);