Skip to content
View bhaskarcmu's full-sized avatar

Block or report bhaskarcmu

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
bhaskarcmu/README.md

Hi there 👋

👋 Hi, I'm Bhaskar Srinivasan

I'm a software professional and people leader, passionate about building AI‑powered healthcare platforms.
My recent work is a production‑grade Agentic Healthcare Platform that lets clinicians ask natural‑language questions and get clinical risk assessments backed by real FHIR data.

🔥 Featured Project: Agentic Healthcare Workflow Platform

GitHub Repo Tests

What it does:
A clinician types: “Is it safe to refill Kristle Mraz's amoxicillin?”
An AI agent searches a live FHIR server, fetches medications and allergies, runs a rule engine, and returns a structured risk assessment with an audit‑trail FHIR ID.

Why it’s agentic AI:

  • The LLM (Claude) decides which tools to call and in what order.
  • Ageit itself has no clinical logic – that lives in separate, testable services.
  • The system is secure, FHIR‑compliant, and runs on GKE (but is cloud‑agnostic).

See it in action
📖 Full documentation & source code
🚀 Try it yourself – request an API key (see below)


🧪 Want to try the live API?

I’ve deployed a live instance on Google Cloud. You can interact with it using the provided Python client.

  • 📦 Install: pip install fhir-clinical-client
  • 🔑 Request a trial API key (also feel free to message me on LinkedIn for a key)
  • 📚 Then run the demo notebook or follow the README.

📁 For reviewers & interviewers

All code provided is available for review and critique, but my own customizations are fully proprietary and restricted based on included licensing terms. I have clearly indicated wherever I have used open‑source (E.g., Apache 2.0 for the core libraries).
Start here:


📫 Get in touch


bhaskarcmu/bhaskarcmu is a ✨ special ✨ repository because its README.md (this file) appears on your GitHub profile.

Popular repositories Loading

  1. fhir-agent fhir-agent Public

    Java

  2. bhaskarcmu bhaskarcmu Public

    Agentic AI and Full-Stack SaaS for Healthcare Applications