carin_for_blue_button_test_kit 0.13.1 → 0.13.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: 76e09ea0f20c91ea0bae341714465ca2698d865bd0306e56da7b84a0efaba043
|
4
|
+
data.tar.gz: 58f0adaeb46e38fcbbe27acce53364507ca66ca0505fbf95a7ab482aecbd1629
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1d0672b6b7c508d7ab331ebf7e04cacc0db735630844d43398ff012bc1591ec7fa26bb8c3cb4f8063926e5b8fc9670e20d396c5c83d9d17c7e2be994bc228817
|
7
|
+
data.tar.gz: e23c741d2c23e2d2b7568271fd30b8ca31ad2423ea0794adeb5ba3f8f5b526390995cf4d2a2fb5d0db750701f7cd5e1790f751ad26d8a3c80f39b55e7814585f
|
@@ -112,7 +112,7 @@ module CarinForBlueButtonTestKit
|
|
112
112
|
[US Core Client CapabilityStatement](https://hl7.org/fhir/us/core/STU3.1.1/CapabilityStatement-us-core-client.html).
|
113
113
|
)
|
114
114
|
|
115
|
-
test from: :
|
115
|
+
test from: :c4bb_v200_initial_wait_test
|
116
116
|
end
|
117
117
|
|
118
118
|
group do
|
@@ -3,7 +3,7 @@ module CarinForBlueButtonTestKit
|
|
3
3
|
class C4BBClientInitialWaitTest < Inferno::Test
|
4
4
|
include URLs
|
5
5
|
|
6
|
-
id :
|
6
|
+
id :c4bb_v200_initial_wait_test
|
7
7
|
title 'Client makes claims data and required search parameter requests'
|
8
8
|
description %(
|
9
9
|
This test will receive claims data requests and search requests until the user confirms they are done.
|