View raw Markdown
type: fhirpath-functionfunction: notcategory: Boolean Logicsection: 6.5.3source: fhirpath/functions.json

FHIRPath Function: not

Returns true if the input collection evaluates to false, and false if it evaluates to true. Otherwise, the result is empty ({ }):

not
true
false
empty
{:.grid}
## Summary

Description

Returns true if the input collection evaluates to false, and false if it evaluates to true. Otherwise, the result is empty.

Arguments

Type Mapping

Example

Patient.active.not() // true if patient is not active