Interface IFhirPathEvaluationContext


  • Method Details

    • resolveReference

      default IBase resolveReference(@Nonnull IIdType theReference, @Nullable IBase theContext)
      Evaluates the resolve() function and returns the target of the resolution.
      Parameters:
      theReference - The reference
      theContext - The entity containing the reference. Note that this will be null for FHIR versions R4 and below.
    • resolveConstant

      default List<IBase> resolveConstant(Object appContext, String name, boolean beforeContext)
      Parameters:
      appContext -
      name - The name of the constant(s) to be resolved
      beforeContext -
      Returns: