bulk_data_test_kit 0.9.0 → 0.9.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 35fe284d715cfa81554188cf0d1c8e5d50680581c94393621d2b787244ed02dc
4
- data.tar.gz: 69db567ad4af83bfd3494ab56f330ed9ad2d850be0bf124f605de25e04941a6d
3
+ metadata.gz: 5a424d1d735769e086cdc0d0e0ad77973f026d8b1c91d77d3c22224e0218e93b
4
+ data.tar.gz: 7f584a2b2e1ae783a676e2010ea15a2de1844fe4bf40f3d6c180a51f675d421d
5
5
  SHA512:
6
- metadata.gz: e04ac154598f5efc1983c5e47bd97297ac4ccfc09ab67c97956a94741391e4ba41ce8274bd562a4387914e67d0a806f34d3d2841fd39b4917fcb11e58aacf027
7
- data.tar.gz: 4d6ebe6ffadcd7fa4ae76e7d67b0cd2098ce5d4badc3f659ebeadc72f0ad8eebd891d68b3ea13e4084a235c66863d7db51632366e65012d31dbadcdfd0b91e26
6
+ metadata.gz: d99ccc17f08ab8df4d3b16dcc016a1034c06507cdf53398782d7c8a3847680e668230a58aec7e5b937527809e3845683e60ce183861ffcfecae7a90265655426
7
+ data.tar.gz: 44267f7c7d5952c017933ad44a6347b5b0c03a86914506dcceb4c049d47f853464f02e229bfd10fdf2fc3c4b81edfa4a1e793c8eef8a54d3c0c036ee7671f06f
@@ -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.2'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
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.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Inferno Team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-02-15 00:00:00.000000000 Z
11
+ date: 2024-03-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bloomer
@@ -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
- - - '='
130
- - !ruby/object:Gem::Version
131
- version: 0.2.0
132
- type: :runtime
133
- prerelease: false
134
- version_requirements: !ruby/object:Gem::Requirement
135
- requirements:
136
- - - '='
137
- - !ruby/object:Gem::Version
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
- - - '='
129
+ - - "~>"
144
130
  - !ruby/object:Gem::Version
145
- version: 0.6.2
131
+ version: 0.2.1
146
132
  type: :runtime
147
133
  prerelease: false
148
134
  version_requirements: !ruby/object:Gem::Requirement
149
135
  requirements:
150
- - - '='
136
+ - - "~>"
151
137
  - !ruby/object:Gem::Version
152
- version: 0.6.2
138
+ version: 0.2.1
153
139
  - !ruby/object:Gem::Dependency
154
140
  name: database_cleaner-sequel
155
141
  requirement: !ruby/object:Gem::Requirement