Sha256: ee09d7de8332da6c750790b1737a19a4789663851968d0beffa5fc049695d6e3
Contents?: true
Size: 455 Bytes
Versions: 24
Compression:
Stored size: 455 Bytes
Contents
module HealthDataStandards module Import module Cat1 class MedicationDispensedImporter < CDA::SectionImporter def initialize(entry_finder=CDA::EntryFinder.new("//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
24 entries across 24 versions & 1 rubygems