## FhirFilterConnective class

The FhirFilterConnective class represents a connective expression. It contains a list of child expressions.

**Signature:**

```typescript
export declare class FhirFilterConnective
```

## Constructors

| Constructor | Modifiers | Description |
| --- | --- | --- |
| [(constructor)(keyword, left, right)](/content/docs/sdk/core.fhirfilterconnective._constructor_/index.html) |  | Constructs a new instance of the `FhirFilterConnective` class |

## Properties

| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [keyword](/content/docs/sdk/core.fhirfilterconnective.keyword) | `readonly` | 'and' \| 'or' |  |
| [left](/content/docs/sdk/core.fhirfilterconnective.left) | `readonly` | [FhirFilterExpression](/content/docs/sdk/core.fhirfilterexpression) |  |
| [right](/content/docs/sdk/core.fhirfilterconnective.right) | `readonly` | [FhirFilterExpression](/content/docs/sdk/core.fhirfilterexpression) |  |

- [FhirFilterConnective class](/content/docs/sdk/core.fhirfilterconnective#fhirfilterconnective-class/index.html)
- [Constructors](/content/docs/sdk/core.fhirfilterconnective#constructors/index.html)
- [Properties](/content/docs/sdk/core.fhirfilterconnective#properties/index.html)
