Remove versions of US Core and SMART that are below current certification minimums#746
Merged
karlnaden merged 1 commit intoonc-healthit:mainfrom Mar 4, 2026
Conversation
…suite options UI; update default scopes to US Core 6.1.0
karlnaden
approved these changes
Mar 4, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Removes outdated US Core and SMART App Launch versions from the (g)(10) suite options dropdowns that are below the current certification minimums. The core logic for these versions is preserved to maintain backward compatibility for any existing sessions or API consumers that may still reference them.
Changes
Suite Options UI (
g10_certification_suite.rb)Removed from the US Core Version dropdown:
Removed from the SMART App Launch Version dropdown:
The remaining options are:
Default Scopes (
scope_constants.rb)Updated all four scope constants (STANDALONE_SMART_1_SCOPES, STANDALONE_SMART_2_SCOPES, EHR_SMART_1_SCOPES EHR_SMART_2_SCOPES) to include the US Core 6.1.0 resource set. Added scopes for the following resource types:
Backward Compatibility
All constants (US_CORE_3, US_CORE_4, SMART_1), requirement sets, validators, test groups, and helper methods in
g10_options.rbremain unchanged. Sessions created via API with these older version values will continue to work.End-to-End UI Testing Steps
1. Launch Application
Steps
[http://localhost:4567/onc_certification_g10](http://localhost:4567/onc_certification_g10)Expected Result
2. Verify Available Versions in Options Panel
Expected Visible Versions
US Core Versions
SMART Versions
Versions That Must NOT Appear
3. Validate Default Selections
Expected Defaults:
4. Create New Test Session
Steps
US Core 6.1.0 / USCDI v3, SMART App Launch 2.0.0, Bulk Data 1.0.15. Select Preset – Inferno Reference Server
Steps
Inferno Reference Server Preset6. Start Full Test Execution
Steps
Expected Result
Combination Testing
Perform quick validation with the following supported combinations:
Backward Compatibility Testing