Exemplo n.º 1
0
 static ITypedElement resolver(ITypedElement f, EvaluationContext ctx)
 {
     return(ctx is FhirEvaluationContext fctx?f.Resolve(fctx.ElementResolver) : f.Resolve());
 }