Sha256: 5ff2d0062a6c5ae48093d8b0829c4dcb23b4dfea582731e3c51d24e3c13add3f
Contents?: true
Size: 629 Bytes
Versions: 16
Compression:
Stored size: 629 Bytes
Contents
module HealthDataStandards module Import module Cat1 class MedicationDispensedActImporter < MedicationDispensedImporter def initialize super(CDA::EntryFinder.new("./cda:entry/cda:act[./cda:templateId/@root = '2.16.840.1.113883.10.20.24.3.139']/cda:entryRelationship/cda:supply[cda:templateId/@root='2.16.840.1.113883.10.20.24.3.45']")) end def create_entry(entry_element, nrh = CDA::NarrativeReferenceHandler.new) medication = super extract_reason_or_negation(entry_element.parent.parent, medication) medication end end end end end
Version data entries
16 entries across 16 versions & 1 rubygems