Sha256: 40cc8ac522f25cfca201623279144c803449de18791e8cce77d28bd99dd299ca

Contents?: true

Size: 433 Bytes

Versions: 8

Compression:

Stored size: 433 Bytes

Contents

module HealthDataStandards
  module Import
    module Cat1
      class AllergyIntoleranceImporter < CDA::SectionImporter
        def initialize
          super(CDA::EntryFinder.new("./cda:entry/cda:observation[cda:templateId/@root='2.16.840.1.113883.10.20.24.3.147']"))
          @code_xpath = "./cda:participant/cda:participantRole/cda:playingEntity/cda:code"
          @entry_class = Allergy
        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/allergy_intolerance_importer.rb
health-data-standards-4.3.4 lib/health-data-standards/import/cat1/allergy_intolerance_importer.rb
health-data-standards-4.3.3 lib/health-data-standards/import/cat1/allergy_intolerance_importer.rb
health-data-standards-4.3.2 lib/health-data-standards/import/cat1/allergy_intolerance_importer.rb
health-data-standards-4.3.1 lib/health-data-standards/import/cat1/allergy_intolerance_importer.rb
health-data-standards-4.3.0 lib/health-data-standards/import/cat1/allergy_intolerance_importer.rb
health-data-standards-4.2.0 lib/health-data-standards/import/cat1/allergy_intolerance_importer.rb
health-data-standards-4.1.0 lib/health-data-standards/import/cat1/allergy_intolerance_importer.rb