ofType
ofType()
Section titled “ofType()”Category: Type
Returns items from the collection that are of the specified type or a subtype thereof
Signature
Section titled “Signature”- Return type:
collection - Parameters:
typestring— The type to filter by
Examples
Section titled “Examples”Bundle.entry.resource.ofType('Patient')Patient.telecom.ofType('ContactPoint')('a', 1, true, 2.5).ofType('Integer')