is
Category: Type
Returns true if the input is of the specified type or a subtype thereof
Signature
Section titled “Signature”- Return type:
boolean - Parameters:
typestring— The type to check against
Examples
Section titled “Examples”Patient.name.is('HumanName')Observation.value.is('Quantity')5.is('Integer')