onc_certification_g10_test_kit 5.4.1 → 5.4.2
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5f07d2385113e2c9cd13ac3c9a7e69a266f73f54bd22000cf7ae2f4d28451c02
|
4
|
+
data.tar.gz: 862de6f225801454504e5e70488000ac688fd453aca24936ec06317d175961f5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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 '
|
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
|
@@ -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\]
|
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.
|
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-
|
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.
|
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.
|
152
|
+
version: 0.7.2
|
153
153
|
- !ruby/object:Gem::Dependency
|
154
154
|
name: database_cleaner-sequel
|
155
155
|
requirement: !ruby/object:Gem::Requirement
|