Skip to content

intersect

Category: Collection

Returns the intersection of two collections

  • Return type: collection
  • Parameters:
    • other collection — Collection to intersect with
Patient.name.given.intersect(Patient.name.family)
Bundle.entry.resource.intersect($otherBundle.entry.resource)