ipa_test_kit 0.3.1 → 0.3.3

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: 26d2100139c78bea01e6a500b4a463295ef75d77dceaed3dad510d90729e96f6
4
- data.tar.gz: dcf28bfd481aaef1487d85d946c5e45388b2ce9571a2910155aca6c5cb577ba5
3
+ metadata.gz: 945ce3562f1f1060ff8d988707c68bb95cde704e9c348a37bba1abda2fa1f46c
4
+ data.tar.gz: 893c5039a39f2cdd5826df89c863da3db74e48bb350938ce9927dde5168cb417
5
5
  SHA512:
6
- metadata.gz: f4f09bdf7b1ff068c0f4cc5b0daf5247b07ac34391eaffc318ac0c7e4bc7543e2df077cd317f386326f2d0b104a15f74b171ecd3bfb9f393b4630dac20e52ec0
7
- data.tar.gz: d8e48ea7314646239747bb3dd0d5a5a052e9c62c699a3c3abbcedf886430aec711c7fb960e5d92f3680972e3485a0d30ceefdbe22ee6bf51f7478fdb13145d34
6
+ metadata.gz: d09de324ee16de0ec5209ccdc4f00a5d4b44ea0617339c967bade5a3c2893ca14b9bbc90677c30c5f84ceed1f63d90ed6088cb9037d8284faad53d6ad14ab35c
7
+ data.tar.gz: 38dea822a4bdb40a6ca2c09b36330583b960da9cab107a4ba3fa83d3be02313a90fc3d56590c0ac1b33cda0c3a159bf9c145dbddbcbdb1137ce73c5f86b7cc48
@@ -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"
@@ -26,7 +26,7 @@ module IpaTestKit
26
26
  short_title 'IPA v1.0.0'
27
27
  description %(
28
28
  This test suite evaluates the ability of a system to support applications
29
- acting on behalf of patients to access clinical records using a FHIR R4 API
29
+ acting on behalf of patients to access clinical records using an HL7® FHIR® R4 API
30
30
  in accordance to the [International Patient Access Implementation Guide (IPA IG)](https://www.hl7.org/fhir/uv/ipa/).
31
31
 
32
32
  It accomplishes this by simulating requests performed by a realistic IPA Requestor
@@ -1,3 +1,3 @@
1
1
  module IpaTestKit
2
- VERSION = '0.3.1'
2
+ VERSION = '0.3.3'
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.1
4
+ version: 0.3.3
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-05-03 00:00:00.000000000 Z
11
+ date: 2023-08-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: inferno_core
@@ -30,14 +30,14 @@ dependencies:
30
30
  requirements:
31
31
  - - "~>"
32
32
  - !ruby/object:Gem::Version
33
- version: 0.2.2
33
+ version: 0.3.0
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.2.2
40
+ version: 0.3.0
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: tls_test_kit
43
43
  requirement: !ruby/object:Gem::Requirement