at_home_in_vitro_test_kit 0.9.0 → 0.10.0

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: d7691ac7963c02fe0f3656c2a6f18f651ad0b1a95989d4ef45471d196a50e5e5
4
- data.tar.gz: 05f30cca8bfd677f4d70df8b054ba45fadaa7364b8c8d98cdc82c1d89f3ad95b
3
+ metadata.gz: 6a5f49e737e91b2d25a8ad15c2152493232b2d69deab5990c55d5ae6a1d6144d
4
+ data.tar.gz: 3ef3671b287e826a930ba5bf574fa84c16f27d3c0fb62202523ccfa44b8507c1
5
5
  SHA512:
6
- metadata.gz: 49254dc89fb76c6d30f6411b7585b15e526e3e92ccaa1ce6f68eb697a819b50334679b974a551237322679baccf7a6f16bca36c4a52fac9e994485ae65b38929
7
- data.tar.gz: 228279543a5ef794a30d7b7168f0a923c533e28478d051fb143809420d3ca2dba36aa5f2106673d862ab162193e48b925626ef6ab1b93eb3617b4348ac026bbf
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 -Pateint Question Answer](http://hl7.org/fhir/us/home-lab-report/StructureDefinition/Observation-patient-question-answer)
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 -Pateint Question Answer](http://hl7.org/fhir/us/home-lab-report/StructureDefinition/Observation-patient-question-answer)
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
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module AtHomeInVitroTestKit
4
- VERSION = '0.9.0'
4
+ VERSION = '0.10.0'
5
5
  end
@@ -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
- validator do
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.9.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: 2023-05-04 00:00:00.000000000 Z
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.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.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