Sha256: 99279e04e886f34a071d9b2becedab1381ccd290231e43161f9a6be892e1754c

Contents?: true

Size: 360 Bytes

Versions: 20

Compression:

Stored size: 360 Bytes

Contents

module HealthDataStandards
  module Import
    module Cat1
      class SymptomActiveImporter < CDA::SectionImporter
        def initialize(entry_finder=CDA::EntryFinder.new("//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

20 entries across 20 versions & 1 rubygems

Version Path
health-data-standards-3.4.4 lib/health-data-standards/import/cat1/symptom_active_importer.rb
health-data-standards-3.4.3 lib/health-data-standards/import/cat1/symptom_active_importer.rb
health-data-standards-3.4.2 lib/health-data-standards/import/cat1/symptom_active_importer.rb
health-data-standards-3.4.1 lib/health-data-standards/import/cat1/symptom_active_importer.rb
health-data-standards-3.4.0 lib/health-data-standards/import/cat1/symptom_active_importer.rb
health-data-standards-3.2.12 lib/health-data-standards/import/cat1/symptom_active_importer.rb
health-data-standards-3.3.0 lib/health-data-standards/import/cat1/symptom_active_importer.rb
health-data-standards-3.2.11 lib/health-data-standards/import/cat1/symptom_active_importer.rb
health-data-standards-3.2.10 lib/health-data-standards/import/cat1/symptom_active_importer.rb
health-data-standards-3.2.8 lib/health-data-standards/import/cat1/symptom_active_importer.rb
health-data-standards-3.2.7 lib/health-data-standards/import/cat1/symptom_active_importer.rb
health-data-standards-3.2.6 lib/health-data-standards/import/cat1/symptom_active_importer.rb
health-data-standards-3.2.5 lib/health-data-standards/import/cat1/symptom_active_importer.rb
health-data-standards-3.2.4 lib/health-data-standards/import/cat1/symptom_active_importer.rb
health-data-standards-3.2.3 lib/health-data-standards/import/cat1/symptom_active_importer.rb
health-data-standards-3.2.2 lib/health-data-standards/import/cat1/symptom_active_importer.rb
health-data-standards-3.2.1 lib/health-data-standards/import/cat1/symptom_active_importer.rb
health-data-standards-3.2.0 lib/health-data-standards/import/cat1/symptom_active_importer.rb
health-data-standards-3.1.1 lib/health-data-standards/import/cat1/symptom_active_importer.rb
health-data-standards-3.1.0 lib/health-data-standards/import/cat1/symptom_active_importer.rb