bulk_data_test_kit 0.9.2 → 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: 5a424d1d735769e086cdc0d0e0ad77973f026d8b1c91d77d3c22224e0218e93b
4
- data.tar.gz: 7f584a2b2e1ae783a676e2010ea15a2de1844fe4bf40f3d6c180a51f675d421d
3
+ metadata.gz: 99eebefdbb7ecb9ef9efcccd9053b06199d084e44fc98215282120fd1a2ec223
4
+ data.tar.gz: a24bc766bda6c86ab463a63df4f3554d94c91f76897cd24c455cb72c0974d0b4
5
5
  SHA512:
6
- metadata.gz: d99ccc17f08ab8df4d3b16dcc016a1034c06507cdf53398782d7c8a3847680e668230a58aec7e5b937527809e3845683e60ce183861ffcfecae7a90265655426
7
- data.tar.gz: 44267f7c7d5952c017933ad44a6347b5b0c03a86914506dcceb4c049d47f853464f02e229bfd10fdf2fc3c4b81edfa4a1e793c8eef8a54d3c0c036ee7671f06f
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.2'
4
+ VERSION = '0.9.3'
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.2
4
+ version: 0.9.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Inferno Team