core.fhirfilterexpression | Medplum

FhirFilterExpression type [​](/content/docs/sdk/core.fhirfilterexpression#fhirfilterexpression-type "Direct link to FhirFilterExpression type"/index.html)

The FhirFilterExpression type is the base type of all filter expressions.

Signature:

export type FhirFilterExpression = FhirFilterComparison | FhirFilterNegation | FhirFilterConnective;

References: FhirFilterComparison, FhirFilterNegation, FhirFilterConnective