Skip to content

Commit

Permalink
Update make_param
Browse files Browse the repository at this point in the history
  • Loading branch information
atuonufure committed Jan 16, 2024
1 parent 045ccd5 commit ffdeabc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fhirpathpy/engine/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def func(data):

if node_type == "AnyAtRoot":
ctx["$this"] = ctx["$this"] if "$this" in ctx else ctx["dataRoot"]
return do_eval(ctx, ctx["dataRoot"], param)
return do_eval(ctx, ctx["$this"], param)

if node_type == "Identifier":
if param["type"] == "TermExpression":
Expand Down

0 comments on commit ffdeabc

Please sign in to comment.