davinci_us_drug_formulary_test_kit 0.9.0 → 0.9.1
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: 8d6b4a9ccf4297a309b64e061a13c0328bf7ff0a0050b54885dbc76b06070036
|
4
|
+
data.tar.gz: 743ff9f19270b523a56bb6911830fa1339e573cc6b2f4b040738aeac96d864b2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a9114b502c22d5ba3bb6db78dcef5aca546b4fc621591683ef8c684b485ae6d2632235af4501be68ef54e0aabe319e3057e41790722508a51af273282ecbe12d
|
7
|
+
data.tar.gz: afab6c4c7c64a3920aa4044119d625f4c0b3a5518e4338592dabb718715cd1b52a50aeb8a9de6b1f64c1c50a89725501437ac02d65872693ed3d51818176f21e
|
@@ -10,10 +10,10 @@ require_relative 'location_group'
|
|
10
10
|
module DaVinciUSDrugFormularyTestKit
|
11
11
|
module USDFV201
|
12
12
|
class USDFTestSuite < Inferno::TestSuite
|
13
|
-
title '
|
13
|
+
title 'DaVinci US Drug Formulary v2.0.1'
|
14
14
|
short_title 'US Drug Formulary v2.0.1'
|
15
15
|
description %(
|
16
|
-
The
|
16
|
+
The DaVinci US Drug Formulary Test Kit tests systems for their
|
17
17
|
conformance to the [US Drug Formulary Implementation Guide](https://hl7.org/fhir/us/davinci-drug-formulary/STU2.0.1/).
|
18
18
|
|
19
19
|
## Instructions
|
@@ -83,6 +83,10 @@ module DaVinciUSDrugFormularyTestKit
|
|
83
83
|
{
|
84
84
|
label: 'Source Code',
|
85
85
|
url: 'https://github.com/inferno-framework/davinci-us-drug-formulary-test-kit'
|
86
|
+
},
|
87
|
+
{
|
88
|
+
label: 'Implementation Guide',
|
89
|
+
url: 'https://hl7.org/fhir/us/davinci-drug-formulary/STU2.0.1/'
|
86
90
|
}
|
87
91
|
]
|
88
92
|
|
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.9.
|
4
|
+
version: 0.9.1
|
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: 2024-
|
13
|
+
date: 2024-03-07 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: inferno_core
|