{ "item": [ { "id": "b0575cc6-7ada-4bcd-a38b-ebf36901884c", "name": "Capability", "description": { "content": "FHIR server capability statements and metadata.", "type": "text/plain" }, "item": [ { "id": "91e00ddc-a2ce-4524-a0fa-52029bc246ca", "name": "Get Capability Statement", "request": { "name": "Get Capability Statement", "description": { "content": "Returns the FHIR CapabilityStatement describing supported resources and operations.", "type": "text/plain" }, "url": { "path": [ "metadata" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/fhir+json" } ], "method": "GET", "auth": null }, "response": [ { "id": "7c876a09-d871-4b35-a40e-63be41e604b7", "name": "Server capability statement.", "originalRequest": { "url": { "path": [ "metadata" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: oauth2", "type": "text/plain" }, "key": "Authorization", "value": "" }, { "key": "Accept", "value": "application/fhir+json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/fhir+json" } ], "body": "{\n \"resourceType\": \"string\",\n \"id\": \"string\",\n \"key_0\": true,\n \"key_1\": 6514.5093274834435\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ], "event": [] }, { "id": "baa795d8-aafb-4a58-a691-67585a26b8fc", "name": "Patient", "description": { "content": "Beneficiary (Patient) resources.", "type": "text/plain" }, "item": [ { "id": "e22470d3-4d7d-4ef7-8aca-d42cbe734d0c", "name": "Search Patient", "request": { "name": "Search Patient", "description": { "content": "Returns the authenticated Medicare beneficiary as a FHIR Patient resource.", "type": "text/plain" }, "url": { "path": [ "Patient" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/fhir+json" } ], "method": "GET", "auth": null }, "response": [ { "id": "4b39924c-8ad2-4535-8c2e-013faf122231", "name": "A FHIR Bundle of Patient resources.", "originalRequest": { "url": { "path": [ "Patient" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: oauth2", "type": "text/plain" }, "key": "Authorization", "value": "" }, { "key": "Accept", "value": "application/fhir+json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/fhir+json" } ], "body": "{\n \"resourceType\": \"string\",\n \"type\": \"string\",\n \"total\": 7598,\n \"entry\": [\n {\n \"key_0\": 6831.474002921458,\n \"key_1\": true\n },\n {\n \"key_0\": 3149,\n \"key_1\": 2603\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "81ab326b-5f93-408b-a1b0-06177d330c3a", "name": "Authentication credentials are missing or invalid.", "originalRequest": { "url": { "path": [ "Patient" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: oauth2", "type": "text/plain" }, "key": "Authorization", "value": "" }, { "key": "Accept", "value": "application/fhir+json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/fhir+json" } ], "body": "{\n \"resourceType\": \"string\",\n \"id\": \"string\",\n \"key_0\": true,\n \"key_1\": 6514.5093274834435\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "d5296bd3-eb85-4519-b756-2eae1dadb70a", "name": "Read Patient", "request": { "name": "Read Patient", "description": { "content": "Returns a single Patient resource by ID.", "type": "text/plain" }, "url": { "path": [ "Patient", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "type": "any", "value": "", "key": "id", "description": "(Required) FHIR Patient resource ID." } ] }, "header": [ { "key": "Accept", "value": "application/fhir+json" } ], "method": "GET", "auth": null }, "response": [ { "id": "92d88ff5-76d2-4a12-8233-931736c0848d", "name": "A FHIR Patient resource.", "originalRequest": { "url": { "path": [ "Patient", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "type": "any", "value": "", "key": "id", "description": "(Required) FHIR Patient resource ID." } ] }, "header": [ { "description": { "content": "Added as a part of security scheme: oauth2", "type": "text/plain" }, "key": "Authorization", "value": "" }, { "key": "Accept", "value": "application/fhir+json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/fhir+json" } ], "body": "{\n \"resourceType\": \"string\",\n \"id\": \"string\",\n \"key_0\": true,\n \"key_1\": 6514.5093274834435\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "bb3a9c67-955c-4b47-9c12-d62a16630ab1", "name": "The requested resource was not found.", "originalRequest": { "url": { "path": [ "Patient", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "type": "any", "value": "", "key": "id", "description": "(Required) FHIR Patient resource ID." } ] }, "header": [ { "description": { "content": "Added as a part of security scheme: oauth2", "type": "text/plain" }, "key": "Authorization", "value": "" }, { "key": "Accept", "value": "application/fhir+json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/fhir+json" } ], "body": "{\n \"resourceType\": \"string\",\n \"id\": \"string\",\n \"key_0\": true,\n \"key_1\": 6514.5093274834435\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ], "event": [] }, { "id": "1b7b2a70-53ed-4fc4-b762-5e1d69d47f48", "name": "Coverage", "description": { "content": "Beneficiary coverage records.", "type": "text/plain" }, "item": [ { "id": "e1ae0e8e-eab0-4eff-aeef-cff26ee5d0e3", "name": "Search Coverage", "request": { "name": "Search Coverage", "description": { "content": "Returns Medicare coverage records for the authenticated beneficiary.", "type": "text/plain" }, "url": { "path": [ "Coverage" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "key": "beneficiary", "value": "", "description": "Beneficiary patient reference." } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/fhir+json" } ], "method": "GET", "auth": null }, "response": [ { "id": "dfb1280d-d5a8-4714-b05b-549a8e7236f7", "name": "A FHIR Bundle of Coverage resources.", "originalRequest": { "url": { "path": [ "Coverage" ], "host": [ "{{baseUrl}}" ], "query": [ { "key": "beneficiary", "value": "" } ], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: oauth2", "type": "text/plain" }, "key": "Authorization", "value": "" }, { "key": "Accept", "value": "application/fhir+json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/fhir+json" } ], "body": "{\n \"resourceType\": \"string\",\n \"type\": \"string\",\n \"total\": 7598,\n \"entry\": [\n {\n \"key_0\": 6831.474002921458,\n \"key_1\": true\n },\n {\n \"key_0\": 3149,\n \"key_1\": 2603\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "e4d4b30b-ba8c-459f-a39b-390913464866", "name": "Authentication credentials are missing or invalid.", "originalRequest": { "url": { "path": [ "Coverage" ], "host": [ "{{baseUrl}}" ], "query": [ { "key": "beneficiary", "value": "" } ], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: oauth2", "type": "text/plain" }, "key": "Authorization", "value": "" }, { "key": "Accept", "value": "application/fhir+json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/fhir+json" } ], "body": "{\n \"resourceType\": \"string\",\n \"id\": \"string\",\n \"key_0\": true,\n \"key_1\": 6514.5093274834435\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "02adb21f-7bcf-403a-8844-80a460f1e911", "name": "Read Coverage", "request": { "name": "Read Coverage", "description": { "content": "Returns a single Coverage resource by ID.", "type": "text/plain" }, "url": { "path": [ "Coverage", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "type": "any", "value": "", "key": "id", "description": "(Required) FHIR Coverage resource ID." } ] }, "header": [ { "key": "Accept", "value": "application/fhir+json" } ], "method": "GET", "auth": null }, "response": [ { "id": "aa0da935-b736-4b0c-8fb7-80a2ddf71d2a", "name": "A FHIR Coverage resource.", "originalRequest": { "url": { "path": [ "Coverage", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "type": "any", "value": "", "key": "id", "description": "(Required) FHIR Coverage resource ID." } ] }, "header": [ { "description": { "content": "Added as a part of security scheme: oauth2", "type": "text/plain" }, "key": "Authorization", "value": "" }, { "key": "Accept", "value": "application/fhir+json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/fhir+json" } ], "body": "{\n \"resourceType\": \"string\",\n \"id\": \"string\",\n \"key_0\": true,\n \"key_1\": 6514.5093274834435\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "c7865574-dec4-43a0-a458-9708dd91dd1a", "name": "The requested resource was not found.", "originalRequest": { "url": { "path": [ "Coverage", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "type": "any", "value": "", "key": "id", "description": "(Required) FHIR Coverage resource ID." } ] }, "header": [ { "description": { "content": "Added as a part of security scheme: oauth2", "type": "text/plain" }, "key": "Authorization", "value": "" }, { "key": "Accept", "value": "application/fhir+json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/fhir+json" } ], "body": "{\n \"resourceType\": \"string\",\n \"id\": \"string\",\n \"key_0\": true,\n \"key_1\": 6514.5093274834435\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ], "event": [] }, { "id": "ede7670e-2000-4ac5-84bc-d5bc6cd1622b", "name": "ExplanationOfBenefit", "description": { "content": "Medicare claims expressed as ExplanationOfBenefit resources.", "type": "text/plain" }, "item": [ { "id": "2ab354cc-7e1f-4d4f-a0b1-3237fc6415a2", "name": "Search ExplanationOfBenefit", "request": { "name": "Search ExplanationOfBenefit", "description": { "content": "Returns ExplanationOfBenefit (claims) records for the authenticated beneficiary.", "type": "text/plain" }, "url": { "path": [ "ExplanationOfBenefit" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "key": "patient", "value": "", "description": "Patient resource reference." }, { "disabled": false, "key": "_lastUpdated", "value": "", "description": "Filter by last-updated timestamp." } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/fhir+json" } ], "method": "GET", "auth": null }, "response": [ { "id": "50c85b23-7912-461f-9b77-62ec4992f483", "name": "A FHIR Bundle of ExplanationOfBenefit resources.", "originalRequest": { "url": { "path": [ "ExplanationOfBenefit" ], "host": [ "{{baseUrl}}" ], "query": [ { "key": "patient", "value": "" }, { "key": "_lastUpdated", "value": "" } ], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: oauth2", "type": "text/plain" }, "key": "Authorization", "value": "" }, { "key": "Accept", "value": "application/fhir+json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/fhir+json" } ], "body": "{\n \"resourceType\": \"string\",\n \"type\": \"string\",\n \"total\": 7598,\n \"entry\": [\n {\n \"key_0\": 6831.474002921458,\n \"key_1\": true\n },\n {\n \"key_0\": 3149,\n \"key_1\": 2603\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "eb5975dc-04be-47a8-8a4d-09d58d68d57e", "name": "Authentication credentials are missing or invalid.", "originalRequest": { "url": { "path": [ "ExplanationOfBenefit" ], "host": [ "{{baseUrl}}" ], "query": [ { "key": "patient", "value": "" }, { "key": "_lastUpdated", "value": "" } ], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: oauth2", "type": "text/plain" }, "key": "Authorization", "value": "" }, { "key": "Accept", "value": "application/fhir+json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/fhir+json" } ], "body": "{\n \"resourceType\": \"string\",\n \"id\": \"string\",\n \"key_0\": true,\n \"key_1\": 6514.5093274834435\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "b5a06618-b8bc-4d59-82b1-d39b8c2f63d3", "name": "Read ExplanationOfBenefit", "request": { "name": "Read ExplanationOfBenefit", "description": { "content": "Returns a single ExplanationOfBenefit resource by ID.", "type": "text/plain" }, "url": { "path": [ "ExplanationOfBenefit", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "type": "any", "value": "", "key": "id", "description": "(Required) FHIR ExplanationOfBenefit resource ID." } ] }, "header": [ { "key": "Accept", "value": "application/fhir+json" } ], "method": "GET", "auth": null }, "response": [ { "id": "4744be49-608e-42e9-badb-513a87710ab7", "name": "A FHIR ExplanationOfBenefit resource.", "originalRequest": { "url": { "path": [ "ExplanationOfBenefit", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "type": "any", "value": "", "key": "id", "description": "(Required) FHIR ExplanationOfBenefit resource ID." } ] }, "header": [ { "description": { "content": "Added as a part of security scheme: oauth2", "type": "text/plain" }, "key": "Authorization", "value": "" }, { "key": "Accept", "value": "application/fhir+json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/fhir+json" } ], "body": "{\n \"resourceType\": \"string\",\n \"id\": \"string\",\n \"key_0\": true,\n \"key_1\": 6514.5093274834435\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "3171e207-d3c9-43e0-a5d0-83a1311ee9d7", "name": "The requested resource was not found.", "originalRequest": { "url": { "path": [ "ExplanationOfBenefit", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "type": "any", "value": "", "key": "id", "description": "(Required) FHIR ExplanationOfBenefit resource ID." } ] }, "header": [ { "description": { "content": "Added as a part of security scheme: oauth2", "type": "text/plain" }, "key": "Authorization", "value": "" }, { "key": "Accept", "value": "application/fhir+json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/fhir+json" } ], "body": "{\n \"resourceType\": \"string\",\n \"id\": \"string\",\n \"key_0\": true,\n \"key_1\": 6514.5093274834435\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ], "event": [] } ], "event": [], "variable": [ { "type": "string", "value": "https://api.bluebutton.cms.gov/v2/fhir", "key": "baseUrl" } ], "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "patient/Patient.read patient/Coverage.read patient/ExplanationOfBenefit.read" }, { "key": "accessTokenUrl", "value": "https://api.bluebutton.cms.gov/v2/o/token/" }, { "key": "authUrl", "value": "https://api.bluebutton.cms.gov/v2/o/authorize/" }, { "key": "grant_type", "value": "authorization_code" } ] }, "info": { "_postman_id": "b16bf532-3203-4e8c-ba9f-6dcadfe76e46", "name": "CMS Blue Button 2.0 API", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "description": { "content": "Blue Button 2.0 is a standards-based HL7 FHIR R4 API that delivers Medicare Part A, B, and D claims data for over 60 million beneficiaries to registered third-party applications. Beneficiaries authorize sharing via OAuth 2.0. Blue Button 2.0 anchors CMS's Patient Access API program under the 21st Century Cures Act.\n\nContact Support:\n Name: CMS Blue Button Developer Support", "type": "text/plain" } } }