Package org.linuxforhealth.fhir.path
-
Interface Summary Interface Description FHIRPathNode In FHIRPath, data are represented as a tree of labeled nodes, where each node may optionally have a child system value and 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 FHIRPathQuantityNode.QuantitySubType Enum for all the sub types of Quantity data typeFHIRPathType An enumeration that contains all of the FHIR base types, FHIR complex data types, FHIR resource types, FHIRPath system types and FHIRPath metamodel types needed for evaluating FHIRPath expressions.