ToolAssay

Hospital capital-expenditure jump signals from CMS cost reports (Worksheet A-7)

Hospital capital-expenditure jump signals from CMS cost reports (Worksheet A-7): hospitals whose major movable equipment purchases hit at least $1M and at least 2x the prior fiscal year — an observational marker that a hospital reported a step-up in equipment spend. Answers: which hospitals just bought equipment? Includes purchase dollars by asset class and the prior-year comparison. Filter by state, min_amount (movable-equipment dollars), since; keyset cursor pagination.

Not tested: has real-world effectsour last check, 2026-09-24
0 of 0checks answered this week
n/amedian answer time
$0.1listed price per call
n/aprice it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

GET https://api.healthparse.io/v1/hospitals/capex-signals

CategoryEverything else
Provider hostapi.healthparse.io
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days1 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

We never call tools that send, buy, move money or file anything, not even without paying.

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {
    "min_amount": "example",
    "since": "example",
    "state": "example"
  },
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "properties": {
        "cursor": {
          "description": "opaque next_cursor from the previous page",
          "type": "string"
        },
        "limit": {
          "default": 50,
          "maximum": 100,
          "type": "integer"
        },
        "min_amount": {
          "description": "minimum movable-equipment purchase dollars in the trigger year",
          "type": "number"
        },
        "since": {
          "description": "only events on/after this date (YYYY-MM-DD)",
          "format": "date",
          "type": "string"
        },
        "state": {
          "description": "2-letter state code(s), comma-separated",
          "type": "string"
        }
      },
      "type": "object"
    }
  },
  "type": "object"
}

This page as JSON