{
  "x402Version": 2,
  "id": 14921,
  "slug": "14921",
  "resource": "https://api.healthparse.io/v1/hospitals/capex-signals",
  "description": "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.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x177eA123A35253ba8869A7e21E717978e482351D",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "100000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "min_amount": "example",
            "since": "example",
            "state": "example"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "next_cursor": null,
            "signals": [
              {
                "ccn": "280077",
                "city": "FREMONT",
                "event_date": "2025-12-31",
                "event_id": 85001,
                "fy_end_year": 2025,
                "hospital_name": "EXAMPLE HEALTH",
                "movable_equipment_purchases": 4286370,
                "prior_year_movable_equipment_purchases": 120000,
                "state": "NE",
                "total_purchases": 5638633
              }
            ],
            "total_matched": 1
          },
          "type": "json"
        }
      },
      "routeTemplate": "/v1/hospitals/capex-signals",
      "schema": {
        "$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"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "api.healthparse.io",
  "lastUpdated": "2026-09-04T07:03:17.039Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-04T07:03:16.758Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "api.healthparse.io",
    "manifest_name": "api.healthparse.io",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}