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.
Aún no hay reseñas. ¡Sé el primero en reseñar!
Inicia sesión para unirte a la conversación
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.