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 theAppContext, String theName, IFhirPathEvaluationContext.ConstantEvaluationMode theConstantEvaluationMode)
      Parameters:
      theAppContext -
      theName - The name of the constant(s) to be resolved
      theConstantEvaluationMode -
      Returns: