Sha256: 70a29b76f7184c230ad1c6f868e7c28c19115ffb033d33268d4c346c714da665
Contents?: true
Size: 464 Bytes
Versions: 36
Compression:
Stored size: 464 Bytes
Contents
module HealthDataStandards module Import module Cat1 class DiagnosisInactiveImporter < CDA::ConditionImporter def initialize super(CDA::EntryFinder.new("//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
36 entries across 36 versions & 1 rubygems