Sha256: e08476f2dc1ecc97ad207768a8b52f2f9ce1188b8bdf92eac55d014ba9188ec8

Contents?: true

Size: 1.33 KB

Versions: 4

Compression:

Stored size: 1.33 KB

Contents

# frozen_string_literal: true

require_relative '../../export_kick_off_performer'
require_relative '../bulk_data_outputFormat_param_test'
require_relative '../bulk_data_since_param_test'

module BulkDataTestKit
  module BulkDataV200
    class BulkDataPatientExportParameters < Inferno::TestGroup
      id :bulk_data_patient_export_parameters_group
      title 'Patient Export Parameters Tests'
      description %(
        Verify that the Bulk Data server supports required query parameters for the export of all Patient resources.
      )

      input :bearer_token,
            title: 'Bulk Data Authorization Bearer Token',
            description: 'The authorization bearer token for the Bulk FHIR server. If not required, leave blank.',
            optional: true
      input :bulk_server_url,
            title: 'Bulk Data FHIR URL',
            description: 'The URL of the Bulk FHIR server.'

      test from: :output_format_in_export_response,
           id: :output_format_in_patient_export_response,
           config: {
             options: { resource_type: 'Patient', bulk_export_url: 'Patient/$export' }
           }

      test from: :since_in_export_response,
           id: :since_in_patient_export_response,
           config: {
             options: { resource_type: 'Patient', bulk_export_url: 'Patient/$export' }
           }
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
bulk_data_test_kit-0.9.3 lib/bulk_data_test_kit/v2.0.0/patient/bulk_data_patient_export_parameters_group.rb
bulk_data_test_kit-0.9.2 lib/bulk_data_test_kit/v2.0.0/patient/bulk_data_patient_export_parameters_group.rb
bulk_data_test_kit-0.9.1 lib/bulk_data_test_kit/v2.0.0/patient/bulk_data_patient_export_parameters_group.rb
bulk_data_test_kit-0.9.0 lib/bulk_data_test_kit/v2.0.0/patient/bulk_data_patient_export_parameters_group.rb