Sha256: 9fe211187362693deaec72e9659ac1bf13f2cc0fed5b081fad9d5d33c9f413b4
Contents?: true
Size: 629 Bytes
Versions: 12
Compression:
Stored size: 629 Bytes
Contents
module QRDA module Cat1 class ProviderCharacteristicImporter < SectionImporter def initialize(entry_finder = QRDA::Cat1::EntryFinder.new("./cda:entry/cda:observation[cda:templateId/@root = '2.16.840.1.113883.10.20.24.3.114']")) super(entry_finder) @id_xpath = './cda:id' @code_xpath = "./cda:value" @author_datetime_xpath = "./cda:author/cda:time" @entry_class = QDM::ProviderCharacteristic end def create_entry(entry_element, nrh = NarrativeReferenceHandler.new) provider_characteristic = super provider_characteristic end end end end
Version data entries
12 entries across 12 versions & 1 rubygems