Sha256: 479ad79fb38dbfa6ceeb561247fe5271290a54dbcad702bfc602581de3a287fe

Contents?: true

Size: 463 Bytes

Versions: 8

Compression:

Stored size: 463 Bytes

Contents

module HealthDataStandards
  module Import
    module Cat1
      class AdverseEventImporter < 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.146']"))
          super(entry_finder)
          @code_xpath = "./cda:entryRelationship/cda:observation[cda:templateId/@root='2.16.840.1.113883.10.20.24.3.148']/cda:value"
        end
      end
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
health-data-standards-4.3.5 lib/health-data-standards/import/cat1/adverse_event_importer.rb
health-data-standards-4.3.4 lib/health-data-standards/import/cat1/adverse_event_importer.rb
health-data-standards-4.3.3 lib/health-data-standards/import/cat1/adverse_event_importer.rb
health-data-standards-4.3.2 lib/health-data-standards/import/cat1/adverse_event_importer.rb
health-data-standards-4.3.1 lib/health-data-standards/import/cat1/adverse_event_importer.rb
health-data-standards-4.3.0 lib/health-data-standards/import/cat1/adverse_event_importer.rb
health-data-standards-4.2.0 lib/health-data-standards/import/cat1/adverse_event_importer.rb
health-data-standards-4.1.0 lib/health-data-standards/import/cat1/adverse_event_importer.rb