subsetOf
subsetOf()
Section titled “subsetOf()”Category: Collection
Returns true if this collection is a subset of the other collection
Signature
Section titled “Signature”- Return type:
boolean - Parameters:
othercollection— Collection to compare against
Examples
Section titled “Examples”(1 | 2).subsetOf(1 | 2 | 3)Patient.name.given.subsetOf(Patient.name.family)