Package com.ibm.fhir.path
-
Interface Summary Interface Description FHIRPathNode In FHIRPath, data are represented as a tree of labeled nodes, where each node may optionally carry a primitive value and have child nodes.FHIRPathNode.Builder A builder interface for building FHIRPathNode instancesFHIRPathNumberValue An interface that represents aFHIRPathSystemValue
that wraps a number valueFHIRPathSystemValue An interface that represents FHIRPath system data typesFHIRPathTemporalValue AFHIRPathSystemValue
that wraps a temporal valueFHIRPathVisitor<T> This interface defines a complete generic visitor for a parse tree produced byFHIRPathParser
.TypeInfo This class is part of the implementation for the Types and Reflection section of the FHIRPath specification: -
Enum Summary Enum Description FHIRPathType An enumeration that contains all of the FHIR base types, FHIR complex data types, FHIRPath primitive data types, FHIR resource types, FHIRPath system types and FHIRPath metamodel types needed for evaluating FHIRPath expressions