Skip to main content
Glama

MCP Server for Google Cloud Healthcare API

by Kartha-AI

find_patient

Search for patients using demographic details like name, birth date, and gender. Part of the MCP Server for Google Cloud Healthcare API, designed for FHIR-based health solutions.

Instructions

Search for a patient by demographics

Input Schema

NameRequiredDescriptionDefault
birthDateNoYYYY-MM-DD format
firstNameNo
genderNo
lastNameYes

Input Schema (JSON Schema)

{ "properties": { "birthDate": { "description": "YYYY-MM-DD format", "type": "string" }, "firstName": { "type": "string" }, "gender": { "enum": [ "male", "female", "other", "unknown" ], "type": "string" }, "lastName": { "type": "string" } }, "required": [ "lastName" ], "type": "object" }

You must be authenticated.

Other Tools from MCP Server for Google Cloud Healthcare API

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/Kartha-AI/google-cloud-healthcare-api-mcp'

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