Sha256: 3a87a63d1969908b32e3b76e1b24b9606af0d24f9483eacf53dc815a6aa1536c

Contents?: true

Size: 438 Bytes

Versions: 23

Compression:

Stored size: 438 Bytes

Contents

module HealthDataStandards
  module Import
    module Cat1
      class ProcedureIntoleranceImporter < CDA::SectionImporter

        def initialize
          super(CDA::EntryFinder.new("./cda:entry/cda:observation[cda:templateId/@root = '2.16.840.1.113883.10.20.24.3.62']/cda:entryRelationship/cda:procedure[cda:templateId/@root='2.16.840.1.113883.10.20.24.3.64']"))
          @entry_class = Allergy
        end
      end
    end
  end
end

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
health-data-standards-3.5.0 lib/health-data-standards/import/cat1/procedure_intolerance_importer.rb
health-data-standards-3.4.6 lib/health-data-standards/import/cat1/procedure_intolerance_importer.rb
health-data-standards-3.4.5 lib/health-data-standards/import/cat1/procedure_intolerance_importer.rb