{ "opencollection": "1.0.0", "info": { "name": "Community Health Systems Patient Access Claims Formulary 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": "Formulary", "type": "folder" }, "items": [ { "info": { "name": "Search formulary", "type": "http" }, "http": { "method": "GET", "url": "https://api.chs.net/fhir/r4/MedicationKnowledge" }, "docs": "Retrieve formulary and medication information." } ] } ], "bundled": true }