select
select()
Section titled “select()”Category: Collection
Projects each item in the collection through the given expression
Signature
Section titled “Signature”- Return type:
collection - Parameters:
projectionexpression— Expression to apply to each item
Examples
Section titled “Examples”Patient.name.select(family + ', ' + given.first())Bundle.entry.select(resource.id)