core.fhirpatharraynotequals | Medplum

fhirPathArrayNotEquals() function

Determines if two arrays are not equal according to FHIRPath equality rules.

Signature:

export declare function fhirPathArrayNotEquals(x: TypedValue[], y: TypedValue[]): TypedValue[];

Parameters [​](/content/docs/sdk/core.fhirpatharraynotequals#parameters "Direct link to Parameters"/index.html)

Parameter Type Description
x TypedValue The first array.
y TypedValue The second array.

Returns:

TypedValue

FHIRPath true if the arrays are not equal.