at_home_in_vitro_test_kit 0.9.0 → 0.11.0
Sign up to get free protection for your applications and to get access to all the features.
- 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: dfca19847ef26747f80b2ea3a5125667c4325c9e0e62711de86d060b1b7febdc
|
4
|
+
data.tar.gz: de24503e85895337fda9fd1372f83bcb69188a80c3fbb55f10cae5a5267cc335
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 302418bce1665da423701c69ae10d0bb1390bca902331130414a54a228cb1a526b5ff72c0f10844d09233960f192c7ca6ba9ade94f555d7e48b5feb700aa4303
|
7
|
+
data.tar.gz: b7674a095b5d7897a63c1f2f203bb6a604bee6d3af37519b1f94e7375c64f58d1c8e1af0674b010de2912933d41a22e1237a350e940c524e742c7db06b689bcf
|
@@ -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.11.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-11-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.
|
19
|
+
version: 0.5.0
|
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.
|
26
|
+
version: 0.5.0
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: database_cleaner-sequel
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|