Skip to main content

core.fhirpathequals

Home > @medplum/core > fhirPathEquals

fhirPathEquals() function

Determines if two values are equal according to FHIRPath equality rules.

Signature:

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

Parameters

ParameterTypeDescription
xTypedValueThe first value.
yTypedValueThe second value.

Returns:

TypedValue[]

True if equal.