Example MCP SSE Server intgrated with FHIR Server

by j4jayant

273 downloads
Not rated
GitHub

About

It is a Model Context Protocol (MCP) server implementation that integrates with a FHIR server to provide FHIR-specific tool definitions. This is a quick and dirty demonstration of MCP + FHIR integration, and it does not cover FHIR server OAuth; it depends on a supplied auth…

Details

Author
j4jayant
Downloads
273
Categories
Other

- Provides Create FHIR Resource tool
- Provides Read FHIR Resource tool
- Uses Express web framework
- Depends on supplied auth token (no OAuth)
- Tested with Patient and Appointment resources

Example MCP SSE Server intgrated with FHIR Server

A Model Context Protocol (MCP) server implementation that integrates with FHIR server to implement FHIR specific tool definitions.
This is quick and dirty implementation and sole objective is to demonstrate MCP + FHIR integration.
This implementation doesn't cover FHIR server OAuth and depends on supplied Auth token.

I have tested this integration for Patient and Appointment resources without any issues.

This MCP server implements two tools
1. Create FHIR Resource
Takes Two input parameters
- ResourceType
- ResourceBody
2. Read FHIR Resource
Takes Two input parameters
- ResourceType
- ResourceID

Dependencies

- @modelcontextprotocol/sdk - SDK for Model Context Protocol
- Express - Web framework for Node.js

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.