Sha256: 473d9768977ccac1ab5dbd4a7117b986f1390a275cf3bd5d40b895bca19074a6
Contents?: true
Size: 356 Bytes
Versions: 20
Compression:
Stored size: 356 Bytes
Contents
module HealthDataStandards module Import module Cat1 class EcogStatusImporter < CDA::SectionImporter def initialize(entry_finder=CDA::EntryFinder.new("//cda:observation[cda:templateId/@root='2.16.840.1.113883.10.20.24.3.103']")) super(entry_finder) @code_xpath = './cda:value' end end end end end
Version data entries
20 entries across 20 versions & 1 rubygems