Skip to main content

core.fhirpathnot

Home > @medplum/core > fhirPathNot

fhirPathNot() function

Returns a negated FHIRPath boolean expression.

Signature:

export declare function fhirPathNot(input: TypedValue[]): TypedValue[];

Parameters

Parameter

Type

Description

input

TypedValue[]

The input array.

Returns:

TypedValue[]

The negated type value array.