MCP Server for Google Cloud Healthcare API

by Kartha-AI
Verified

get_patient_encounters

Retrieve patient healthcare encounters by specifying a patient ID, date range, and status. Facilitates efficient access to visit data for clinical and administrative workflows.

Instructions

Get healthcare encounters/visits for a patient

Input Schema

NameRequiredDescriptionDefault
dateFromNoYYYY-MM-DD
dateToNoYYYY-MM-DD
patientIdYes
statusNo

Input Schema (JSON Schema)

{ "properties": { "dateFrom": { "description": "YYYY-MM-DD", "type": "string" }, "dateTo": { "description": "YYYY-MM-DD", "type": "string" }, "patientId": { "type": "string" }, "status": { "enum": [ "planned", "arrived", "in-progress", "finished", "cancelled" ], "type": "string" } }, "required": [ "patientId" ], "type": "object" }

You must be authenticated.

Other Tools from MCP Server for Google Cloud Healthcare API

Related Tools

ID: e6dzbv6yl8