Class: HealthDataStandards::Import::CDA::VitalSignImporter

Inherits:
ResultImporter show all
Defined in:
lib/health-data-standards/import/cda/vital_sign_importer.rb

Instance Attribute Summary

Attributes inherited from SectionImporter

#check_for_usable, #code_xpath, #status_xpath

Instance Method Summary collapse

Methods inherited from ResultImporter

#create_entry

Methods inherited from SectionImporter

#create_entries, #create_entry

Methods included from LocatableImportUtils

#import_address, #import_telecom

Constructor Details

#initializeVitalSignImporter

Returns a new instance of VitalSignImporter.



5
6
7
# File 'lib/health-data-standards/import/cda/vital_sign_importer.rb', line 5

def initialize
  super(EntryFinder.new("//cda:observation[cda:templateId/@root='2.16.840.1.113883.3.88.11.83.14']"))
end