FETCH402
← Protocol index

Resource / 13488

unknown

Unnamed resource.

Which hospitals' emergency-department throughput is degrading period-over-period? Windows the CMS Timely & Effective Care snapshots to compute each hospital's latest-vs-prior change on a measure (default OP_18b median ED time; higher = worse). Filter by measure, state, facility_id, direction (worse | better | any), min_pct_change, min_delta, and min_sample. Returns latest_score, prior_score, delta, and pct_change — the founder's ED-staffing-pressure tell. CMS Care Compare public-domain records.

Eligibility
probeable
Failures
0
Last quote
Last probe
Payment requirements / accepts[] 2 options
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.

Probe evidence 0 recent

No probe attempts recorded yet. Coverage runs prioritize never-probed endpoints.

Machine contract

Schemas.

InputJSON
{
  "method": "GET",
  "queryParams": {
    "facility_id": "140117",
    "measure": "OP_18b",
    "state": "IL"
  },
  "type": "http"
}
OutputJSON
{
  "example": {
    "rows": [
      {
        "delta": 73,
        "facility_id": "140117",
        "facility_name": "AMITA HEALTH RESURRECTION MEDICAL CENTER",
        "latest_period": "2025-06-30",
        "latest_score": 184,
        "measure_id": "OP_18b",
        "pct_change": 65.8,
        "prior_period": "2024-09-30",
        "prior_score": 111,
        "state": "IL"
      }
    ],
    "total_matched": 1
  },
  "type": "json"
}