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