where
where()
Section titled “where()”Category: Collection
Returns items from the collection where the given expression evaluates to true
Signature
Section titled “Signature”- Return type:
collection - Parameters:
criteriaexpression— Boolean expression to filter by
Examples
Section titled “Examples”Patient.name.where(use = 'official')Bundle.entry.where(resource.active = true)