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

ParameterTypeDescription
inputTypedValue[]The input array.

Returns:

TypedValue[]

The negated type value array.