davinci_us_drug_formulary_test_kit 0.11.0 → 0.12.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/config/presets/formulary_ri.json +2 -2
- data/lib/davinci_us_drug_formulary_test_kit/generated/v2.0.1/usdf_test_suite.rb +3 -4
- data/lib/davinci_us_drug_formulary_test_kit/generator/templates/suite.rb.erb +3 -4
- data/lib/davinci_us_drug_formulary_test_kit/version.rb +2 -2
- 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: d0a05aa2db0513272dbfe4284eadef55431ea642423ad02e8e0d778aa6608441
|
4
|
+
data.tar.gz: a6bef4d0d3c525fd31da2b79cbae3b6f8afdabae0ebcb3577b800fd066854b75
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 677fc599e3047828fe3727b28c2a222c01892c971d45dc440779bf3b70c1f33a971f7426e15ac332f93a9d5e4957cd000a6c24b219bd8a0f35f71825f76a3c58
|
7
|
+
data.tar.gz: b5d00d3e5f1e8aa22dda1eab507c99fd2c634a9a10474c230c14f4784c4855bf5d191dd359ec41a87bc886475325b2cdccca906240ae82a71f6b6195981f1b8d
|
@@ -1,4 +1,3 @@
|
|
1
|
-
require 'inferno/dsl/oauth_credentials'
|
2
1
|
require_relative '../../version'
|
3
2
|
require_relative '../../custom_groups/v2.0.1/capability_statement_group'
|
4
3
|
require_relative 'payer_insurance_plan_group'
|
@@ -100,14 +99,14 @@ module DaVinciUSDrugFormularyTestKit
|
|
100
99
|
input :url,
|
101
100
|
title: 'FHIR Endpoint',
|
102
101
|
description: 'URL of the FHIR endpoint'
|
103
|
-
input :
|
102
|
+
input :smart_auth_info,
|
104
103
|
title: 'OAuth Credentials',
|
105
|
-
type: :
|
104
|
+
type: :auth_info,
|
106
105
|
optional: true
|
107
106
|
|
108
107
|
fhir_client do
|
109
108
|
url :url
|
110
|
-
|
109
|
+
auth_info :smart_auth_info
|
111
110
|
end
|
112
111
|
|
113
112
|
group from: :usdf_v201_capability_statement
|
@@ -1,4 +1,3 @@
|
|
1
|
-
require 'inferno/dsl/oauth_credentials'
|
2
1
|
require_relative '../../version'
|
3
2
|
require_relative '<%= capability_statement_file_name %>'
|
4
3
|
<% group_file_list.each do |file_name| %>require_relative '<%= file_name %>'
|
@@ -97,14 +96,14 @@ module DaVinciUSDrugFormularyTestKit
|
|
97
96
|
input :url,
|
98
97
|
title: 'FHIR Endpoint',
|
99
98
|
description: 'URL of the FHIR endpoint'
|
100
|
-
input :
|
99
|
+
input :smart_auth_info,
|
101
100
|
title: 'OAuth Credentials',
|
102
|
-
type: :
|
101
|
+
type: :auth_info,
|
103
102
|
optional: true
|
104
103
|
|
105
104
|
fhir_client do
|
106
105
|
url :url
|
107
|
-
|
106
|
+
auth_info :smart_auth_info
|
108
107
|
end
|
109
108
|
|
110
109
|
group from: :<%= capability_statement_group_id %>
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: davinci_us_drug_formulary_test_kit
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.12.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Stephen MacVicar
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2025-
|
13
|
+
date: 2025-03-25 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: inferno_core
|
@@ -18,14 +18,14 @@ dependencies:
|
|
18
18
|
requirements:
|
19
19
|
- - "~>"
|
20
20
|
- !ruby/object:Gem::Version
|
21
|
-
version: 0.6.
|
21
|
+
version: 0.6.7
|
22
22
|
type: :runtime
|
23
23
|
prerelease: false
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
25
25
|
requirements:
|
26
26
|
- - "~>"
|
27
27
|
- !ruby/object:Gem::Version
|
28
|
-
version: 0.6.
|
28
|
+
version: 0.6.7
|
29
29
|
- !ruby/object:Gem::Dependency
|
30
30
|
name: tls_test_kit
|
31
31
|
requirement: !ruby/object:Gem::Requirement
|