There was an error while loading. Please reload this page.
1 parent d929fd2 commit 8e0174cCopy full SHA for 8e0174c
1 file changed
gen3/fhir.py
@@ -87,7 +87,7 @@ def determine_authz(self, resource: dict) -> str:
87
matches = []
88
for rule in self.rules:
89
match = evaluate(resource, rule["condition"])
90
- # FIXME: what if multiple conditions match?, add error if multiple conditions match -->user makes necessary changes
+
91
if match and match[0] is True:
92
matches.append(rule)
93
0 commit comments