class HealthDataStandards::Import::CCDA::CareGoalImporter

Public Class Methods

new() click to toggle source
# File lib/health-data-standards/import/ccda/care_goal_importer.rb, line 6
def initialize
  super(CDA::EntryFinder.new("//cda:section[cda:templateId/@root='2.16.840.1.113883.10.20.22.2.10']/cda:entry/cda:*"))
end