Sha256: 57feb98f984251fd8c446c88f7b5740a97a00340a178869ffdd6a53408379de6
Contents?: true
Size: 293 Bytes
Versions: 10
Compression:
Stored size: 293 Bytes
Contents
module HealthDataStandards module Import module CCDA class VitalSignImporter < C32::VitalSignImporter def initialize super @entry_xpath = "//cda:observation[cda:templateId/@root='2.16.840.1.113883.10.20.22.4.27']" end end end end end
Version data entries
10 entries across 10 versions & 1 rubygems