legislation_actions
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
26 rows where bill_id = "108-s-2302" 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 |
|---|---|---|---|---|---|---|
| 689521 | A bill to improve access to physicians in medically underserved areas. 108-s-2302 | 2004-12-03 | Became Public Law No: 108-441. | President | House floor actions | |
| 689522 | A bill to improve access to physicians in medically underserved areas. 108-s-2302 | 2004-12-03 | Became Public Law No: 108-441. | BecameLaw | Library of Congress | |
| 689523 | A bill to improve access to physicians in medically underserved areas. 108-s-2302 | 2004-12-03 | Signed by President. | President | House floor actions | |
| 689524 | A bill to improve access to physicians in medically underserved areas. 108-s-2302 | 2004-12-03 | Signed by President. | BecameLaw | Library of Congress | |
| 689525 | A bill to improve access to physicians in medically underserved areas. 108-s-2302 | 2004-11-22 | Presented to President. | Floor | House floor actions | |
| 689526 | A bill to improve access to physicians in medically underserved areas. 108-s-2302 | 2004-11-22 | Presented to President. | President | Library of Congress | |
| 689527 | A bill to improve access to physicians in medically underserved areas. 108-s-2302 | 2004-11-17 | Motion to reconsider laid on the table Agreed to without objection. | Floor | House floor actions | |
| 689528 | A bill to improve access to physicians in medically underserved areas. 108-s-2302 | 2004-11-17 | On motion to suspend the rules and pass the bill Agreed to by the Yeas and Nays: (2/3 required): 407 - 4 (Roll no. 533). (text: CR H9857-9858) | Floor | House floor actions | |
| 689529 | A bill to improve access to physicians in medically underserved areas. 108-s-2302 | 2004-11-17 | Passed/agreed to in House: On motion to suspend the rules and pass the bill Agreed to by the Yeas and Nays: (2/3 required): 407 - 4 (Roll no. 533).(text: CR H9857-9858) | Floor | Library of Congress | |
| 689530 | A bill to improve access to physicians in medically underserved areas. 108-s-2302 | 2004-11-17 | Considered as unfinished business. (consideration: CR H9865) | Floor | House floor actions | |
| 689531 | A bill to improve access to physicians in medically underserved areas. 108-s-2302 | 2004-11-17 | At the conclusion of debate, the Yeas and Nays were demanded and ordered. Pursuant to the provisions of clause 8, rule XX, the Chair announced that further proceedings on the motion would be postponed. | Floor | House floor actions | |
| 689532 | A bill to improve access to physicians in medically underserved areas. 108-s-2302 | 2004-11-17 | DEBATE - The House proceeded with forty minutes of debate on S. 2302. | Floor | House floor actions | |
| 689533 | A bill to improve access to physicians in medically underserved areas. 108-s-2302 | 2004-11-17 | Considered under suspension of the rules. (consideration: CR H9857-9862) | Floor | House floor actions | |
| 689534 | A bill to improve access to physicians in medically underserved areas. 108-s-2302 | 2004-11-17 | Mr. Sensenbrenner moved to suspend the rules and pass the bill. | Floor | House floor actions | |
| 689535 | A bill to improve access to physicians in medically underserved areas. 108-s-2302 | 2004-11-16 | Held at the desk. | Floor | House floor actions | |
| 689536 | A bill to improve access to physicians in medically underserved areas. 108-s-2302 | 2004-11-16 | Message on Senate action sent to the House. | Floor | Senate | |
| 689537 | A bill to improve access to physicians in medically underserved areas. 108-s-2302 | 2004-11-16 | Received in the House. | Floor | House floor actions | |
| 689538 | A bill to improve access to physicians in medically underserved areas. 108-s-2302 | 2004-10-11 | Passed Senate with an amendment by Unanimous Consent. (consideration: CR S11271-11274; text: CR S11271-11272) | Floor | Senate | |
| 689539 | A bill to improve access to physicians in medically underserved areas. 108-s-2302 | 2004-10-11 | Passed/agreed to in Senate: Passed Senate with an amendment by Unanimous Consent.(consideration: CR S11271-11274; text: CR S11271-11272) | Floor | Library of Congress | |
| 689540 | A bill to improve access to physicians in medically underserved areas. 108-s-2302 | 2004-10-07 | Placed on Senate Legislative Calendar under General Orders. Calendar No. 775. | Calendars | Senate | |
| 689541 | A bill to improve access to physicians in medically underserved areas. 108-s-2302 | 2004-10-07 | Committee on the Judiciary. Reported by Senator Hatch with an amendment in the nature of a substitute. Without written report. | Committee | Senate | |
| 689542 | A bill to improve access to physicians in medically underserved areas. 108-s-2302 | 2004-10-07 | Committee on the Judiciary. Reported by Senator Hatch with an amendment in the nature of a substitute. Without written report. | Committee | Library of Congress | |
| 689543 | A bill to improve access to physicians in medically underserved areas. 108-s-2302 | 2004-10-07 | Committee on the Judiciary. Ordered to be reported with an amendment in the nature of a substitute favorably. | Committee | Senate | |
| 689544 | A bill to improve access to physicians in medically underserved areas. 108-s-2302 | 2004-04-07 | Read twice and referred to the Committee on the Judiciary. | IntroReferral | Senate | |
| 689545 | A bill to improve access to physicians in medically underserved areas. 108-s-2302 | 2004-04-07 | Sponsor introductory remarks on measure. (CR S3944) | IntroReferral | Library of Congress | |
| 689546 | A bill to improve access to physicians in medically underserved areas. 108-s-2302 | 2004-04-07 | 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);