MCP.so
登录

MCP Server for FHIR

@quiquemz

关于 MCP Server for FHIR

An MCP server built in C# for querying and managing FHIR healthcare data.

基本信息

分类

其他

许可证

MIT

运行时

c#

传输方式

stdio

发布者

quiquemz

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "fhir-mcp-server": {
      "command": "docker",
      "args": [
        "compose",
        "up",
        "-d",
        "--wait"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is MCP Server for FHIR?

A C#-based Model Context Protocol (MCP) server that enables interaction with FHIR servers. It is designed for developers working with FHIR R4 implementations.

How to use MCP Server for FHIR?

Set up a local FHIR server environment by running docker compose up -d --wait to start HAPI FHIR and Azure FHIR servers. Configure the server in VS Code by updating the .vscode/mcp.json file with your local path to the .csproj. Invoke the tools (e.g., CreateResource, SearchResources) through an MCP client like Claude.

Key features of MCP Server for FHIR

  • Full CRUD operations (Create, Read, Update, Delete) on FHIR resources.
  • Search resources with criteria and count matching results.
  • Execute FHIR transactions and retrieve resource history.
  • Query FHIR server capabilities (version, formats, resource types).
  • Supports R4 FHIR implementations.

Use cases of MCP Server for FHIR

  • Generate synthetic FHIR data for testing or demonstrations.
  • Search for patients and related resources across FHIR servers.
  • Visualize FHIR search results through graphical representations.
  • Automate clinical data management workflows with AI assistants.

FAQ from MCP Server for FHIR

What FHIR version does MCP Server for FHIR support?

It is designed for FHIR R4 implementations.

How do I set up a local FHIR server to use with MCP Server for FHIR?

Run docker compose up -d --wait to start two FHIR servers: HAPI FHIR (pre‑loaded with sample data) and Azure FHIR (empty database).

Can I use MCP Server for FHIR with VS Code?

Yes, follow the official MCP server setup documentation for VS Code and configure the .vscode/mcp.json file with the path to your .csproj.

What tools does MCP Server for FHIR provide?

It provides tools for CRUD, search, resource history, transactions, and capability queries: CreateResource, ReadResource, UpdateResource, DeleteResource, SearchResources, FindNumberOfResources, GetResourceHistory, ExecuteTransaction, GetFhirVersion, ListSupportedFormats, ListResourceTypes, and ListResourceCapabilities.

评论

其他 分类下的更多 MCP 服务器