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