all
Category: Collection
Returns true if the given expression evaluates to true for all items in the collection
Signature
Section titled “Signature”- Return type:
boolean - Parameters:
criteriaexpression— Boolean expression to evaluate for each item
Examples
Section titled “Examples”Patient.name.all(use = 'official')Bundle.entry.all(resource.exists())