shc_vaccination_test_kit 0.1.0 → 0.2.0
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 +4 -4
- data/lib/covid19_vci/version.rb +1 -1
- data/lib/shc_vaccination_test_kit.rb +16 -0
- metadata +9 -9
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: dbdd993ca6764d4b7b4137f21c6b03b5abff56ebe630ec9306b76c824ecdc1da
|
|
4
|
+
data.tar.gz: 893338ec3107db24033fff60c9f0a0f86d77768654ccdb7e49d983df6b6c605f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5d2fbb5473a7e8f2601311785779ae06e440e91523431be44f0c528b6ee1640e617b16f61d138c5dcf2201c2207da6e29b2acfa263d2ec8000d0f2bbf97607a4
|
|
7
|
+
data.tar.gz: 6f5ac3f76f69479159ca387f0fa0fb76676a061bc2c360b122e0011413cdc9342625b3da1e7f4f64ea31386fbe8837d8f5afb042539742ad4179d2870f500614
|
data/lib/covid19_vci/version.rb
CHANGED
|
@@ -6,6 +6,22 @@ module Covid19VCI
|
|
|
6
6
|
class Suite < Inferno::TestSuite
|
|
7
7
|
id 'c19-vci'
|
|
8
8
|
title 'SMART Health Cards: Vaccination & Testing'
|
|
9
|
+
description %(
|
|
10
|
+
This test suite evaluates the ability of a system to provide
|
|
11
|
+
access to [SMART Health Cards](https://smarthealth.cards/) via file download or HL7® FHIR® API.
|
|
12
|
+
)
|
|
13
|
+
|
|
14
|
+
VALIDATION_MESSAGE_FILTERS = [
|
|
15
|
+
/\A\S+: \S+: URL value '.*' does not resolve/,
|
|
16
|
+
].freeze
|
|
17
|
+
|
|
18
|
+
fhir_resource_validator do
|
|
19
|
+
igs 'igs/hl7.fhir.uv.smarthealthcards-vaccination-0.5.0-rc.tgz'
|
|
20
|
+
|
|
21
|
+
exclude_message do |message|
|
|
22
|
+
VALIDATION_MESSAGE_FILTERS.any? { |filter| filter.match? message.message }
|
|
23
|
+
end
|
|
24
|
+
end
|
|
9
25
|
|
|
10
26
|
group from: :vci_file_download
|
|
11
27
|
group from: :vci_fhir_operation
|
metadata
CHANGED
|
@@ -1,43 +1,43 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: shc_vaccination_test_kit
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.2.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Stephen MacVicar
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2024-06-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: health_cards
|
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
|
16
16
|
requirements:
|
|
17
|
-
- -
|
|
17
|
+
- - '='
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version:
|
|
19
|
+
version: 0.0.2
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
|
-
- -
|
|
24
|
+
- - '='
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version:
|
|
26
|
+
version: 0.0.2
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: inferno_core
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
30
30
|
requirements:
|
|
31
31
|
- - ">="
|
|
32
32
|
- !ruby/object:Gem::Version
|
|
33
|
-
version: 0.4.
|
|
33
|
+
version: 0.4.37
|
|
34
34
|
type: :runtime
|
|
35
35
|
prerelease: false
|
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
|
37
37
|
requirements:
|
|
38
38
|
- - ">="
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
|
-
version: 0.4.
|
|
40
|
+
version: 0.4.37
|
|
41
41
|
- !ruby/object:Gem::Dependency
|
|
42
42
|
name: database_cleaner-sequel
|
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -132,7 +132,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
132
132
|
- !ruby/object:Gem::Version
|
|
133
133
|
version: '0'
|
|
134
134
|
requirements: []
|
|
135
|
-
rubygems_version: 3.
|
|
135
|
+
rubygems_version: 3.5.9
|
|
136
136
|
signing_key:
|
|
137
137
|
specification_version: 4
|
|
138
138
|
summary: 'A collection of tests for the SMART Health Cards: Vaccination & Testing
|