You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -2307,13 +2308,13 @@ function TValueSetChecker.checkConceptSet(path : String; cs: TCodeSystemProvider
2307
2308
listDisplays(displays, cs, loc);
2308
2309
ifnot (abstractOk ornot cs.IsAbstract(FOpContext, loc)) then
2309
2310
begin
2310
-
OpContext.addNote(FValueSet, 'Filter '+ctxt.summary+': Code "'+code+'" found in '+ TTerminologyOperationContext.renderCoded(cs)+' but is abstract');
2311
+
OpContext.addNote(FValueSet, 'Filter '+fc.prop +''+ CODES_TFhirFilterOperator[fc.Op]+ ''+fc.value+': Code "'+code+'" found in '+ TTerminologyOperationContext.renderCoded(cs)+' but is abstract');
elseif FValueSet.excludeInactives and cs.IsInactive(FOpContext, loc) then
2315
2316
begin
2316
-
OpContext.addNote(FValueSet, 'Filter '+ctxt.summary+': Code "'+code+'" found in '+ TTerminologyOperationContext.renderCoded(cs)+' but is inactive');
2317
+
OpContext.addNote(FValueSet, 'Filter '+fc.prop +''+ CODES_TFhirFilterOperator[fc.Op]+ ''+fc.value+': Code "'+code+'" found in '+ TTerminologyOperationContext.renderCoded(cs)+' but is inactive');
2317
2318
result := false;
2318
2319
if (not FParams.membershipOnly) then
2319
2320
begin
@@ -2323,7 +2324,7 @@ function TValueSetChecker.checkConceptSet(path : String; cs: TCodeSystemProvider
2323
2324
end
2324
2325
else
2325
2326
begin
2326
-
OpContext.addNote(FValueSet, 'Filter '+ctxt.summary+': Code "'+code+'" found in '+ TTerminologyOperationContext.renderCoded(cs));
2327
+
OpContext.addNote(FValueSet, 'Filter '+fc.prop +''+ CODES_TFhirFilterOperator[fc.Op]+ ''+fc.value+': Code "'+code+'" found in '+ TTerminologyOperationContext.renderCoded(cs));
@@ -2332,7 +2333,7 @@ function TValueSetChecker.checkConceptSet(path : String; cs: TCodeSystemProvider
2332
2333
end;
2333
2334
end
2334
2335
else
2335
-
OpContext.addNote(FValueSet, 'Filter '+ctxt.summary+': Code "'+code+'" not found in '+ TTerminologyOperationContext.renderCoded(cs));
2336
+
OpContext.addNote(FValueSet, 'Filter '+fc.prop +''+ CODES_TFhirFilterOperator[fc.Op]+ ''+fc.value+': Code "'+code+'" not found in '+ TTerminologyOperationContext.renderCoded(cs));
0 commit comments