Health Record MCP
未认领Connect to an EHR and make clinical data available via MCP
工具(8 个)
attachments
An array of processed attachment objects, each including metadata (source resource, path, content type) and the content itself (contentBase64 for raw data, contentPlaintext for extracted text).
eval_record
Executes custom JavaScript code directly on the fetched data (FHIR resources + attachments). Offers maximum flexibility for complex calculations, combining data from multiple sources, or custom formatting.
fhir
A dictionary where keys are FHIR resource types (e.g., "Patient") and values are arrays of the corresponding FHIR resources.
grep_record
Performs text or regular expression searches across all parts of the fetched record (structured FHIR data + text from notes/attachments). Ideal for finding keywords or specific mentions (e.g., "diabetes", "aspirin").
query_record
Executes read-only SQL SELECT queries directly against the structured FHIR data. Useful for precise lookups based on known FHIR resource structures (e.g., finding specific lab results by LOINC code).
tags
An array of strings (e.g., ["epic", "sandbox"]) used for categorization or filtering.
url
Path/URL to the brand definition file (like static/brands/epic-sandbox.json).
vendorConfig
Contains SMART on FHIR client details (clientId, scopes).