Request your provider directory

Access a comprehensive guide of doctors, hospitals and care teams in your network.

Download your provider directory

Access a comprehensive guide of doctors, hospitals and care teams in your network.

Your Health Plan Network

If you are an active member, refer to the network listed on your Member ID.

Select one… Blue Access Blue-Care BlueSelect EPO with Spira Care BlueSelect EPO BlueSelect Plus EPO with Spira Care BlueSelect Plus EPO BlueSelect Plus with Spira Care BlueSelect Plus High Performance Preferred-Care Blue EPO Preferred-Care Blue PPO Preferred-Care

Download your provider directory

Access a comprehensive guide of doctors, hospitals, and care teams in your network.

Member ID

Enter the ID displayed on your Blue KC member ID card.

<!–
Preferred-Care BlueBlueSelect PlusBlueSelect EPO with Spira CareBlueSelect Plus EPO with Spira CareBlueSelect (Select)Blue AccessBlueSelect Plus with Spira CarePreferred-Care Blue EPOBlue-CarePreferred-CareBlueSelect Plus EPOBlueSelect EPO
–>
Callback Phone Number

We will call if we need to confirm the specifics of your request.

Blue Medicare Advantage Members

Request a copy of your directory and other important documents at MedicareBlueKC.com.

Find Care Member ID “use strict”; $(‘#documentForm’).submit(function(e) { // Get all the forms elements and their values in one step e.preventDefault(); var documentRequest = { bcbskc_subscriberid: this[‘SubscriberId’].value, bcbskc_document: 521400000, //Provider Directory //bcbskc_network: this[‘Network’].value, bcbskc_phonenumber: this[‘Phone’].value, } Sdk.sendRequest(documentRequest); }); function setInputFilter(textbox, inputFilter) { [“input”, “keydown”, “keyup”, “mousedown”, “mouseup”, “select”, “contextmenu”, “drop”].forEach(function(event) { textbox.addEventListener(event, function() { if (inputFilter(this.value)) { this.oldValue = this.value; this.oldSelectionStart = this.selectionStart; this.oldSelectionEnd = this.selectionEnd; } else if (this.hasOwnProperty(“oldValue”)) { this.value = this.oldValue; this.setSelectionRange(this.oldSelectionStart, this.oldSelectionEnd); } else { this.value = “”; } }); }); } var Sdk = window.Sdk || {}; var url = ‘https://bluekc-prod.apigee.net’; if (window.location.href.indexOf(“stgbluekc”) > -1) { url = ‘https://bluekc-nonprod-test.apigee.net’ } Sdk.sendRequest = function(documentRequest) { $.ajax({ url: url + ‘/v1/documentrequest/bcbskc_documentrequestimports’, type: ‘POST’, headers: { “Content-Type”: “application/json”, }, data: JSON.stringify({ “bcbskc_name”: “Commercial Portal Request”, “bcbskc_subscriberid”: documentRequest.bcbskc_subscriberid, //”bcbskc_network”: documentRequest.bcbskc_network, “bcbskc_documenttype”: documentRequest.bcbskc_document, “bcbskc_phonenumber”: documentRequest.bcbskc_phonenumber.replace(/\D/g, ”), “bcbskc_sourceurl”: document.location.href }), success: function(data) { $(‘#documentForm’).hide(); $(‘#status’).show(); }, error: function(data) { alert(“An Error occurred during your submission, please contact Customer Service”); } }); };
function switchVisible() { if (document.getElementById(‘directory-content’)) { if (document.getElementById(‘directory-content’).style.display == ‘none’) { document.getElementById(‘directory-content’).style.display = ‘block’; document.getElementById(‘requestbymail-content’).style.display = ‘none’; } else { document.getElementById(‘directory-content’).style.display = ‘none’; document.getElementById(‘requestbymail-content’).style.display = ‘block’; } } } #requestbymail-content { display: none; }

Was this helpful?

Thanks for your feedback!