onc_certification_g10_test_kit 5.4.1 → 5.4.2

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: 4c77229c3c6fcbdc7b64a8a0546e9e702d14e043f3f7df0942ebebcda98cc925
4
- data.tar.gz: cb085ca88b895bb9a543d13f99fa26afd60cb40a8a99744440e86ba410d4519b
3
+ metadata.gz: 5f07d2385113e2c9cd13ac3c9a7e69a266f73f54bd22000cf7ae2f4d28451c02
4
+ data.tar.gz: 862de6f225801454504e5e70488000ac688fd453aca24936ec06317d175961f5
5
5
  SHA512:
6
- metadata.gz: b499a93ec58df40a69178e3d78794573c374f3c000f97c78564032fa846e380bbd42cbe0c78ba733e64f6bf2d64c965e99e48deb7783aea1cda6921d11ae2d46
7
- data.tar.gz: ad0974f9b1a8f2771b9f30fd4670cf8b391b7201e2466f804a0a10fe54d0f6d599a5d608914f90fe141853ef1628dfb1fc8e39cb1451f6552f4ce86a4a034a48
6
+ metadata.gz: 6292272b886c8ebba56b0d4fe65e42122706acc644707ac067016acc43b369043bb7130352127336f38022090b0b6eb532e4ace4ebfd562675cb0f0b2aabcfed
7
+ data.tar.gz: 32d567b6f1a3fdbbf158eec54479ed891a7b4a7d5c4c08def056e0d2426992fa2ce70734096aa35c19d2576477ca5bbbfad30b072f26d630c58ab52a6e0563ed
@@ -1,9 +1,10 @@
1
1
  module ONCCertificationG10TestKit
2
2
  class PatientContextTest < Inferno::Test
3
- title 'OAuth token exchange response body contains patient context and patient resource can be retrieved'
3
+ title 'Patient from launch context can be retrieved'
4
4
  description %(
5
5
  The `patient` field is a String value with a patient id, indicating that
6
- the app was launched in the context of this FHIR Patient.
6
+ the app was launched in the context of this FHIR Patient. This test
7
+ verifies that the Patient resource with that id can be retrieved.
7
8
  )
8
9
  id :g10_patient_context
9
10
  input :patient_id, :url
@@ -1,3 +1,3 @@
1
1
  module ONCCertificationG10TestKit
2
- VERSION = '5.4.1'.freeze
2
+ VERSION = '5.4.2'.freeze
3
3
  end
@@ -70,7 +70,8 @@ module ONCCertificationG10TestKit
70
70
  /\A\S+: \S+: The Coding provided \(\S*\) was not found in the value set/,
71
71
  /\A\S+: \S+: A definition for CodeSystem '.*' could not be found, so the code cannot be validated/,
72
72
  /\A\S+: \S+: URL value '.*' does not resolve/,
73
- /\A\S+: \S+: .*\[No server available\]/ # Catch-all for certain errors when TX server is disabled
73
+ /\A\S+: \S+: .*\[No server available\]/, # Catch-all for certain errors when TX server is disabled
74
+ %r{\A\S+: \S+: .*\[Error from http://tx.fhir.org/r4:} # Catch-all for TX server errors that slip through
74
75
  ].freeze
75
76
 
76
77
  def self.setup_validator(us_core_version_requirement) # rubocop:disable Metrics/CyclomaticComplexity
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.1
4
+ version: 5.4.2
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-06-12 00:00:00.000000000 Z
11
+ date: 2024-07-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.7.1
145
+ version: 0.7.2
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.7.1
152
+ version: 0.7.2
153
153
  - !ruby/object:Gem::Dependency
154
154
  name: database_cleaner-sequel
155
155
  requirement: !ruby/object:Gem::Requirement