{ "opencollection": "1.0.0", "info": { "name": "Community Health Systems Patient Access Claims API", "version": "2026-01-01" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://api.chs.net/oauth2/authorize", "accessTokenUrl": "https://api.chs.net/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Claims", "type": "folder" }, "items": [ { "info": { "name": "Search claims", "type": "http" }, "http": { "method": "GET", "url": "https://api.chs.net/fhir/r4/ExplanationOfBenefit", "params": [ { "name": "patient", "value": "", "type": "query" } ] }, "docs": "Retrieve adjudicated claims data as ExplanationOfBenefit resources." } ] } ], "bundled": true }