Sha256: 11fbb18ce43cac5c1d8f4fbdbb161f19990a7d9454cf37b58ed5fe0951ee41e1

Contents?: true

Size: 530 Bytes

Versions: 2

Compression:

Stored size: 530 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.4.50']/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

2 entries across 2 versions & 1 rubygems

Version Path
health-data-standards-1.0.1 lib/health-data-standards/import/ccda/medical_equipment_importer.rb
health-data-standards-1.0.0 lib/health-data-standards/import/ccda/medical_equipment_importer.rb