Search Health Records
searchSearch tenant FHIR records using FHIR search strings. Returns compact results with PHI redaction and audit logging.
Instructions
ChatGPT-connector-compatible search over the tenant's FHIR records. Query is a FHIR search string (e.g. 'Observation?code=4548-4' or 'Patient?name=smith'); bare resource type works too. Returns compact results: id, title, url. Reads are PHI-redacted and audit-logged server-side.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | FHIR search string: 'ResourceType?params' or just 'ResourceType' |