onc_certification_g10_test_kit 3.6.0 → 3.7.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 +4 -4
- data/lib/onc_certification_g10_test_kit/onc_program_procedure.yml +0 -1
- data/lib/onc_certification_g10_test_kit/short_id_map.yml +0 -1
- data/lib/onc_certification_g10_test_kit/version.rb +1 -1
- data/lib/onc_certification_g10_test_kit/visual_inspection_and_attestations_group.rb +0 -42
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b93ef6f9961fac5bf26fba0ba18e8a67d8f5399e8dbdb7e2fd9fa73099d49592
|
|
4
|
+
data.tar.gz: 42c2e1b9ee25f29e36b2b700e7251a5db4b88cf2861dbc7fc82785a418523db6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 264e96462f811d278b10533198b20abb7c466ca7c3f588fbd94ffb54d375cf66876dae8c71273a03f3e01a286e349695fdae108f8a43bf142c97ed9721eed4e0
|
|
7
|
+
data.tar.gz: 8340fafaa42fe18013f1cf568fdd8d78830a90386999a064600f621f70f491df510c2bfa6452741a569282a0bb9475050e8ec76cc4e977ba62458dadda20f47e
|
|
@@ -1535,7 +1535,6 @@ g10_certification-Group06-g10_visual_inspection_and_attestations-Test08: 9.10.08
|
|
|
1535
1535
|
g10_certification-Group06-g10_visual_inspection_and_attestations-Test09: 9.10.09
|
|
1536
1536
|
g10_certification-Group06-g10_visual_inspection_and_attestations-Test10: 9.10.10
|
|
1537
1537
|
g10_certification-Group06-g10_visual_inspection_and_attestations-Test11: 9.10.11
|
|
1538
|
-
g10_certification-Group06-g10_visual_inspection_and_attestations-Test12: 9.10.12
|
|
1539
1538
|
g10_certification-Group06-g10_visual_inspection_and_attestations-Test13: 9.10.13
|
|
1540
1539
|
g10_certification-Group06-g10_visual_inspection_and_attestations-g10_public_url_attestation: 9.10.14
|
|
1541
1540
|
g10_certification-Group06-g10_visual_inspection_and_attestations-g10_tls_version_attestation: 9.10.15
|
|
@@ -409,48 +409,6 @@ module ONCCertificationG10TestKit
|
|
|
409
409
|
end
|
|
410
410
|
end
|
|
411
411
|
|
|
412
|
-
test do
|
|
413
|
-
title 'Health IT developer demonstrates support for the Patient Demographics Previous Name USCDI v1 element.'
|
|
414
|
-
description %(
|
|
415
|
-
ONC certification criteria states that all USCDI v1 data classes and
|
|
416
|
-
elements need to be supported, including Patient Demographics - Previous
|
|
417
|
-
Name. However, US Core v3.1.1 does not tag the relevant element
|
|
418
|
-
(Patient.name.period) as MUST SUPPORT. The Health IT developer must
|
|
419
|
-
demonstrate support for this USCDI v1 element as described in the US
|
|
420
|
-
Core Patient Profile implementation guidance.
|
|
421
|
-
)
|
|
422
|
-
id 'Test12'
|
|
423
|
-
|
|
424
|
-
required_suite_options G10Options::US_CORE_3_REQUIREMENT
|
|
425
|
-
|
|
426
|
-
input :patient_previous_name_attestation,
|
|
427
|
-
title: 'Health IT developer demonstrates support for the Patient Demographics Previous Name USCDI v1 element.', # rubocop:disable Layout/LineLength
|
|
428
|
-
type: 'radio',
|
|
429
|
-
default: 'false',
|
|
430
|
-
options: {
|
|
431
|
-
list_options: [
|
|
432
|
-
{
|
|
433
|
-
label: 'Yes',
|
|
434
|
-
value: 'true'
|
|
435
|
-
},
|
|
436
|
-
{
|
|
437
|
-
label: 'No',
|
|
438
|
-
value: 'false'
|
|
439
|
-
}
|
|
440
|
-
]
|
|
441
|
-
}
|
|
442
|
-
input :patient_previous_name_notes,
|
|
443
|
-
title: 'Notes, if applicable:',
|
|
444
|
-
type: 'textarea',
|
|
445
|
-
optional: true
|
|
446
|
-
|
|
447
|
-
run do
|
|
448
|
-
assert patient_previous_name_attestation == 'true',
|
|
449
|
-
'Health IT developer did not demonstrate that Patient Demographics Previous Name is supported.'
|
|
450
|
-
pass patient_previous_name_notes if patient_previous_name_notes.present?
|
|
451
|
-
end
|
|
452
|
-
end
|
|
453
|
-
|
|
454
412
|
test do
|
|
455
413
|
title 'Health IT developer demonstrates support for issuing refresh tokens to native applications.'
|
|
456
414
|
description %(
|
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: 3.
|
|
4
|
+
version: 3.7.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: 2023-
|
|
11
|
+
date: 2023-04-10 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.4.
|
|
145
|
+
version: 0.4.7
|
|
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.4.
|
|
152
|
+
version: 0.4.7
|
|
153
153
|
- !ruby/object:Gem::Dependency
|
|
154
154
|
name: database_cleaner-sequel
|
|
155
155
|
requirement: !ruby/object:Gem::Requirement
|