Sha256: fb1f072641fc149ec9851f08f4b13774a0aa05de9bd477221f470610ed8494f8

Contents?: true

Size: 370 Bytes

Versions: 23

Compression:

Stored size: 370 Bytes

Contents

module HealthDataStandards
  module Import
    module Cat1
      class SymptomActiveImporter < CDA::SectionImporter
        def initialize(entry_finder=CDA::EntryFinder.new("./cda:entry/cda:observation[cda:templateId/@root = '2.16.840.1.113883.10.20.24.3.76']"))
          super(entry_finder)
          @code_xpath = './cda:value'
        end
      end
    end
  end
end

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
health-data-standards-4.3.5 lib/health-data-standards/import/cat1/symptom_active_importer.rb
health-data-standards-4.3.4 lib/health-data-standards/import/cat1/symptom_active_importer.rb
health-data-standards-4.3.3 lib/health-data-standards/import/cat1/symptom_active_importer.rb
health-data-standards-4.3.2 lib/health-data-standards/import/cat1/symptom_active_importer.rb
health-data-standards-4.3.1 lib/health-data-standards/import/cat1/symptom_active_importer.rb
health-data-standards-4.3.0 lib/health-data-standards/import/cat1/symptom_active_importer.rb
health-data-standards-4.2.0 lib/health-data-standards/import/cat1/symptom_active_importer.rb
health-data-standards-4.1.0 lib/health-data-standards/import/cat1/symptom_active_importer.rb
health-data-standards-4.0.6 lib/health-data-standards/import/cat1/symptom_active_importer.rb
health-data-standards-4.0.5 lib/health-data-standards/import/cat1/symptom_active_importer.rb
health-data-standards-4.0.4 lib/health-data-standards/import/cat1/symptom_active_importer.rb
health-data-standards-4.0.3 lib/health-data-standards/import/cat1/symptom_active_importer.rb
health-data-standards-4.0.2 lib/health-data-standards/import/cat1/symptom_active_importer.rb
health-data-standards-4.0.1 lib/health-data-standards/import/cat1/symptom_active_importer.rb
health-data-standards-4.0.0 lib/health-data-standards/import/cat1/symptom_active_importer.rb
health-data-standards-3.7.0 lib/health-data-standards/import/cat1/symptom_active_importer.rb
health-data-standards-3.6.1 lib/health-data-standards/import/cat1/symptom_active_importer.rb
health-data-standards-3.5.3 lib/health-data-standards/import/cat1/symptom_active_importer.rb
health-data-standards-3.5.2 lib/health-data-standards/import/cat1/symptom_active_importer.rb
health-data-standards-3.5.1 lib/health-data-standards/import/cat1/symptom_active_importer.rb