ipa_test_kit 0.3.2 → 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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 945ce3562f1f1060ff8d988707c68bb95cde704e9c348a37bba1abda2fa1f46c
|
4
|
+
data.tar.gz: 893c5039a39f2cdd5826df89c863da3db74e48bb350938ce9927dde5168cb417
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d09de324ee16de0ec5209ccdc4f00a5d4b44ea0617339c967bade5a3c2893ca14b9bbc90677c30c5f84ceed1f63d90ed6088cb9037d8284faad53d6ad14ab35c
|
7
|
+
data.tar.gz: 38dea822a4bdb40a6ca2c09b36330583b960da9cab107a4ba3fa83d3be02313a90fc3d56590c0ac1b33cda0c3a159bf9c145dbddbcbdb1137ce73c5f86b7cc48
|
@@ -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
|
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
|
data/lib/ipa_test_kit/version.rb
CHANGED
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.
|
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-
|
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.
|
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.
|
40
|
+
version: 0.3.0
|
41
41
|
- !ruby/object:Gem::Dependency
|
42
42
|
name: tls_test_kit
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|