hasValue
hasValue()
Section titled “hasValue()”Category: FHIR
Returns true if the input has a value (not null or empty)
Signature
Section titled “Signature”- Return type:
boolean
Examples
Section titled “Examples”Patient.name.family.hasValue()Observation.value.hasValue()