Skip to main content
Glama

Azure AHDS FHIR MCP Server

by erikhoward

search_fhir

Search and retrieve FHIR resources from Azure Health Data Services using specific parameters, facilitating efficient healthcare data management and analysis.

Instructions

Search for FHIR resources based on search parameters.

Args: resource_type: The FHIR resource type to search (e.g., 'Patient', 'Observation') search_params: Dictionary of search parameters to apply ctx: MCP Context for logging and progress reporting

Returns: List of matching resources

Input Schema

NameRequiredDescriptionDefault
resource_typeYes
search_paramsNo

Input Schema (JSON Schema)

{ "properties": { "resource_type": { "title": "Resource Type", "type": "string" }, "search_params": { "anyOf": [ { "additionalProperties": true, "type": "object" }, { "type": "null" } ], "default": null, "title": "Search Params" } }, "required": [ "resource_type" ], "type": "object" }

You must be authenticated.

Other Tools from Azure AHDS FHIR MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/erikhoward/azure-fhir-mcp-server'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server