module HealthDataStandards module Import module CCDA class CareGoalImporter < C32::CareGoalImporter def initialize @entry_xpath = "//cda:section[cda:templateId/@root='2.16.840.1.113883.10.20.22.2.10']/cda:entry/cda:*" end end end end end