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