Sha256: 2b4a2758d62ae37834a53e9c86727845498c59e6ba1f40f9c1474fe98ae8639c

Contents?: true

Size: 529 Bytes

Versions: 8

Compression:

Stored size: 529 Bytes

Contents

module HealthDataStandards
  module Import
    module CCDA
      class MedicalEquipmentImporter < C32::MedicalEquipmentImporter
        
        def initialize
          @entry_xpath = "//cda:section[cda:templateId/@root='2.16.840.1.113883.10.20.22.2.23']/cda:entry/cda:supply"
          @code_xpath = "./cda:participant/cda:participantRole/cda:playingDevice/cda:code"
          @description_xpath = "./cda:code/cda:originalText/cda:reference[@value] | ./cda:text/cda:reference[@value]"
        end
  
      end
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
health-data-standards-2.2.1 lib/health-data-standards/import/ccda/medical_equipment_importer.rb
health-data-standards-2.2.0 lib/health-data-standards/import/ccda/medical_equipment_importer.rb
health-data-standards-2.1.4 lib/health-data-standards/import/ccda/medical_equipment_importer.rb
health-data-standards-2.1.3 lib/health-data-standards/import/ccda/medical_equipment_importer.rb
health-data-standards-2.1.2 lib/health-data-standards/import/ccda/medical_equipment_importer.rb
health-data-standards-2.1.1 lib/health-data-standards/import/ccda/medical_equipment_importer.rb
health-data-standards-2.1.0 lib/health-data-standards/import/ccda/medical_equipment_importer.rb
health-data-standards-2.0.0 lib/health-data-standards/import/ccda/medical_equipment_importer.rb