read_fhir_resource
Retrieve specific healthcare data records by type and ID from FHIR-compliant systems for clinical or administrative use.
Instructions
Read a FHIR resource by type and ID from the FHIR server.
Args: resource_type: The FHIR resource type (e.g., "Patient", "Observation") resource_id: The ID of the resource to read custom_headers: Optional dictionary of custom HTTP headers to include in the request. For Zus servers, use {"Zus-Account": "builder-id"} for multi-tenant access.
Returns: The FHIR resource as JSON or an error message
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| resource_type | Yes | ||
| resource_id | Yes | ||
| custom_headers | No |