Sha256: 7729ca890c204ca55afc3215cc85581cb44c734b4246fbc571b1c2e41400fefb
Contents?: true
Size: 641 Bytes
Versions: 3
Compression:
Stored size: 641 Bytes
Contents
module QRDA module Cat1 class CommunicationFromPatientToProviderImporter < 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.2']")) super(entry_finder) @code_xpath = './cda:code' @author_datetime_xpath = "./cda:author/cda:time" @entry_class = QDM::CommunicationFromPatientToProvider end def create_entry(entry_element, nrh = NarrativeReferenceHandler.new) communication_from_patient_to_provider = super communication_from_patient_to_provider end end end end
Version data entries
3 entries across 3 versions & 1 rubygems