Sha256: ca1a8226d0f11ad855ef44e29958efed4c7605101164baeeb7c1f2ae98d57354

Contents?: true

Size: 320 Bytes

Versions: 47

Compression:

Stored size: 320 Bytes

Contents

module HealthDataStandards
  module Import
    module CCDA
      class InsuranceProviderImporter < C32::InsuranceProviderImporter
        
        def initialize
          super(CDA::EntryFinder.new("//cda:act[cda:templateId/@root='2.16.840.1.113883.10.20.22.4.61']"))
        end
        
      end
    end
  end
  
end

Version data entries

47 entries across 47 versions & 1 rubygems

Version Path
health-data-standards-3.2.0 lib/health-data-standards/import/ccda/insurance_provider_importer.rb
health-data-standards-3.1.1 lib/health-data-standards/import/ccda/insurance_provider_importer.rb
health-data-standards-3.1.0 lib/health-data-standards/import/ccda/insurance_provider_importer.rb
health-data-standards-3.0.6 lib/health-data-standards/import/ccda/insurance_provider_importer.rb
health-data-standards-3.0.5 lib/health-data-standards/import/ccda/insurance_provider_importer.rb
health-data-standards-3.0.4 lib/health-data-standards/import/ccda/insurance_provider_importer.rb
health-data-standards-3.0.3 lib/health-data-standards/import/ccda/insurance_provider_importer.rb