in src/RBACHandler.ts [41:47]
constructor(rules: RBACConfig, fhirVersion: FhirVersion) {
this.rules = rules;
if (this.rules.version !== this.version) {
throw Error('Configuration version does not match handler version');
}
this.fhirVersion = fhirVersion;
}