Sha256: 479ad79fb38dbfa6ceeb561247fe5271290a54dbcad702bfc602581de3a287fe
Contents?: true
Size: 463 Bytes
Versions: 8
Compression:
Stored size: 463 Bytes
Contents
module HealthDataStandards module Import module Cat1 class AdverseEventImporter < 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.146']")) super(entry_finder) @code_xpath = "./cda:entryRelationship/cda:observation[cda:templateId/@root='2.16.840.1.113883.10.20.24.3.148']/cda:value" end end end end end
Version data entries
8 entries across 8 versions & 1 rubygems