union
union()
Section titled “union()”Category: Collection
Returns the union of two collections, removing duplicates
Signature
Section titled “Signature”- Return type:
collection - Parameters:
othercollection— Collection to union with
Examples
Section titled “Examples”Patient.name.given.union(Patient.name.family)Bundle.entry.resource.union($otherBundle.entry.resource)