cloud-healthcare-fhir-patient-everything

A “cloud-healthcare-fhir-patient-everything” tool retrieves all information for a given patient.

About

A cloud-healthcare-fhir-patient-everything tool retrieves resources related to a given patient from a FHIR store. It’s compatible with the following sources:

cloud-healthcare-fhir-patient-everything returns all the information available for a given patient ID. It can be configured to only return certain resource types, or only resources that have been updated after a given time.

Example

tools:
  fhir_patient_everything:
    kind: cloud-healthcare-fhir-patient-everything
    source: my-healthcare-source
    description: Use this tool to retrieve all the information about a given patient.

Reference

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

Parameters

fieldtyperequireddescription
patientIDstringtrueThe ID of the patient FHIR resource for which the information is required.
resourceTypesFilterstringfalseString of comma-delimited FHIR resource types. If provided, only resources of the specified resource type(s) are returned.
sinceFilterstringfalseIf provided, only resources updated after this time are returned. The time uses the format YYYY-MM-DDThh:mm:ss.sss+zz:zz. The time must be specified to the second and include a time zone. For example, 2015-02-07T13:28:17.239+02:00 or 2017-01-01T00:00:00Z.
storeIDstringtrue*The FHIR store ID to search in.

*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)