Package ca.uhn.fhir.fhirpath
Interface IFhirPathEvaluationContext
public interface IFhirPathEvaluationContext
-
Method Summary
Modifier and TypeMethodDescriptiondefault IBaseresolveReference(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 benullfor FHIR versions R4 and below.
-