cloud-healthcare-fhir-fetch-page Tool
A “cloud-healthcare-fhir-fetch-page” tool fetches a page of FHIR resources from a given URL.
less than a minute
About
A cloud-healthcare-fhir-fetch-page tool fetches a page of FHIR resources from
a given URL.
cloud-healthcare-fhir-fetch-page can be used for pagination when a previous
tool call (like cloud-healthcare-fhir-patient-search or
cloud-healthcare-fhir-patient-everything) returns a ’next’ link in the
response bundle.
Compatible Sources
This tool can be used with the following database sources:
| Source Name |
|---|
| Cloud Healthcare API Source |
Example
kind: tools
name: get_fhir_store
type: cloud-healthcare-fhir-fetch-page
source: my-healthcare-source
description: Use this tool to fetch a page of FHIR resources from a FHIR Bundle's entry.link.url
Reference
| field | type | required | description |
|---|---|---|---|
| type | string | true | Must be “cloud-healthcare-fhir-fetch-page”. |
| source | string | true | Name of the healthcare source. |
| description | string | true | Description of the tool that is passed to the LLM. |
Parameters
| field | type | required | description |
|---|---|---|---|
| pageURL | string | true | The full URL of the FHIR page to fetch. This would usually be the value of Bundle.entry.link.url field within the response returned from FHIR search or FHIR patient everything operations. |
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.