And so when we are acknowledging historical distrust in our system, especially for Black patients, and how do we maintain that autonomy? Here in the United States, eighty percent of Black patients are seen by Black physicians. We are literally the only demographic that first chooses a physician based on where we feel safe. We choose safety. Where can I first go where there will be no harm done to me, intentionally or unintentionally? Eighty percent of us make that deliberate choice because of that. So that historical context is real. People know it, but also the current healthcare system doesn't really serve, minority populations, African Americans, or even women that well.
We're always falling through the gaps, and for someone like me, who's actually a part of the system and yet not a part of the system, and you're constantly walking back and forth across that line, I see a lot of inequity within our system, and I think people feel it, and they know that it's there. And that's why, for African Americans, we choose safety in our physicians first, and there's really no other group that does that.
.bvs-transcript{border:0;border-radius:0;margin:0;background:transparent;overflow:visible}.bvs-transcript__toggle{width:100%;display:flex;justify-content:space-between;gap:16px;align-items:center;padding:0;border:0;background:transparent;color:inherit;text-align:left;cursor:pointer}.bvs-transcript__title{font-weight:700;font-size:18px}.bvs-transcript__toggle-label{font-size:12px;font-weight:400;text-transform:none;letter-spacing:0}.bvs-transcript__body{padding:0}.bvs-transcript__body[hidden],.bvs-transcript__block[hidden],.bvs-transcript__load-more[hidden]{display:none}.bvs-transcript__block{margin:0 0 16px}.bvs-transcript__paragraph{margin:0 0 14px;line-height:1.65}.bvs-transcript__paragraph:last-child{margin-bottom:0}.bvs-transcript__load-more{display:inline-flex;align-items:center;justify-content:center;margin-top:8px;padding:10px 16px;border:1px solid #151515;border-radius:0;background:#151515;color:#fff;cursor:pointer;font-size:12px;font-weight:400;line-height:1.2}(function(){function init(root){if(root.dataset.bvsTranscriptReady){return;}root.dataset.bvsTranscriptReady="1";var blocks=Array.prototype.slice.call(root.querySelectorAll("[data-bvs-transcript-block]"));var loadMore=root.querySelector("[data-bvs-transcript-load-more]");var toggle=root.querySelector(".bvs-transcript__toggle");var toggleLabel=root.querySelector("[data-bvs-transcript-toggle-label]");var body=root.querySelector(".bvs-transcript__body");var visible=0;var initial=parseInt(root.getAttribute("data-initial"),10)||3;var step=parseInt(root.getAttribute("data-step"),10)||3;function setToggleLabel(){if(!toggleLabel||!toggle){return;}var expanded=toggle.getAttribute("aria-expanded")==="true";toggleLabel.textContent=expanded?(root.getAttribute("data-hide-label")||"Hide transcript"):(root.getAttribute("data-show-label")||"Show transcript");}function reveal(count){visible=Math.min(blocks.length,visible+count);blocks.forEach(function(block,index){block.hidden=index>=visible;});if(loadMore){loadMore.hidden=visible>=blocks.length;}}reveal(initial);if(loadMore){loadMore.addEventListener("click",function(){reveal(step);});}if(toggle&&body){if(root.getAttribute("data-collapsed")==="1"){body.hidden=true;toggle.setAttribute("aria-expanded","false");}else{toggle.setAttribute("aria-expanded","true");}setToggleLabel();toggle.addEventListener("click",function(){var expanded=toggle.getAttribute("aria-expanded")==="true";toggle.setAttribute("aria-expanded",expanded?"false":"true");body.hidden=expanded;setToggleLabel();});}}function boot(){document.querySelectorAll("[data-bvs-transcript]").forEach(init);}if(document.readyState==="loading"){document.addEventListener("DOMContentLoaded",boot);}else{boot();}if("MutationObserver" in window){new MutationObserver(boot).observe(document.documentElement,{childList:true,subtree:true});}})();