
Package ca.uhn.fhir.fhirpath
Interface IFhirPathEvaluationContext
public interface IFhirPathEvaluationContext
-
Method Summary
Modifier and TypeMethodDescriptiondefault 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.
-