Sha256: 2e716b19a5f50f173a1090681f6cd5aaac59753bbe3fe9c786c2e8d4dd22bcf7
Contents?: true
Size: 528 Bytes
Versions: 16
Compression:
Stored size: 528 Bytes
Contents
module HealthDataStandards module Import module Cat1 class ImmunizationAdministeredImporter < CDA::MedicationImporter def initialize(entry_finder=CDA::EntryFinder.new("./cda:entry/cda:act/cda:entryRelationship/cda:substanceAdministration[cda:templateId/@root = '2.16.840.1.113883.10.20.22.4.52']")) super(entry_finder) #@code_xpath = "./cda:consumable/cda:manufacturedProduct/cda:manufacturedMaterial/cda:code" #@entry_class = Medication end end end end end
Version data entries
16 entries across 16 versions & 1 rubygems