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-3.5.0 lib/health-data-standards/import/cat1/symptom_active_importer.rb
health-data-standards-3.4.6 lib/health-data-standards/import/cat1/symptom_active_importer.rb
health-data-standards-3.4.5 lib/health-data-standards/import/cat1/symptom_active_importer.rb