davinci_plan_net_test_kit 0.9.0 → 0.9.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 68ea88e3e97722a4a8818064c4e4017539234c347547eb3cf692a56eda5b9886
4
- data.tar.gz: fb4302ec46c04468aebc274ae8619145262abc9d8f69b70be32d30347da53c0e
3
+ metadata.gz: abd186357f2e4f65300b10d498996e9b8b79b06e0beb2fc47b4cf7a1efb87d85
4
+ data.tar.gz: 89dfd1c65b54a9f402895d8f29ce2fa13482cff9f0ec0de92e24e59d7ab975bd
5
5
  SHA512:
6
- metadata.gz: 6c31579b93ca24c3a688af1457952ce9bc9652a21e00bbc72f46bda869a9e7f891a47123e7629b7abcf6c4b3f6d86e399a91616a1d2e5da73d1f9ac36ec0c950
7
- data.tar.gz: 9dd6007cfa1aa69e03e33ae43366baf33ff890e2cdeab2988e1b118a316663c75de3aa756e8a53cb0c04d8071f2aabe6938aa15386043cc87e0031258a728282
6
+ metadata.gz: 384fc19006044d2124a14a25db4537afe3d960aa35134f55f1512c65c889f8fcb85a426fdbc32d74f08cce7bd926bcd6b0732002654af26c16ff801ab2429246
7
+ data.tar.gz: 6a840a4dc32ed716ca96a76f0e4cc0da8d8fc15dd2adce0cd4b64d161ccae100fb579df0ad5c13ee40250f473a50152c9403f7b74e656094a51e1e745e3dd236
@@ -53,7 +53,8 @@ module DaVinciPlanNetTestKit
53
53
  you can use the publicly available reference implementation available at URL
54
54
  https://plan-net-ri.davinci.hl7.org/fhir. Select this endpoint by using that URL as the
55
55
  "FHIR Endpoint (required)" input or prepopulating it by selecting the
56
- `Da Vinci Plan Net Reference Server` preset in the upper left.
56
+ `Da Vinci Plan Net Reference Server` preset in the upper left. Note that this
57
+ system is not currently expected to pass all of the tests.
57
58
 
58
59
  The feedback provided may require
59
60
  - Configuration updates (see *Test Configuration Details* below) to better guide Inferno's test execution.
@@ -172,6 +173,10 @@ module DaVinciPlanNetTestKit
172
173
  {
173
174
  label: 'Source Code',
174
175
  url: 'https://github.com/inferno-framework/davinci-plan-net-test-kit'
176
+ },
177
+ {
178
+ label: 'Implementation Guide',
179
+ url: 'https://hl7.org/fhir/us/davinci-pdex-plan-net/STU1.1'
175
180
  }
176
181
  ]
177
182
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module DaVinciPlanNetTestKit
4
- VERSION = '0.9.0'
4
+ VERSION = '0.9.1'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: davinci_plan_net_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
  - Karl Naden
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-02-22 00:00:00.000000000 Z
11
+ date: 2024-03-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: inferno_core