cloud-healthcare-get-fhir-resource Tool

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.

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

Compatible Sources

This tool can be used with the following database sources:

Source Name
Cloud Healthcare API Source

Example

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

Reference

fieldtyperequireddescription
typestringtrueMust 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.