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: 3fdb786000c21de4c30b2dff3a8e49399dd013b7355915c6cbefd5e6614571b4
4
- data.tar.gz: aeb9facea59395c4aaa4547a8224365a97d2632407fe0cfac5eb03a39cf0da5e
3
+ metadata.gz: 8d6b4a9ccf4297a309b64e061a13c0328bf7ff0a0050b54885dbc76b06070036
4
+ data.tar.gz: 743ff9f19270b523a56bb6911830fa1339e573cc6b2f4b040738aeac96d864b2
5
5
  SHA512:
6
- metadata.gz: 35af1690d08ec5418cf23dacc8b40e779beac29708e9b8f55aee6f85ea31730de14d4810d54b371287e96d39cf495772cc0e9278e0f19d350c98bfca9b118b78
7
- data.tar.gz: e94ed5bd8b74e2bf410a7d429dc3cb7b4bc14b9f55b4d1fd69cf30f6f32e3c7a38db8b7c2d50f389066d88a9a8c0885f7775712ab83dfac48df793bae1ee8fd6
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 'Da Vinci US Drug Formulary v2.0.1'
13
+ title 'DaVinci US Drug Formulary v2.0.1'
14
14
  short_title 'US Drug Formulary v2.0.1'
15
15
  description %(
16
- The Da Vinci US Drug Formulary Test Kit tests systems for their
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
 
@@ -49,7 +49,7 @@ module DaVinciUSDrugFormularyTestKit
49
49
  end
50
50
 
51
51
  def title
52
- "Da Vinci US Drug Formulary #{ig_metadata.ig_version}"
52
+ "DaVinci US Drug Formulary #{ig_metadata.ig_version}"
53
53
  end
54
54
 
55
55
  def short_title
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module DaVinciUSDrugFormularyTestKit
4
- VERSION = '0.9.0'
4
+ VERSION = '0.9.1'
5
5
  end
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.0
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-02-22 00:00:00.000000000 Z
13
+ date: 2024-03-07 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: inferno_core