Skip to content

where

Category: Collection

Returns items from the collection where the given expression evaluates to true

  • Return type: collection
  • Parameters:
    • criteria expression — Boolean expression to filter by
Patient.name.where(use = 'official')
Bundle.entry.where(resource.active = true)