davinci_dtr_test_kit 0.14.0 → 0.14.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 714c3c65e729c520080f2b112a538d123474b6193f858c1ca1a6a8a6fd018f04
|
|
4
|
+
data.tar.gz: 5d54ba3e7347d18042a9a846003bf9ad7d99082f1a7305882c71057dd4afbc9f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9c14456cfef4db2b3e03b6828b8e7d605244e9fbe97965fcb60cc08489556604b89cc959810d8c14b3af4b420241230f9d7604c017760e6243ac0e561b5d0d32
|
|
7
|
+
data.tar.gz: b3d0f57301297c25ace0548a1f9dfe561610dab10b24841d38a68122adc43b822def90c1edcd22499831a47aed3609331e024ae9029d0b132c337c956176f052
|
|
@@ -24,6 +24,10 @@ The DTR IG is a complex specification and these tests currently validate conform
|
|
|
24
24
|
a subset of IG requirements. Future versions of the test suite will test further
|
|
25
25
|
features.
|
|
26
26
|
|
|
27
|
+
Specific limitations include:
|
|
28
|
+
- *SMART Launch `fhirContext`*: Inferno does not currently verify the use of `fhirContext` to convey details
|
|
29
|
+
about the DTR SMART App launch.
|
|
30
|
+
|
|
27
31
|
## DTR 2.0.1 Corrections
|
|
28
32
|
|
|
29
33
|
The DTR 2.0.1 version of the [Light EHR CapabilityStatement](http://hl7.org/fhir/us/davinci-dtr/CapabilityStatement/light-dtr-ehr) includes two pieces of missing or misleading information that have been corrected:
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: davinci_dtr_test_kit
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.14.
|
|
4
|
+
version: 0.14.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Karl Naden
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2024-12-
|
|
13
|
+
date: 2024-12-09 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: inferno_core
|
|
@@ -58,28 +58,28 @@ dependencies:
|
|
|
58
58
|
name: tls_test_kit
|
|
59
59
|
requirement: !ruby/object:Gem::Requirement
|
|
60
60
|
requirements:
|
|
61
|
-
- -
|
|
61
|
+
- - "~>"
|
|
62
62
|
- !ruby/object:Gem::Version
|
|
63
63
|
version: 0.2.2
|
|
64
64
|
type: :runtime
|
|
65
65
|
prerelease: false
|
|
66
66
|
version_requirements: !ruby/object:Gem::Requirement
|
|
67
67
|
requirements:
|
|
68
|
-
- -
|
|
68
|
+
- - "~>"
|
|
69
69
|
- !ruby/object:Gem::Version
|
|
70
70
|
version: 0.2.2
|
|
71
71
|
- !ruby/object:Gem::Dependency
|
|
72
72
|
name: us_core_test_kit
|
|
73
73
|
requirement: !ruby/object:Gem::Requirement
|
|
74
74
|
requirements:
|
|
75
|
-
- -
|
|
75
|
+
- - "~>"
|
|
76
76
|
- !ruby/object:Gem::Version
|
|
77
77
|
version: 0.9.0
|
|
78
78
|
type: :runtime
|
|
79
79
|
prerelease: false
|
|
80
80
|
version_requirements: !ruby/object:Gem::Requirement
|
|
81
81
|
requirements:
|
|
82
|
-
- -
|
|
82
|
+
- - "~>"
|
|
83
83
|
- !ruby/object:Gem::Version
|
|
84
84
|
version: 0.9.0
|
|
85
85
|
description: Test Kit for the Da Vinci Documentation Templates and Rules (DTR) FHIR
|
|
@@ -255,7 +255,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
255
255
|
- !ruby/object:Gem::Version
|
|
256
256
|
version: '0'
|
|
257
257
|
requirements: []
|
|
258
|
-
rubygems_version: 3.
|
|
258
|
+
rubygems_version: 3.5.23
|
|
259
259
|
signing_key:
|
|
260
260
|
specification_version: 4
|
|
261
261
|
summary: Da Vinci DTR Test Kit
|