Class: HealthDataStandards::Import::Cat1::ImmunizationAdministeredImporter

Inherits:
HealthDataStandards::Import::CDA::MedicationImporter show all
Defined in:
lib/health-data-standards/import/cat1/immunization_administered_importer.rb

Instance Attribute Summary

Attributes inherited from HealthDataStandards::Import::CDA::SectionImporter

#check_for_usable, #code_xpath, #status_xpath

Instance Method Summary collapse

Methods inherited from HealthDataStandards::Import::CDA::MedicationImporter

#create_entry

Methods inherited from HealthDataStandards::Import::CDA::SectionImporter

#create_entries, #create_entry

Methods included from HealthDataStandards::Import::CDA::LocatableImportUtils

#import_address, #import_telecom

Constructor Details

#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']")) ⇒ ImmunizationAdministeredImporter

Returns a new instance of ImmunizationAdministeredImporter.



5
6
7
8
9
# 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