bulk_data_test_kit 0.9.1 → 0.9.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: 1725654ca7ec84b33fc554c7d50d738d989de8551cfd7b9f0aa398de37f99820
4
- data.tar.gz: c65617fe421556293dd497072049fce74943278691d8e5755d26584267529b79
3
+ metadata.gz: 99eebefdbb7ecb9ef9efcccd9053b06199d084e44fc98215282120fd1a2ec223
4
+ data.tar.gz: a24bc766bda6c86ab463a63df4f3554d94c91f76897cd24c455cb72c0974d0b4
5
5
  SHA512:
6
- metadata.gz: 7f1afd2bb0d7f177e6d3994e2086b0da92d06b428a163c5e23ecf565c2e1835834e08e247913c577be4ad79004bf5c79955709362862cf2d6fc02edd68578c27
7
- data.tar.gz: f025524288d39cd82fe40e43d843fb0e1570261ada76271aec4d0813218094556d19ea32460b6baae39367ff14673d30579ba8dec3d538c356562abe4e604de7
6
+ metadata.gz: ec51b92fc2616984857fd3bcffcd65b5430dd002af70c85ade580e69cceddee34a2df83c1e0c7adc2849108f002c6082d5565597706dd474d775108351f4e2e5
7
+ data.tar.gz: f30ebf12a4d4f78fd5972ff7807b8c6bdeabcd66e8d2b64fa59ceee9cd56d6b6767a4692be32f3dbb2e14743e4d28f8c537cb90a4956e6e249cf75fd78ac3af4
@@ -117,10 +117,8 @@ module BulkDataTestKit
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
119
119
  initialized, and for each type of export, the tests read exported NDJSON
120
- files from the server and validate the resources in each file. It is
121
- expected the server will provide Encounter, Location, Organization, and
122
- Practitioner resources as they are referenced as must support elements
123
- in required resources.
120
+ files from the server and validate the resources in each file against
121
+ the base FHIR specification.
124
122
 
125
123
  To get started, if your server supports SMART backend services
126
124
  authorization, please first register Inferno with the following JWK Set
@@ -115,10 +115,8 @@ module BulkDataTestKit
115
115
  to obtain an access token from the server. After authorization, a group
116
116
  level, patient level, and system level bulk data export request is
117
117
  initialized, and for each type of export, the tests read exported NDJSON
118
- files from the server and validate the resources in each file. It is
119
- expected the server will provide Encounter, Location, Organization, and
120
- Practitioner resources as they are referenced as must support elements
121
- in required resources.
118
+ files from the server and validate the resources in each file against the
119
+ base FHIR specification.
122
120
 
123
121
  To get started, if your server supports SMART backend services
124
122
  authorization, please first register Inferno with the following JWK Set
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module BulkDataTestKit
4
- VERSION = '0.9.1'
4
+ VERSION = '0.9.3'
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.1
4
+ version: 0.9.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: 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
@@ -128,14 +128,14 @@ dependencies:
128
128
  requirements:
129
129
  - - "~>"
130
130
  - !ruby/object:Gem::Version
131
- version: 0.2.0
131
+ version: 0.2.1
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
- version: 0.2.0
138
+ version: 0.2.1
139
139
  - !ruby/object:Gem::Dependency
140
140
  name: database_cleaner-sequel
141
141
  requirement: !ruby/object:Gem::Requirement