Interface IFhirPathEvaluationContext


  • Method Summary

    Modifier and Type
    Method
    Description
    default IBase
    resolveReference(IIdType theReference, IBase theContext)
    Evaluates the resolve() function and returns the target of the resolution.
  • 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.