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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 99eebefdbb7ecb9ef9efcccd9053b06199d084e44fc98215282120fd1a2ec223
|
4
|
+
data.tar.gz: a24bc766bda6c86ab463a63df4f3554d94c91f76897cd24c455cb72c0974d0b4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
121
|
-
|
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
|
119
|
-
|
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
|