Skip to content

Commit

Permalink
FI-2334: Remove US Core 5.0.1 (#478)
Browse files Browse the repository at this point in the history
* remove us core 5 option

* add removal message to us core 5 group

* prevent the us core 5 group from being run

* remove us core 5 ig

* rename us core 6 ig package
  • Loading branch information
Jammjammjamm authored Dec 29, 2023
1 parent b2366f4 commit 2f2ac4f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/onc_certification_g10_test_kit.rb
Original file line number Diff line number Diff line change
Expand Up @@ -178,10 +178,6 @@ def self.well_known_route_handler
label: 'US Core 4.0.0 / USCDI v1',
value: G10Options::US_CORE_4
},
{
label: 'US Core 5.0.1 / USCDI v2',
value: G10Options::US_CORE_5
},
{
label: 'US Core 6.1.0 / USCDI v3',
value: G10Options::US_CORE_6
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ class SinglePatientUSCore5APIGroup < Inferno::TestGroup
title 'Single Patient API (US Core 5.0.1)'
short_title 'Single Patient API'
description %(
**As of January 1, 2024, systems may no longer certify using US Core
5.0.1/USCDI v2. The US Core 5.0.1 tests currently remain so that testers
can view their previous results, but will be removed at some point in the
future.**
For each of the relevant USCDI data elements provided in the
CapabilityStatement, this test executes the [required supported
searches](http://hl7.org/fhir/us/core/STU4/CapabilityStatement-us-core-server.html)
Expand Down Expand Up @@ -53,6 +58,11 @@ class SinglePatientUSCore5APIGroup < Inferno::TestGroup
oauth_credentials :smart_credentials
end

# These tests can still be run if the user runs the entire suite at once
def self.user_runnable?
false
end

input_order :url, :patient_id, :additional_patient_ids, :implantable_device_codes, :smart_credentials

config(
Expand Down

0 comments on commit 2f2ac4f

Please sign in to comment.