cloud-healthcare-get-fhir-resource

A “cloud-healthcare-get-fhir-resource” tool retrieves a specific FHIR resource.

About

A cloud-healthcare-get-fhir-resource tool retrieves a specific FHIR resource from a FHIR store. It’s compatible with the following sources:

cloud-healthcare-get-fhir-resource returns a single FHIR resource, identified by its type and ID.

Example

tools:
  get_fhir_resource:
    kind: cloud-healthcare-get-fhir-resource
    source: my-healthcare-source
    description: Use this tool to retrieve a specific FHIR resource.

Reference

fieldtyperequireddescription
kindstringtrueMust be “cloud-healthcare-get-fhir-resource”.
sourcestringtrueName of the healthcare source.
descriptionstringtrueDescription of the tool that is passed to the LLM.

Parameters

fieldtyperequireddescription
resourceTypestringtrueThe FHIR resource type to retrieve (e.g., Patient, Observation).
resourceIDstringtrueThe ID of the FHIR resource to retrieve.
storeIDstringtrue*The FHIR store ID to retrieve the resource from.

*If the allowedFHIRStores in the source has length 1, then the storeID parameter is not needed.

Last modified November 7, 2025: chore(main): release 0.19.1 (#1901) (cd8d68d)