inferno-framework / us-core-test-kit

Inferno Test Kit for evaluating API conformance to the US Core Implementation Guide
Apache License 2.0
7 stars 5 forks source link

FI-2955: Include code system when checking for resources to read #189

Closed Jammjammjamm closed 1 month ago

Jammjammjamm commented 1 month ago

Summary

When finding a resource which should be able to be read using the currently granted granular scopes, currently only the code of the granular scope is used for matching. It needs to match based on both the code and system of the granular scope.

Testing Guidance

After fixing this bug, it was necessary to update some unit test data to match this more stringent requirement.