Package ca.uhn.fhir.fhirpath
Interface IFhirPathEvaluationContext
public interface IFhirPathEvaluationContext
-
Method Summary
Modifier and TypeMethodDescriptionresolveConstant
(Object appContext, String name, boolean beforeContext) default IBase
resolveReference
(IIdType theReference, IBase theContext) Evaluates theresolve()
function and returns the target of the resolution.
-
Method Details
-
resolveReference
Evaluates theresolve()
function and returns the target of the resolution.- Parameters:
theReference
- The referencetheContext
- The entity containing the reference. Note that this will benull
for FHIR versions R4 and below.
-
resolveConstant
- Parameters:
appContext
-name
- The name of the constant(s) to be resolvedbeforeContext
-- Returns:
-