61,969 results found (page 2 of 4132)
http://hl7.org/fhirpath

… not a given value is of a given type: Observation.value is Quantity // returns true if the value is of type Quantity The as operator can be used to treat a value as a specific type: Observation.value as Quantity // returns value as a Quantity if it is of type Quantity, and an em…