Skip to content

union

Category: Collection

Returns the union of two collections, removing duplicates

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