Connect AI agents to FHIR health data servers. Query patient records, conditions, medications, and clinical data.
npx -y fhir-mcp-server
```json
{
"mcpServers": {
"fhir": {
"command": "npx",
"args": ["-y", "fhir-mcp-server"],
"env": { "FHIR_BASE_URL": "https://fhir.example.com/r4" }
}
}
}
```
search_patientsget_patientget_conditionsget_medicationsConnect AI agents to FHIR health data servers. Query patient records, conditions, medications, and clinical data.
Language: TypeScript
Category: APIs