Skip to content

Latest commit

 

History

History
58 lines (45 loc) · 2.43 KB

README.md

File metadata and controls

58 lines (45 loc) · 2.43 KB

Bulk Data Access Test Kit

The Bulk Data Access Test Kit is a testing tool that will demonstrate the ability to exporting bulk data from a FHIR server to a pre-authorized client following the requirements from the FHIR Bulk Data Access IG v1.0.1 and v2.0.0. This test kit will test the APIs through which an authenticated and authorized client may request a Bulk Data Export from a server, receive status information regarding progress in the generation of the requested files, and retrieve these files.

This test kit is split into three different types of bulk data export:

  • All Patients: FHIR Operation to obtain a detailed set of FHIR resources of diverse resource types pertaining to all patients
  • Group of Patients: FHIR Operation to obtain a detailed set of FHIR resources of diverse resource types pertaining to all members of a specified Group
  • System Level Export: FHIR Operation to export data from a FHIR server, whether or not it is associated with a patient

The BulkData Access Test Kit is built using the Inferno Framework. The Inferno Framework is designed for reuse and aims to make it easier to build test kits for any FHIR-based data exchange.

Reporting Issues

Please report any issues with this set of tests in the GitHub Issues section of this repository.

Instructions

It is highly recommended that you use Docker to run these tests.

  • Clone this repo.
  • Run setup.sh in this repo.
  • Run run.sh in this repo.
  • Navigate to http://localhost. The Bulk Data test suite will be available.

License

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Trademark Notice

HL7, FHIR and the FHIR [FLAME DESIGN] are the registered trademarks of Health Level Seven International and their use does not constitute endorsement by HL7.