class HealthDataStandards::Import::CCDA::InsuranceProviderImporter

Public Class Methods

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