{ "opencollection": "1.0.0", "info": { "name": "Community Health Systems Access Claims Patient 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": "Patient", "type": "folder" }, "items": [ { "info": { "name": "Search patients", "type": "http" }, "http": { "method": "GET", "url": "https://api.chs.net/fhir/r4/Patient", "params": [ { "name": "family", "value": "", "type": "query" }, { "name": "given", "value": "", "type": "query" }, { "name": "birthdate", "value": "", "type": "query" } ] }, "docs": "Search for patient records using FHIR Patient resource." } ] } ], "bundled": true }