onc_certification_g10_test_kit 3.6.0 → 3.7.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5cb9581f7ee4744446ca16c9f22e240d122ea66a0664855fb84105e493711b12
4
- data.tar.gz: 599e962523e39a5acde1d806dca01bdcc833cfcf8765d3ec4011b30b68461565
3
+ metadata.gz: b93ef6f9961fac5bf26fba0ba18e8a67d8f5399e8dbdb7e2fd9fa73099d49592
4
+ data.tar.gz: 42c2e1b9ee25f29e36b2b700e7251a5db4b88cf2861dbc7fc82785a418523db6
5
5
  SHA512:
6
- metadata.gz: 28a4f109f4790920c4651e4b5dcbe2f54f84729c8253df0ded0edfd0e4ee2be116de27f0b301e8cb91942d467e7ce7cc926124c3d72085279f3a92e56cdd2494
7
- data.tar.gz: 539f9c928ba1c7f912cbb5c449835043f1e33bc84d9c365d9d6bba66aad8f2116a354c4ff55a4828d496dd6b26a60dee7d427ec8fec596cf81426f5604b64d32
6
+ metadata.gz: 264e96462f811d278b10533198b20abb7c466ca7c3f588fbd94ffb54d375cf66876dae8c71273a03f3e01a286e349695fdae108f8a43bf142c97ed9721eed4e0
7
+ data.tar.gz: 8340fafaa42fe18013f1cf568fdd8d78830a90386999a064600f621f70f491df510c2bfa6452741a569282a0bb9475050e8ec76cc4e977ba62458dadda20f47e
@@ -1619,7 +1619,6 @@ procedure:
1619
1619
  inferno_tests:
1620
1620
  - 9.10.07
1621
1621
  - 9.10.11
1622
- - 9.10.12
1623
1622
  - 4.2.08 - 4.2.09
1624
1623
  - 4.3.04 - 4.3.05
1625
1624
  - 4.4.04 - 4.4.05
@@ -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
@@ -1,3 +1,3 @@
1
1
  module ONCCertificationG10TestKit
2
- VERSION = '3.6.0'.freeze
2
+ VERSION = '3.7.0'.freeze
3
3
  end
@@ -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.6.0
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-03-07 00:00:00.000000000 Z
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.6
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.6
152
+ version: 0.4.7
153
153
  - !ruby/object:Gem::Dependency
154
154
  name: database_cleaner-sequel
155
155
  requirement: !ruby/object:Gem::Requirement