{ "opencollection": "1.0.0", "info": { "name": "Elevance Health Patient Access FHIR Claims Provider Directory 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": "Provider Directory", "type": "folder" }, "items": [ { "info": { "name": "Read Practitioner", "type": "http" }, "http": { "method": "GET", "url": "https://patient360c.anthem.com/P360Member/api/fhir/Practitioner/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Read Practitioner" }, { "info": { "name": "Read Organization", "type": "http" }, "http": { "method": "GET", "url": "https://patient360c.anthem.com/P360Member/api/fhir/Organization/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Read Organization" } ] } ], "bundled": true }