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 | The input array. |
Returns:
The negated type value array.