FHIR Health

MCP Server

Connect AI agents to FHIR health data servers. Query patient records, conditions, medications, and clinical data.

by Community

★★★★☆ 4/5 (20 reviews)
350GitHub stars
3kinstalls
Updated 2025-12-15
typescriptadvancedactive

Installation

npx -y fhir-mcp-server

Quick Start

```json
{
  "mcpServers": {
    "fhir": {
      "command": "npx",
      "args": ["-y", "fhir-mcp-server"],
      "env": { "FHIR_BASE_URL": "https://fhir.example.com/r4" }
    }
  }
}
```

Tools & Capabilities

search_patients
get_patient
get_conditions
get_medications

Compatibility

Claude Desktop

About FHIR Health

Connect AI agents to FHIR health data servers. Query patient records, conditions, medications, and clinical data.

View on GitHub →

Language: TypeScript

Category: APIs

← Back to MCP Hub Directory