{ "opencollection": "1.0.0", "info": { "name": "CMS Blue Button 2.0 Capability Coverage API", "version": "v2" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://api.bluebutton.cms.gov/v2/o/authorize/", "accessTokenUrl": "https://api.bluebutton.cms.gov/v2/o/token/", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Coverage", "type": "folder" }, "items": [ { "info": { "name": "Search Coverage", "type": "http" }, "http": { "method": "GET", "url": "https://api.bluebutton.cms.gov/v2/fhir/Coverage", "params": [ { "name": "beneficiary", "value": "", "type": "query", "description": "Beneficiary patient reference." } ] }, "docs": "Returns Medicare coverage records for the authenticated beneficiary." }, { "info": { "name": "Read Coverage", "type": "http" }, "http": { "method": "GET", "url": "https://api.bluebutton.cms.gov/v2/fhir/Coverage/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "FHIR Coverage resource ID." } ] }, "docs": "Returns a single Coverage resource by ID." } ] } ], "bundled": true }