---
title: t FHIR
description: Available triggers
documentId: ipaas-fhir-trigger
locale: en-US
---

The [**FHIR**](https://camel.apache.org/components/4.10.x/fhir-component.html) component enables standardized health data exchange between systems, ensuring interoperability and consistency in communication. It defines a flexible structure based on resources, representing clinical, administrative, and financial entities, allowing standardized communication between different platforms.

**URI Syntax**: `fhir:apiName/methodName`

## Main fields

*Path parameters*

| **Name** | **Description** | **Default** | **Type** |
|----------|----------------|-------------|----------|
| `apiName` (common) | (required) Type of operation to be performed. Possible values: `CAPABILITIES`, `CREATE`, `DELETE`, `HISTORY`, `LOAD_PAGE`, `META`, `OPERATION`, `PATCH`, `READ`, `SEARCH`, `TRANSACTION`, `UPDATE`, `VALIDATE`. | —  | FhirApiName |
| `methodName` (common)| (required) Suboperation to be used for the selected operation. | — | String |

*Query parameters*

| **Name** | **Description** | **Default** | **Type** |
|----------|----------------|-------------|----------|
| `serverUrl` (common) | The base URL of the FHIR server. |—  | String |

<Callout type="TIP" title="TIP">
See examples of the [FHIR connector](/docs/integrations/ipaas-connectors-health).
</Callout>
