bulk_data_test_kit 0.12.1 → 0.12.3

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.
Files changed (59) hide show
  1. checksums.yaml +4 -4
  2. data/lib/bulk_data_test_kit/requirements/bulk_data_test_kit_requirements.csv +959 -0
  3. data/lib/bulk_data_test_kit/requirements/generated/bulk_data_v101_requirements_coverage.csv +342 -0
  4. data/lib/bulk_data_test_kit/requirements/generated/bulk_data_v200_client_requirements_coverage.csv +113 -0
  5. data/lib/bulk_data_test_kit/requirements/generated/bulk_data_v200_requirements_coverage.csv +473 -0
  6. data/lib/bulk_data_test_kit/requirements/hl7.fhir.uv.bulkdata_1.0.0_reqs.xlsx +0 -0
  7. data/lib/bulk_data_test_kit/requirements/hl7.fhir.uv.bulkdata_2.0.0_reqs.xlsx +0 -0
  8. data/lib/bulk_data_test_kit/v1.0.1/bulk_data_export_cancel_test.rb +3 -0
  9. data/lib/bulk_data_test_kit/v1.0.1/bulk_data_export_kick_off_test.rb +4 -0
  10. data/lib/bulk_data_test_kit/v1.0.1/bulk_data_export_operation_support_test.rb +1 -1
  11. data/lib/bulk_data_test_kit/v1.0.1/bulk_data_no_auth_test.rb +2 -0
  12. data/lib/bulk_data_test_kit/v1.0.1/bulk_data_output_check_test.rb +8 -0
  13. data/lib/bulk_data_test_kit/v1.0.1/bulk_data_status_check_test.rb +17 -0
  14. data/lib/bulk_data_test_kit/v1.0.1/bulk_data_test_suite.rb +16 -0
  15. data/lib/bulk_data_test_kit/v1.0.1/bulk_data_valid_resources_test.rb +4 -0
  16. data/lib/bulk_data_test_kit/v1.0.1/group/bulk_data_group_export_group.rb +4 -1
  17. data/lib/bulk_data_test_kit/v1.0.1/patient/bulk_data_patient_export_group.rb +3 -0
  18. data/lib/bulk_data_test_kit/v1.0.1/system_export/bulk_data_system_export_group.rb +3 -0
  19. data/lib/bulk_data_test_kit/v2.0.0/bulk_data_export_cancel_test.rb +4 -0
  20. data/lib/bulk_data_test_kit/v2.0.0/bulk_data_group_export_test_group.rb +48 -2
  21. data/lib/bulk_data_test_kit/v2.0.0/bulk_data_group_outputFormat_param_test.rb +6 -0
  22. data/lib/bulk_data_test_kit/v2.0.0/bulk_data_group_since_param_test.rb +3 -0
  23. data/lib/bulk_data_test_kit/v2.0.0/bulk_data_patient_export_test_group.rb +48 -2
  24. data/lib/bulk_data_test_kit/v2.0.0/bulk_data_since_param_test.rb +3 -1
  25. data/lib/bulk_data_test_kit/v2.0.0/bulk_data_smart_backend_services_v200_group.rb +1 -0
  26. data/lib/bulk_data_test_kit/v2.0.0/bulk_data_system_export_test_group.rb +46 -2
  27. data/lib/bulk_data_test_kit/v2.0.0/bulk_data_test_suite.rb +16 -0
  28. data/lib/bulk_data_test_kit/v2.0.0/group/bulk_data_group_export_cancel_group.rb +4 -0
  29. data/lib/bulk_data_test_kit/v2.0.0/patient/bulk_data_patient_export_cancel_group.rb +4 -0
  30. data/lib/bulk_data_test_kit/v2.0.0/patient/bulk_data_patient_export_parameters_group.rb +2 -1
  31. data/lib/bulk_data_test_kit/v2.0.0/system_export/bulk_data_system_export_cancel_group.rb +4 -0
  32. data/lib/bulk_data_test_kit/v2.0.0/system_export/bulk_data_system_export_parameters_group.rb +4 -2
  33. data/lib/bulk_data_test_kit/v2.0.0_client/bulk_data_client_auth_verification_group.rb +20 -0
  34. data/lib/bulk_data_test_kit/v2.0.0_client/bulk_data_client_delete_test.rb +0 -2
  35. data/lib/bulk_data_test_kit/v2.0.0_client/bulk_data_client_output_test.rb +0 -2
  36. data/lib/bulk_data_test_kit/v2.0.0_client/bulk_data_client_registration_group.rb +13 -0
  37. data/lib/bulk_data_test_kit/v2.0.0_client/bulk_data_client_status_test.rb +0 -2
  38. data/lib/bulk_data_test_kit/v2.0.0_client/bulk_data_client_test_suite.rb +25 -3
  39. data/lib/bulk_data_test_kit/v2.0.0_client/bulk_data_client_token_verification_test.rb +14 -0
  40. data/lib/bulk_data_test_kit/v2.0.0_client/bulk_data_client_wait_test.rb +11 -4
  41. data/lib/bulk_data_test_kit/v2.0.0_client/docs/suite_description.md +39 -11
  42. data/lib/bulk_data_test_kit/v2.0.0_client/endpoints/delete.rb +6 -1
  43. data/lib/bulk_data_test_kit/v2.0.0_client/endpoints/kick_off.rb +17 -5
  44. data/lib/bulk_data_test_kit/v2.0.0_client/endpoints/output.rb +6 -1
  45. data/lib/bulk_data_test_kit/v2.0.0_client/endpoints/status.rb +6 -1
  46. data/lib/bulk_data_test_kit/v2.0.0_client/tags.rb +1 -0
  47. data/lib/bulk_data_test_kit/v2.0.0_client/urls.rb +7 -3
  48. data/lib/bulk_data_test_kit/version.rb +2 -2
  49. data/lib/bulk_data_test_kit.rb +0 -1
  50. metadata +30 -17
  51. data/lib/bulk_data_test_kit/requirements/bulk-data-test-kit_out_of_scope_requirements.csv +0 -1
  52. data/lib/bulk_data_test_kit/requirements/bulk-data-test-kit_requirements.csv +0 -465
  53. data/lib/bulk_data_test_kit/requirements/generated/bulk-data-test-kit_requirements_coverage.csv +0 -442
  54. data/lib/inferno_requirements_tools/ext/inferno_core/runnable.rb +0 -22
  55. data/lib/inferno_requirements_tools/rake/rakefile_template +0 -37
  56. data/lib/inferno_requirements_tools/tasks/collect_requirements.rb +0 -233
  57. data/lib/inferno_requirements_tools/tasks/requirements_coverage.rb +0 -283
  58. data/lib/requirements_config.yaml +0 -14
  59. data/lib/template_requirements_config.yaml +0 -11
@@ -0,0 +1,14 @@
1
+ require 'smart_app_launch_test_kit'
2
+
3
+ module BulkDataTestKit
4
+ module BulkDataV200Client
5
+ class BulkClientDataTokenSMARTConfidentialAsymmetricVerification <
6
+ SMARTAppLaunch::SMARTClientTokenRequestBackendServicesConfidentialAsymmetricVerification
7
+ id :bulk_data_client_token_smart_bsca_verification
8
+
9
+ def client_suite_id
10
+ BulkDataClientTestSuite.id
11
+ end
12
+ end
13
+ end
14
+ end
@@ -13,11 +13,17 @@ module BulkDataTestKit
13
13
 
14
14
  id :bulk_data_client_wait
15
15
 
16
- input :access_token, :export_type, :group_id
16
+ input :client_id,
17
+ title: 'Client Id',
18
+ type: 'text',
19
+ optional: true,
20
+ locked: true,
21
+ description: SMARTAppLaunch::INPUT_CLIENT_ID_DESCRIPTION_LOCKED
22
+ input :export_type, :group_id
17
23
 
18
24
  run do
19
25
  wait(
20
- identifier: access_token,
26
+ identifier: client_id,
21
27
  message: %(
22
28
  Perform a **#{export_type}** endpoint type bulk export kick-off using the following base URL:
23
29
 
@@ -25,7 +31,8 @@ module BulkDataTestKit
25
31
 
26
32
  #{export_type == GROUP_EXPORT_TYPE ? "Ensure the Group ID is set to **#{group_id}**." : ''}
27
33
 
28
- Include the following bearer access token with all requests: **#{access_token}**
34
+ Use client id `#{client_id}` to obtain a backend services access token from the SMART authorization
35
+ server for this FHIR server and include the access token on all subsequent requests.
29
36
 
30
37
  After the kick-off is made, subsequent status request(s) (using the URL provided in the response
31
38
  to the kick-off request), a download request (using the URL provided in the response to
@@ -34,7 +41,7 @@ module BulkDataTestKit
34
41
  The entire request sequence will be recorded and verified to check conformance to the
35
42
  [Bulk Data IG](https://build.fhir.org/ig/HL7/bulk-data/export.html#sequence-overview).
36
43
 
37
- [Click here](#{resume_pass_url}?id=#{access_token}) when finished.
44
+ [Click here](#{resume_pass_url}?id=#{client_id}) when finished.
38
45
  ),
39
46
  timeout: 900
40
47
  )
@@ -13,20 +13,48 @@ requirements and may change the test verification logic.
13
13
 
14
14
  ### Quick Start
15
15
 
16
- Inferno needs to be able to identify when requests come from the client under test. Testers must provide a bearer access token that will be provided within the Authentication header (Bearer <token>) on all requests made to Inferno endpoints during the test. Inferno uses this information to associate the message with the test session and determine how to respond. How the token provided to Inferno is generated is up to the tester.
16
+ Bulk data access requires the use of SMART Backend Services for authentication.
17
+ In order to interact with Inferno's simulated bulk server, the tester must provide
18
+ the JSON Web Key Set (JWKS) containing the asymmetric signing key in the
19
+ **SMART JSON Web Key Set (JWKS)** input as either a URL that resolves
20
+ to a JWKS or a raw JWKS in JSON format. Additionally, testers may provide
21
+ a **Client Id** if they want their client assigned a specific one.
17
22
 
18
- Note: authentication options for these tests have not been finalized and are subject to change as the requirements evolve. If the implemented approach prevents you from using these tests, please provide feedback so the limitations can be addressed.
23
+ Once the client has been registered, it will need to obtain an access token
24
+ following the SMART Backend Services flow and use it when making bulk data requests.
25
+ f the client is not able to obtain an access token, see the *Demonstration* section
26
+ below for how to use the SMART server tests to obtain an access token that the client can use.
19
27
 
20
- ### Sample Execution - Postman
28
+ ### Demonstration
21
29
 
22
30
  To try out these tests without a Bulk Data client implementation, you may
23
- run them using the [`Bulk Data Client - System Export Postman`](https://github.com/inferno-framework/bulk-data-test-kit/blob/main/lib/bulk_data_test_kit/v2.0.0_client/postman/collection.json) collection. This will kick-off an export, poll the status endpoint (respecting the `retry-after` header), download the first output result, and then delete the export.
31
+ run them using
32
+ - The SMART App Launch test suite to obtain an access token
33
+ - The [`Bulk Data Client - System Export Postman`](https://github.com/inferno-framework/bulk-data-test-kit/blob/main/lib/bulk_data_test_kit/v2.0.0_client/postman/collection.json)
34
+ collection for making bulk data requests.
24
35
 
25
- To run client tests against this Postman collection:
36
+ This collection includes requests to kick-off an export, poll the status endpoint
37
+ (respecting the `retry-after` header), download the first output result, and then delete the export.
38
+
39
+ To run the demonstration:
26
40
  1. Start an Inferno session of the Bulk Data Client test suite.
27
- 2. Click the "Run All Tests" button in the upper right, enter any value (e.g. `SAMPLE_TOKEN`) as the access token, and select the "System Level Export" option for export type.
28
- 3. Click the "Submit" button. The simulated server will start waiting for requests.
29
- 4. Open Postman and import the relevant Postman collection.
30
- 5. Set the `access_token` variable equal to the value entered in step 2 (the value is also displayed on the test modal in the Inferno UI for reference).
31
- 6. Run the collection.
32
- 7. Once the postman collection has run, click the "Click here" link in the Inferno wait dialog modal to evaluate the requests and generate the results.
41
+ 1. In a second tab, start an instance of the SMART App Launch STU2.2 test suite and select the "Demo: Run Against the SMART
42
+ Client Suite (Confidential Asymmetric)" preset.
43
+ 1. Select the "Backend Services" group and click the "RUN TESTS" button, but don't run the tests yet.
44
+ 1. Back in the Bulk Data test session, click the "RUN ALL TESTS" button and fill in the following inputs
45
+ using the values from the SMART App Tests:
46
+ - **Client Id**: from the SMART **Client ID** input
47
+ - **SMART Confidential Asymmetric JSON Web Key Set (JWKS)**: from the "JWK Set URL" in the top of the open input
48
+ dialog in the SMART test session.
49
+ 1. Click the "Submit" button. The simulated server will start waiting for requests.
50
+ 1. Copy the base url that appears in the bulk data wait dialog and put it into the **FHIR Endpoint** input in the
51
+ SMART test session and click the "SUBMIT" button. The tests should complete with some failures and some passes.
52
+ 1. Copy the access token from the `bearer_token` output of test **3.2.06** "Authorization request response body
53
+ contains required information encoded in JSON".
54
+ 1. Open Postman and import the [Postman collection](https://github.com/inferno-framework/bulk-data-test-kit/blob/main/lib/bulk_data_test_kit/v2.0.0_client/postman/collection.json)
55
+ if not already done.
56
+ 1. Set the `access_token` variable equal to the value extracted from the SMART tests.
57
+ 1. Run the collection.
58
+ 1. Once the postman collection has run, click the "Click here" link in the Inferno wait dialog modal to evaluate the requests and generate the results.
59
+
60
+ The tests should pass except for expected errors in the "Verify SMART Token Requests" test.
@@ -1,4 +1,5 @@
1
1
  # frozen_string_literal: true
2
+ require 'smart_app_launch_test_kit'
2
3
 
3
4
  module BulkDataTestKit
4
5
  module BulkDataV200Client
@@ -7,7 +8,11 @@ module BulkDataTestKit
7
8
  include ServerProxy
8
9
 
9
10
  def test_run_identifier
10
- request.get_header('HTTP_AUTHORIZATION')&.split&.last
11
+ return request.params[:session_path] if request.params[:session_path].present?
12
+
13
+ SMARTAppLaunch::MockSMARTServer.issued_token_to_client_id(
14
+ request.headers['authorization']&.delete_prefix('Bearer ')
15
+ )
11
16
  end
12
17
 
13
18
  def make_response
@@ -1,4 +1,5 @@
1
1
  # frozen_string_literal: true
2
+ require 'smart_app_launch_test_kit'
2
3
 
3
4
  module BulkDataTestKit
4
5
  module BulkDataV200Client
@@ -8,7 +9,11 @@ module BulkDataTestKit
8
9
  include ServerProxy
9
10
 
10
11
  def test_run_identifier
11
- request.get_header('HTTP_AUTHORIZATION')&.split&.last
12
+ return request.params[:session_path] if request.params[:session_path].present?
13
+
14
+ SMARTAppLaunch::MockSMARTServer.issued_token_to_client_id(
15
+ request.headers['authorization']&.delete_prefix('Bearer ')
16
+ )
12
17
  end
13
18
 
14
19
  # Proxy the request to the reference server, and re-use the returned '_jobId' as
@@ -29,11 +34,11 @@ module BulkDataTestKit
29
34
  def tags
30
35
  case request_type
31
36
  when PATIENT_EXPORT_TYPE
32
- [PATIENT_KICKOFF_TAG]
37
+ [KICKOFF_TAG, PATIENT_KICKOFF_TAG]
33
38
  when GROUP_EXPORT_TYPE
34
- [GROUP_KICKOFF_TAG]
39
+ [KICKOFF_TAG, GROUP_KICKOFF_TAG]
35
40
  when SYSTEM_EXPORT_TYPE
36
- [SYSTEM_KICKOFF_TAG]
41
+ [KICKOFF_TAG, SYSTEM_KICKOFF_TAG]
37
42
  end
38
43
  end
39
44
 
@@ -54,7 +59,14 @@ module BulkDataTestKit
54
59
  end
55
60
 
56
61
  def request_type
57
- (request.params[:type] || SYSTEM_EXPORT_TYPE).titleize
62
+ path_component_before_export = request.path_info.split('/')[-2].downcase
63
+ if path_component_before_export == 'fhir'
64
+ SYSTEM_EXPORT_TYPE
65
+ elsif path_component_before_export == 'patient'
66
+ PATIENT_EXPORT_TYPE
67
+ else
68
+ GROUP_EXPORT_TYPE
69
+ end
58
70
  end
59
71
 
60
72
  def group_id
@@ -1,4 +1,5 @@
1
1
  # frozen_string_literal: true
2
+ require 'smart_app_launch_test_kit'
2
3
 
3
4
  module BulkDataTestKit
4
5
  module BulkDataV200Client
@@ -7,7 +8,11 @@ module BulkDataTestKit
7
8
  include ServerProxy
8
9
 
9
10
  def test_run_identifier
10
- request.get_header('HTTP_AUTHORIZATION')&.split&.last
11
+ return request.params[:session_path] if request.params[:session_path].present?
12
+
13
+ SMARTAppLaunch::MockSMARTServer.issued_token_to_client_id(
14
+ request.headers['authorization']&.delete_prefix('Bearer ')
15
+ )
11
16
  end
12
17
 
13
18
  # Proxy the request to the reference server for a completed output file,
@@ -1,4 +1,5 @@
1
1
  # frozen_string_literal: true
2
+ require 'smart_app_launch_test_kit'
2
3
 
3
4
  module BulkDataTestKit
4
5
  module BulkDataV200Client
@@ -8,7 +9,11 @@ module BulkDataTestKit
8
9
  include ServerProxy
9
10
 
10
11
  def test_run_identifier
11
- request.get_header('HTTP_AUTHORIZATION')&.split&.last
12
+ return request.params[:session_path] if request.params[:session_path].present?
13
+
14
+ SMARTAppLaunch::MockSMARTServer.issued_token_to_client_id(
15
+ request.headers['authorization']&.delete_prefix('Bearer ')
16
+ )
12
17
  end
13
18
 
14
19
  # Proxy the request to the reference server using the same `_jobId`` we received
@@ -3,6 +3,7 @@
3
3
  module BulkDataTestKit
4
4
  module BulkDataV200Client
5
5
  METADATA_TAG = 'bulk_data_metadata'
6
+ KICKOFF_TAG = 'bulk_data_kickoff'
6
7
  PATIENT_KICKOFF_TAG = 'bulk_data_kickoff_patient'
7
8
  GROUP_KICKOFF_TAG = 'bulk_data_kickoff_group'
8
9
  SYSTEM_KICKOFF_TAG = 'bulk_data_kickoff_system'
@@ -4,8 +4,8 @@ module BulkDataTestKit
4
4
  module BulkDataV200Client
5
5
  RESUME_PASS_ROUTE = '/resume_pass'
6
6
  BASE_ROUTE = '/fhir'
7
- PATIENT_KICKOFF_ROUTE = "#{BASE_ROUTE}/:type/$export".freeze
8
- GROUP_KICKOFF_ROUTE = "#{BASE_ROUTE}/:type/:group_id/$export".freeze
7
+ PATIENT_KICKOFF_ROUTE = "#{BASE_ROUTE}/Patient/$export".freeze
8
+ GROUP_KICKOFF_ROUTE = "#{BASE_ROUTE}/Group/:group_id/$export".freeze
9
9
  SYSTEM_KICKOFF_ROUTE = "#{BASE_ROUTE}/$export".freeze
10
10
  STATUS_ROUTE = '/status/:job_id'
11
11
  OUTPUT_ROUTE = "#{BASE_ROUTE}/Binary/:binary_id".freeze
@@ -13,7 +13,7 @@ module BulkDataTestKit
13
13
  # URLs for use in Bulk Data Client tests and endpoints
14
14
  module URLs
15
15
  def base_url
16
- "#{Inferno::Application['base_url']}/custom/bulk_data_v200_client"
16
+ "#{Inferno::Application['base_url']}/custom/#{suite_id}"
17
17
  end
18
18
 
19
19
  def resume_pass_url
@@ -31,6 +31,10 @@ module BulkDataTestKit
31
31
  def output_url
32
32
  base_url + OUTPUT_ROUTE
33
33
  end
34
+
35
+ def suite_id
36
+ BulkDataClientTestSuite.id
37
+ end
34
38
  end
35
39
  end
36
40
  end
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module BulkDataTestKit
4
- VERSION = '0.12.1'
5
- LAST_UPDATED = '2025-03-31'
4
+ VERSION = '0.12.3'
5
+ LAST_UPDATED = '2025-07-02'
6
6
  end
@@ -1,6 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
  require_relative 'bulk_data_test_kit/metadata.rb'
3
- require_relative 'inferno_requirements_tools/ext/inferno_core/runnable'
4
3
  require_relative 'bulk_data_test_kit/v1.0.1/bulk_data_test_suite'
5
4
  require_relative 'bulk_data_test_kit/v2.0.0/bulk_data_test_suite'
6
5
  require_relative 'bulk_data_test_kit/v2.0.0_client/bulk_data_client_test_suite'
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.12.1
4
+ version: 0.12.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Inferno Team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-03-31 00:00:00.000000000 Z
11
+ date: 2025-07-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bloomer
@@ -44,14 +44,14 @@ dependencies:
44
44
  requirements:
45
45
  - - ">="
46
46
  - !ruby/object:Gem::Version
47
- version: 0.6.7
47
+ version: 0.6.16
48
48
  type: :runtime
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
52
  - - ">="
53
53
  - !ruby/object:Gem::Version
54
- version: 0.6.7
54
+ version: 0.6.16
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: json-jwt
57
57
  requirement: !ruby/object:Gem::Requirement
@@ -112,16 +112,16 @@ 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
- version: 0.6.0
117
+ version: 0.6.4
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
- version: 0.6.0
124
+ version: 0.6.4
125
125
  - !ruby/object:Gem::Dependency
126
126
  name: tls_test_kit
127
127
  requirement: !ruby/object:Gem::Requirement
@@ -192,6 +192,20 @@ dependencies:
192
192
  - - "~>"
193
193
  - !ruby/object:Gem::Version
194
194
  version: '3.11'
195
+ - !ruby/object:Gem::Dependency
196
+ name: roo
197
+ requirement: !ruby/object:Gem::Requirement
198
+ requirements:
199
+ - - "~>"
200
+ - !ruby/object:Gem::Version
201
+ version: 2.10.1
202
+ type: :development
203
+ prerelease: false
204
+ version_requirements: !ruby/object:Gem::Requirement
205
+ requirements:
206
+ - - "~>"
207
+ - !ruby/object:Gem::Version
208
+ version: 2.10.1
195
209
  description: FHIR Bulk Data Access Test Kit
196
210
  email:
197
211
  - inferno@groups.mitre.org
@@ -214,9 +228,11 @@ files:
214
228
  - lib/bulk_data_test_kit/export_parameters_tests.rb
215
229
  - lib/bulk_data_test_kit/igs/put_ig_package_dot_tgz_here
216
230
  - lib/bulk_data_test_kit/metadata.rb
217
- - lib/bulk_data_test_kit/requirements/bulk-data-test-kit_out_of_scope_requirements.csv
218
- - lib/bulk_data_test_kit/requirements/bulk-data-test-kit_requirements.csv
219
- - lib/bulk_data_test_kit/requirements/generated/bulk-data-test-kit_requirements_coverage.csv
231
+ - lib/bulk_data_test_kit/requirements/bulk_data_test_kit_requirements.csv
232
+ - lib/bulk_data_test_kit/requirements/generated/bulk_data_v101_requirements_coverage.csv
233
+ - lib/bulk_data_test_kit/requirements/generated/bulk_data_v200_client_requirements_coverage.csv
234
+ - lib/bulk_data_test_kit/requirements/generated/bulk_data_v200_requirements_coverage.csv
235
+ - lib/bulk_data_test_kit/requirements/hl7.fhir.uv.bulkdata_1.0.0_reqs.xlsx
220
236
  - lib/bulk_data_test_kit/requirements/hl7.fhir.uv.bulkdata_2.0.0_reqs.xlsx
221
237
  - lib/bulk_data_test_kit/v1.0.1/bulk_data_export_cancel_test.rb
222
238
  - lib/bulk_data_test_kit/v1.0.1/bulk_data_export_kick_off_test.rb
@@ -264,12 +280,15 @@ files:
264
280
  - lib/bulk_data_test_kit/v2.0.0/patient/bulk_data_patient_export_parameters_group.rb
265
281
  - lib/bulk_data_test_kit/v2.0.0/system_export/bulk_data_system_export_cancel_group.rb
266
282
  - lib/bulk_data_test_kit/v2.0.0/system_export/bulk_data_system_export_parameters_group.rb
283
+ - lib/bulk_data_test_kit/v2.0.0_client/bulk_data_client_auth_verification_group.rb
267
284
  - lib/bulk_data_test_kit/v2.0.0_client/bulk_data_client_delete_test.rb
268
285
  - lib/bulk_data_test_kit/v2.0.0_client/bulk_data_client_export_group.rb
269
286
  - lib/bulk_data_test_kit/v2.0.0_client/bulk_data_client_kick_off_test.rb
270
287
  - lib/bulk_data_test_kit/v2.0.0_client/bulk_data_client_output_test.rb
288
+ - lib/bulk_data_test_kit/v2.0.0_client/bulk_data_client_registration_group.rb
271
289
  - lib/bulk_data_test_kit/v2.0.0_client/bulk_data_client_status_test.rb
272
290
  - lib/bulk_data_test_kit/v2.0.0_client/bulk_data_client_test_suite.rb
291
+ - lib/bulk_data_test_kit/v2.0.0_client/bulk_data_client_token_verification_test.rb
273
292
  - lib/bulk_data_test_kit/v2.0.0_client/bulk_data_client_wait_test.rb
274
293
  - lib/bulk_data_test_kit/v2.0.0_client/docs/suite_description.md
275
294
  - lib/bulk_data_test_kit/v2.0.0_client/endpoints/delete.rb
@@ -282,12 +301,6 @@ files:
282
301
  - lib/bulk_data_test_kit/v2.0.0_client/tags.rb
283
302
  - lib/bulk_data_test_kit/v2.0.0_client/urls.rb
284
303
  - lib/bulk_data_test_kit/version.rb
285
- - lib/inferno_requirements_tools/ext/inferno_core/runnable.rb
286
- - lib/inferno_requirements_tools/rake/rakefile_template
287
- - lib/inferno_requirements_tools/tasks/collect_requirements.rb
288
- - lib/inferno_requirements_tools/tasks/requirements_coverage.rb
289
- - lib/requirements_config.yaml
290
- - lib/template_requirements_config.yaml
291
304
  homepage: https://github.com/inferno-framework/bulk-data-test-kit
292
305
  licenses:
293
306
  - Apache-2.0