MCP FHIR Tools
@aehrc
关于 MCP FHIR Tools
A collection of tools for working with FHIR (Fast Healthcare Interoperability Resources) data, designed to be used with Large Language Models via the Model Context Protocol.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"fhir-tools": {
"command": "npx",
"args": [
"-y",
"mcp-fhir-tools"
]
},
"tx-tools": {
"command": "npx",
"args": [
"-y",
"mcp-tx-tools"
]
},
"au-fhir-tools": {
"command": "npx",
"args": [
"-y",
"mcp-au-fhir-tools"
]
}
}
}工具
2Validate a FHIR resource using the official FHIR validator. If the resource contains coded fields, use the lookup-code tool to make sure that valid codes are populated before attempting validation.
Generate a random UUID v4 string. Use this when you need to create unique identifiers.
概览
What is MCP FHIR Tools?
MCP FHIR Tools is a collection of utilities for working with FHIR (Fast Healthcare Interoperability Resources) data, designed to be used with large language models via the Model Context Protocol. It includes three packages: general FHIR utilities, Australian-specific healthcare identifier generation, and terminology services for code lookup and validation.
How to use MCP FHIR Tools?
Refer to the individual package READMEs for installation, configuration, and usage instructions. No specific commands or config keys are documented in the top-level README.
Key features of MCP FHIR Tools
- FHIR resource validation and UUID generation
- Australian healthcare identifier generation
- Terminology code lookup and validation
- Designed for LLM-based healthcare applications
Use cases of MCP FHIR Tools
- Validate FHIR resources in LLM-powered clinical workflows
- Generate Australian healthcare identifiers for patient records
- Look up and validate medical codes from standard terminologies
- Assist with FHIR data analysis using language models
FAQ from MCP FHIR Tools
What is the purpose of MCP FHIR Tools?
It provides FHIR-related tools intended for use with large language models through the Model Context Protocol.
What packages are included in MCP FHIR Tools?
Three packages: fhir-tools (general utilities), au-fhir-tools (Australian-specific tools), and tx-tools (terminology services).
Who developed MCP FHIR Tools?
It was developed by the Commonwealth Scientific and Industrial Research Organisation (CSIRO) and is licensed under the Apache License, Version 2.0.
How can I install or use the tools?
Installation and usage details are provided in each sub-package’s README file.
What are the main capabilities of each package?
fhir-tools offers resource validation and UUID generation; au-fhir-tools generates Australian healthcare identifiers; tx-tools provides code lookup and validation.
其他 分类下的更多 MCP 服务器
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Awesome Mlops
visengerA curated list of references for MLOps
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
ACI: Open-Source Infra to Power Unified MCP Servers
aipotheosis-labsACI.dev is the open source tool-calling platform that hooks up 600+ tools into any agentic IDE or custom AI agent through direct function calling or a unified MCP server. The birthplace of VibeOps.
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
评论