Azure AHDS FHIR MCP ServerServer

erikhoward
GitHub
Health DataFHIRMCP

Loading subscription status...

💡 Description

An implementation of the Model Context Protocol (MCP) for Azure Health Data Services FHIR (Fast Healthcare Interoperability Resources). This service provides a standardized interface for interacting with Azure FHIR servers, enabling the processing of health data via MCP tools.

📝 JSON Entries

{
  "mcpServers": [
    {
      "fhir": {
        "env": {
          "fhirUrl": "https://your-fhir-server.azurehealthcareapis.com/fhir",
          "clientId": "your-client-id",
          "tenantId": "your-tenant-id",
          "LOG_LEVEL": "INFO",
          "clientSecret": "your-client-secret"
        },
        "command": "azure-fhir-mcp-server"
      }
    }
  ]
}

🛠️ Tools

search_fhir

Features

  • Allows loading configuration from .env files
  • Supports development setup for Linux

💬 Example Queries

  • Search for all FHIR resources related to a patient.
  • Get details of a specific observation by ID.
  • Access medication resources in the FHIR server.