at_home_in_vitro_test_kit 0.9.0 → 0.10.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/at_home_in_vitro_test_kit/http_request_group/bundle_validator_request_group.rb +1 -1
- data/lib/at_home_in_vitro_test_kit/manual_entry_group/bundle_validator_manual_entry.rb +1 -1
- data/lib/at_home_in_vitro_test_kit/version.rb +1 -1
- data/lib/at_home_in_vitro_test_kit.rb +3 -3
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6a5f49e737e91b2d25a8ad15c2152493232b2d69deab5990c55d5ae6a1d6144d
|
|
4
|
+
data.tar.gz: 3ef3671b287e826a930ba5bf574fa84c16f27d3c0fb62202523ccfa44b8507c1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 50972003a37e75ca432ae460acc473662411c52054936c287e38187ebd7bd252966ffdc728d196e679648f31d915957c22fa39ac5a787df785168a34970b5846
|
|
7
|
+
data.tar.gz: 8695cb0d5fd31bf7dea75a5143844923168f5be5362f302ac14fc07097edad305beb75dc6655d1db1e7c7334f472574adb1842c91036de610d9caa52e93be9bb
|
|
@@ -50,7 +50,7 @@ module AtHomeInVitroTestKit
|
|
|
50
50
|
* [Device](http://hl7.org/fhir/us/home-lab-report/StructureDefinition/Bundle-at-home-in-vitro-test)
|
|
51
51
|
* [DiagnosticSupport](http://hl7.org/fhir/us/home-lab-report/StructureDefinition/DiagnosticReport-at-home-in-vitro-results)
|
|
52
52
|
* [Observation -At-Home In-Vitro Test Result](http://hl7.org/fhir/us/home-lab-report/StructureDefinition/Observation-at-home-in-vitro-test-result)
|
|
53
|
-
* [Observation -
|
|
53
|
+
* [Observation -Patient Question Answer](http://hl7.org/fhir/us/home-lab-report/StructureDefinition/Observation-patient-question-answer)
|
|
54
54
|
* [Patient](http://hl7.org/fhir/us/home-lab-report/StructureDefinition/Patient-at-home-in-vitro-test)
|
|
55
55
|
* [Specimen](http://hl7.org/fhir/us/home-lab-report/StructureDefinition/Specimen-at-home-in-vitro-test)
|
|
56
56
|
)
|
|
@@ -42,7 +42,7 @@ module AtHomeInVitroTestKit
|
|
|
42
42
|
* [Device](http://hl7.org/fhir/us/home-lab-report/StructureDefinition/Bundle-at-home-in-vitro-test)
|
|
43
43
|
* [DiagnosticSupport](http://hl7.org/fhir/us/home-lab-report/StructureDefinition/DiagnosticReport-at-home-in-vitro-results)
|
|
44
44
|
* [Observation -At-Home In-Vitro Test Result](http://hl7.org/fhir/us/home-lab-report/StructureDefinition/Observation-at-home-in-vitro-test-result)
|
|
45
|
-
* [Observation -
|
|
45
|
+
* [Observation -Patient Question Answer](http://hl7.org/fhir/us/home-lab-report/StructureDefinition/Observation-patient-question-answer)
|
|
46
46
|
* [Patient](http://hl7.org/fhir/us/home-lab-report/StructureDefinition/Patient-at-home-in-vitro-test)
|
|
47
47
|
* [Specimen](http://hl7.org/fhir/us/home-lab-report/StructureDefinition/Specimen-at-home-in-vitro-test)
|
|
48
48
|
|
|
@@ -8,11 +8,11 @@ module AtHomeInVitroTestKit
|
|
|
8
8
|
description 'An Inferno Test Kit used for validating At-Home In-Vitro FHIR Bundles and their entry resources.'
|
|
9
9
|
|
|
10
10
|
# All FHIR validation requsets will use this FHIR validator
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
url ENV.fetch('VALIDATOR_URL', 'http://validator_service:4567')
|
|
11
|
+
fhir_resource_validator do
|
|
12
|
+
igs 'hl7.fhir.us.home-lab-report#1.0.0'
|
|
14
13
|
|
|
15
14
|
exclude_message do |message|
|
|
15
|
+
message.message.match?(/\A\S+: \S+: URL value '.*' does not resolve/) ||
|
|
16
16
|
(message.type == 'warning' &&
|
|
17
17
|
message.message.match?(/Global Profile reference .* could not be resolved, so has not been checked/)) ||
|
|
18
18
|
(message.type == 'info' && message.message.match?(/.* This element does not match any known slice defined in the profile .*/))
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: at_home_in_vitro_test_kit
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.10.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Inferno Team
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2024-06-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: inferno_core
|
|
@@ -16,14 +16,14 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - "~>"
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 0.4.
|
|
19
|
+
version: 0.4.37
|
|
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: 0.4.
|
|
26
|
+
version: 0.4.37
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: database_cleaner-sequel
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|