ipa_test_kit 0.3.0 → 0.3.2

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: e6c810542f53d1c988b36fb0ea71c09eb5727a1811bf435bacb6c949ef35fb7e
4
- data.tar.gz: b270518e8bc6b69430ae152c846a2896cbae826bc9cfe4eff6a4dd63a5b69f59
3
+ metadata.gz: 467592fdb52acb82489775fc02562b512db99f8779bb3d5987a0ba5b3e2a4fcf
4
+ data.tar.gz: 6b8656a4f631f886abef61e88b900dfcceb53fd7fa5c32394027286c0caa4759
5
5
  SHA512:
6
- metadata.gz: a233b070feb0ace389398e773df6cf053aba721902c97b180b4e1867d714d1d833f9bf1756469bb4af0ba84ce2c9a019f6437939d12b62675234cf1027a748c5
7
- data.tar.gz: d38ed58edf9f6593e88197c0ec0d22f03a40b33642601b7906473f724a86652483f1cd43daba6f55561959b604a7d1288d19581b2dc85e7f9c626e770ac6d80f
6
+ metadata.gz: 9806d3308c5bc2805b470c8ae7430f2d4c64c84d6af4211702435e979e3bb1c4f118062fd186a5e3c8a6f005cc3855ce73f3ba4a4cd3cdd3a5c6fddb0bd17d2c
7
+ data.tar.gz: 6d86c39f59af33cb575090bea112582d281ca1370e05a7c3e2ab3869f48b790a5afdfa5276d426346a2662bc4ab98ce6485df24bd5d92aaf2ac1ef32fd9c1e25
@@ -12,7 +12,7 @@ module IpaTestKit
12
12
  run do
13
13
  assert_resource_type(:capability_statement)
14
14
 
15
- ig_url = 'http://hl7.org/fhir/uv/ipa/CapabilityStatement/ipa'
15
+ ig_url = 'http://hl7.org/fhir/uv/ipa/CapabilityStatement/ipa-server'
16
16
 
17
17
  assert resource.instantiates.include?(ig_url),
18
18
  "The server does not advertise support for the IPA IG by including `#{ig_url}` in the `instantiates` field"
@@ -2709,7 +2709,6 @@
2709
2709
  :mandatory_elements:
2710
2710
  - Patient.identifier
2711
2711
  - Patient.identifier.value
2712
- - Patient.name
2713
2712
  - Patient.communication.language
2714
2713
  - Patient.link.other
2715
2714
  - Patient.link.type
@@ -184,7 +184,6 @@
184
184
  :mandatory_elements:
185
185
  - Patient.identifier
186
186
  - Patient.identifier.value
187
- - Patient.name
188
187
  - Patient.communication.language
189
188
  - Patient.link.other
190
189
  - Patient.link.type
Binary file
@@ -1,3 +1,3 @@
1
1
  module IpaTestKit
2
- VERSION = '0.3.0'
2
+ VERSION = '0.3.2'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ipa_test_kit
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Inferno Core Team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-02-23 00:00:00.000000000 Z
11
+ date: 2023-05-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: inferno_core