class HealthDataStandards::Import::Cat1::EncounterPerformedActImporter
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/health-data-standards/import/cat1/encounter_performed_act_importer.rb, line 6 def initialize super(CDA::EntryFinder.new("./cda:entry/cda:act[./cda:templateId/@root = '2.16.840.1.113883.10.20.24.3.133']/cda:entryRelationship/cda:encounter[cda:templateId/@root = '2.16.840.1.113883.10.20.24.3.23']")) end
Public Instance Methods
create_entry(entry_element, nrh = CDA::NarrativeReferenceHandler.new)
click to toggle source
Calls superclass method
# File lib/health-data-standards/import/cat1/encounter_performed_act_importer.rb, line 10 def create_entry(entry_element, nrh = CDA::NarrativeReferenceHandler.new) encounter = super extract_reason_or_negation(entry_element.parent.parent, encounter) encounter end