<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: William Bele</title>
    <description>The latest articles on DEV Community by William Bele (@william_bele).</description>
    <link>https://dev.to/william_bele</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3872525%2Ff501ae46-b483-4118-88d9-292bd83a1d8c.png</url>
      <title>DEV Community: William Bele</title>
      <link>https://dev.to/william_bele</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/william_bele"/>
    <language>en</language>
    <item>
      <title>Version 1 Demo: Healthcare AI Microservices Prototype + Roadmap for Version 2 🚀</title>
      <dc:creator>William Bele</dc:creator>
      <pubDate>Fri, 29 May 2026 08:07:29 +0000</pubDate>
      <link>https://dev.to/william_bele/version-1-demo-healthcare-ai-microservices-prototype-roadmap-for-version-2-3lmj</link>
      <guid>https://dev.to/william_bele/version-1-demo-healthcare-ai-microservices-prototype-roadmap-for-version-2-3lmj</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;I’ve worked for several companies in healthcare, and in my &lt;strong&gt;most recent work, I’ve been deeply engaged in AI + healthcare projects&lt;/strong&gt;. Healthcare + AI is incredibly powerful, so I’m going to build something special based on my experience.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Version 1 Demo:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Microservices-based RAG system that ingests patient data, embeddings notes, medications, labs, and generates AI answers.&lt;/li&gt;
&lt;li&gt;Demo uses &lt;strong&gt;sample/fake patient data&lt;/strong&gt; to explore how AI can help care teams quickly access information and reduce repetitive administrative tasks.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Architecture Diagram (Version 1):&lt;/strong&gt;&lt;/p&gt;


&lt;pre class="highlight plaintext"&gt;&lt;code&gt;         +-------------------+
         |  Care Staff / User |
         +---------+---------+
                   |
                   v
         +-------------------+
         |    API Gateway    |
         |   (/query endpoint) |
         +---------+---------+
                   |
                   v
         +-------------------+
         |     AI Service    |
         |   (LLM + RAG)    |
         +---------+---------+
                   |
                   v
         +-------------------+
         | Vector Search DB  |
         | Postgres + pgvector |
         +---------+---------+
                   ^
                   |
         +-------------------+
         |    Data Service   |
         | FHIR JSON / Sample|
         | Patient Data      |
         +-------------------+
&lt;/code&gt;&lt;/pre&gt;


&lt;p&gt;&lt;strong&gt;Version 2 Roadmap (short-term plan):&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Integrate real &lt;strong&gt;FHIR APIs&lt;/strong&gt; (sandbox / test server)&lt;/li&gt;
&lt;li&gt;Multi-patient and multi-user support with &lt;strong&gt;role-based access&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;Advanced AI: note summarization, medication &amp;amp; lab alerts&lt;/li&gt;
&lt;li&gt;Workflow automation: reminders, follow-ups, actionable suggestions&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;I’m still experimenting with &lt;strong&gt;what the ultimate demo will become&lt;/strong&gt;, but my goal is to solve &lt;strong&gt;real pain points in healthcare workflows&lt;/strong&gt; and demonstrate the &lt;strong&gt;potential of AI in healthcare operations&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Looking for feedback, suggestions, or collaborations!&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;How would you improve the demo?&lt;/li&gt;
&lt;li&gt;Are there any workflow challenges in healthcare AI you’d like to see addressed?&lt;/li&gt;
&lt;li&gt;Thoughts on making this attractive to recruiters and investors?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Any feedback, thoughts, or ideas are highly welcome. Let’s make something impactful together!&lt;/p&gt;
&lt;/blockquote&gt;




</description>
      <category>ai</category>
      <category>microservices</category>
      <category>rag</category>
      <category>showdev</category>
    </item>
  </channel>
</rss>
