core.fhirpathnot | Medplum

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.