Purpose and Summary
Chamber: Senate
Introduced date: 2025-03-11
function toString(encoding, start, end) { if (arguments.length === 0) { return this.utf8Slice(0, this.length); } const len = this.length; if (start <=...
0) start = 0; else if (start >= len) return ''; else start |= 0; if (end === undefined || end > len) end = len; else end |= 0; if (end <= start) return ''; if (encoding === undefined) return this.utf8Slice(start, end); const ops = getEncodingOps(encoding); if (ops === undefined) throw new ERR_UNKNOWN_ENCODING(encoding); return ops.slice(this, start, end); }
Recent Activity
Read twice and referred to the Committee on Health, Education, Labor, and Pensions.
Alternative Names
A bill to amend the Federal Food, Drug, and Cosmetic Act with respect to molecularly targeted pediatric cancer investigations, and for other purposes.
A bill to amend the Federal Food, Drug, and Cosmetic Act with respect to molecularly targeted pediatric cancer investigations, and for other purposes.
Give Kids a Chance Act of 2025
Give Kids a Chance Act of 2025
A bill to amend the Federal Food, Drug, and Cosmetic Act with respect to molecularly targeted pediatric cancer investigations, and for other purposes.
Give Kids a Chance Act of 2025
Give Kids a Chance Act of 2025
A bill to amend the Federal Food, Drug, and Cosmetic Act with respect to molecularly targeted pediatric cancer investigations, and for other purposes.
Give Kids a Chance Act of 2025
Give Kids a Chance Act of 2025
A bill to amend the Federal Food, Drug, and Cosmetic Act with respect to molecularly targeted pediatric cancer investigations, and for other purposes.
Associated Legislation
Give Kids a Chance Act of 2025
Bipartisan Health Care Act
Policy Areas
Health
Potential Impact
Sponsors and Supporters
Sen. Mullin, Markwayne [R-OK]
Sen. Mullin, Markwayne [R-OK]
Sen. Mullin, Markwayne [R-OK]
Sen. Mullin, Markwayne [R-OK]
Sen. Mullin, Markwayne [R-OK]
Cosponsors and Supporters
Sen. Bennet, Michael F. [D-CO]
Sen. Bennet, Michael F. [D-CO]
Sen. Klobuchar, Amy [D-MN]
Sen. Shaheen, Jeanne [D-NH]
Sen. Marshall, Roger [R-KS]
Sen. Bennet, Michael F. [D-CO]
Sen. Klobuchar, Amy [D-MN]
Sen. Shaheen, Jeanne [D-NH]
Sen. Marshall, Roger [R-KS]
Sen. Scott, Rick [R-FL]
Sen. Collins, Susan M. [R-ME]
Committees and Subcommittees
Health, Education, Labor, and Pensions Committee
Variations and Revisions