Sha256: 066be358adfb0ada4070cc87e76722299d1c40cb6da04974e92e2ed281fc590f
Contents?: true
Size: 363 Bytes
Versions: 47
Compression:
Stored size: 363 Bytes
Contents
module HealthDataStandards module Import module CCDA class ProcedureImporter < CDA::ProcedureImporter def initialize super(CDA::EntryFinder.new("//cda:section[cda:templateId/@root='2.16.840.1.113883.10.20.22.2.7' or cda:templateId/@root='2.16.840.1.113883.10.20.22.2.7.1']/cda:entry/cda:*")) end end end end end
Version data entries
47 entries across 47 versions & 1 rubygems