davinci_plan_net_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: abd186357f2e4f65300b10d498996e9b8b79b06e0beb2fc47b4cf7a1efb87d85
|
4
|
+
data.tar.gz: 89dfd1c65b54a9f402895d8f29ce2fa13482cff9f0ec0de92e24e59d7ab975bd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
|
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.
|
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-
|
11
|
+
date: 2024-03-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: inferno_core
|