Skip to content

Commit

Permalink
use parameterless function of FhirEvaluationContext
Browse files Browse the repository at this point in the history
  • Loading branch information
mmsmits committed Sep 11, 2024
1 parent f2a2502 commit 0822379
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ public static OperationOutcome ValidateFp(this Validator v, string structureDefi
{
var compiled = getExecutableConstraint(v, outcome, instance, constraintElement);
success = compiled.IsTrue(instance,
new FhirEvaluationContext(instance)
new FhirEvaluationContext()
{ ElementResolver = callExternalResolver });
}
catch (Exception e)
Expand Down

0 comments on commit 0822379

Please sign in to comment.