I’ve worked for several companies in healthcare, and in my most recent work, I’ve been deeply engaged in AI + healthcare projects . Healthcare + AI is incredibly powerful, so I’m going to build something special based on my experience. Version 1 Demo: Microservices-based RAG system that ingests patient data, embeddings notes, medications, labs, and generates AI answers. Demo uses sample/fake patient data to explore how AI can help care teams quickly access information and reduce repetitive administrative tasks. Architecture Diagram (Version 1): +-------------------+ | 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 | +-------------------+ Version 2 Roadmap (short-term plan):…