Sha256: 217ce11e8f307b6e8f0f7f5e483bdd4360d4959924129d49e20542ef45ab3adb
Contents?: true
Size: 465 Bytes
Versions: 23
Compression:
Stored size: 465 Bytes
Contents
module HealthDataStandards module Import module Cat1 class MedicationDispensedImporter < CDA::SectionImporter def initialize(entry_finder=CDA::EntryFinder.new("./cda:entry/cda:supply[cda:templateId/@root='2.16.840.1.113883.10.20.24.3.45']")) super(entry_finder) @code_xpath = "./cda:product/cda:manufacturedProduct/cda:manufacturedMaterial/cda:code" @entry_class = Medication end end end end end
Version data entries
23 entries across 23 versions & 1 rubygems