bulk_data_test_kit 0.9.0 → 0.9.1

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: 35fe284d715cfa81554188cf0d1c8e5d50680581c94393621d2b787244ed02dc
4
- data.tar.gz: 69db567ad4af83bfd3494ab56f330ed9ad2d850be0bf124f605de25e04941a6d
3
+ metadata.gz: 1725654ca7ec84b33fc554c7d50d738d989de8551cfd7b9f0aa398de37f99820
4
+ data.tar.gz: c65617fe421556293dd497072049fce74943278691d8e5755d26584267529b79
5
5
  SHA512:
6
- metadata.gz: e04ac154598f5efc1983c5e47bd97297ac4ccfc09ab67c97956a94741391e4ba41ce8274bd562a4387914e67d0a806f34d3d2841fd39b4917fcb11e58aacf027
7
- data.tar.gz: 4d6ebe6ffadcd7fa4ae76e7d67b0cd2098ce5d4badc3f659ebeadc72f0ad8eebd891d68b3ea13e4084a235c66863d7db51632366e65012d31dbadcdfd0b91e26
6
+ metadata.gz: 7f1afd2bb0d7f177e6d3994e2086b0da92d06b428a163c5e23ecf565c2e1835834e08e247913c577be4ad79004bf5c79955709362862cf2d6fc02edd68578c27
7
+ data.tar.gz: f025524288d39cd82fe40e43d843fb0e1570261ada76271aec4d0813218094556d19ea32460b6baae39367ff14673d30579ba8dec3d538c356562abe4e604de7
@@ -97,12 +97,12 @@ module BulkDataTestKit
97
97
  )
98
98
 
99
99
  description %(
100
- The Bulk Data Access Test Kit is a testing tool that will demonstrate
101
- the ability to exporting bulk data from a FHIR server to a
102
- pre-authorized client following the criterion from the [FHIR Bulk Data
103
- Access IG](http://hl7.org/fhir/uv/bulkdata/STU1.0.1).
104
100
 
105
- This test kit is split into three different types of bulk data export:
101
+ The Bulk Data Access v1.0.1 suite validates the conformance of a FHIR®
102
+ server to the [FHIR Bulk Data Access
103
+ IG STU1.0.1](http://hl7.org/fhir/uv/bulkdata/STU1.0.1).
104
+
105
+ This test suite is split into three different types of bulk data export:
106
106
 
107
107
  - All Patients: FHIR Operation to obtain a detailed set of FHIR
108
108
  resources of diverse resource types pertaining to all patients
@@ -112,7 +112,7 @@ module BulkDataTestKit
112
112
  - System Level Export: FHIR Operation to export data from a FHIR
113
113
  server, whether or not it is associated with a patient
114
114
 
115
- This test kit uses [Backend Services
115
+ This test suite uses [Backend Services
116
116
  Authorization](http://hl7.org/fhir/uv/bulkdata/STU1.0.1/authorization/index.html)
117
117
  to obtain an access token from the server. After authorization, a group
118
118
  level, patient level, and system level bulk data export request is
@@ -13,15 +13,15 @@ module BulkDataTestKit
13
13
  links [
14
14
  {
15
15
  label: 'Report Issue',
16
- url: 'https://github.com/onc-healthit/bulk_data_test_kit/issues/'
16
+ url: 'https://github.com/inferno-framework/bulk-data-test-kit/issues/'
17
17
  },
18
18
  {
19
19
  label: 'Open Source',
20
- url: 'https://github.com/onc-healthit/bulk_data_test_kit/'
20
+ url: 'https://github.com/inferno-framework/bulk-data-test-kit/'
21
21
  },
22
22
  {
23
23
  label: 'Download',
24
- url: 'https://github.com/onc-healthit/bulk_data_test_kit/releases'
24
+ url: 'https://github.com/inferno-framework/bulk-data-test-kit/releases'
25
25
  }
26
26
  ]
27
27
 
@@ -97,12 +97,11 @@ module BulkDataTestKit
97
97
  )
98
98
 
99
99
  description %(
100
- The Bulk Data Access Test Kit is a testing tool that will demonstrate
101
- the ability to exporting bulk data from a FHIR server to a
102
- pre-authorized client following the criterion from the [FHIR Bulk Data
103
- Access IG](http://build.fhir.org/ig/HL7/bulk-data).
100
+ The Bulk Data Access v2.0.0 suite validates the conformance of a FHIR®
101
+ server to the [FHIR Bulk Data Access
102
+ IG STU2](http://hl7.org/fhir/uv/bulkdata/STU2).
104
103
 
105
- This test kit is split into three different types of bulk data export:
104
+ This test suite is split into three different types of bulk data export:
106
105
  - All Patients: FHIR Operation to obtain a detailed set of FHIR resources
107
106
  of diverse resource types pertaining to all patients
108
107
  - Group of Patients: FHIR Operation to obtain a detailed set of FHIR
@@ -111,7 +110,7 @@ module BulkDataTestKit
111
110
  - System Level Export: FHIR Operation to export data from a FHIR server,
112
111
  whether or not it is associated with a patient
113
112
 
114
- This test kit uses [Backend Services
113
+ This test suite uses [Backend Services
115
114
  Authorization](https://www.hl7.org/fhir/smart-app-launch/backend-services.html)
116
115
  to obtain an access token from the server. After authorization, a group
117
116
  level, patient level, and system level bulk data export request is
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module BulkDataTestKit
4
- VERSION = '0.9.0'
4
+ VERSION = '0.9.1'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bulk_data_test_kit
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ version: 0.9.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Inferno Team
@@ -112,44 +112,30 @@ dependencies:
112
112
  name: smart_app_launch_test_kit
113
113
  requirement: !ruby/object:Gem::Requirement
114
114
  requirements:
115
- - - '='
115
+ - - "~>"
116
116
  - !ruby/object:Gem::Version
117
117
  version: 0.4.1
118
118
  type: :runtime
119
119
  prerelease: false
120
120
  version_requirements: !ruby/object:Gem::Requirement
121
121
  requirements:
122
- - - '='
122
+ - - "~>"
123
123
  - !ruby/object:Gem::Version
124
124
  version: 0.4.1
125
125
  - !ruby/object:Gem::Dependency
126
126
  name: tls_test_kit
127
127
  requirement: !ruby/object:Gem::Requirement
128
128
  requirements:
129
- - - '='
129
+ - - "~>"
130
130
  - !ruby/object:Gem::Version
131
131
  version: 0.2.0
132
132
  type: :runtime
133
133
  prerelease: false
134
134
  version_requirements: !ruby/object:Gem::Requirement
135
135
  requirements:
136
- - - '='
136
+ - - "~>"
137
137
  - !ruby/object:Gem::Version
138
138
  version: 0.2.0
139
- - !ruby/object:Gem::Dependency
140
- name: us_core_test_kit
141
- requirement: !ruby/object:Gem::Requirement
142
- requirements:
143
- - - '='
144
- - !ruby/object:Gem::Version
145
- version: 0.6.2
146
- type: :runtime
147
- prerelease: false
148
- version_requirements: !ruby/object:Gem::Requirement
149
- requirements:
150
- - - '='
151
- - !ruby/object:Gem::Version
152
- version: 0.6.2
153
139
  - !ruby/object:Gem::Dependency
154
140
  name: database_cleaner-sequel
155
141
  requirement: !ruby/object:Gem::Requirement