onc_certification_g10_test_kit 5.3.0 → 5.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 51a5f140062923c1d8e3f75726be465f7b5e8bde70833a081ebc1547146c33d1
|
|
4
|
+
data.tar.gz: 8ea245b5ce224ed441d1c5bb27e32c881bdd423d71124eb93ed27c293bc9d441
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fe618d4abf1a70094efeb7558493cd5ea352c2b69eb5efbb01ffea36ac6ba4cd25b0c765c54ebc9b7d443efe6068ff167e3223b10505d9c5a2477137fa98b193
|
|
7
|
+
data.tar.gz: '0569cea3918dd087804f92a39f82e783fea7c1081316222e69ac5a426c3a9bd5b5ea14c5bcf8a0aec8f83481e17aa839246178a7be56d92e55ae0d305c28c0a3'
|
|
@@ -3,7 +3,7 @@ require_relative '../inferno/terminology/tasks/check_built_terminology'
|
|
|
3
3
|
module ONCCertificationG10TestKit
|
|
4
4
|
class ConfigurationChecker
|
|
5
5
|
EXPECTED_VALIDATOR_VERSION = '2.3.2'.freeze
|
|
6
|
-
EXPECTED_HL7_VALIDATOR_VERSION = '"6.3.
|
|
6
|
+
EXPECTED_HL7_VALIDATOR_VERSION = '"6.3.3"'.freeze
|
|
7
7
|
|
|
8
8
|
def configuration_messages
|
|
9
9
|
validator_version_message + terminology_messages + version_message
|
|
@@ -1341,8 +1341,6 @@ g10_certification-g10_single_patient_us_core_5_api-us_core_v501_organization-us_
|
|
|
1341
1341
|
g10_certification-g10_single_patient_us_core_5_api-us_core_v501_organization-us_core_v501_organization_must_support_test: 6.37.03
|
|
1342
1342
|
g10_certification-g10_single_patient_us_core_5_api-us_core_v501_practitioner: '6.38'
|
|
1343
1343
|
g10_certification-g10_single_patient_us_core_5_api-us_core_v501_practitioner-us_core_v501_practitioner_read_test: 6.38.01
|
|
1344
|
-
g10_certification-g10_single_patient_us_core_5_api-us_core_v501_practitioner-us_core_v501_practitioner_name_search_test: 6.38.04
|
|
1345
|
-
g10_certification-g10_single_patient_us_core_5_api-us_core_v501_practitioner-us_core_v501_practitioner_identifier_search_test: 6.38.05
|
|
1346
1344
|
g10_certification-g10_single_patient_us_core_5_api-us_core_v501_practitioner-us_core_v501_practitioner_validation_test: 6.38.02
|
|
1347
1345
|
g10_certification-g10_single_patient_us_core_5_api-us_core_v501_practitioner-us_core_v501_practitioner_must_support_test: 6.38.03
|
|
1348
1346
|
g10_certification-g10_single_patient_us_core_5_api-us_core_v501_provenance: '6.39'
|
|
@@ -1890,8 +1888,6 @@ g10_certification-g10_single_patient_us_core_6_api-us_core_v610_organization-us_
|
|
|
1890
1888
|
g10_certification-g10_single_patient_us_core_6_api-us_core_v610_organization-us_core_v610_organization_must_support_test: 10.40.03
|
|
1891
1889
|
g10_certification-g10_single_patient_us_core_6_api-us_core_v610_practitioner: '10.41'
|
|
1892
1890
|
g10_certification-g10_single_patient_us_core_6_api-us_core_v610_practitioner-us_core_v610_practitioner_read_test: 10.41.01
|
|
1893
|
-
g10_certification-g10_single_patient_us_core_6_api-us_core_v610_practitioner-us_core_v610_practitioner_name_search_test: 10.41.04
|
|
1894
|
-
g10_certification-g10_single_patient_us_core_6_api-us_core_v610_practitioner-us_core_v610_practitioner_identifier_search_test: 10.41.05
|
|
1895
1891
|
g10_certification-g10_single_patient_us_core_6_api-us_core_v610_practitioner-us_core_v610_practitioner_validation_test: 10.41.02
|
|
1896
1892
|
g10_certification-g10_single_patient_us_core_6_api-us_core_v610_practitioner-us_core_v610_practitioner_must_support_test: 10.41.03
|
|
1897
1893
|
g10_certification-g10_single_patient_us_core_6_api-us_core_v610_provenance: '10.42'
|
|
@@ -82,8 +82,6 @@ module ONCCertificationG10TestKit
|
|
|
82
82
|
|
|
83
83
|
validator_method.call :default, required_suite_options: us_core_version_requirement do
|
|
84
84
|
if Feature.use_hl7_resource_validator?
|
|
85
|
-
url ENV.fetch('G10_FHIR_RESOURCE_VALIDATOR_URL', 'http://hl7_validator_service:3500')
|
|
86
|
-
|
|
87
85
|
cli_context do
|
|
88
86
|
txServer nil
|
|
89
87
|
displayWarnings true
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: onc_certification_g10_test_kit
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 5.
|
|
4
|
+
version: 5.4.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Stephen MacVicar
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-
|
|
11
|
+
date: 2024-05-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bloomer
|
|
@@ -142,14 +142,14 @@ dependencies:
|
|
|
142
142
|
requirements:
|
|
143
143
|
- - '='
|
|
144
144
|
- !ruby/object:Gem::Version
|
|
145
|
-
version: 0.
|
|
145
|
+
version: 0.7.0
|
|
146
146
|
type: :runtime
|
|
147
147
|
prerelease: false
|
|
148
148
|
version_requirements: !ruby/object:Gem::Requirement
|
|
149
149
|
requirements:
|
|
150
150
|
- - '='
|
|
151
151
|
- !ruby/object:Gem::Version
|
|
152
|
-
version: 0.
|
|
152
|
+
version: 0.7.0
|
|
153
153
|
- !ruby/object:Gem::Dependency
|
|
154
154
|
name: database_cleaner-sequel
|
|
155
155
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -333,7 +333,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
333
333
|
- !ruby/object:Gem::Version
|
|
334
334
|
version: '0'
|
|
335
335
|
requirements: []
|
|
336
|
-
rubygems_version: 3.
|
|
336
|
+
rubygems_version: 3.5.9
|
|
337
337
|
signing_key:
|
|
338
338
|
specification_version: 4
|
|
339
339
|
summary: ONC Certification (g)(10) Test Kit
|