Resource / 13498
unknownUnnamed resource.
Which hospitals cut staffing year-over-year? Compares each CCN's latest HCRIS fiscal year to the prior on a staffing ratio (metric=fte_per_bed default, or fte_per_discharge) and returns those whose ratio DROPPED. Filter by state, min_pct_drop, year, ccn, name, control_type, min_beds. Returns latest/prior ratio, delta and pct_change — an understaffing tell. CCN joins CMS timely-care. CMS public-domain records.
| State | Network | Scheme | Atomic amount | Asset | payTo / untrusted |
|---|---|---|---|---|---|
| active | eip155:8453 | exact | 1250000 | 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | 0x3873d15CF3209c32aaA8d9AA542164E658567129 |
| active | solana:5eykt4usfv8p8njdtrepy1vzqkqzkvdp | exact | 1250000 | EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v | BdcZbENFdEyEUMqv9pnRMUnn1Yyeyo2dCMbYXbJ3LmaB |
All advertised payment options are stored. Base (`eip155:8453`) is the operational network for ranking and canaries; non-Base options remain visible for transparency.
No probe attempts recorded yet. Coverage runs prioritize never-probed endpoints.
Machine contract
Schemas.
{
"method": "GET",
"queryParams": {
"min_pct_drop": "10",
"state": "TX",
"year": "2023"
},
"type": "http"
}
{
"example": {
"rows": [
{
"ccn": "450078",
"delta": -0.71,
"hospital_name": "EXAMPLE REGIONAL MEDICAL CENTER",
"latest_fy": 2023,
"latest_ratio": 3.91,
"metric": "fte_per_bed",
"pct_change": -15.4,
"prior_fy": 2022,
"prior_ratio": 4.62,
"state": "TX"
}
],
"total_matched": 1
},
"type": "json"
}