exists
exists()
Section titled “exists()”Category: Utility
Returns true if the input collection is not empty
Signature
Section titled “Signature”- Return type:
boolean
Examples
Section titled “Examples”Patient.name.exists()Bundle.entry.exists()Category: Utility
Returns true if the input collection is not empty
booleanPatient.name.exists()Bundle.entry.exists()