This FHIR MCP server, developed by Flexpa, enables seamless integration of FHIR (Fast Healthcare Interoperability Resources) data into AI-assisted workflows. Built with TypeScript and leveraging the @modelcontextprotocol/sdk, it provides a standardized interface for accessing and searching FHIR resources through Claude Desktop and compatible MCP clients. The implementation supports all FHIR resource types available in the connected FHIR server's CapabilityStatement, offering tools for resource retrieval via URIs and advanced search capabilities. It's particularly useful for healthcare professionals, researchers, and developers looking to incorporate on-demand access to medical data into their AI-assisted applications, allowing for dynamic querying and analysis of FHIR-compliant healthcare information.
暂无评论. 成为第一个评论的人!
登录以参与讨论
Search FHIR resources. Takes `resourceType` and `searchParams` as parameters. Returns FHIR search results.
Read an individual FHIR resource. Takes `uri` as a parameter. Returns the FHIR resource in JSON format.