{
	"info": {
		"_postman_id": "8b8dddbf-f516-42b5-88f2-0dc912219924",
		"name": "__ CARIN BlueButton IG APIs",
		"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
	},
	"item": [
		{
			"name": "ExplanationOfBenefit",
			"request": {
				"method": "GET",
				"header": [
					{
						"key": "Content-Type",
						"value": "application/fhir+json",
						"type": "text"
					},
					{
						"key": "Authorization",
						"value": "Bearer <<access token>>",
						"type": "text"
					}
				],
				"url": {
					"raw": "{{base_url}}/carin-bb/ExplanationOfBenefit",
					"host": [
						"{{base_url}}"
					],
					"path": [
						"carin-bb",
						"ExplanationOfBenefit"
					],
					"query": [
						{
							"key": "_id",
							"value": null,
							"disabled": true
						},
						{
							"key": "patient",
							"value": null,
							"disabled": true
						},
						{
							"key": "_lastUpdated",
							"value": null,
							"disabled": true
						},
						{
							"key": "type",
							"value": null,
							"disabled": true
						},
						{
							"key": "identifier",
							"value": null,
							"disabled": true
						},
						{
							"key": "service-date",
							"value": null,
							"disabled": true
						}
					]
				}
			},
			"response": []
		},
		{
			"name": "ExplanationOfBenefit by FHIR ID",
			"request": {
				"auth": {
					"type": "noauth"
				},
				"method": "GET",
				"header": [
					{
						"key": "Content-Type",
						"value": "application/fhir+json",
						"type": "text"
					},
					{
						"key": "Authorization",
						"value": "Bearer <<access token>>",
						"type": "text"
					}
				],
				"url": {
					"raw": "{{base_url}}/carin-bb/ExplanationOfBenefit/{rid}",
					"host": [
						"{{base_url}}"
					],
					"path": [
						"carin-bb",
						"ExplanationOfBenefit",
						"{rid}"
					]
				}
			},
			"response": []
		},
		{
			"name": "Coverage by FHIR ID",
			"request": {
				"auth": {
					"type": "noauth"
				},
				"method": "GET",
				"header": [
					{
						"key": "Content-Type",
						"value": "application/fhir+json",
						"type": "text"
					},
					{
						"key": "Authorization",
						"value": "Bearer <<access token>>",
						"type": "text"
					}
				],
				"url": {
					"raw": "{{base_url}}/carin-bb/Coverage/{rid}",
					"host": [
						"{{base_url}}"
					],
					"path": [
						"carin-bb",
						"Coverage",
						"{rid}"
					]
				}
			},
			"response": []
		},
		{
			"name": "Organization by FHIR ID",
			"request": {
				"auth": {
					"type": "noauth"
				},
				"method": "GET",
				"header": [
					{
						"key": "Content-Type",
						"value": "application/fhir+json",
						"type": "text"
					},
					{
						"key": "Authorization",
						"value": "Bearer <<access token>>",
						"type": "text"
					}
				],
				"url": {
					"raw": "{{base_url}}/carin-bb/Organization/{rid}",
					"host": [
						"{{base_url}}"
					],
					"path": [
						"carin-bb",
						"Organization",
						"{rid}"
					]
				}
			},
			"response": []
		},
		{
			"name": "Patient by FHIR ID",
			"request": {
				"auth": {
					"type": "noauth"
				},
				"method": "GET",
				"header": [
					{
						"key": "Content-Type",
						"value": "application/fhir+json",
						"type": "text"
					},
					{
						"key": "Authorization",
						"value": "Bearer <<access token>>",
						"type": "text"
					}
				],
				"url": {
					"raw": "{{base_url}}/carin-bb/Organization/{rid}",
					"host": [
						"{{base_url}}"
					],
					"path": [
						"carin-bb",
						"Organization",
						"{rid}"
					]
				}
			},
			"response": []
		},
		{
			"name": "Practitioner by FHIR ID",
			"request": {
				"auth": {
					"type": "noauth"
				},
				"method": "GET",
				"header": [
					{
						"key": "Content-Type",
						"value": "application/fhir+json",
						"type": "text"
					},
					{
						"key": "Authorization",
						"value": "Bearer <<access token>>",
						"type": "text"
					}
				],
				"url": {
					"raw": "{{base_url}}/carin-bb/Practitioner/{rid}",
					"host": [
						"{{base_url}}"
					],
					"path": [
						"carin-bb",
						"Practitioner",
						"{rid}"
					]
				}
			},
			"response": []
		}
	],
	"auth": {
		"type": "oauth2",
		"oauth2": [
			{
				"key": "scope",
				"value": "launch/patient openid fhirUser offline_access user/ExplanationOfBenefit.read user/Coverage.read user/AllergyIntolerance.read user/CarePlan.read user/CareTeam.read user/Condition.read user/Device.read user/DiagnosticReport.read user/DocumentReference.read user/Encounter.read user/Goal.read user/Immunization.read user/Location.read user/Medication.read user/MedicationRequest.read user/Observation.read user/Organization.read user/Patient.read user/Practitioner.read user/PractitionerRole.read user/Procedure.read user/Provenance.read patient/ExplanationOfBenefit.read patient/Coverage.read patient/AllergyIntolerance.read patient/CarePlan.read patient/CareTeam.read patient/Condition.read patient/Device.read patient/DiagnosticReport.read patient/DocumentReference.read patient/Encounter.read patient/Goal.read patient/Immunization.read patient/Location.read patient/Medication.read patient/MedicationRequest.read patient/Observation.read patient/Organization.read patient/Patient.read patient/Practitioner.read patient/PractitionerRole.read patient/Procedure.read patient/Provenance.read",
				"type": "string"
			},
			{
				"key": "redirect_uri",
				"value": "",
				"type": "string"
			},
			{
				"key": "clientSecret",
				"value": "",
				"type": "string"
			},
			{
				"key": "clientId",
				"value": "",
				"type": "string"
			},
			{
				"key": "accessTokenUrl",
				"value": "",
				"type": "string"
			},
			{
				"key": "authUrl",
				"value": "",
				"type": "string"
			},
			{
				"key": "challengeAlgorithm",
				"value": "S256",
				"type": "string"
			},
			{
				"key": "grant_type",
				"value": "authorization_code",
				"type": "string"
			},
			{
				"key": "addTokenTo",
				"value": "header",
				"type": "string"
			},
			{
				"key": "client_authentication",
				"value": "header",
				"type": "string"
			}
		]
	},
	"event": [
		{
			"listen": "prerequest",
			"script": {
				"type": "text/javascript",
				"exec": [
					""
				]
			}
		},
		{
			"listen": "test",
			"script": {
				"type": "text/javascript",
				"exec": [
					""
				]
			}
		}
	],
	"variable": [
		{
			"key": "base_url",
			"value": ""
		}
	]
}
