Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 6.0.3 #571

Merged
merged 3 commits into from
Oct 8, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 16 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# 6.0.3
* Support US Core v6.1.0 Patch MustSupport Choice for Practitioner.address and
PractitionerRole (#559)
* Support US Core v6.1.0 Patch MustSupport Choice for Observation Smoking Status
effectiveDateTime and effectivePeriod (#560)
* Fix a bug which ignored Token Introspection Endpoint provided in Test Configuration
(#550)

# 6.0.2
* Fix a bug which prevented fields with both a primitive value and an extension
from being recognized as matching search parameters (#557).
Expand Down Expand Up @@ -234,7 +242,7 @@
Launch V2.
* Fix a bug which could cause the screen to rapidly flicker on the suite
selection page at certain screen sizes.

# 3.2.0

* Fix a bug which could cause unhandled exceptions when invalid JSON is
Expand Down Expand Up @@ -313,27 +321,27 @@

# 2.2.0

* Update Bulk Data Export validation test to continue validating all returned
resources even after encountering an invalid one. It now reports total number
* Update Bulk Data Export validation test to continue validating all returned
resources even after encountering an invalid one. It now reports total number
of invalid resources and their line number.
* Add configuration error message when using a development version, and not an
official release.
* Update omit message in Bulk Data Export tests when no Medication/Location
* Add configuration error message when using a development version, and not an
official release.
* Update omit message in Bulk Data Export tests when no Medication/Location
resources are returned to explicitly state that they are not required.
* Fix EHR Launch capabilities check, which were incorrectly verifying
against Standalone capabilities.
* Update links in Bulk Data group to v1.0.1 of Bulk Data rather than v1.0.0.
* Validate `sub` field in OpenID Connect tests.
* Limit Clinical Notes Guidance attachment tests to specific DiagnosticReport
types.
* Update to inferno-core v0.3.2, which includes a number of UI and failure
* Update to inferno-core v0.3.2, which includes a number of UI and failure
message improvements.

# 2.1.1

* Fix a bug caused by leaving the 'Additional Patient IDs' input in the
Single Patient API group empty.

# 2.1.0

* Update patient ID inputs from a single list of patient IDs to the patient ID
Expand Down
26 changes: 13 additions & 13 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
PATH
remote: .
specs:
onc_certification_g10_test_kit (6.0.2)
onc_certification_g10_test_kit (6.0.3)
bloomer (~> 1.0.0)
colorize (~> 0.8.1)
inferno_core (~> 0.4.34)
json-jwt (~> 1.15.3)
mime-types (~> 3.4.0)
ndjson (~> 1.0.0)
rubyzip (~> 2.3.2)
smart_app_launch_test_kit (= 0.4.3)
smart_app_launch_test_kit (= 0.4.4)
tls_test_kit (= 0.2.2)
us_core_test_kit (= 0.8.1)
us_core_test_kit (= 0.8.2)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -76,7 +76,7 @@ GEM
zeitwerk (~> 2.6)
factory_bot (6.3.0)
activesupport (>= 5.0.0)
faraday (1.10.3)
faraday (1.10.4)
faraday-em_http (~> 1.0)
faraday-em_synchrony (~> 1.0)
faraday-excon (~> 1.1)
Expand All @@ -99,7 +99,7 @@ GEM
faraday-patron (1.0.0)
faraday-rack (1.0.0)
faraday-retry (1.0.3)
faraday_middleware (1.2.0)
faraday_middleware (1.2.1)
faraday (~> 1.0)
fhir_client (5.0.3)
activesupport (>= 3)
Expand Down Expand Up @@ -149,7 +149,7 @@ GEM
httpclient (2.8.3)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
inferno_core (0.4.39)
inferno_core (0.4.43)
activesupport (~> 6.1.7.5)
base62-rb (= 0.3.1)
blueprinter (= 0.25.2)
Expand Down Expand Up @@ -184,17 +184,17 @@ GEM
aes_key_wrap
bindata
httpclient
jwt (2.8.2)
jwt (2.9.3)
base64
kramdown (2.4.0)
rexml
method_source (1.1.0)
mime-types (3.4.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2024.0903)
mime-types-data (3.2024.1001)
mini_portile2 (2.8.7)
minitest (5.24.1)
msgpack (1.7.2)
msgpack (1.7.3)
multi_json (1.15.0)
multi_xml (0.7.1)
bigdecimal (~> 3.1)
Expand Down Expand Up @@ -235,7 +235,7 @@ GEM
byebug (~> 11.0)
pry (>= 0.13, < 0.15)
public_suffix (6.0.0)
puma (5.6.8)
puma (5.6.9)
nio4r (~> 2.0)
racc (1.8.0)
rack (2.2.9)
Expand All @@ -252,7 +252,7 @@ GEM
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
rexml (3.3.7)
rouge (4.3.0)
rouge (4.4.0)
rspec (3.12.0)
rspec-core (~> 3.12.0)
rspec-expectations (~> 3.12.0)
Expand Down Expand Up @@ -292,7 +292,7 @@ GEM
connection_pool (>= 2.3.0)
rack (>= 2.2.4)
redis-client (>= 0.19.0)
smart_app_launch_test_kit (0.4.3)
smart_app_launch_test_kit (0.4.4)
inferno_core (>= 0.4.2)
json-jwt (~> 1.15.3)
jwt (~> 2.6)
Expand Down Expand Up @@ -324,7 +324,7 @@ GEM
concurrent-ruby (~> 1.0)
unicode-display_width (2.5.0)
unicode_utils (1.4.0)
us_core_test_kit (0.8.1)
us_core_test_kit (0.8.2)
inferno_core (>= 0.4.37)
smart_app_launch_test_kit (>= 0.4.0)
tls_test_kit (~> 0.2.0)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1789,7 +1789,7 @@
- 10.38.05 - 10.38.06
- 10.39.08 - 10.39.09
- 10.40.02 - 10.40.03
- 10.41.02 - 10.41.03
- 10.41.02 - 10.41.04
- 10.42.02 - 10.42.03
- 10.43.02 - 10.43.03
- 10.44.03 - 10.44.04
Expand Down
1 change: 1 addition & 0 deletions lib/onc_certification_g10_test_kit/short_id_map.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1890,6 +1890,7 @@ g10_certification-g10_single_patient_us_core_6_api-us_core_v610_practitioner: '1
g10_certification-g10_single_patient_us_core_6_api-us_core_v610_practitioner-us_core_v610_practitioner_read_test: 10.41.01
g10_certification-g10_single_patient_us_core_6_api-us_core_v610_practitioner-us_core_v610_practitioner_validation_test: 10.41.02
g10_certification-g10_single_patient_us_core_6_api-us_core_v610_practitioner-us_core_v610_practitioner_must_support_test: 10.41.03
g10_certification-g10_single_patient_us_core_6_api-us_core_v610_practitioner-us_core_v610_practitioner_address_test: 10.41.04
g10_certification-g10_single_patient_us_core_6_api-us_core_v610_provenance: '10.42'
g10_certification-g10_single_patient_us_core_6_api-us_core_v610_provenance-us_core_v610_provenance_read_test: 10.42.01
g10_certification-g10_single_patient_us_core_6_api-us_core_v610_provenance-us_core_v610_provenance_validation_test: 10.42.02
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,10 @@ class SinglePatientUSCore6APIGroup < Inferno::TestGroup
if test_group.respond_to?(:metadata) &&
test_group.metadata.delayed? &&
!test_group.metadata.searchable_delayed_resource?
test_group.children.reject! { |child| child.include? USCoreTestKit::SearchTest }
test_group.children.reject! do |child|
child.include?(USCoreTestKit::SearchTest) &&
!child.include?(USCoreTestKit::PractitionerAddressTest)
end
group_config[:options] = { read_all_resources: true }
end

Expand Down
2 changes: 1 addition & 1 deletion lib/onc_certification_g10_test_kit/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ONCCertificationG10TestKit
VERSION = '6.0.2'.freeze
VERSION = '6.0.3'.freeze
end
Binary file modified onc_certification_g10_matrix.xlsx
Binary file not shown.
4 changes: 2 additions & 2 deletions onc_certification_g10_test_kit.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency 'mime-types', '~> 3.4.0'
spec.add_runtime_dependency 'ndjson', '~> 1.0.0'
spec.add_runtime_dependency 'rubyzip', '~> 2.3.2'
spec.add_runtime_dependency 'smart_app_launch_test_kit', '0.4.3'
spec.add_runtime_dependency 'smart_app_launch_test_kit', '0.4.4'
spec.add_runtime_dependency 'tls_test_kit', '0.2.2'
spec.add_runtime_dependency 'us_core_test_kit', '0.8.1'
spec.add_runtime_dependency 'us_core_test_kit', '0.8.2'
spec.add_development_dependency 'database_cleaner-sequel', '~> 1.8'
spec.add_development_dependency 'factory_bot', '~> 6.1'
spec.add_development_dependency 'rspec', '~> 3.10'
Expand Down
Loading