Sha256: 57d312d23022ebb8c48a84805723a8ce60668e8434093b620a4853d3987a95a2
Contents?: true
Size: 715 Bytes
Versions: 2
Compression:
Stored size: 715 Bytes
Contents
module QRDA module Cat1 class CommunicationFromProviderToPatientImporter < SectionImporter def initialize(entry_finder = QRDA::Cat1::EntryFinder.new("./cda:entry/cda:act[cda:templateId/@root = '2.16.840.1.113883.10.20.24.3.3']")) super(entry_finder) @entry_does_not_have_reason = true @id_xpath = './cda:id' @code_xpath = './cda:code' @author_datetime_xpath = "./cda:author/cda:time" @entry_class = QDM::CommunicationFromProviderToPatient end def create_entry(entry_element, nrh = NarrativeReferenceHandler.new) communication_from_provider_to_patient = super communication_from_provider_to_patient end end end end
Version data entries
2 entries across 2 versions & 1 rubygems