Sha256: 4c548b31bc8f3033597e1a5f75b763f744334502c0f72fdd115038afc135a505
Contents?: true
Size: 741 Bytes
Versions: 2
Compression:
Stored size: 741 Bytes
Contents
require_relative '../../reference_resolution_test' module USCoreTestKit class EncounterReferenceResolutionTest < Inferno::Test include USCoreTestKit::ReferenceResolutionTest title 'Every reference within Encounter resources can be read' description %( This test will attempt to read the first 50 references found in the resources from the first search. The test will fail if Inferno fails to read any of those references. ) id :us_core_311_encounter_reference_resolution_test def resource_type 'Encounter' end def scratch_resources scratch[:encounter_resources] ||= {} end run do perform_reference_resolution_test(scratch_resources[:all]) end end end
Version data entries
2 entries across 2 versions & 1 rubygems