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.
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
| Category | Everything else |
|---|---|
| Provider host | api.healthparse.io |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 1 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"
}