class HealthDataStandards::Import::Cat1::ImmunizationAdministeredImporter

Public Class Methods

new(entry_finder=CDA::EntryFinder.new("./cda:entry/cda:act/cda:entryRelationship/cda:substanceAdministration[cda:templateId/@root = '2.16.840.1.113883.10.20.22.4.52']")) click to toggle source
Calls superclass method
# File lib/health-data-standards/import/cat1/immunization_administered_importer.rb, line 5
def initialize(entry_finder=CDA::EntryFinder.new("./cda:entry/cda:act/cda:entryRelationship/cda:substanceAdministration[cda:templateId/@root = '2.16.840.1.113883.10.20.22.4.52']"))
  super(entry_finder)
  #@code_xpath = "./cda:consumable/cda:manufacturedProduct/cda:manufacturedMaterial/cda:code"
  #@entry_class = Medication
end