View raw Markdown
type: fhirpath-operatoroperator: |category: Collectionssection: 6.4.1source: fhirpath/operations.json

FHIRPath Operator: | (union)

Merge the two collections into a single collection, eliminating any duplicate values (using equals (=)) to determine equality). There is no expectation of order in the resulting collection.

See the union function for more detail.

Summary

Description

Merge the two collections into a single collection, eliminating any duplicate values (using equals = to determine equality). There is no expectation of order in the resulting collection.

Type Mapping