{ "opencollection": "1.0.0", "info": { "name": "CMS AB2D Articles Patient API", "version": "2.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Patient", "type": "folder" }, "items": [ { "info": { "name": "Search Patient Resources", "type": "http" }, "http": { "method": "GET", "url": "https://api.ab2d.cms.gov/api/v2/Patient", "params": [ { "name": "identifier", "value": "", "type": "query" }, { "name": "_has:Coverage.extension", "value": "", "type": "query" }, { "name": "_lastUpdated", "value": "", "type": "query" } ] }, "docs": "Search Patient Resources" }, { "info": { "name": "Create Patient", "type": "http" }, "http": { "method": "POST", "url": "https://api.ab2d.cms.gov/api/v2/Patient", "body": { "type": "json", "data": "{}" } }, "docs": "Create Patient" }, { "info": { "name": "Read Patient", "type": "http" }, "http": { "method": "GET", "url": "https://api.ab2d.cms.gov/api/v2/Patient/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Read Patient" } ] } ], "bundled": true }