{ "opencollection": "1.0.0", "info": { "name": "Elevance Health Patient Access FHIR Claims Conformance API", "version": "1.0" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://patient360c.anthem.com/P360Member/oauth2/authorize", "accessTokenUrl": "https://patient360c.anthem.com/P360Member/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Conformance", "type": "folder" }, "items": [ { "info": { "name": "Capability statement", "type": "http" }, "http": { "method": "GET", "url": "https://patient360c.anthem.com/P360Member/api/fhir/metadata" }, "docs": "Capability statement" } ] } ], "bundled": true }