Sha256: f28f161444a4d29056bf79f5e01d70f68d70b349b3db010a49b0c3cb18059dc4
Contents?: true
Size: 474 Bytes
Versions: 7
Compression:
Stored size: 474 Bytes
Contents
module HealthDataStandards module Import module Cat1 class DiagnosisInactiveImporter < CDA::ConditionImporter def initialize super(CDA::EntryFinder.new("./cda:entry/cda:observation[cda:templateId/@root='2.16.840.1.113883.10.20.24.3.13']")) @status_xpath = nil # We'll hardcode this to inactive in create entry because this is from the # diagnosis active template end end end end end
Version data entries
7 entries across 7 versions & 1 rubygems