Skip to content

select

Category: Collection

Projects each item in the collection through the given expression

  • Return type: collection
  • Parameters:
    • projection expression — Expression to apply to each item
Patient.name.select(family + ', ' + given.first())
Bundle.entry.select(resource.id)