<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"><channel><title><![CDATA[Out of the FHIR Podcast]]></title><description><![CDATA[Talking about FHIR <br/><br/><a href="https://evestel.substack.com?utm_medium=podcast">evestel.substack.com</a>]]></description><link>https://evestel.substack.com/podcast</link><generator>Substack</generator><lastBuildDate>Fri, 17 Jul 2026 23:15:34 GMT</lastBuildDate><atom:link href="https://api.substack.com/feed/podcast/4334682.rss" rel="self" type="application/rss+xml"/><author><![CDATA[Gene Vestel]]></author><copyright><![CDATA[Eugene Vestel]]></copyright><language><![CDATA[en]]></language><webMaster><![CDATA[eugene.vestel@gmail.com]]></webMaster><itunes:new-feed-url>https://api.substack.com/feed/podcast/4334682.rss</itunes:new-feed-url><itunes:author>Gene Vestel</itunes:author><itunes:subtitle>You go-to source for FHIR Insights, helpful tips, implementation advice and expert learnings with a dose of fun!</itunes:subtitle><itunes:type>episodic</itunes:type><itunes:owner><itunes:name>Gene Vestel</itunes:name><itunes:email>eugene.vestel@gmail.com</itunes:email></itunes:owner><itunes:explicit>No</itunes:explicit><itunes:category text="Technology"/><itunes:category text="Health &amp; Fitness"/><itunes:image href="https://substackcdn.com/feed/podcast/4334682/4b45995d9b72c0021a19635f30f71318.jpg"/><item><title><![CDATA[The Illusion of Interoperability: Why Healthcare is Broken (and How FHIR APIs can Fix It)]]></title><description><![CDATA[<p><strong>Today’s episode of Out of the FHIR brings a massive milestone:</strong> I’m thrilled to officially welcome my new co-host, <strong>Benji Graham</strong>, to the show. Benji is one of the few true, certified FHIR experts in the country, and he’s joining me to ensure we dive as deep into the technical weeds as humanly possible.</p><p>To celebrate, we brought on a true legend in the health tech space: <strong>Dr. Don Rucker</strong>.</p><p>Don has seen it all. He’s been an ER doc for decades, he helped build the first Windows-based EMR in the late 1980s, he served as the <strong>National Coordinator for Health IT (ONC)</strong> under the Cures Act, and he is currently the Chief Strategy Officer at <strong>1Up Health</strong>.</p><p>In this episode, Don pulls back the curtain on why healthcare IT is fundamentally different from the rest of the tech world, why the “patient identity problem” is mostly an illusion, and why RESTful JSON APIs are the ultimate forcing function that will inevitably change how care is delivered.</p><p>Top Takeaways from Our Conversation</p><p>* <strong>Healthcare settles for bad tech because consumers don’t control the money:</strong> In a functioning consumer-driven economy, interoperability is demanded by the buyer. In healthcare, the 1942 Stabilization Act shifted payment to employers, breaking the connection between user satisfaction and technology quality.</p><p>* <strong>True interoperability requires a market forcing function, not just regulation:</strong> Radiology achieved seamless data exchange (DICOM) in the 90s because radiologists acted as true market-bearing consumers and refused to buy proprietary hardware. The rest of healthcare lacks this buyer pressure, leaving the government to act as a highly inefficient proxy.</p><p>* <strong>The “Patient Identity Problem” is a myth for those with a right to data:</strong> The three core stakeholders under HIPAA Patients, Payers, and Providers already have perfect identity verification through the financial clearance loop. The identity matching crisis primarily exists for third-party scrapers and legacy networks trying to aggregate data without explicit consumer consent.</p><p>* <strong>TEFCA is building a “network of networks” for a problem the internet already solved:</strong> True security and data exchange are achieved through point-to-point zero-trust networks and OAuth 2.0 consumer verification, not brokered document clearinghouses.</p><p>1. The Historical Accident of Healthcare Tech</p><p>To understand why your cell phone works seamlessly in the mountains of Utah but your medical record can’t cross the street to a competing hospital, you have to look back to 1942.</p><p>“We settle for stuff in healthcare because we have no control over it. In a functioning consumer-driven economy, interoperability is demanded and provided.” — Don Rucker</p><p>During WWII, the <strong>Stabilization Act of 1942</strong> inadvertently made employer-sponsored health insurance pre-tax to attract wartime labor. Because consumers stopped holding the purse strings, the industry stopped optimizing for consumer satisfaction.</p><p>When computing arrived in medicine during the 70s and 80s, it didn’t start in the clinic—it started in the back office. The first EHR systems were optimized entirely for line-item billing, setting off a multi-decade game of “CPT code warfare” between payers and providers. Clinical utility was a distant afterthought.</p><p>2. DICOM vs. TEFCA: How Markets Drive Standards</p><p>Why did radiology successfully digitize and standardize via DICOM in the 1990s while the rest of clinical data remains fractured?</p><p>It came down to consumer leverage:</p><p>* <strong>The Radiology Model:</strong> When CT and MRI scans started generating massive amounts of digital data, legacy device manufacturers (GE, Siemens, Philips) tried to lock radiologists into proprietary data silos. The radiologists—acting as a true market market-bearing buyers—collectively said, “If you don’t build open standards, we aren’t buying.” The vendors folded immediately.</p><p>* <strong>The Modern EHR Model:</strong> Because patients and doctors aren’t the primary buyers of modern health systems, there is no organic market pressure to share data. In fact, large health networks have an economic incentive to <strong>prevent</strong> interoperability to keep patients locked inside their system.</p><p>Because the market won’t enforce openness, the government had to step in with the <strong>2020 Cures Act Interoperability Rule</strong>, mandating “APIs without special effort.”</p><p>3. The Perfect Triangle: Debunking the Patient Identity Myth</p><p>Whenever tech professionals enter healthcare, they ask: Why don’t we have a National Patient Identifier? How do we solve patient matching?</p><p>According to Don, the problem is entirely misunderstood.</p><p>If you look at the fundamental transaction of healthcare, there is a perfect triangle of identity that requires zero matching algorithms:</p><p>          [ Payer ]
           /     \
          /       \
         /         \
  [ Provider ] ---- [ Patient ]
</p><p>* <strong>Provider to Patient:</strong> A clinic will not put a patient on the calendar without running a 270/271 eligibility check. They know exactly who you are before you sit in the waiting room.</p><p>* <strong>Payer to Provider:</strong> Payers know exactly which clinicians they credential and clear checks for.</p><p>* <strong>Payer to Patient:</strong> Payers know exactly who they insure to protect their own bottom line.</p><p>The people who have a legal and moral right to the data under HIPAA have zero identity matching problems. The matching crisis belongs to third parties trying to route data across networks without the direct digital consent of the patient.</p><p>4. The Future is Restful JSON and AI Agents</p><p>While legacy systems lean on brokered networks and document architectures (like C-CDAs), the future belongs to RESTful JSON APIs running on FHIR standards.</p><p>The proliferation of consumer-facing AI agents is going to serve as the next massive forcing function. When patients realize an AI agent can hit a local provider’s API, pull down their complete medical history in seconds, and give them personalized preventive insights, they won’t accept legacy portals anymore.</p><p>“Water flows downhill. RESTful APIs that are secure and direct operate at one-thousandth the cost of brokered networks. Digital health is going to allow true prevention, and consumer demand is going to force it out of the system.” — Don Rucker</p><p>Out of the FHIR is a reader-supported publication. To receive new posts and support our work, consider becoming a free or paid subscriber.</p><p><p>FHIR IQ playbook is a reader-supported publication. To receive new posts and support my work, consider becoming a free or paid subscriber.</p></p><p></p> <br/><br/>This is a public episode. If you'd like to discuss this with other subscribers or get access to bonus episodes, visit <a href="https://evestel.substack.com/subscribe?utm_medium=podcast&#38;utm_campaign=CTA_2">evestel.substack.com/subscribe</a>]]></description><link>https://evestel.substack.com/p/the-illusion-of-interoperability</link><guid isPermaLink="false">substack:post:205487592</guid><dc:creator><![CDATA[Gene Vestel and Benji Graham]]></dc:creator><pubDate>Mon, 06 Jul 2026 11:31:41 GMT</pubDate><enclosure url="https://api.substack.com/feed/podcast/205487592/931811f28996c0b7b44a6a9be521ccf5.mp3" length="55154040" type="audio/mpeg"/><itunes:author>Gene Vestel and Benji Graham</itunes:author><itunes:explicit>No</itunes:explicit><itunes:duration>3447</itunes:duration><itunes:image href="https://substackcdn.com/feed/podcast/4334682/post/205487592/20338bba11b215c496f3be4c347e30bb.jpg"/><itunes:season>1</itunes:season><itunes:episode>30</itunes:episode><itunes:episodeType>full</itunes:episodeType></item><item><title><![CDATA[Nurses need AI too, and how it needs to be deployed at scale to ease administrative burden. ]]></title><description><![CDATA[<p><strong>Gene Vestel</strong> sits down with <strong>Michelle Skinner</strong>, Chief Clinical Executive at TeleTracking, to unpack the operational side of healthcare execution. Michelle is a nurse by background with an MBA who spent decades running emergency departments and trauma centers before moving into health-tech leadership.</p><p>In this episode, she breaks down how TeleTracking a rare, 35-year-old owner-operated pillar in a sea of PE-backed digital health firms is using computational twin technology to radically optimize hospital operations without breaking clinical workflows.</p><p>Listen now on YouTube, Spotify, and Apple Podcasts.</p><p>We discuss:</p><p>* <strong>The Reality of Hospital Patient Flow:</strong> Why emergency department boarding is a symptom of systemic operational gridlock, not an ER failure.</p><p>* <strong>Computational Twins in Action:</strong> How simulating real-time capacity scenario planning can drop a hospital’s length of stay by over a full day.</p><p>* <strong>The Nursing Cognitive Load Crisis:</strong> Why AI strategies must pivot from administrative data logging to keeping nurses at the bedside.</p><p>* <strong>The Business vs. Care Matrix:</strong> How having clinical leadership embedded directly within engineering teams alters how code is written.</p><p>* <strong>The Imperative of Rural Healthcare Access:</strong> Why urban-centric health models collapse when applied to regional communities.</p><p>My 3 Biggest Takeaways from This Conversation</p><p>1. Hospital crowding is a patient flow problem, not a capacity problem</p><p>When patients are held in emergency department hallways for days, the default reaction is often to blame ER throughput or demand more physical beds. The tactical reality is that ER boarding is a lagging symptom of poor downstream operational orchestration. When a hospital cannot cleanly coordinate transitions from the post-anesthesia care unit (PACU) to intensive care or general medical floors, the entire pipeline backs up. TeleTracking’s deployment of computational twin software builds a predictive digital replica of a facility’s entire capacity landscape, running scenario trade-offs 48 hours in advance. The result isn’t just arbitrary data tracking; it’s a systematic blueprint that has driven over a 50% reduction in ED holds while simultaneously allowing hospitals to scale up overall volume.</p><p>2. If technology doesn’t actively reduce a nurse’s cognitive load, it’s a failure</p><p>While ambient listening models have made incredible strides in reducing “pajama time” and burnout metrics for physicians, the wider health-tech ecosystem has largely ignored the operational burden placed on nursing staff. Nurses have been turned into administrative traffic controllers spending critical clinical hours manually tracking down bed availability, coordinating discharge paperwork, or calling radiology to check on exam slots. We must evaluate new technology platforms through a singular, hyper-focused product lens: <em>Does this give clinical hours back to the patient, or does it add friction to the system?</em>. If it doesn’t systematically strip administrative steps out of the clinical loop, it shouldn’t be built.</p><p>3. Engineering teams need immediate clinical guardrails</p><p>A distinct trap for tech-first companies entering healthcare is treating healthcare metrics as abstract, unfeeling datasets or lines of code. True product maturity occurs when engineering squads have an operational bridge to the clinical frontline. Having nurses embedded directly into development processes creates a permanent shift in engineering empathy. When developers understand that a minor database lag or a clunky workflow pattern directly delays a bed placement for a critical trauma patient, the quality of execution spikes. We must build software with a human-in-the-loop mentality, ensuring code serves the explicit, real-world workflow realities of active caregivers.</p><p>Where to find Michelle Skinner & TeleTracking:</p><p>* <strong>LinkedIn:</strong> <a target="_blank" href="https://www.linkedin.com/in/michelleskinner712/">Michelle Skinner</a></p><p>* <strong>Website:</strong> <a target="_blank" href="https://www.teletracking.com/">TeleTracking</a></p><p><em>If you found this operational breakdown valuable, consider subscribing to Out of the FHIR for weekly technical product leadership deep dives.</em></p> <br/><br/>This is a public episode. If you'd like to discuss this with other subscribers or get access to bonus episodes, visit <a href="https://evestel.substack.com/subscribe?utm_medium=podcast&#38;utm_campaign=CTA_2">evestel.substack.com/subscribe</a>]]></description><link>https://evestel.substack.com/p/nurses-need-ai-too-and-how-it-needs</link><guid isPermaLink="false">substack:post:201807472</guid><dc:creator><![CDATA[Gene Vestel]]></dc:creator><pubDate>Fri, 12 Jun 2026 22:21:41 GMT</pubDate><enclosure url="https://api.substack.com/feed/podcast/201807472/5bb09181621204e2cdfcd2f49bdbd47b.mp3" length="29386857" type="audio/mpeg"/><itunes:author>Gene Vestel</itunes:author><itunes:explicit>No</itunes:explicit><itunes:duration>1837</itunes:duration><itunes:image href="https://substackcdn.com/feed/podcast/4334682/post/201807472/4b45995d9b72c0021a19635f30f71318.jpg"/></item><item><title><![CDATA[Navigating the Shift to Bulk Data and AI]]></title><description><![CDATA[<p><strong>Ron Urwongse</strong>, co-founder of Defacto Health, and I sit down to break down the rapid shifts hitting CMS regulations, the transition from standard FHIR APIs to national bulk data datasets, and how agentic AI workflows are compressing engineering timelines from months to an afternoon.</p><p>Listen now on YouTube, Spotify, and Apple Podcasts.</p><p>We discuss:</p><p>* <strong>The Bulk Data Pivot:</strong> Why CMS is expanding beyond endpoint APIs into massive bulk NDJSON files for Medicare Advantage plans.</p><p>* <strong>The National Provider Directory Ecosystem:</strong> A technical audit of the new data release, where it shines, and where the logical models are still failing.</p><p>* <strong>AI as an Engineering Accelerator:</strong> How teams are using agentic workflows (like Claude Code) to build production-ready validation engines overnight.</p><p>* <strong>Smart Scheduling Links:</strong> The inevitable roadmap toward universal, consumer-centric open appointment booking.</p><p>* <strong>The CMS Feedback Loop:</strong> Why the newly established CMS Health Tech Ecosystem Slack channel is radically altering how regulations are refined in real time.</p><p>My 3 Biggest Takeaways</p><p>1. Compliance cycles have compressed from six months to a single weekend</p><p>In the legacy enterprise playbook, updating a platform to conform with newly dropped technical implementation guides took a quarter or more of roadmap planning. Today, that layout is dead. Ron noted that when CMS dropped updated technical guidance on a Friday afternoon, multiple forward-thinking payers had already fully conformed by Monday morning.</p><p>The differentiator isn’t engineering headcount; it’s the shift toward AI accelerators. If your senior architects aren’t actively feeding CMS Implementation Guides into tools like Claude Code to interpret, write, and deploy schemas, you are building an operational bottleneck.</p><p>2. We are transitioning from simple Master Data Management to Federated Graphs</p><p>The industry has long clamored for CMS to run a centralized database as a mastered system of record. Instead, the tactical reality looks much more like a federated graph across hundreds of independent nodes. CMS isn’t attempting top-down data cleansing; they are supplying the network scaffolding to link provider organizations, practitioners, endpoints, and digital footprints. Payers must now prioritize internal accuracy auditing because upcoming mandates like the <em>Real Health Providers Act</em> will require plans to publicly score and publish the validity of their directory data.</p><p>3. Open scheduling is the ultimate bottleneck for value-based care</p><p>Up to 75% of open care gaps remain unfilled simply because of the high friction involved in patient engagement such as transcribing an identical medical history onto a 40-page clipboard during an intake cycle. Universalizing lightweight specifications like <strong>Smart Scheduling Links</strong> originally built to aggregate vaccine availability during COVID will allow insurance directories to natively embed real-time booking slots. The monetization model still needs guardrails to protect providers from high platform fees and patient acquisition gaming, but opening up EHR scheduling data to the wider ecosystem is an absolute necessity to drive actual consumerism in healthcare.</p><p>Deep Dive: Auditing the National Provider Directory</p><p>The launch of the National Provider Directory marked a major milestone for healthcare data liquidity, but looking under the hood reveals clear technical hurdles that the developer community is currently solving.</p><p>       [ Practitioner ]
               │
     Is associated with
               ▼
   [ Provider Organization ] ──  Publishes  ──► [ Bulk NDJSON Dataset ]
               │                                         │
       Resolves endpoint to                              │ Contains
               ▼                                         ▼
   [ Patient-Centric Endpoint ] ◄──  Audited by  ── [ AINPI.dev Engine ]
</p><p>The Architectural Gaps in the NPD Release</p><p>To test the real-world utility of the new data, Gene imported the entire publicly available directory into an open-source tool built over a weekend to evaluate and audit conformance: <a target="_blank" href="https://ainpi.dev/"><strong>AINPI.dev</strong></a>. The audit highlighted several distinct areas where the logical models require iteration:</p><p>* <strong>Endpoint Association Confusion:</strong> There remains an ongoing architectural debate within CMS working groups regarding where endpoints should sit logically. Attaching a FHIR connection endpoint directly to an individual practitioner creates massive, unmanageable data duplication. The correct semantic approach maps endpoints strictly to the Provider Organization, which then establishes relationships down to the underlying practitioners.</p><p>* <strong>The Specialty Taxonomy Mess:</strong> There is still no clean, unified consensus on processing specialty codes. Payers are left navigating multiple conflicting sources of truth published across PECOS, NPPES, and specialized CMS charts, leading to distinct fragmentation in search results.</p><p>* <strong>Missing Endpoints:</strong> The front door to patient-directed data access relies on clean endpoint visibility. Currently, a vast percentage of active provider organizations feature zero mapped digital endpoints, making true interoperability a fragmented experience depending entirely on where a patient lives.</p><p>Where to find Ron Urwongse & Defacto Health:</p><p>* <strong>LinkedIn:</strong> <a target="_blank" href="https://www.linkedin.com/in/rurwongse/">Ron Urwongse</a></p><p>* <strong>Website:</strong> <a target="_blank" href="https://defacto.health/">De facto Health</a></p><p>Referenced in the show:</p><p>* <strong>The Open-Source Audit Tool:</strong> <a target="_blank" href="https://ainpi.dev/">AINPI.dev</a></p><p>* <strong>The Agentic Healthcare Assistant Concept:</strong> <a target="_blank" href="https://healthclaw.io/">HealthClaw.io</a></p><p>* <strong>The Technical Repository Framework:</strong> <a target="_blank" href="https://github.com/aks129">Smart Health Connect</a></p><p>* <strong>Gene’s AI Builder Cohort:</strong> <a target="_blank" href="https://fhiriq.com/workshop">FHIRIQ Workshop</a></p><p><em>If you found this breakdown valuable, consider subscribing to Out of the FHIR for weekly deep dives into technical health-tech leadership.</em></p> <br/><br/>This is a public episode. If you'd like to discuss this with other subscribers or get access to bonus episodes, visit <a href="https://evestel.substack.com/subscribe?utm_medium=podcast&#38;utm_campaign=CTA_2">evestel.substack.com/subscribe</a>]]></description><link>https://evestel.substack.com/p/navigating-the-shift-to-bulk-data</link><guid isPermaLink="false">substack:post:200153343</guid><dc:creator><![CDATA[Gene Vestel and Ron Urwongse]]></dc:creator><pubDate>Mon, 01 Jun 2026 17:48:50 GMT</pubDate><enclosure url="https://api.substack.com/feed/podcast/200153343/b8ecb8728a26209780505bd0a165bc67.mp3" length="37307183" type="audio/mpeg"/><itunes:author>Gene Vestel and Ron Urwongse</itunes:author><itunes:explicit>No</itunes:explicit><itunes:duration>2332</itunes:duration><itunes:image href="https://substackcdn.com/feed/podcast/4334682/post/200153343/4b45995d9b72c0021a19635f30f71318.jpg"/></item><item><title><![CDATA[State of Prior Authorization with Mark Fleming (Availity)]]></title><description><![CDATA[<p><strong>Mark Fleming</strong> is Senior Director of Prior Authorization, Interoperability, and Portal Solutions at Availity, a leading healthcare clearinghouse and data network. With over 25 years of experience in healthcare IT and revenue cycle management starting back when Epic had only 500 employees Mark is one of the industry’s foremost experts on modernizing the administrative friction between payers and providers.</p><p>Listen on <a target="_blank" href="https://www.youtube.com/@OutoftheFHIRPodcast">YouTube</a>, <a target="_blank" href="https://open.spotify.com/show/6GBZT7KA1Ug8xMZ4l5LThU?si=8d077e7044d84644">Spotify</a>, and <a target="_blank" href="https://podcasts.apple.com/us/podcast/out-of-the-fhir-podcast/id1822845248">Apple Podcasts</a>.</p><p>We discuss:</p><p>* Why a staggering two-thirds of prior authorizations are still stuck on manual faxes, phone calls, and isolated web portals.</p><p>* The massive structural shift behind the <strong>CMS-0057 mandate</strong> and how standardized FHIR APIs will force standard authorization timelines from weeks down to a strict 72-hour window.</p><p>* Moving from isolated transactions to real-time clinical transparency—letting providers query exact documentation and medical policy rules directly inside their EHR at the point of care.</p><p>* How digitizing clinical data allows modern AI platforms to parse requirements instantly, letting patients schedule sensitive procedures within days rather than waiting for weeks.</p><p>* The daunting scaling bottleneck of point-to-point connections, why the average health system routinely deals with 40 to 80 distinct payers each month, and why the industry must look toward centralized networks over customized developer builds.</p><p>My biggest takeaways from this conversation:</p><p>* <strong>The Stagnant State of Healthcare Administrative Friction</strong>: Despite immense technological progress in other areas of our daily lives, healthcare transactions remain stubbornly legacy. Currently, only about a third of prior authorization transactions utilize automated electronic X12 standards; the remaining two-thirds are split evenly between manual payer portals and decades-old faxes and phone calls.</p><p>* <strong>The Clinical Shift of CMS-0057</strong>: The incoming federal FHIR API standards mandate a massive operational pivot. Historically, providers gathered documentation and “threw it over the fence,” resulting in back-and-forth rejections because of highly specific medical policies. By introducing Coverage Requirements Discovery (CRD) and Documentation Templates and Rules (DTR) directly into the point-of-care workflow, providers will instantly know exactly what clinical information is required before a submission occurs.</p><p>* <strong>Real-Time Automated Care Approvals</strong>: Integrating real-time bi-directional FHIR streams with clinical decision platforms paves the way for immediate automated processing. By utilizing modern AI architectures to evaluate digital clinical datasets against explicit payer criteria, current production implementations (like Availity’s authAI tool) are already approving up to 78% of initial submissions within 60 seconds. This eliminates the safety buffer where providers schedule slots weeks out just to wait for a manual determination.</p><p>* <strong>The Network Scalability Challenge</strong>: Point-to-point custom integrations simply do not scale for provider ecosystems. Because an average mid-sized health system must route documentation to 40 distinct payers every single month and larger ones route to up to 80 building out separate point-to-point lines of communication is logistically unfeasible. Centralized networks must step in to act as translation and trust clearinghouses to standardize operations between varying EHR versions and complex payer architectures.</p><p>* <strong>The Cost-Burden Equivalence</strong>: Transitioning away from legacy administrative manual procedures can remove immense financial waste from the healthcare system. Current metrics show that a manual submission for a prior authorization costs an average of $9.00 per submission, whereas an fully electronic transaction utilizing standardized networks drops that cost to just $0.25.</p><p>Where to find Mark Fleming:</p><p>* <strong>LinkedIn</strong>: <a target="_blank" href="https://www.linkedin.com/in/markjfleming/">Mark Fleming on LinkedIn</a></p><p>* <strong>Website</strong>: <a target="_blank" href="https://www.availity.com/">Availity Official Portal</a></p><p>Referenced in the show:</p><p>* <strong>CMS-0057 (Interoperability and Prior Authorization Final Rule)</strong>: <a target="_blank" href="https://www.cms.gov/priorities/burden-reduction/overview/interoperability/policies-regulations/cms-interoperability-prior-authorization-final-rule-cms-0057-f">CMS Official Summary</a></p><p>* <strong>CMS-0062 (Proposed Rule Expanding FHIR to Medications)</strong>: <a target="_blank" href="https://www.cms.gov/priorities/burden-reduction/overview/interoperability/policies-regulations/cms-interoperability-standards-prior-authorization-drugs-proposed-rule-cms-0062-p">Federal Register Rule Details</a></p><p>* <strong>HL7 Da Vinci Project & Burden Reduction Group</strong>: <a target="_blank" href="https://build.fhir.org/ig/HL7/davinci-crd/en/burden.html">Da Vinci Framework Overview</a></p><p>* <strong>Trebuchet Project</strong>: <a target="_blank" href="https://confluence.hl7.org/spaces/DVP/pages/234423487/Da+Vinci+Trebuchet+FHIR+Pilots">Trebuchet Connectivity Infrastructure Initiative</a></p><p>* <strong>HealthClaw</strong>: <a target="_blank" href="https://github.com/aks129/HealthClawGuardrails">Open Source Fire Data Quality Assessment Layer</a></p><p>* <strong>Epic Systems</strong>: <a target="_blank" href="https://www.epic.com/">Epic Corporate Page</a></p><p>* <strong>Athenahealth & Humana Joint Case Study</strong>: <a target="_blank" href="https://www.athenahealth.com/">Reference Implementation Learnings</a></p><p>* <strong>Medical Group Management Association (MGMA) Survey</strong>: <a target="_blank" href="https://www.mgma.com/">Prior Authorization Burden Metric Report</a></p><p>* <strong>TEFCA (Trusted Exchange Framework and Common Agreement)</strong>: <a target="_blank" href="https://www.healthit.gov/">HealthIT.gov TEFCA Details</a></p><p>* <strong>FAST (FHIR At Scale Taskforce) Security Initiative</strong>: <a target="_blank" href="https://www.healthit.gov/">ONC FAST Security and Identity Working Group</a></p> <br/><br/>This is a public episode. If you'd like to discuss this with other subscribers or get access to bonus episodes, visit <a href="https://evestel.substack.com/subscribe?utm_medium=podcast&#38;utm_campaign=CTA_2">evestel.substack.com/subscribe</a>]]></description><link>https://evestel.substack.com/p/state-of-prior-authorization-with</link><guid isPermaLink="false">substack:post:199609247</guid><dc:creator><![CDATA[Gene Vestel]]></dc:creator><pubDate>Thu, 28 May 2026 14:46:33 GMT</pubDate><enclosure url="https://api.substack.com/feed/podcast/199609247/756a966ff76c8f78016145d65af1c735.mp3" length="41924378" type="audio/mpeg"/><itunes:author>Gene Vestel</itunes:author><itunes:explicit>No</itunes:explicit><itunes:duration>2620</itunes:duration><itunes:image href="https://substackcdn.com/feed/podcast/4334682/post/199609247/4b45995d9b72c0021a19635f30f71318.jpg"/></item><item><title><![CDATA[The AI Paradox: Why LLMs in healthcare actually require more structured data, not less | Ewout Kramer & Ward Weistra (Firely)]]></title><description><![CDATA[<p><strong>Ewout Kramer</strong> is the “head nerd” and founder of <a target="_blank" href="http://firely.com">Firely</a>, and one of the original architects of the FHIR (Fast Healthcare Interoperability Resources) standard. <strong>Ward Weistra</strong> leads data modeling tools at Firely and curates the content for FHIR DevDays. Together, they have spent over a decade transitioning healthcare from messy legacy standards to a modern, developer-friendly ecosystem.</p><p>Listen on <a target="_blank" href="https://www.youtube.com/@OutoftheFHIRPodcast">YouTube</a>, <a target="_blank" href="https://open.spotify.com/show/6GBZT7KA1Ug8xMZ4l5LThU?si=dc3e30c5d0554319">Spotify</a>, and <a target="_blank" href="https://podcasts.apple.com/us/podcast/out-of-the-fhir-podcast/id1822845248">Apple Podcasts</a></p><p><strong>We discuss:</strong></p><p>* <strong>The Origins of DevDays:</strong> How a kitchen-table meetup 15 years ago turned into the canonical global event for health tech developers.</p><p>* <strong>AI as a FHIR Catalyst:</strong> Why AI doesn’t replace the need for structured data—it actually makes the “Step Zero” of standardization more critical.</p><p>* <strong>The Human Side of Interoperability:</strong> Why building trust between competitors is more important than the JSON schemas themselves.</p><p>* <strong>The EHDS and Global Regulation:</strong> How the European Health Data Space and U.S. Cures Act are forcing a “bottom-up” shift in software engineering.</p><p>* <strong>Community & Culture:</strong> From the “Nerd Awards” to student tracks and even forming a “FHIR band.”</p><p>My biggest takeaways from this conversation:</p><p>1. Standardization is only “Step Zero”</p><p>A common mistake in health tech is assuming that once data is standardized into FHIR, the job is done. Ewout argues that standardizing data is merely the baseline. The real work and the focus of this year’s DevDays is extracting meaning. This involves moving from static data to national-scale workflows, clinical decision support (CQL), and figuring out how data travels with a patient across institutions without losing context.</p><p>2. The AI Paradox: More AI requires <em>more</em> structure, not less</p><p>There is a contrarian view that LLMs are now so good at reading unstructured text that we no longer need to invest in the “hard manual work” of FHIR mapping. Ward and Ewout share the results of their global “State of FHIR” survey, which suggests the opposite. Government leaders and engineers agree that AI actually increases the demand for FHIR. To prevent hallucinations and ensure clinical safety, AI agents need the “guardrails” of a structured schema to reason over data reliably.</p><p>3. Interoperability is an “Inter-human” problem</p><p>Technology rarely solves the hardest problems in healthcare; communication does. Many data mapping issues stem from “decades of legacy data” where the original developers are gone, and no one knows how a specific field is used in a specific hospital. Solving this requires what Ward calls the “trust layer” getting competitors in the same room to agree on implementation guides so that the software actually talks to each other in the real world.</p><p>4. Regulation provides the “Bottom-Up” power</p><p>The EHDS (European Health Data Space) is set to mandate that by 2030, every piece of health software in the EU must implement the same interfaces. While this is a top-down mandate, it empowers the “single developer” within a large organization to convince their management to do the right thing. It shifts FHIR from a “nice-to-have” innovation project to a legal requirement for market entry.</p><p>5. The “Tiny Core” of the FHIR Community</p><p>Similar to how great products have a “tiny core” (like the Notion block or the GitHub PR), the FHIR community relies on a core group of “head nerds” who have grown from junior devs to national thought leaders over the last 15 years. Events like DevDays maintain this culture through informal “nerd-outs” like automating pet turtle enclosures or building “Back to the Future” garage doors ensuring the community remains focused on building, not just policy-making.</p><p><strong>Where to find Ewout and Ward:</strong></p><p>* <strong>Ewout Kramer:</strong> <a target="_blank" href="https://www.google.com/search?q=https://www.linkedin.com/in/ewoutkramer">LinkedIn</a></p><p>* <strong>Ward Weistra:</strong> <a target="_blank" href="https://www.google.com/search?q=https://www.linkedin.com/in/wardweistra">LinkedIn</a></p><p>* <strong>Firely:</strong> <a target="_blank" href="http://fire.ly">https://fire.ly</a></p><p><strong>Referenced:</strong></p><p>* <strong>FHIR DevDays (June 15-18, Minneapolis):</strong> </p><p><a target="_blank" href="http://devdays.com">https://devdays.com</a></p><p><a target="_blank" href="http://hl7.org">https://www.hl7.org/</a></p><p>* <strong>The EHDS (European Health Data Space):</strong> <a target="_blank" href="https://health.ec.europa.eu/ehealth-digital-health-and-care/european-health-data-space_en">Official Overview</a></p><p>* <strong>Vivian Lee’s “The Long Fix”:</strong> <a target="_blank" href="https://www.google.com/search?q=https://www.amazon.com/Long-Fix-Solving-Healthcare-Affordable/dp/0393247458">Book Link</a></p><p>* <strong>Kill the Clipboard Initiative:</strong> </p><p>https://killtheclipboard.com</p><p>* <strong>Simplifier.net:</strong> <a target="_blank" href="https://simplifier.net">FHIR Registry</a></p><p></p><p><em>Important Disclamer: DevDays is organized by both HL7 International and Firely</em></p> <br/><br/>This is a public episode. If you'd like to discuss this with other subscribers or get access to bonus episodes, visit <a href="https://evestel.substack.com/subscribe?utm_medium=podcast&#38;utm_campaign=CTA_2">evestel.substack.com/subscribe</a>]]></description><link>https://evestel.substack.com/p/episode-26-why-ai-makes-structured</link><guid isPermaLink="false">substack:post:196584068</guid><dc:creator><![CDATA[Gene Vestel and Ward Weistra]]></dc:creator><pubDate>Tue, 05 May 2026 20:33:38 GMT</pubDate><enclosure url="https://api.substack.com/feed/podcast/196584068/37433b3ed963e7ed1f787f7bd83a520f.mp3" length="45810563" type="audio/mpeg"/><itunes:author>Gene Vestel and Ward Weistra</itunes:author><itunes:explicit>No</itunes:explicit><itunes:duration>2863</itunes:duration><itunes:image href="https://substackcdn.com/feed/podcast/4334682/post/196584068/685672e7926a7b6e45edd47870954391.jpg"/><itunes:season>1</itunes:season><itunes:episode>26</itunes:episode><itunes:episodeType>full</itunes:episodeType></item><item><title><![CDATA[Why TRUST is the most important element in enabling Healthcare Interoperability]]></title><description><![CDATA[<p>Ever wondered why security is key for FHIR interoperability? Here’s what you need to know!  </p><p></p><p>Tag someone who needs to understand this! </p><p>In the healthcare world, we face an ongoing challenge: <strong><em>scaling security effectively. </em></strong>Fast security initiatives aim to solve this age-old problem by automating processes that once required human intervention. With dynamic client registration, organizations can connect without lengthy manual steps, ensuring quicker and more secure data exchanges.  </p><p>But it’s not just about speed trust is essential. The FAST Security IG establishes a foundation for technical <strong>trust</strong>, allowing seamless interactions across the FHIR ecosystem.  </p><p>Imagine a world where you can access healthcare data without the friction of individual Portal Logins, or organization data sharing without CSV files or endless emails! </p><p>SMART on FHIR solved the auth flow in 2015. It did not solve trust at network scale. </p><p>Plaid proved network trust in finance. Visa proved it at the point of sale. Sabre and Amadeus proved it in travel. All three work because there is a cryptographically signed identity you present once, and the whole network honors it.</p><p></p><p>UDAP is that identity layer for healthcare. SMART handles the authorization. FAST Security IG is the rulebook that composes them into something that can actually carry TEFCA, CMS-Aligned Networks, Patient Right of Access, and the full B2B / B2C / B2B2C surface without requiring a bilateral deal for every new endpoint.</p><p>Let’s keep this conversation going what are your thoughts on the future of healthcare data exchange?  </p><p>Listen to the full episode for deeper insights! </p> <br/><br/>This is a public episode. If you'd like to discuss this with other subscribers or get access to bonus episodes, visit <a href="https://evestel.substack.com/subscribe?utm_medium=podcast&#38;utm_campaign=CTA_2">evestel.substack.com/subscribe</a>]]></description><link>https://evestel.substack.com/p/episode-25-dave-pyke-and-jason-vogt</link><guid isPermaLink="false">substack:post:194527045</guid><dc:creator><![CDATA[Gene Vestel, Jason Vogt, and David Pyke]]></dc:creator><pubDate>Fri, 17 Apr 2026 17:04:34 GMT</pubDate><enclosure url="https://api.substack.com/feed/podcast/194527045/3a43d07328dd41283aa1b67761a2f130.mp3" length="48728336" type="audio/mpeg"/><itunes:author>Gene Vestel, Jason Vogt, and David Pyke</itunes:author><itunes:explicit>No</itunes:explicit><itunes:duration>3045</itunes:duration><itunes:image href="https://substackcdn.com/feed/podcast/4334682/post/194527045/14c84ba6181d7062d608b87c3a604e24.jpg"/><itunes:season>1</itunes:season><itunes:episode>25</itunes:episode><itunes:episodeType>full</itunes:episodeType></item><item><title><![CDATA[Episode 24 - HIMSS 2026 Roundup]]></title><description><![CDATA[<p>I just got back from HIMSS 2026, and my ears are still ringing mostly from the sound of vendors pivoting to “AI-First” strategies overnight.</p><p>In Episode 24 of <em>Out of the FHIR</em>, we’re skipping the press releases. I’m breaking down the three biggest lies being told on the conference floor and highlighting the few innovators who are actually using FHIR to move the needle.</p><p><strong>The “Spicy” Summary:</strong></p><p>* <strong>Stop calling it AI if your data is a mess.</strong> Clean FHIR data is the tax you haven’t paid yet.</p><p>* <strong>Interoperability isn’t a tech problem anymore.</strong> It’s a “who-gets-paid” problem.</p><p>* <strong>The patient is still an afterthought.</strong> Until we stop building silos, “patient-centricity” is just a marketing slogan.</p><p>Listen to the conversations from the show floor! </p><p>While at HIMSS I had a chance to look at the <a target="_blank" href="https://nam.edu/perspectives/toward-a-national-health-digital-and-data-architecture-laying-the-foundation-for-digital-transformation/">National Health Digital Architecture discussion paper</a> released by the National Academy of Medicine.</p><p>Below are my thoughts on it.</p><p></p><p></p><p>The National Academy of Medicine’s (NAM) perspective on a National Health Digital and Data Architecture serves as a direct counterpoint to what is currently unfolding at HIMSS 2026. While NAM proposes a unified, foundational “operating system” for healthcare data, the reality on the conference floor is a fragmented landscape of competing interests.</p><p>Here is a review of the NAM strategy and why it is not gaining traction in the current HIMSS environment.</p><p>The Suggested Strategy: A Unified National Architecture</p><p>The NAM strategy calls for a fundamental shift in how health data is managed:</p><p>* <strong>A Shared Public-Private Utility:</strong> Treating data infrastructure as a “common good” (like roads or the power grid) rather than a competitive advantage.</p><p>* <strong>Standardized Semantic Foundation:</strong> Moving beyond just “sharing files” to a universal understanding of data meanings (FHIR-native, semantically aligned).</p><p>* <strong>A Single “Architecture of Trust”:</strong> A unified framework for identity, consent, and security that removes the need for thousand-point-to-point connections.</p><p>* <strong>Separation of Data from Applications:</strong> Storing data in a vendor-neutral layer so that clinical apps can be swapped in and out without data loss.</p><p>Why This Isn’t Happening at HIMSS 2026</p><p>1. The “FHIR-Washing” of Legacy Silos</p><p><strong>Strategy:</strong> Standardized semantic alignment. <strong>Reality:</strong> While every booth at HIMSS 2026 prominently displays “FHIR,” most vendors are still “FHIR-washing.” They use FHIR as a thin translation layer on top of their proprietary, legacy databases. This maintains the vendor lock-in that the NAM strategy aims to destroy. True digital transformation requires data to be FHIR-native from the start, but vendors have no financial incentive to rebuild their core architectures.</p><p>2. The AI Distraction (Infrastructure vs. Shiny Objects)</p><p><strong>Strategy:</strong> Laying the foundation first. <strong>Reality:</strong> HIMSS 2026 is dominated by Generative AI. Companies are racing to sell the “shiny” end-product (AI clinical scribes, predictive models) while ignoring the “plumbing” (data architecture). AI built on the current fragmented architecture results in “Black Box Silos” AI that only works within one specific EHR or payer system, which is the exact opposite of NAM’s vision for a national learning health system.</p><p>3. Competitive Moats vs. Common Utilities</p><p><strong>Strategy:</strong> Infrastructure as a public-private utility. <strong>Reality:</strong> In the HIMSS exhibit hall, data is still viewed as an asset to be guarded, not a utility to be shared. The business models of many HIMSS “Anchor Tenants” (large EHR and data aggregators) rely on being the gatekeepers of patient data. There is significant resistance to a national architecture that would commoditize the data layer and force companies to compete solely on the quality of their software applications.</p><p>4. The “Information Blocking” Dance</p><p><strong>Strategy:</strong> Seamless interoperability by design. <strong>Reality:</strong> Despite CMS and ONC mandates, “information blocking theater” is in full effect. Companies are technically compliant but operationally obstructive charging high API fees or creating complex workflows that discourage third-party integration. The NAM’s “Architecture of Trust” is impossible to build when the underlying participants are still incentivized to keep data within their own ecosystems.</p><p>This is why the NAM emphasizes that surface-level technical solutions alone won’t work. You have to resolve the <strong>underlying incentive misalignments</strong> through <strong>policy levers, shared commitment frameworks, and cross-sector collaboration.</strong></p> <br/><br/>This is a public episode. If you'd like to discuss this with other subscribers or get access to bonus episodes, visit <a href="https://evestel.substack.com/subscribe?utm_medium=podcast&#38;utm_campaign=CTA_2">evestel.substack.com/subscribe</a>]]></description><link>https://evestel.substack.com/p/episode-24-himss-2026-roundup</link><guid isPermaLink="false">substack:post:192043654</guid><dc:creator><![CDATA[Gene Vestel]]></dc:creator><pubDate>Wed, 25 Mar 2026 11:40:04 GMT</pubDate><enclosure url="https://api.substack.com/feed/podcast/192043654/8a3e8ef119059902b9ca6ab525947b7a.mp3" length="36686096" type="audio/mpeg"/><itunes:author>Gene Vestel</itunes:author><itunes:explicit>No</itunes:explicit><itunes:duration>2293</itunes:duration><itunes:image href="https://substackcdn.com/feed/podcast/4334682/post/192043654/71e232c13a0be3ed1a5281d3390aa8d5.jpg"/></item><item><title><![CDATA[Episode 23 - Max Nussbaumer]]></title><description><![CDATA[<p>In this episode, I sat down with <strong>Max Nussbaumer</strong> to talk about why he founded <strong>Max Health</strong>, why he’s bringing his work from Europe into the U.S. market, and what he believes is about to change in healthcare faster than most people realize.</p><p>Max has deep roots in the FHIR ecosystem from academia at the Technical University of Munich, to <strong>Firely</strong>, to years of consulting across Europe. Now he’s building something bigger: a company focused not just on FHIR infrastructure, but on how that infrastructure enables real, visible impact for patients through AI, Smart on FHIR, and even wearable integrations.</p><p>But the real theme of this conversation wasn’t “FHIR adoption.”</p><p>It was this:</p><p>Healthcare is about to be reshaped not by standards alone, but by what AI can now do with standardized data.</p><p>FHIR Is No Longer Niche</p><p>Max pointed out something many of us have felt over the past year:</p><p>FHIR used to be a niche standard discussed at connectathons and DevDays.Now it’s the plumbing behind consumer AI health integrations from tools like ChatGPT and Claude.</p><p>For the first time, health data is entering <strong>general-purpose reasoning systems</strong> that people use every day. That changes the game. Not because FHIR is new, but because AI can finally <em>use</em> FHIR data at scale.</p><p>“Software Is Inflationary”</p><p>One of Max’s best lines:</p><p>What used to take a year to build can now be built in days.</p><p>This is showing up at hackathons, startups, and even among 18-year-old builders experimenting with AI, spatial awareness, and real-time health event detection. The barrier to building healthcare software has collapsed if you understand the underlying problems.</p><p>The differentiator is no longer coding skill.It’s domain understanding and knowing <strong>what problem is worth solving</strong>.</p><p>The Real Problem: Incentives, Not Technology</p><p>Max made a powerful comparison:</p><p>In aerospace, countries cooperate on standards to prevent planes from colliding mid-air.In healthcare, we still don’t have true global data standards because the financial incentives don’t demand it.</p><p>Healthcare costs continue to rise (approaching a quarter of U.S. GDP), yet most digital tools help people <em>navigate</em> the system, not reduce the need to use it.</p><p>The real opportunity for AI + FHIR is:</p><p>* Preventing unnecessary ER visits</p><p>* Supporting preventative care</p><p>* Giving patients usable access to their data to power their self care</p><p>* Enabling decision support before care becomes expensive</p><p>Where AI Changes Healthcare First</p><p>According to Max, the most immediate impact won’t be in replacing doctors.</p><p>It will be in:</p><p>* Extracting structured FHIR data from unstructured inputs</p><p>* Real-time scene and event understanding (AI + spatial awareness)</p><p>* Reducing overload in emergency systems</p><p>* Supporting remote diagnostics and distributed care models</p><p>* Turning patient data into actionable, evidence-based guidance</p><p>We’re moving from:</p><p>“How do we move data between systems?”to“How do we use this data to keep people out of the system?”</p><p>The Future of FHIR: Less Open, More Precise</p><p>We also discussed the direction of FHIR R6 and the move toward tighter, more stable core resources while allowing innovation to happen in defined spaces.</p><p>Max’s view: this won’t reduce innovation it will accelerate it. Builders will have more certainty that what they implement won’t shift under them, while AI makes data mapping across standards increasingly trivial.</p><p>A Global View</p><p>Having worked across Europe and now the U.S., Max sees strengths and weaknesses in both systems. What’s clear is that:</p><p>Both systems need better use of data, and patients need more control and transparency.</p><p>That’s a central theme of Max Health and why he remains deeply committed to open source and global standardization efforts.</p><p>Where to Find Max</p><p>* Newsletter: <strong>maxhealth.tech</strong></p><p>* LinkedIn: Max Nussbaumer</p><p>* Conferences, connectathons, and anywhere FHIR builders gather</p><p>The Big Takeaway</p><p>This episode wasn’t about FHIR history.</p><p>It was about this moment.</p><p>AI has arrived at the exact time when healthcare finally has a usable data standard. The combination means we can stop talking about interoperability as a goal and start using it as a foundation to solve real problems.</p><p>And the people who understand both the data and the problems are about to build very quickly.</p> <br/><br/>This is a public episode. If you'd like to discuss this with other subscribers or get access to bonus episodes, visit <a href="https://evestel.substack.com/subscribe?utm_medium=podcast&#38;utm_campaign=CTA_2">evestel.substack.com/subscribe</a>]]></description><link>https://evestel.substack.com/p/episode-23-max-nussbaumer</link><guid isPermaLink="false">substack:post:186886689</guid><dc:creator><![CDATA[Gene Vestel]]></dc:creator><pubDate>Wed, 04 Feb 2026 18:20:59 GMT</pubDate><enclosure url="https://api.substack.com/feed/podcast/186886689/a67843a553ff2cfe7f5ea6e311339a7b.mp3" length="27070945" type="audio/mpeg"/><itunes:author>Gene Vestel</itunes:author><itunes:explicit>No</itunes:explicit><itunes:duration>1692</itunes:duration><itunes:image href="https://substackcdn.com/feed/podcast/4334682/post/186886689/4b45995d9b72c0021a19635f30f71318.jpg"/></item><item><title><![CDATA[Episode 22 - Chris Hutchins ]]></title><description><![CDATA[<p>Top 10 Takeaways: COVID, Data, and the Coming AI Reckoning in Healthcare</p><p><strong>1) Healthcare didn’t lack data. It lacked urgency.</strong>The pandemic didn’t introduce new analytics capabilities. It changed the <em>cost of being slow</em>. When delay becomes lethal, organizations suddenly discover they can make decisions in hours instead of quarters. That tells you something uncomfortable: speed was optional until it wasn’t.</p><p><strong>2) The winning move wasn’t better dashboards. It was deciding which questions mattered.</strong>Pre-COVID analytics chased curiosity. During COVID, analytics chased survival. The shift wasn’t technical sophistication it was ruthless prioritization. Moneyball lesson: when resources are constrained, focus beats breadth every time.</p><p><strong>3) Interoperability works best when you shrink the problem space.</strong>Northwell didn’t unify 70+ EHRs. They built a <em>currently admitted patient index</em> a small, high-value dataset tied directly to decisions. That’s classic systems strategy: optimize the part of the system where leverage is highest.</p><p><strong>4) Real-time analytics requires trust more than compute.</strong>Two daily huddles. Locked pipelines. Tight access controls. The goal wasn’t “more data.” It was <em>shared belief</em> in a small number of metrics. In complex systems, trust is the scarcest input.</p><p><strong>5) AI turns data quality from a nuisance into a risk multiplier.</strong>Bad data used to waste time. Now it produces confident, well-phrased errors at scale. AI doesn’t clean your data it accelerates whatever state your data is already in. This changes the ROI math on governance overnight.</p><p><strong>6) The most dangerous bias isn’t malicious. It’s missing context.</strong>Models assume you’ve provided enough information. Healthcare almost never does. Missing baselines, fragmented history, and unspoken nuance quietly distort outputs. This is the hidden error term no benchmark fully captures.</p><p><strong>7) Consumer AI creates a parallel healthcare system with no referee.</strong>Patients are already using AI for triage, interpretation, and reassurance  outside clinical workflows. There’s no visibility, no accountability, and no feedback loop when the model is wrong. That shadow system will shape outcomes whether clinicians like it or not.</p><p><strong>8) Accountability in healthcare AI is misaligned and unstable.</strong>Clinicians and health systems bear liability once AI output enters care. Vendors largely don’t. Patients bear risk when they self-diagnose with consumer tools. That imbalance won’t survive contact with real harm. Regulation is coming but likely late and blunt.</p><p><strong>9) AI exposes healthcare’s incentive structure, not just its data gaps.</strong>If AI reduces unnecessary visits, insurers benefit first. If it increases demand through anxiety, providers feel the strain. Like Moneyball, the advantage won’t come from better tools  it will come from understanding who wins and loses under new rules.</p><p><strong>10) The real competitive advantage isn’t smarter models. It’s judgment.</strong>AI can summarize, predict, and suggest. It can’t know what matters most <em>right now</em>. The organizations that win won’t be the ones with the fanciest AI. They’ll be the ones that combine clean data, tight feedback loops, and humans who know when not to trust the machine.</p> <br/><br/>This is a public episode. If you'd like to discuss this with other subscribers or get access to bonus episodes, visit <a href="https://evestel.substack.com/subscribe?utm_medium=podcast&#38;utm_campaign=CTA_2">evestel.substack.com/subscribe</a>]]></description><link>https://evestel.substack.com/p/episode-22-chris-hutchins</link><guid isPermaLink="false">substack:post:185211335</guid><dc:creator><![CDATA[Gene Vestel]]></dc:creator><pubDate>Wed, 21 Jan 2026 02:57:46 GMT</pubDate><enclosure url="https://api.substack.com/feed/podcast/185211335/8c071b93bf917b31e05082f3d1ff52b6.mp3" length="42600636" type="audio/mpeg"/><itunes:author>Gene Vestel</itunes:author><itunes:explicit>No</itunes:explicit><itunes:duration>2663</itunes:duration><itunes:image href="https://substackcdn.com/feed/podcast/4334682/post/185211335/4b45995d9b72c0021a19635f30f71318.jpg"/><itunes:season>1</itunes:season><itunes:episode>22</itunes:episode></item><item><title><![CDATA[Episode 21 - Pooja Babbrah]]></title><description><![CDATA[<p>In Episode 21 of <em>Out of the FHIR</em>, I sat down with <strong>Pooja Babbrah</strong>, Executive Vice President of Strategy and Industry Alignment for <strong>NCPDP</strong>. We bonded over our shared history in the pharmacy world dating back to the rivalry between Medco and PCS  and dug deep into why pharmacy is the sleeping giant of healthcare interoperability.</p><p>Here are the key takeaways from our conversation:</p><p><strong>1. Pharmacists Are Care Team Members, Not Just Dispensers</strong></p><p>We often view pharmacy as a transactional space, but Pooja highlighted the shift toward clinical services. From COVID vaccinations to managing chronic conditions, pharmacists are often the most accessible healthcare providers in rural communities. However, to fully integrate them into the care team, they need access to clinical data (labs, diagnosis) that currently lives trapped in the EHR.</p><p><strong>2. The “Better Together” Story: NCPDP + FHIR</strong></p><p>A common question Pooja gets is: “Why don’t we just do everything in FHIR?”. Her answer is crucial for architects to understand:</p><p>* <strong>NCPDP</strong> has mastered real-time transactions over the last 40 years (claims adjudication, eligibility). You don’t fix what isn’t broken.</p><p>* <strong>FHIR</strong> is the clinical bridge. It allows pharmacists to pull the clinical context needed for prior authorization or care coordination, which can then be wrapped into an NCPDP standard for the payer. It’s not an <em>or</em>; it’s an <em>and</em>.</p><p><strong>3. The AI & Patient Empowerment Frontier</strong></p><p>We discussed the controversial but exciting potential of AI in pharmacy. While headlines panic about “AI refills,” the reality is that basic maintenance meds (like statins) are perfect candidates for auto-refill workflows, provided the pharmacist is looped in to check labs and vitals. Pooja and I both agreed that the “Holy Grail” is an AI agent that acts as a proactive partner scheduling appointments, reconciling meds, and reminding you to pick them up so caregivers aren’t left managing complex logistics alone.</p><p><strong>4. Interoperability is a Business Problem, Not a Tech Problem</strong></p><p>I shared my recent nightmare trying to schedule a colonoscopy stuck in phone queues and filling out 50-question Word documents because the referral data didn’t move. Pooja noted that while the “pipes” (TEFCA, FHIR) are being built, the business incentives to share that data are still lagging.</p><p><strong>What’s Next?</strong> Keep an eye on the <strong>NCPDP Collab</strong> (a workflow-focused event in February) and the new consumer-facing real-time benefit check pilots.</p> <br/><br/>This is a public episode. If you'd like to discuss this with other subscribers or get access to bonus episodes, visit <a href="https://evestel.substack.com/subscribe?utm_medium=podcast&#38;utm_campaign=CTA_2">evestel.substack.com/subscribe</a>]]></description><link>https://evestel.substack.com/p/episode-21-pooja-babbrah</link><guid isPermaLink="false">substack:post:184350213</guid><dc:creator><![CDATA[Gene Vestel and Pooja Babbrah]]></dc:creator><pubDate>Mon, 12 Jan 2026 21:04:11 GMT</pubDate><enclosure url="https://api.substack.com/feed/podcast/184350213/15b8cb8b88cada581e9a6b08792233db.mp3" length="30914080" type="audio/mpeg"/><itunes:author>Gene Vestel and Pooja Babbrah</itunes:author><itunes:explicit>No</itunes:explicit><itunes:duration>1932</itunes:duration><itunes:image href="https://substackcdn.com/feed/podcast/4334682/post/184350213/4b45995d9b72c0021a19635f30f71318.jpg"/></item><item><title><![CDATA[Episode 20 - Paulius Mui, MD - X Primary Care]]></title><description><![CDATA[<p>This episode of <strong>Out of the FHIR</strong> features <strong>Paulius Mui, MD</strong>, a family physician and entrepreneur, exploring the critical intersection of clinical medicine, technology, and data standards. Dr. Mui shares his journey from residency to becoming a tech-savvy clinician and advocate for primary care, discussing the challenges of quality measurement, the evolving healthcare workforce, and how technologies like FHIR and AI scribes are transforming or failing to transform clinical practice.</p><p><strong>🌶️ Spicy Takes</strong></p><p>* <strong>The Quality Measurement Farce:</strong> Gene points out the absurdity of current metrics, like ADHD “management” only requiring two follow-up visits a yeah a bar so low it’s practically meaningless.</p><p>* <strong>The AI Scribe Illusion:</strong> A recent study suggests AI scribes don’t actually save physicians time; they just shift the workload from documenting <em>during</em> a visit to reviewing and editing <em>after</em> it.</p><p>* <strong>The NP Training Gap:</strong> Dr. Mui highlights the concern over the “boom” in nurse practitioner programs with minimal in-person training compared to the rigorous, repetitive clinical hours required in traditional residency.</p><p>* <strong>“Vibe Coding” vs. Healthcare Reality:</strong> While AI-assisted prototyping (vibe coding) is great for front-end ideas, the back-end healthcare infrastructure remains notoriously difficult and rigid.</p><p><strong>💡 Key Takeaways</strong></p><p>* <strong>Innovation via Proximity:</strong> The most effective solutions come from those closest to the problem. Clinicians who understand both medical and technical workflows are best positioned to fix healthcare’s bottlenecks.</p><p>* <strong>Skills-Intelligence for Quality:</strong> Healthcare should move away from just “checking boxes” and toward measuring specific <em>competencies</em> (like pattern recognition or antibiotic stewardship) to identify where clinicians need support.</p><p>* <strong>Stop Reinventing the Plumbing:</strong> Healthtech startups shouldn’t have to rebuild back-end infrastructure (FHIR connectivity, etc.) from scratch. Standardized “plumbing” allows for faster innovation.</p><p>* <strong>The Power of a “Beginner’s Mind”:</strong> Dr. Mui encourages experts to lead with inquiry. Writing and sharing simple questions often leads to deeper insights than trying to maintain an “expert” persona.</p><p>* <strong>Sustainability is the Goal:</strong> With healthcare spending nearing a third of the US GDP, technology’s primary role must be to create a sustainable model that actually improves patient experience and clinical outcomes.</p> <br/><br/>This is a public episode. If you'd like to discuss this with other subscribers or get access to bonus episodes, visit <a href="https://evestel.substack.com/subscribe?utm_medium=podcast&#38;utm_campaign=CTA_2">evestel.substack.com/subscribe</a>]]></description><link>https://evestel.substack.com/p/episode-20-paulius-mui-md-x-primary</link><guid isPermaLink="false">substack:post:183551816</guid><dc:creator><![CDATA[Gene Vestel and Paulius Mui, MD]]></dc:creator><pubDate>Mon, 05 Jan 2026 14:26:57 GMT</pubDate><enclosure url="https://api.substack.com/feed/podcast/183551816/124d6b56e0283cd24832a993ceec27c3.mp3" length="18006664" type="audio/mpeg"/><itunes:author>Gene Vestel and Paulius Mui, MD</itunes:author><itunes:explicit>No</itunes:explicit><itunes:duration>1125</itunes:duration><itunes:image href="https://substackcdn.com/feed/podcast/4334682/post/183551816/4b45995d9b72c0021a19635f30f71318.jpg"/></item><item><title><![CDATA[Episode 19 - with Aaron Neiderhiser and Phil Ballentine]]></title><description><![CDATA[<p>This week, I’m sharing a special conversation I had with <strong>Aaron Neiderhiser </strong>of Tuva Health and<strong> Phil Ballentine </strong>from Atropos Health<strong> (</strong>together they host the<strong> </strong><a target="_blank" href="https://substack.com/profile/311799464-high-dimensional-health-data">High Dimensional Health Data</a> Podcast) . We’ve been trying to schedule this for months, and I’m glad we finally hit record because we got right into the weeds of why healthcare analytics is still so painful and how we are fixing it.</p><p>If you’ve followed my work, you know I’m obsessed with the intersection of <strong>FHIR</strong> and <strong>Analytics</strong>. But there is often a disconnect between the “high priests” of standards and the data engineers trying to run SQL queries in relational databases.</p><p>In this episode, we bridge that gap.</p><p><strong>We discuss:</strong></p><p>* <strong>The SQL on FHIR Conference:</strong> Why the industry is standardizing “View Definitions” to make FHIR portable across different data warehouses.</p><p>* <strong>CQL vs. SQL:</strong> Why Clinical Quality Language is great for requirements, but SQL (aided by AI) is another way to execute at scale.</p><p>* <strong>The “Dump Truck” Theory:</strong> Why APIs aren’t always the answer for analytics teams who just want bulk data access.</p><p>* <strong>Automating Interop:</strong> How I’m using AI Agents to do the grunt work of mapping and flattening data, so you don’t have to wait on “Larry” (the fictional, overworked hospital IT admin) to run a report for you.</p><p>It was a blast recording with the High Dimensional team they bring a refreshing, “not just drinking the FHIR Kool-Aid ” reality to the conversation that is often missing from standards discussions.</p><p>Enjoy the listen!</p><p>Gene</p><p></p><p><strong>Spicy Takes</strong></p><p>* <strong>The “Windows ME” of Standards:</strong> We discussed how the industry seems to be collectively skipping FHIR R5 (like Windows 95/98 to 2000) and waiting for <strong>FHIR R6</strong> to become the normative standard, avoiding the “trough of disillusionment” associated with intermediate versions.</p><p>* <strong>The “Larry” Bottleneck:</strong> We personified the interoperability problem as “Larry” the overworked IT guy at the health system who smokes two packs a day, takes three lunches, and ignores your ticket for a claims feed. The goal of Bulk FHIR is to bypass the “Larry problem,” but we aren’t quite there yet.</p><p>* <strong>Phil’s Hot Take:</strong> In a moment of pure chaos, Phil claimed <strong>Windows ME</strong> was the best operating system ever made. (We agreed to disagree). </p><p><strong>Fun Facts & Why You Should Listen</strong></p><p>* <strong>The Portuguese Connection:</strong> I shared a story about meeting <strong>Grahame Grieve</strong> (the “Father of FHIR”) at a FHIR camp in Portugal, highlighting how the “open” nature of the standard was intentional, even if it creates headaches for data modelers today.</p><p>* <strong>Real-Time Solutions:</strong> We discuss actual tools (like the <strong>Tuva Project</strong> and <strong>Health Samurai</strong>) that are solving these problems <em>now</em>, not just theoretically.</p><p>* <strong>Why Listen:</strong> If you have ever stared at a nested JSON object and wondered how to get it into a dashboard without crying, this episode explains exactly how the industry is solving that problem.</p><p></p> <br/><br/>This is a public episode. If you'd like to discuss this with other subscribers or get access to bonus episodes, visit <a href="https://evestel.substack.com/subscribe?utm_medium=podcast&#38;utm_campaign=CTA_2">evestel.substack.com/subscribe</a>]]></description><link>https://evestel.substack.com/p/episode-19-with-aaron-neiderhiser</link><guid isPermaLink="false">substack:post:181372889</guid><dc:creator><![CDATA[Gene Vestel, Aaron Neiderhiser, and High Dimensional Health Data]]></dc:creator><pubDate>Fri, 12 Dec 2025 02:29:34 GMT</pubDate><enclosure url="https://api.substack.com/feed/podcast/181372889/ae2c50f3d4671be15d62d6ca20967ec4.mp3" length="50895036" type="audio/mpeg"/><itunes:author>Gene Vestel, Aaron Neiderhiser, and High Dimensional Health Data</itunes:author><itunes:explicit>No</itunes:explicit><itunes:duration>3181</itunes:duration><itunes:image href="https://substackcdn.com/feed/podcast/4334682/post/181372889/3c51464436328191f2a52310b02b98dc.jpg"/><itunes:season>1</itunes:season><itunes:episode>19</itunes:episode><itunes:episodeType>full</itunes:episodeType></item><item><title><![CDATA[Michael Westover on the perils of vendor data sharing]]></title><description><![CDATA[<p>In today’s rapidly evolving healthcare landscape, the integration of data between payers and providers has become crucial for delivering value-based care. In this episode of the out of the fhir podcast, <a target="_blank" href="https://substack.com/profile/63485889-fhir-data-guy">FHIR Data guy</a> sits down with <a target="_blank" href="https://substack.com/profile/40351930-michael-westover">Michael Westover</a> , VP of Payer Partnerships and Informatics at Providence, to discuss his journey in healthcare, the challenges of data integration, and strategies for successful value-based care.</p><p>The Journey to Value-Based CareMichael Westover’s path to his current role began with a strong foundation in healthcare consulting, where he guided states and municipalities on healthcare benefits. His desire to be closer to the action led him to pursue an MBA with a healthcare emphasis, eventually joining a startup focused on data integration and analytics. Westover highlights the importance of understanding both the business and clinical sides of healthcare, stating that the business of healthcare differs significantly from patient care.</p><p>Challenges of Data Integration One of the most pressing issues in healthcare today is the complexity and fragmentation of data systems. Westover describes the cumbersome process of sharing data with vendors, where a simple request for longitudinal data can take months to fulfill due to the vast number of different systems involved. He emphasizes that healthcare organizations often struggle with outdated methods of data exchange, relying on CSV files and manual queries that can lead to errors and inefficiencies.</p><p>The Importance of StandardizationWestover advocates for standardizing data practices to improve interoperability. He notes that while there are national initiatives like TEFCA aimed at enhancing data exchange, there remains a significant gap in sharing the right data. By collaborating with payer partners to identify crucial data needs, Providence has successfully established strong relationships that benefit both parties. This collaboration allows for more accurate data exchange, which is essential for effective value-based care.</p><p>Success Stories notable example of successful data integration is Providence’s partnership with Humana. Their collaboration focuses on using national data standards, such as FHIR, to streamline data exchange through standardized APIs. This approach enables both organizations to access and share critical information, such as member rosters and clinical data, efficiently. Westover explains that aligning incentives and fostering open communication have been key to this success, as both parties recognize the importance of accurate data in achieving high-quality patient care.</p><p>Key Takeaways: Westover’s insights shed light on the vital role of data integration in advancing value-based care. Key takeaways include:</p><p>1. The journey to effective data integration requires a deep understanding of both clinical and business aspects of healthcare.</p><p>2. Standardizing data practices is essential for overcoming the challenges of fragmentation and inefficiency.</p><p>3. Building strong partnerships with payers can lead to improved data exchange and better patient outcomes.</p><p><strong>4. Successful collaborations, like that between Providence and Humana, demonstrate the power of aligning incentives and fostering open communication.</strong></p><p>As the healthcare industry continues to adapt to value-based care models, the importance of effective data integration cannot be overstated. By learning from successful partnerships and advocating for standardized data practices, healthcare organizations can work together to improve patient outcomes and streamline operations. </p><p></p><p></p> <br/><br/>This is a public episode. If you'd like to discuss this with other subscribers or get access to bonus episodes, visit <a href="https://evestel.substack.com/subscribe?utm_medium=podcast&#38;utm_campaign=CTA_2">evestel.substack.com/subscribe</a>]]></description><link>https://evestel.substack.com/p/episode-18-michael-westover</link><guid isPermaLink="false">substack:post:178787135</guid><dc:creator><![CDATA[Gene Vestel and Michael Westover]]></dc:creator><pubDate>Thu, 13 Nov 2025 13:57:42 GMT</pubDate><enclosure url="https://api.substack.com/feed/podcast/178787135/94e1b45876092da4c67b31740604c2c4.mp3" length="41458772" type="audio/mpeg"/><itunes:author>Gene Vestel and Michael Westover</itunes:author><itunes:explicit>No</itunes:explicit><itunes:duration>2591</itunes:duration><itunes:image href="https://substackcdn.com/feed/podcast/4334682/post/178787135/4b45995d9b72c0021a19635f30f71318.jpg"/></item><item><title><![CDATA[Episode 17 - Eric Melymuk & John Dobak ]]></title><description><![CDATA[<p>Welcome back to <em>Out of the FHIR</em>. This isn’t just any episode. This is a <em>reunion</em>.</p><p><a target="_blank" href="https://substack.com/profile/63485889-fhir-data-guy">FHIR Data guy</a> brings together two heavy-hitters from his past, Eric Melymuk Principal Engineer at Progyny and John Dobak Senior FHIR Analytics Engineer at b.Well a trio of veterans who all came up in the “bad old days” of HEDIS and traditional quality measurement.</p><p>This is the story of a technology stack (and a mindset) that defined healthcare data for decades, and the new stack that’s poised to replace it. They dive deep into the messy, complicated, and <em>fascinating</em> transition from the world of custom SQL, claims data, and regulatory checklists to the new frontier of FHIR, CQL, and true clinical interoperability.</p><p><strong>Hot Takes</strong></p><p>* <strong>The “Mind Shift” Thesis:</strong> Perfectly stated by Eric, is that the move from traditional SQL-based reporting to FHIR + CQL (Clinical Quality Language) isn’t just a syntax change. It’s a fundamental <em>mind shift</em> away from “logic customized to my organization” and toward “universal clinical intent.” This is <em>the</em> unlock.</p><p>* <strong>Beware the “Gray Water”:</strong> The biggest risk of the new FHIR-based world is creating “dirty FHIR data.” It’s data that is <em>technically</em> compliant (it passes the validator!) but is <em>clinically useless</em>. He calls this “gray water,” and it’s the next great crisis. Organizations treating FHIR as a low-cost, check-the-box “cost center” are just propagating this gray water downstream, poisoning the well for everyone else.</p><p>* <strong>The “Consumer Reports” Blind Spot:</strong> For decades, HEDIS and Star Ratings have been the “Consumer Reports for healthcare” (John’s analogy). The problem? We’ve been hiding the magazine from the consumers. The <em>real</em> promise of FHIR isn’t just better back-end reporting; it’s finally putting that quality data into the hands of the patients making the decisions.</p><p>* <strong>LLMs as the Co-pilot, Not the Pilot:</strong> ”Do we even need measures in the age of AI?” <strong>Yes.</strong> But AI and LLMs aren’t the <em>replacement</em> for clinicians or measures. They are the <em>co-pilot</em> (Eric’s term) that helps builders create the logic and test cases, and they may become the <em>translator</em> that finally makes this data understandable to a patient.</p><p>* <strong>The Cultural Battle:</strong> This isn’t a technology problem; it’s a <em>culture</em> problem. The entire panel agrees: if your organization views FHIR and interoperability as a regulatory “cost center,” you’ve already lost. The winners will be the ones who find executive <em>champions</em> (Eric’s point) who understand this is a new <em>product</em> and the strategic foundation for everything that comes next.</p><p><strong>From Brittle SQL to a FHIR Future</strong></p><p>This conversation is a journey from the past to the future of healthcare data.</p><p><strong>Act 1: The Old World (The HEDIS Grind)</strong> The guys reminisce about the “hardest problem” in health tech: traditional quality reporting. It was a world of brittle, custom-built SQL engines, siloed (and non-technical) quality departments, and a total dependency on claims data not because it was the <em>best</em> data, but because it was the only <em>consistent</em> data.</p><p><strong>Act 2: The New Stack (The FHIR/CQL Unlock)</strong> Gene pivots the conversation to the “new stack.” The difference is night and day.</p><p>* <strong>Old Way:</strong> NCQA hands you a 200-page <em>book</em> (Volume 2) and says, “Good luck.” You have to design the schema, the logic, the whole thing.</p><p>* <strong>New Way:</strong> NCQA hands you the <em>code</em>. The schema is the FHIR Implementation Guide (IG). The logic is the executable CQL file. The entire low-level, error-prone interpretation is <em>abstracted away</em>.</p><p><strong>Act 3: The Messy Middle (The “Gray Water” Problem)</strong> But this transition is where the real drama is. The panel identifies two massive risks:</p><p>* <strong>The Data Itself:</strong> We’re moving from clean claims data to messy, unstructured clinical (EHR) data. The old logic (built on claims “artifacts” like Place of Service codes) simply doesn’t map.</p><p>* <strong>The “Cost Center” Trap:</strong> Because of regulatory mandates, organizations are scrambling to create FHIR data. They’re doing it cheap, fast, and without clinical governance. This creates John’s “gray water”FHIR bundles that are valid but meaningless, which will break everything downstream.</p><p><strong>Act 4: The Real Goal</strong> The episode concludes by refocusing on the <em>why</em>. Eric makes the passionate case that we’ve “lost sight” of the goal. It’s not about checking boxes for payment; it’s about <em>improving care</em>. The new stack (FHIR, CQL) is the first real chance to build systems that give data back to providers and patients in real-time, finally fulfilling the original promise of quality measurement.</p><p><strong>The Playbook: Learnings from the HEDIS OGs</strong></p><p>* <strong>1. Don’t Replace the Warehouse, </strong><strong><em>Feed</em></strong><strong> It.</strong> This is a key strategic insight from John. CQL and FHIR do not replace your SQL data warehouse. They work <em>together</em>. Use the CQL engine to process the messy, real-time FHIR data, and then use the <em>output</em> (the FHIR MeasureReport resources) to feed your traditional SQL warehouse for population-level analytics. It’s the best of both worlds.</p><p><strong>2. Your FHIR Implementation </strong><strong><em>Is</em></strong><strong> Your Product.</strong> The panel’s biggest warning: do not treat your FHIR implementation as a “cost center” or an IT project. It is a <em>product</em>. It requires governance, clinical input, and executive champions. If you don’t, you’ll spend millions building a “dirty data” engine that provides no value.</p><p></p><p>* <strong>3. Use the EOB as Your Bridge.</strong> How do you get from a claims-based world to a clinical-data world? Eric points to the bridge: the <strong>ExplanationOfBenefit (EOB) FHIR resource</strong>. It’s designed to model adjudicated claims. This allows you to “dip your toe in” by mapping your existing, clean claims data into a FHIR structure first, before you tackle the mess of raw EHR data.</p><p><strong>4. Get Your Feet Dirty (The Community is Open).</strong> The single best way to learn is to do. The HL7 FHIR community (on Zulip) is famously open. As John notes, you can even feed an entire Implementation Guide into an LLM and start asking it questions. The barrier to entry has never been lower.</p> <br/><br/>This is a public episode. If you'd like to discuss this with other subscribers or get access to bonus episodes, visit <a href="https://evestel.substack.com/subscribe?utm_medium=podcast&#38;utm_campaign=CTA_2">evestel.substack.com/subscribe</a>]]></description><link>https://evestel.substack.com/p/episode-17-eric-melymuk-and-john</link><guid isPermaLink="false">substack:post:178281767</guid><dc:creator><![CDATA[Gene Vestel, John Dobak, and Eric Melymuk]]></dc:creator><pubDate>Fri, 07 Nov 2025 16:38:24 GMT</pubDate><enclosure url="https://api.substack.com/feed/podcast/178281767/06b6e2cb515ea5de331841562217f83f.mp3" length="29743794" type="audio/mpeg"/><itunes:author>Gene Vestel, John Dobak, and Eric Melymuk</itunes:author><itunes:explicit>No</itunes:explicit><itunes:duration>1859</itunes:duration><itunes:image href="https://substackcdn.com/feed/podcast/4334682/post/178281767/c423a5b81b751d651b0a5f7383f0d014.jpg"/><itunes:season>1</itunes:season><itunes:episode>17</itunes:episode><itunes:episodeType>full</itunes:episodeType></item><item><title><![CDATA[Episode 16 - From Blue Button to Bulk FHIR with Mark Scrimshire]]></title><description><![CDATA[<p>In this episode, I speak with Mark Scrimshire, Chief Interoperability Officer at Onyx, about his extensive journey in healthcare interoperability, the evolution of data sharing standards, and the future impact of regulations and technology.</p><p><strong>Mark Scrimshire’s Journey to FHIR®</strong></p><p>Mark recounts his two-decade career, which provides a vivid history of modern interoperability. His journey began around 2009 during the American Recovery Act, where early initiatives like CMS’s “Blue Button 1.0” allowed patients to download their claims history—often as a massive, unusable text file thousands of pages long.</p><p>His pivotal moment came as an Entrepreneur in Residence at CMS, where he was tasked with building a modern API for Medicare beneficiaries. Instead of creating a proprietary standard, he chose to adopt the emerging <strong>HL7® FHIR®</strong> standard. This project evolved into <strong>Blue Button 2.0</strong>, a landmark API that proved the viability of using FHIR® at a national scale. He was instrumental in defining key resources like the Explanation of Benefit..</p><p>This work at CMS laid the groundwork for the 2020 CMS Interoperability and Patient Access final rule, which mandated that payers provide patient access via FHIR® APIs. Seeing this regulatory shift coming, Mark co-founded Onyx to build a platform that helps healthcare organizations comply with these rules and leverage the new data-sharing paradigm.</p><p><strong>The Power of Regulation as a Catalyst</strong></p><p>A central theme of the conversation is the role of government regulation in driving change. Mark argues that mandates are essential for overcoming industry inertia. He uses the upcoming Prior Authorization rule as a key example. While the rule only mandates the API for certain government-funded plans, he predicts that the efficiency gains (getting an answer in 15 seconds via an API versus days via fax) will create immense market pressure for payers to offer the same capability for their commercial plans. This transforms a compliance requirement into a strategic business transformation.</p><p>Interesting Observations</p><p>* <strong>Flipping the Script on Data Integration:</strong> Mark powerfully articulates a common problem in healthcare IT: an “80/20 rule” where organizations spend 80% of their effort just trying to <em>get</em> the data and only 20% actually <em>using</em> it for analysis and insight. He argues that standardized FHIR® APIs and trust frameworks are designed to “flip this script,” allowing organizations to spend only 20% of their effort on connectivity and 80% on creating value from the data.</p><p>* <strong>The Core Challenge is Trust, Not Technology:</strong> Mark asserts that the biggest barrier to seamless interoperability is not a lack of technology but a lack of scalable <strong>trust</strong>. Establishing individual connections between thousands of payers and providers is a manual, time-consuming process that costs “man-years” of effort. The solution lies in building robust trust frameworks (like TEFCA or security protocols like UDAP) where an entity can be vetted once and then securely connect with anyone else in the network, dramatically reducing friction.</p><p>* <strong>Regulation as a “Bridgehead” for Market Transformation:</strong> Mark views regulations not as the end goal but as a “bridgehead” a starting point that establishes a new technical and business reality. Once the infrastructure (like FHIR® APIs) is in place due to a mandate, the market naturally finds innovative and more efficient ways to use it, pushing adoption far beyond the original scope of the rule.</p><p>* <strong>FHIR® as an Enabler for AI, Not a Relic:</strong> Addressing the question of whether AI makes standards obsolete, Mark argues the opposite. He states that having well-structured, standardized data from FHIR® APIs makes AI more efficient, accurate, and less resource-intensive. Without standards, AI models would have to waste immense computational power on parsing unstructured documents (like PDFs) and de-identifying data, a process FHIR® makes unnecessary. Standardized data is the clean, reliable fuel that will power the next generation of healthcare AI.</p> <br/><br/>This is a public episode. If you'd like to discuss this with other subscribers or get access to bonus episodes, visit <a href="https://evestel.substack.com/subscribe?utm_medium=podcast&#38;utm_campaign=CTA_2">evestel.substack.com/subscribe</a>]]></description><link>https://evestel.substack.com/p/episode-16-mark-scrimshires-journey</link><guid isPermaLink="false">substack:post:177518400</guid><dc:creator><![CDATA[Gene Vestel, Mark Scrimshire, and ekivemark]]></dc:creator><pubDate>Wed, 29 Oct 2025 22:51:53 GMT</pubDate><enclosure url="https://api.substack.com/feed/podcast/177518400/820cb6938ab0235a50ac08498af2e15c.mp3" length="25303814" type="audio/mpeg"/><itunes:author>Gene Vestel, Mark Scrimshire, and ekivemark</itunes:author><itunes:explicit>No</itunes:explicit><itunes:duration>1581</itunes:duration><itunes:image href="https://substackcdn.com/feed/podcast/4334682/post/177518400/4b45995d9b72c0021a19635f30f71318.jpg"/></item><item><title><![CDATA[Stop Building for Interoperability (And Start Building a Great Product)]]></title><description><![CDATA[<p></p><p>In our latest episode of <strong>Out of the FHIR</strong>, I had a refreshingly candid conversation with <strong>Scott Rossignol</strong> of Farseen Advisors. With over 15 years in the trenches, including a formative period at Epic, Scott brings a dose of reality to the often-hyped world of FHIR and interoperability.</p><p>We didn’t just talk about standards; we talked about strategy, pitfalls, and the hard-earned lessons from building and deploying real-world healthcare applications. If you’re tired of the buzzwords and want to know what it <em>actually</em> takes to succeed, this episode is your guide.</p><p>Here are some of the spiciest, most crucial takeaways from our discussion:</p><p><strong>Hot Take #1: Stop Building for Interop. Build a Product People Want.</strong></p><p>One of the most powerful points Scott made was a fundamental shift in mindset. Too many companies lead with their integration strategy, believing that connecting to data is the product itself. Scott argues this is backwards.</p><p>He shared an experience of getting a SMART on FHIR app live in just three days. The secret? It wasn’t just the tech. It was a great product solving a clear problem, with motivated stakeholders who wanted it.</p><p>As Scott put it, the goal isn’t just to “do interoperability.” The goal is to <strong>“build a product that works and pleases your customers, and </strong><strong><em>improves</em></strong><strong> with integration.”</strong> Your interoperability strategy should serve your product, not the other way around. If the core product doesn’t provide value on its own, no amount of data integration will save it.</p><p><strong>Hot Take #2: FHIR is a Tool, Not the Whole Toolbox.</strong></p><p>For developers diving into health tech, it’s easy to assume FHIR is the one-and-only answer. But as Scott rightly points out, clinical and administrative workflows are far too complex for a single standard to solve everything.</p><p>The perfect example? Real-time notifications. Scott explained, <strong>“If you need event-based pushes, like a notification for a patient admission, you’re not going to get that from a standard FHIR API. You’ll need to look at other standards like HL7v2 ADT feeds.”</strong></p><p>Until FHIR Subscriptions are universally adopted and supported (which is still a ways off), the decades-old HL7v2 standard remains a critical part of the ecosystem. True interoperability experts know how to build a hybrid system, leveraging the best tool for the job whether it’s a modern FHIR query or a classic, event-driven ADT feed.</p><p><strong>Hot Take #3: National Networks are Promising, But Don’t Hold Your Breath.</strong></p><p>Initiatives like TEFCA and the CMS Aligned networks promise a future where data flows freely across a “network of networks.” The vision is powerful, but Scott provides a necessary reality check on the current state.</p><p>While progress is being made behind the scenes, what’s publicly available is often limited. Scott notes that much of the CMS Aligned network’s visibility has been “just a few press releases so far.” The real work of establishing trust, defining mature use cases, and getting participants to exchange meaningful data is a slow, arduous process.</p><p>His advice for organizations today? Don’t wait for a national network to solve your problems. Identify your specific data needs and find the most direct path, whether that’s through patient-authorized access, regional HIEs, or direct BAA-gated connections. These networks will become incredibly valuable, but you need a strategy that delivers value in the meantime.</p><p></p><p>* <strong>On Implementation Reality:</strong> “You could have the perfect application that works flawlessly in a sandbox, but if the health system has a six-month security review process, your timeline is six months. That’s the reality.”</p><p>* <strong>On EHR Vendor Differences:</strong> “I love that Epic has a great user experience... I love that Cerner provides great write-back capabilities... I love that Athenahealth has a one-click deployment. The fact that I can’t say all those things about one EHR tells you everything you need to know about the challenges of integration.”</p> <br/><br/>This is a public episode. If you'd like to discuss this with other subscribers or get access to bonus episodes, visit <a href="https://evestel.substack.com/subscribe?utm_medium=podcast&#38;utm_campaign=CTA_2">evestel.substack.com/subscribe</a>]]></description><link>https://evestel.substack.com/p/episode-15-scott-rossignol-on-why</link><guid isPermaLink="false">substack:post:175156604</guid><dc:creator><![CDATA[Gene Vestel and Scott Rossignol]]></dc:creator><pubDate>Fri, 03 Oct 2025 02:40:40 GMT</pubDate><enclosure url="https://api.substack.com/feed/podcast/175156604/6b8b8adf1af136ade7eb3d98c301a34b.mp3" length="43319944" type="audio/mpeg"/><itunes:author>Gene Vestel and Scott Rossignol</itunes:author><itunes:explicit>No</itunes:explicit><itunes:duration>2707</itunes:duration><itunes:image href="https://substackcdn.com/feed/podcast/4334682/post/175156604/ca297b6629bfc5261cd084418c9f453d.jpg"/></item><item><title><![CDATA[Episode 14 - Mark Kramer ]]></title><description><![CDATA[<p>In a new episode of the "Out of the FHIR" podcast, host Gene Vestel sits down with Mark Kramer PhD of MITRE, a pioneering force in both artificial intelligence and healthcare interoperability. Mark, an original AI innovator, offers a contrarian and thought-provoking take on the future of healthcare data.</p><p>Don't miss this episode as they discuss:</p><p>* <strong>The radical idea that human language might replace complex healthcare codes.</strong> Could the conversational abilities of large language models make traditional coding systems like SNOMED and CPT obsolete?</p><p>* <strong>A "back to the future" approach to patient care.</strong> How can AI-powered conversational interoperability bring back the deep, personalized conversations that have been lost in the current fee-for-service, time-crunched healthcare system?</p><p>* <strong>The slow pace of FHIR adoption and the future of healthcare standards.</strong> With FHIR implementation guides languishing, is conversational interoperability the catalyst needed to unlock the true value of healthcare data?</p><p>Get ready to challenge everything you thought you knew about healthcare interoperability and the role of AI.Podcast Platform Links</p><p><a target="_blank" href="https://open.substack.com/pub/evestel/p/episode-14-mark-kramer?r=11sq0x&#38;utm_campaign=post&#38;utm_medium=web&#38;showWelcomeOnShare=true"><strong>Substack</strong></a></p><p><a target="_blank" href="https://open.substack.com/pub/evestel/p/episode-14-mark-kramer?r=11sq0x&#38;utm_campaign=post&#38;utm_medium=web&#38;showWelcomeOnShare=true"><strong>Spotify</strong></a></p><p><a target="_blank" href="https://podcasts.apple.com/us/podcast/episode-14-mark-kramer/id1822845248?i=1000727795033"><strong>Apple Podcasts</strong></a></p><p><a target="_blank" href="https://youtu.be/JzdCESpLnfA?si=alZQFRbM5CjhoJ7z"><strong>Youtube</strong></a></p><p>Must read articles on Conversational Interoperability and report out from the HL7 Connectathon</p><p><a target="_blank" href="https://www.linkedin.com/pulse/conversational-interoperability-takes-shape-read-out-from-mandel-md-379fc"><strong>https://www.linkedin.com/pulse/conversational-interoperability-takes-shape-read-out-from-mandel-md-379fc</strong></a></p><p><a target="_blank" href="https://www.linkedin.com/pulse/why-conversational-interoperability-essential-future-mark-kramer-retre"><strong>https://www.linkedin.com/pulse/why-conversational-interoperability-essential-future-mark-kramer-retre</strong></a></p> <br/><br/>This is a public episode. If you'd like to discuss this with other subscribers or get access to bonus episodes, visit <a href="https://evestel.substack.com/subscribe?utm_medium=podcast&#38;utm_campaign=CTA_2">evestel.substack.com/subscribe</a>]]></description><link>https://evestel.substack.com/p/episode-14-mark-kramer</link><guid isPermaLink="false">substack:post:174210112</guid><dc:creator><![CDATA[Gene Vestel and Mark Kramer PhD]]></dc:creator><pubDate>Mon, 22 Sep 2025 01:53:15 GMT</pubDate><enclosure url="https://api.substack.com/feed/podcast/174210112/15cf936663888171c55745cb6bbd0ee1.mp3" length="40148052" type="audio/mpeg"/><itunes:author>Gene Vestel and Mark Kramer PhD</itunes:author><itunes:explicit>No</itunes:explicit><itunes:duration>2509</itunes:duration><itunes:image href="https://substackcdn.com/feed/podcast/4334682/post/174210112/4b45995d9b72c0021a19635f30f71318.jpg"/></item><item><title><![CDATA[Episode 13 - Bill Lakenan & Benji Graham]]></title><description><![CDATA[<p><strong>Guests:</strong> Bill Lakenan & Benji Graham – FHIR evangelists & innovators at Bellese</p><p> Where We’re At</p><p>* <strong>CQL maturity</strong>: Finally stable enough to calculate without different engines giving different answers. But DEQM (Data Exchange for Quality Measurement) is still a labyrinth powerful, but too flexible and waiting for industry alignment.</p><p>* <strong>QI Core vs reality</strong>: Full QI Core adoption is a fantasy today. The pragmatic move is <strong>USCDI+ Quality subsets</strong> stop boiling the ocean, start with buckets.</p><p>* <strong>NCQA & CMS pressure</strong>: Both are turning the screws. NCQA’s push for FHIR-only HEDIS reporting and CMS’s signals on hospital quality programs mean “claims-only” days are numbered.</p><p>The Payer/Provider Dilemma</p><p>Legacy organizations face two doors:</p><p>* <strong>Stand up a FHIR-native system</strong></p><p>* <strong>Slap a FHIR façade on legacy infrastructure</strong></p><p>The advice: don’t wait. Off-the-shelf solutions exist, but the hurdle is domain expertise and data quality. Bad data = garbage measures. As Gene put it, we’re “building a new house while still living in the old one” but you still have to start building.</p><p>Holy Grail Moments Ahead</p><p>Two tipping points will define the dQM journey:</p><p>* When digital quality becomes <strong>cheaper and easier</strong> than today’s bloated admin burden.</p><p>* When <strong>FHIR measures double as care gap alerts in real time.</strong> Imagine a doctor getting an instant ping “you’re overdue for a colonoscopy” instead of an end-of-year spreadsheet.</p><p>And let’s not forget the patient. Today’s care gap lists never reach them. The new paradigm? Agents, APIs, and FHIR empowering patients to close their own gaps.</p><p>FHIR + AI = Frenemies or Besties?</p><p>* Bill’s take: AI won’t kill standards it’ll sharpen them. Use LLMs to craft better, transparent measures.</p><p>* Benji’s take: AI + FHIR are a perfect match. FHIR’s granular, graph-like structure is exactly what agents and LLMs love. The future is <strong>FHIR-fueled AI workflows</strong>, not black-box medicine.</p><p></p><p>Industry Spice</p><p>* TEFCA & endpoint discovery: The dream is making FHIR directories “as trivial as Google Maps.” Until then, duplicative tests will keep costing patients pain and payers billions.</p><p>* Gene’s personal mic drop: waiting <strong>two weeks for a CD-ROM of med records</strong> in 2025. That’s why interoperability still sucks.</p><p>Final Notes</p><p>* Benji is launching a <strong>FHIR for Business Analysts</strong> course this fall finally, something for the non-technical crowd.</p><p>* Bill continues running DMV “FHIRside dinners” and teaching internal FHIR courses.</p><p>* And the trio is hyped for the Pittsburgh Connectathon, where theory meets war stories in real time.</p> <br/><br/>This is a public episode. If you'd like to discuss this with other subscribers or get access to bonus episodes, visit <a href="https://evestel.substack.com/subscribe?utm_medium=podcast&#38;utm_campaign=CTA_2">evestel.substack.com/subscribe</a>]]></description><link>https://evestel.substack.com/p/episode-13-bill-lakenan-and-benji</link><guid isPermaLink="false">substack:post:173145395</guid><dc:creator><![CDATA[Gene Vestel, Benji Graham, and Bill Lakenan]]></dc:creator><pubDate>Tue, 09 Sep 2025 01:32:51 GMT</pubDate><enclosure url="https://api.substack.com/feed/podcast/173145395/6f88213c262a904c19f72086d4909323.mp3" length="36947320" type="audio/mpeg"/><itunes:author>Gene Vestel, Benji Graham, and Bill Lakenan</itunes:author><itunes:explicit>No</itunes:explicit><itunes:duration>2309</itunes:duration><itunes:image href="https://substackcdn.com/feed/podcast/4334682/post/173145395/9f9f5fbcd28a287eba8b5aed2bc8c280.jpg"/></item><item><title><![CDATA[Episode 12 - Chad Sanderson & Mark Freeman (Gable.ai)]]></title><description><![CDATA[<p>Are you living in a world of broken dashboards and unreliable data pipelines? You're not alone. For too long, data has been treated as a downstream problem, an afterthought to be dealt with by overworked data teams.</p><p>In this special deep dive, we're joined by <strong>Chad Sanderson</strong> and <strong>Mark Freeman</strong> of Gable AI to explore the solution: the <strong>Shift Left movement</strong> and <strong>Data Contracts</strong>. We break down how this new paradigm treats data as a first-class product, creating a clear, enforceable agreement between the data engineers who <em>produce</em> the data and the teams who <em>consume</em> it.</p><p>For our listeners in health tech, this conversation is especially critical. Think of the <strong>HL7® FHIR® standard</strong> itself as a powerful, industry-wide data contract. It defines the precise structure, terminology, and API rules for exchanging healthcare information. Applying a 'Shift Left' mindset means treating FHIR compliance not as a final validation checkpoint, but as a core requirement from the very beginning of the development process. By enforcing the 'contract' of FHIR at the source—before data ever leaves the EHR or clinical system we can build more reliable interoperable systems, reduce costly data errors downstream, and ultimately deliver better value and more effective AI solutions.</p><p>Tune in to learn:</p><p>* Why the modern, federated data stack broke our old processes.</p><p>* How to bridge the gap between software engineering and data teams.</p><p>* Practical steps to start implementing a "data as a product" culture that delivers real value to your clients.</p><p><strong>Learn More:</strong> Our guests literally wrote the <a target="_blank" href="https://www.gable.ai/data-contracts-book">book</a> on this! Check out Chad Sanderson's new O'Reilly book, "Data Contracts," for the complete guide. <strong>ADDITIONAL Reading</strong></p><p>* <strong>Gable AI – Data Contracts</strong>: <a target="_blank" href="https://www.gable.ai/data-contracts-book">Data Contracts Book</a> (Chad Sanderson & Mark Freeman)</p><p>* <strong>Shift Left Data Manifesto</strong>: <a target="_blank" href="https://www.gable.ai/blog/shift-left-data-manifesto">Shift Left</a></p><p>* <strong>HL7 FHIR Overview</strong>: <a target="_blank" href="https://www.hl7.org/fhir/overview.html">HL7.org FHIR Overview</a></p><p>* <strong>FHIR Contract Resource</strong>: FHIR Contract Definition</p><p>* <strong>FHIR Profiles / StructureDefinition</strong>: FHIR Profiling Guide</p><p><strong>Technical Tools</strong></p><p>* <strong>HL7 FHIR Validator</strong>: <a target="_blank" href="https://inferno.healthit.gov/validator/">FHIR Validator CLI</a></p><p>* <strong>Gable Data Contract Examples</strong>: <a target="_blank" href="https://www.gable.ai/data-contracts-specification-deep-dive">Example Contract Specs</a></p><p>* <strong>FHIR JSON Schema</strong> (useful bridge): <a target="_blank" href="https://github.com/FHIR/fhir-json-schema">FHIR JSON Schema</a></p><p><strong>AI + Healthcare Context</strong></p><p>* <strong>NCQA Digital Quality Ecosystem</strong>: <a target="_blank" href="https://www.ncqa.org/hedis/the-future-of-hedis/digital-measures/">NCQA Digital Measurement</a></p><p>* <strong>SMART on FHIR</strong>: <a target="_blank" href="https://docs.smarthealthit.org/">SMART Health IT</a></p><p><strong>FHIR Contracts App</strong></p><p>* 🔧 <strong> FHIR Data Contract Generator (beta)</strong>: <a target="_blank" href="https://fhir-contract-gen-aks129.replit.app/">app</a><em>A playground to generate FHIR-based data contracts aligned with shift-left methodology.</em></p> <br/><br/>This is a public episode. If you'd like to discuss this with other subscribers or get access to bonus episodes, visit <a href="https://evestel.substack.com/subscribe?utm_medium=podcast&#38;utm_campaign=CTA_2">evestel.substack.com/subscribe</a>]]></description><link>https://evestel.substack.com/p/episode-12-chad-sanderson-and-mark</link><guid isPermaLink="false">substack:post:171553525</guid><dc:creator><![CDATA[Gene Vestel, Chad Sanderson, and Mark Freeman]]></dc:creator><pubDate>Thu, 21 Aug 2025 15:01:56 GMT</pubDate><enclosure url="https://api.substack.com/feed/podcast/171553525/b0f6c4b85a3e4cc51aaf3c7330f377d0.mp3" length="44729302" type="audio/mpeg"/><itunes:author>Gene Vestel, Chad Sanderson, and Mark Freeman</itunes:author><itunes:explicit>No</itunes:explicit><itunes:duration>2796</itunes:duration><itunes:image href="https://substackcdn.com/feed/podcast/4334682/post/171553525/4b45995d9b72c0021a19635f30f71318.jpg"/></item><item><title><![CDATA[Episode 11 - Kerry Weinberg (PhenoML)]]></title><description><![CDATA[<p>Get ready to geek out! This week on "Out of the FHIR," Gene Vestel sits down with the brilliant Kerry Weinberg, co-founder of Phenomenal and a true expert in the trenches of healthcare data and AI.</p><p>Kerry and Gene jump right into the big questions: Can an AI <em>really</em> understand healthcare without deep medical knowledge? They explore the wild, unpredictable nature of human health data (it's not your average software log!) and Kerry shares a killer story from her time at Amgen about why context is EVERYTHING when building predictive models.</p><p>The conversation then tackles the big one: AI agents giving medical advice. From today's clinician-in-the-loop systems to the future of patient-facing bots, they discuss the promises, the perils, and the fact that the AI genie is already out of the bottle.</p><p>Plus, get the inside scoop on the buzzworthy Model Context Protocol (MCP). Is it the next big thing or just a lot of hype? Kerry breaks down the good, the bad, and the tricky parts of getting AI to speak fluent FHIR without making stuff up. This isn't just a tech talk it's a fun, inspiring, and refreshingly real conversation about the passion, purpose, and incredible people building the future of healthcare.</p><p><strong>Tune in for:</strong></p><p>* A masterclass on the nuances of AI in health.</p><p>* The real story behind starting a health-tech company.</p><p>* An optimistic look at the vibrant and growing FHIR community.</p><p>* ...and maybe even plans for a future live-coding session on Twitch!</p> <br/><br/>This is a public episode. If you'd like to discuss this with other subscribers or get access to bonus episodes, visit <a href="https://evestel.substack.com/subscribe?utm_medium=podcast&#38;utm_campaign=CTA_2">evestel.substack.com/subscribe</a>]]></description><link>https://evestel.substack.com/p/episode-11-kerry-weinberg-phenoml</link><guid isPermaLink="false">substack:post:171062760</guid><dc:creator><![CDATA[Gene Vestel and Kerry Weinberg]]></dc:creator><pubDate>Fri, 15 Aug 2025 16:44:37 GMT</pubDate><enclosure url="https://api.substack.com/feed/podcast/171062760/f6c4a19c53bd5eea56a5a748f8808fa5.mp3" length="28724809" type="audio/mpeg"/><itunes:author>Gene Vestel and Kerry Weinberg</itunes:author><itunes:explicit>No</itunes:explicit><itunes:duration>1795</itunes:duration><itunes:image href="https://substackcdn.com/feed/podcast/4334682/post/171062760/4b45995d9b72c0021a19635f30f71318.jpg"/></item><item><title><![CDATA[Episode 10: A New Era for Interoperability? A Deep Dive with Jill DeGraff ]]></title><description><![CDATA[<p>Welcome back to another episode of <strong>Out of the Fire Podcast</strong>, where we tackle the hottest topics at the intersection of healthcare, FHIR, interoperability, and technology.</p><p>This week, I am thrilled to be joined by a true visionary and expert in the health-tech space, <strong>Jill DeGraff</strong>. If you follow the conversation around healthcare data and policy, you've undoubtedly come across Jill's insightful analysis and forward-thinking perspectives.</p><p>In this episode, we jump straight into the topic that's lighting up every health-tech feed: the new <strong>CMS Interoperability Framework</strong>. Just days after its announcement at the White House, Jill helps us cut through the noise and understand what this "moral commitment" from industry leaders and the government truly means for the future of healthcare data.</p><p>Is this just another initiative, or is it the start of a genuine "race to the top"?</p><p><strong>In our conversation, we cover:</strong></p><p>* <strong>The 'Why' Behind the New Framework:</strong> Jill explains the crisis-level urgency driving this initiative, from the national disease burden to the economic unsustainability of Medicare.</p><p>* <strong>What's Different This Time?</strong> We discuss why this framework is more than just "TEFCA 2.0," focusing on its shift from slow, consensus-based iteration to a model of rapid execution and accountability.</p><p>* <strong>"Kill the Clipboard" and Beyond:</strong> A breakdown of the key pledges, including the National Healthcare Directory, modern digital identity verification, and the push for a truly seamless patient experience.</p><p>* <strong>Leaders vs. Laggards:</strong> Jill offers a compelling analysis of the business implications, arguing that organizations that have invested in modern architecture will thrive, while those reliant on legacy systems will face significant challenges.</p><p>* <strong>Career Insights:</strong> We kick off the episode with a fascinating look at Jill's career path from law to health-tech, and she shares invaluable advice for anyone considering a career in consulting.</p><p>"This is a moral commitment... It's about unleashing the creative energy of the private sector to do what it does best, which is innovate and build value for people." - Jill DeGraff</p><p>This isn't just a policy discussion; it's a look at the seismic shift happening right now in our industry. Whether you're a developer, a clinician, a policy wonk, or an executive, this conversation provides a crucial map to navigate the new landscape of healthcare interoperability.</p><p><strong>Listen now to get the full story!</strong></p> <br/><br/>This is a public episode. If you'd like to discuss this with other subscribers or get access to bonus episodes, visit <a href="https://evestel.substack.com/subscribe?utm_medium=podcast&#38;utm_campaign=CTA_2">evestel.substack.com/subscribe</a>]]></description><link>https://evestel.substack.com/p/episode-10-a-new-era-for-interoperability</link><guid isPermaLink="false">substack:post:170689629</guid><dc:creator><![CDATA[Gene Vestel and Jill DeGraff]]></dc:creator><pubDate>Mon, 11 Aug 2025 14:14:25 GMT</pubDate><enclosure url="https://api.substack.com/feed/podcast/170689629/5f29ae27a39469e4b38c97d4da694135.mp3" length="37005835" type="audio/mpeg"/><itunes:author>Gene Vestel and Jill DeGraff</itunes:author><itunes:explicit>No</itunes:explicit><itunes:duration>2313</itunes:duration><itunes:image href="https://substackcdn.com/feed/podcast/4334682/post/170689629/4b45995d9b72c0021a19635f30f71318.jpg"/></item><item><title><![CDATA[Episode 9 - Eyal Dviri ]]></title><description><![CDATA[<p>Welcome to Episode 9 of Out of the Fhir! This week, we're joined by a special guest, <strong>Eyal Dviri</strong>, Head of the Data Innovation team at <strong>Clalit Health Services</strong> the second-largest integrated payer-provider organization in the world.</p><p>In this fascinating conversation, we travel to Israel to explore its unique and rapidly evolving healthcare ecosystem. With a new law mandating nationwide, FHIR-based data portability, Israel is at the forefront of a healthcare data revolution. Eyal provides an unparalleled, on-the-ground perspective on this monumental undertaking, discussing the real-world challenges and strategic decisions involved in modernizing an entire nation's health data infrastructure.</p><p><strong>Tune in to learn about:</strong></p><p>* <strong>The Clalit Scale:</strong> The immense scope of managing data for 14 hospitals and a massive community network within Israel's public health system.</p><p>* <strong>A National FHIR Mandate:</strong> How a new law is compelling the entire country to rebuild its data foundation on FHIR, moving from legacy systems to real-time, structured data exchange.</p><p>* <strong>The AI Race vs. Data Foundations:</strong> Eyal breaks down the critical tension between the rush to deploy AI solutions and the essential, foundational work of ensuring data quality and interoperability through standards like FHIR.</p><p>* <strong>A Unique Patient Consent Model:</strong> A deep dive into Israel's planned Patient Consent Manager (PCM) and why putting the patient in control of their data is a non-negotiable cornerstone of their new ecosystem.</p><p>* <strong>Global Lessons in Interoperability:</strong> How Israel's journey offers powerful insights for healthcare systems worldwide, including the US and its TEFCA initiative, on what it truly takes to build a connected health network.</p><p>This is a must-listen episode for anyone interested in health data interoperability at scale, the practical realities of implementing FHIR, and the crucial relationship between structured data and the future of trustworthy healthcare AI.</p> <br/><br/>This is a public episode. If you'd like to discuss this with other subscribers or get access to bonus episodes, visit <a href="https://evestel.substack.com/subscribe?utm_medium=podcast&#38;utm_campaign=CTA_2">evestel.substack.com/subscribe</a>]]></description><link>https://evestel.substack.com/p/episode-9-eyal-dviri</link><guid isPermaLink="false">substack:post:170176081</guid><dc:creator><![CDATA[Gene Vestel and Eyal Dviri]]></dc:creator><pubDate>Tue, 05 Aug 2025 13:54:52 GMT</pubDate><enclosure url="https://api.substack.com/feed/podcast/170176081/15ac659863d290c8f0b8c9f669893a1f.mp3" length="30280871" type="audio/mpeg"/><itunes:author>Gene Vestel and Eyal Dviri</itunes:author><itunes:explicit>No</itunes:explicit><itunes:duration>1893</itunes:duration><itunes:image href="https://substackcdn.com/feed/podcast/4334682/post/170176081/4b45995d9b72c0021a19635f30f71318.jpg"/></item><item><title><![CDATA[Episode 8 - Ron Urwongse - (Defacto Health) Building a Real Provider Directory]]></title><description><![CDATA[<p>🎙️ <strong>Episode 8 – Why Provider Data Is Still Broken (And How to Fix It) | Guest: Ron Urwongse</strong></p><p>In this episode of <em>Out of the FHIR</em>, Gene sits down with <strong>Ron Urwongse</strong> founder of Defacto Health, a self professed Provider Data Nerd, health tech strategist, and one of the sharpest minds in provider data infrastructure to unpack why provider data remains stubbornly inaccurate, fragmented, and operationally painful across the healthcare ecosystem.</p><p>💡 Ron exposes the root problem: <strong>most healthcare APIs are still glorified databases with business logic missing from the stack</strong>. He explains how data accuracy isn’t just about syncing directories it's about <strong>rebuilding the underlying operational model</strong> with intention, alignment, and contextual relevance.</p><p>🔎 Featured Topics:</p><p>* Why provider data is <strong>only 50% accurate</strong> and why that state hasn’t changed in a decade</p><p>* The myth of a universal provider directory and why <strong>a national directory won’t solve what’s fundamentally a business logic problem</strong></p><p>* How plans, vendors, and digital health players are stuck pushing CSVs and duct-taping endpoints</p><p>* What it would take to build an <strong>AI-native, agent-based model</strong> for provider data stewardship</p><p>* The limits of FHIR and the opportunity to use it as <strong>an orchestration layer</strong>, not just a data exchange format</p><p>💥 Key Quote:<em>"You can’t clean up provider data until you change the incentives, rebuild the system logic, and stop pretending it’s just a data formatting issue."</em></p><p>This episode is a must-listen for anyone touching <strong>provider directories, network management, quality measurement, prior auth, or digital health operations</strong>. Ron doesn’t hold back and it’s the perspective the industry needs to hear.</p><p>🎧 Listen now and rethink what it <em>really</em> means to fix provider data.</p><p></p> <br/><br/>This is a public episode. If you'd like to discuss this with other subscribers or get access to bonus episodes, visit <a href="https://evestel.substack.com/subscribe?utm_medium=podcast&#38;utm_campaign=CTA_2">evestel.substack.com/subscribe</a>]]></description><link>https://evestel.substack.com/p/episode-8-ron-urwongse-defacto-health</link><guid isPermaLink="false">substack:post:169871904</guid><dc:creator><![CDATA[Gene Vestel and Ron Urwongse]]></dc:creator><pubDate>Fri, 01 Aug 2025 19:16:42 GMT</pubDate><enclosure url="https://api.substack.com/feed/podcast/169871904/c7c1c4fad68ad275624598e5d1733703.mp3" length="31412705" type="audio/mpeg"/><itunes:author>Gene Vestel and Ron Urwongse</itunes:author><itunes:explicit>No</itunes:explicit><itunes:duration>1963</itunes:duration><itunes:image href="https://substackcdn.com/feed/podcast/4334682/post/169871904/4b45995d9b72c0021a19635f30f71318.jpg"/></item><item><title><![CDATA[Episode 7 - "Plaid" in Healthcare with Brendan Keeler & Jason Kulatunga - Part 2]]></title><description><![CDATA[<p><strong>Out of the FHIR – Special Edition: Plaid for Healthcare, Part 2</strong> <strong>Episode Title:</strong> <em>The Infrastructure Awakens: From Interop Dreams to Data-Driven Reality</em></p><p>In Part 2 of our special double-header episode, Eugene Vestel dives even deeper into the bold vision of a connected healthcare ecosystem with two of the industry's sharpest minds:</p><p>* 🧠 <strong>Brendan Keeler</strong> – Interoperability Practice Lead at HTD Health</p><p>* 🚀 <strong>Jason Kulatunga</strong> – Founder of Fasten Health, Techstars NYC '24</p><p>We go beyond the buzzwords and into the <strong>infrastructure truths</strong> that will define the next decade of healthcare:</p><p>🔹 Why the <strong>FHIR movement</strong> is both essential and already obsolete in some ways 🔹 The brutal reality of building <strong>consumer-first health tech</strong> in a system that wasn't designed for it 🔹 How we might look back in 3–5 years and think, <em>"What were we thinking?"</em> 🔹 Lessons from Plaid’s playbook and what <em>not</em> to copy in healthcare 🔹 The emergence of an <strong>autonomous data layer</strong> that lets AI act without human crutches</p><p>This isn’t hype. It’s the kind of grounded, uncomfortable, and ultimately liberating conversation we need to have if we want to break through the ceiling of digital health and actually <em>build something better</em>.</p><p>🔥 If Part 1 sparked the idea, <strong>Part 2 sets it on fire.</strong></p> <br/><br/>This is a public episode. If you'd like to discuss this with other subscribers or get access to bonus episodes, visit <a href="https://evestel.substack.com/subscribe?utm_medium=podcast&#38;utm_campaign=CTA_2">evestel.substack.com/subscribe</a>]]></description><link>https://evestel.substack.com/p/episode-7-plaid-in-healthcare-with</link><guid isPermaLink="false">substack:post:169241540</guid><dc:creator><![CDATA[Gene Vestel, Brendan Keeler, and Jason Kulatunga]]></dc:creator><pubDate>Fri, 25 Jul 2025 16:44:44 GMT</pubDate><enclosure url="https://api.substack.com/feed/podcast/169241540/23d452eacb791c251863b7cb7d750151.mp3" length="23874811" type="audio/mpeg"/><itunes:author>Gene Vestel, Brendan Keeler, and Jason Kulatunga</itunes:author><itunes:explicit>No</itunes:explicit><itunes:duration>1492</itunes:duration><itunes:image href="https://substackcdn.com/feed/podcast/4334682/post/169241540/4b45995d9b72c0021a19635f30f71318.jpg"/></item><item><title><![CDATA[Part 1 of Out of the FHIR Special Episode - Plaid of Healthcare Deep Dive with Brendan Keeler And Jason Kulatunga of Fasten Health ]]></title><description><![CDATA[<p><strong>🎙️ Out of the FHIR: Deep Dive – Plaid in Healthcare with Brendan Keeler & Jason Kulatunga - Part 1</strong></p><p>In this episode of <em>Out of the FHIR</em>, we go deep into the future of healthcare interoperability with two visionaries at the forefront of change: Brendan Keeler, Interoperability Practice Lead at HTD Health, and Jason Kulatunga, Founder of Fasten Health and Techstars NYC alum.</p><p>We explore:</p><p>* 🧩 What a "Plaid for Healthcare" could really look like</p><p>* 🔄 Why control, transparency, and patient-directed access are non-negotiable</p><p>* ⚙️ The architectural and cultural hurdles standing in the way</p><p>* 📊 How Fasten Health is creating a personal health API layer that empowers individuals with their own data</p><p>* 🔮 Where we're headed next and what needs to happen to get there</p><p>This conversation is a raw, practical, and energizing look at what it means to rebuild trust and functionality into the healthcare data experience.</p><p>Whether you're a product leader, developer, or policy wonk, this episode unpacks the real implications of a truly open health data ecosystem and what it’ll take to get us there.</p><p><strong>Listen now, and join the movement.</strong></p><p></p> <br/><br/>This is a public episode. If you'd like to discuss this with other subscribers or get access to bonus episodes, visit <a href="https://evestel.substack.com/subscribe?utm_medium=podcast&#38;utm_campaign=CTA_2">evestel.substack.com/subscribe</a>]]></description><link>https://evestel.substack.com/p/part-1-of-out-of-the-fhir-special</link><guid isPermaLink="false">substack:post:168866878</guid><dc:creator><![CDATA[Gene Vestel, Brendan Keeler, and Jason Kulatunga]]></dc:creator><pubDate>Mon, 21 Jul 2025 16:06:12 GMT</pubDate><enclosure url="https://api.substack.com/feed/podcast/168866878/82693a9240db4906ef42f57ee4a9c24c.mp3" length="21946765" type="audio/mpeg"/><itunes:author>Gene Vestel, Brendan Keeler, and Jason Kulatunga</itunes:author><itunes:explicit>No</itunes:explicit><itunes:duration>1372</itunes:duration><itunes:image href="https://substackcdn.com/feed/podcast/4334682/post/168866878/4b45995d9b72c0021a19635f30f71318.jpg"/></item><item><title><![CDATA[Out of the FHIR Podcast - Episode 5 - Joshua Kelly - Part 2]]></title><description><![CDATA[<p>🎙️ <strong>Out of the FHIR Podcast: Part 2 with Joshua Kelly – Highlights</strong></p><p>🚀 What’s Joshua Excited About?</p><p>* <strong>Payer-to-Payer Exchange</strong>A pivotal shift enabling payers to <strong>consume</strong> data—not just expose APIs—transforming how charts are transferred and reducing manual burden. Huge potential impact on <strong>chart chase inefficiencies</strong> and member onboarding.</p><p>* <strong>FHIR-Specific AI Model Evaluations (FIRE Evals)</strong>Joshua outlines Flexpa's work on evaluating LLMs for FHIR tasks like:</p><p>* Extracting structured data from FHIR resources</p><p>* Generating FHIR bundles from text</p><p>* Using <strong>reinforcement learning with verified rewards</strong> (not RLHF) to improve smaller, private models that outperform general LLMs in FHIR use cases</p><p>* <strong>FHIR </strong>validate<strong> operation</strong> as a <strong>reward signal</strong> in reinforcement learning, opening the door for better automated resource generation.</p><p>💡 Underrated Innovations</p><p>* <strong>Smart Health Cards & Links</strong>Joshua sees these as <strong>massively underutilized</strong>. He envisions paper-based lab results with QR codes enabling seamless data transport—<strong>a simple but transformative workflow</strong> for patients and providers.</p><p>* <strong>Patient “Sneaker Net” as an Interop Hack</strong>Patients as the <strong>natural transport layer</strong>—bringing their own data (e.g., via QR codes or printed links) could rival national HIE efforts in utility.</p><p>* <strong>ChatGPT for Patient Insight</strong>Real-world use: Eugene shares how he used GPT to interpret his child’s lab results. This is already happening—users are moving ahead of systems.</p><p>🏦 Financial Interop Lessons for Healthcare</p><p>* <strong>OAuth Success</strong>Healthcare <strong>learned from fintech</strong>, starting with OAuth, unlike fintech’s slow rollout.</p><p>* <strong>Why Plaid’s Model Doesn’t Fully Translate</strong></p><p>* Fewer, more cohesive accounts in finance (e.g., Amex, Chase)</p><p>* Healthcare data is fragmented across <strong>insurers, providers, labs</strong>, often with confusing branding (e.g., the "Blue Cross problem")</p><p>* <strong>The Real Challenge? Data Locator Confusion</strong>Even insiders can’t always identify where data lives. This limits the utility of personal health apps or wallets—<strong>too niche for mass adoption</strong>.</p><p>🔧 Tech That Needs More Love</p><p>* <strong>SQL-on-FHIR</strong>Joshua ranks this as his <strong>#2 underrated tech</strong> (after Smart Health Cards). While not truly “SQL,” it simplifies FHIR's nested structures into tabular formats—crucial when working with bulk FHIR data.</p><p>* <strong>Flexpa’s Open Resources</strong></p><p>https://my.flexpa.com</p><p>* : Free tool to access your health plan data</p><p>* <a target="_blank" href="https://flexpa.com/docs">Flexpa's Payer Directory</a>: Public directory of payer APIs, location access endpoints, etc.</p><p>🔚 Final Thoughts</p><p>* The <strong>promise of interoperability</strong> is not just connectivity—it’s <strong>actionable insight</strong>, better care, and easier access.</p><p>* More orgs should <strong>share implementation experiences</strong> like Flexpa does to reduce duplication across the FHIR ecosystem.</p> <br/><br/>This is a public episode. If you'd like to discuss this with other subscribers or get access to bonus episodes, visit <a href="https://evestel.substack.com/subscribe?utm_medium=podcast&#38;utm_campaign=CTA_2">evestel.substack.com/subscribe</a>]]></description><link>https://evestel.substack.com/p/out-of-the-fhir-podcast-episode-5</link><guid isPermaLink="false">substack:post:168392358</guid><dc:creator><![CDATA[Gene Vestel and Joshua Kelly]]></dc:creator><pubDate>Tue, 15 Jul 2025 15:10:01 GMT</pubDate><enclosure url="https://api.substack.com/feed/podcast/168392358/c3875c133564e4b34cd4f0ed866bf426.mp3" length="20384016" type="audio/mpeg"/><itunes:author>Gene Vestel and Joshua Kelly</itunes:author><itunes:explicit>No</itunes:explicit><itunes:duration>1274</itunes:duration><itunes:image href="https://substackcdn.com/feed/podcast/4334682/post/168392358/4b45995d9b72c0021a19635f30f71318.jpg"/></item><item><title><![CDATA[Out of the FHIR Episode 4 - Joshua Kelly - Part 1]]></title><description><![CDATA[<p><strong>Episode 4: Unlocking Interoperability with Joshua Kelly</strong></p><p>In this episode, Gene Vestel sits down with Joshua Kelly, CTO of Flexpa, to unpack the complexities of healthcare interoperability. They discuss real-world challenges, cutting-edge strategies, and practical solutions for seamless data exchange across healthcare systems. Josh shares valuable perspectives on the future of interoperability, highlighting opportunities to transform patient care through technology and collaboration. We dive deep with Josh into why healthcare is so different from other industries and the critical role terminology plays in interoperability. Plus, we nerd out on issues around coding concepts and the misuse of value sets in FHIR!</p> <br/><br/>This is a public episode. If you'd like to discuss this with other subscribers or get access to bonus episodes, visit <a href="https://evestel.substack.com/subscribe?utm_medium=podcast&#38;utm_campaign=CTA_2">evestel.substack.com/subscribe</a>]]></description><link>https://evestel.substack.com/p/out-of-the-fhir-episode-4-joshua</link><guid isPermaLink="false">substack:post:167900983</guid><dc:creator><![CDATA[Gene Vestel]]></dc:creator><pubDate>Wed, 09 Jul 2025 12:42:19 GMT</pubDate><enclosure url="https://api.substack.com/feed/podcast/167900983/b6effbabc821d4d7dbf7396ff33faeb4.mp3" length="19028574" type="audio/mpeg"/><itunes:author>Gene Vestel</itunes:author><itunes:explicit>No</itunes:explicit><itunes:duration>1189</itunes:duration><itunes:image href="https://substackcdn.com/feed/podcast/4334682/post/167900983/4b45995d9b72c0021a19635f30f71318.jpg"/></item><item><title><![CDATA[Out of the FHIR Podcast - Episode 3 - Cody Ebberson]]></title><description><![CDATA[<p></p><p>Episode 3 of <em>Out of the FHIR</em> is for the builders, skeptics, and believers in making healthcare data actually usable.</p><p>🎙️ We talk about:</p><p>* Why you <strong>can’t build real AI</strong> with garbage data even if it’s from Epic’s APIs</p><p>* How 400+ custom Epic installs = a <em>fake sense</em> of interoperability</p><p>* Why FHIR is the glue and how Cody's team at Medplum is building with it from day one</p><p>* The uphill battle to get structured data into workflows that <em>actually help</em> providers (instead of adding to burnout)</p><p>🔥 We also compare TEFCA and HIEs to supermarkets sorting rotten bananas. Yes, really. And it works.</p><p>👇 I’d love to hear from you:<strong>What’s the worst data mess you’ve seen while building with FHIR or integrating with an EHR?</strong></p><p></p> <br/><br/>This is a public episode. If you'd like to discuss this with other subscribers or get access to bonus episodes, visit <a href="https://evestel.substack.com/subscribe?utm_medium=podcast&#38;utm_campaign=CTA_2">evestel.substack.com/subscribe</a>]]></description><link>https://evestel.substack.com/p/out-of-the-fhir-podcast-episode-3</link><guid isPermaLink="false">substack:post:167134475</guid><dc:creator><![CDATA[Gene Vestel and Cody Ebberson]]></dc:creator><pubDate>Sun, 29 Jun 2025 22:42:46 GMT</pubDate><enclosure url="https://api.substack.com/feed/podcast/167134475/2cb869f31ad2fbcd7f80ce00da7717cb.mp3" length="29446625" type="audio/mpeg"/><itunes:author>Gene Vestel and Cody Ebberson</itunes:author><itunes:explicit>No</itunes:explicit><itunes:duration>1840</itunes:duration><itunes:image href="https://substackcdn.com/feed/podcast/4334682/post/167134475/4b45995d9b72c0021a19635f30f71318.jpg"/></item><item><title><![CDATA[Out of the FHIR podcast - Episode 2 - Darren Devitt]]></title><description><![CDATA[<p><strong>Episode 2 – Education, Empowerment & FHIR Realism with Darren Devitt</strong></p><p>In this episode of <em>Out of the FHIR</em>, Eugene sits down with Darren Devitt — a seasoned med tech and Health IT consultant, widely recognized for his practical, no-fluff approach to FHIR education and implementation. Known for his engaging presentations at HL7 Dev Days and his hands-on training content, Darren brings a rare combination of deep technical insight and sharp industry perspective.</p><p></p><p>We dive into:</p><p>* Darren’s journey in the world of FHIR</p><p>* The real-world gaps between standards and implementations</p><p>* Why FHIR education still has a long way to go</p><p>* Lessons learned from working with large vendors and small teams alike</p><p>* How to empower devs, analysts, and leaders through smarter training—not more jargon</p><p>This episode is a must-listen for anyone looking to bridge the gap between theory and practice in FHIR adoption. Whether you’re building, learning, or just trying to survive in the world of interoperability, Darren’s insights will resonate.</p><p></p> <br/><br/>This is a public episode. If you'd like to discuss this with other subscribers or get access to bonus episodes, visit <a href="https://evestel.substack.com/subscribe?utm_medium=podcast&#38;utm_campaign=CTA_2">evestel.substack.com/subscribe</a>]]></description><link>https://evestel.substack.com/p/out-of-the-fhir-podcast-episode-2</link><guid isPermaLink="false">substack:post:166660880</guid><dc:creator><![CDATA[Gene Vestel and Darren Devitt]]></dc:creator><pubDate>Mon, 23 Jun 2025 18:08:43 GMT</pubDate><enclosure url="https://api.substack.com/feed/podcast/166660880/21f0813b42b2c2906581d0a5ef90f225.mp3" length="26898746" type="audio/mpeg"/><itunes:author>Gene Vestel and Darren Devitt</itunes:author><itunes:explicit>No</itunes:explicit><itunes:duration>1681</itunes:duration><itunes:image href="https://substackcdn.com/feed/podcast/4334682/post/166660880/4b45995d9b72c0021a19635f30f71318.jpg"/><itunes:episodeType>full</itunes:episodeType></item><item><title><![CDATA[Out of the FHIR Podcast Episode 1 - with Grahame Grieve]]></title><description><![CDATA[<p>In our inaugural episode of "Out of the FHIR," host Eugene Vestel sits down with Grahame Grieve, the visionary founder of HL7 FHIR (Fast Healthcare Interoperability Resources). Grahame shares the origin story of FHIR, highlighting the critical need for simplified yet powerful healthcare interoperability standards that led him to pioneer this groundbreaking framework.</p><p>Grahame offers insights into why FHIR quickly became a global standard, addressing not just technological but also practical and strategic challenges faced by healthcare systems worldwide. He discusses how FHIR enables streamlined, efficient data exchange, fostering innovation and improving patient outcomes across diverse healthcare settings.</p><p>The conversation also explores the future of healthcare technology, including the transformative impact of AI and analytics powered by structured data exchange enabled through FHIR. Grahame emphasizes the role of a vibrant, collaborative community in driving continuous innovation and shares his vision for the next evolution of interoperability and health tech.</p><p>Tune in to discover why FHIR is foundational to the future of healthcare, unlocking powerful possibilities for innovation, efficiency, and improved patient care.</p><p>Listen now and join the conversation on how FHIR continues to shape the future of health technology.</p> <br/><br/>This is a public episode. If you'd like to discuss this with other subscribers or get access to bonus episodes, visit <a href="https://evestel.substack.com/subscribe?utm_medium=podcast&#38;utm_campaign=CTA_2">evestel.substack.com/subscribe</a>]]></description><link>https://evestel.substack.com/p/out-of-the-fhir-podcast-episode-1</link><guid isPermaLink="false">substack:post:165782524</guid><dc:creator><![CDATA[Gene Vestel and Grahame Grieve]]></dc:creator><pubDate>Thu, 12 Jun 2025 12:35:06 GMT</pubDate><enclosure url="https://api.substack.com/feed/podcast/165782524/d91a99fea63133de55571bff9607750a.mp3" length="22773489" type="audio/mpeg"/><itunes:author>Gene Vestel and Grahame Grieve</itunes:author><itunes:explicit>No</itunes:explicit><itunes:duration>1423</itunes:duration><itunes:image href="https://substackcdn.com/feed/podcast/4334682/post/165782524/4b45995d9b72c0021a19635f30f71318.jpg"/></item><item><title><![CDATA[FHIR: Benefits and Challenges Explored]]></title><description><![CDATA[<p>FHIR Talk: Building Modern Healthcare Data Platforms - Hype vs. Reality</p><p><br/></p><p></p> <br/><br/>This is a public episode. If you'd like to discuss this with other subscribers or get access to bonus episodes, visit <a href="https://evestel.substack.com/subscribe?utm_medium=podcast&#38;utm_campaign=CTA_2">evestel.substack.com/subscribe</a>]]></description><link>https://evestel.substack.com/p/fhir-benefits-and-challenges-explored-4a2</link><guid isPermaLink="false">37df00f7-62d5-436d-b822-19ad5337b282</guid><dc:creator><![CDATA[Gene Vestel]]></dc:creator><pubDate>Wed, 23 Apr 2025 13:07:18 GMT</pubDate><enclosure url="https://api.substack.com/feed/podcast/161963109/febe019a0158fd92f304b2c3b5d55fdd.mp3" length="5473946" type="audio/mpeg"/><itunes:author>Gene Vestel</itunes:author><itunes:explicit>No</itunes:explicit><itunes:duration>456</itunes:duration><itunes:image href="https://substackcdn.com/feed/podcast/4334682/post/161963109/e023e8e5d748988571a13dd1b9f330a4.jpg"/></item></channel></rss>