Sha256: 86bec83efbfce0f443eb1ea246ff365eb2dccb9716a3789f3eeb78852e39335b
Contents?: true
Size: 783 Bytes
Versions: 2
Compression:
Stored size: 783 Bytes
Contents
require_relative '../../reference_resolution_test' module USCoreTestKit class MedicationRequestReferenceResolutionTest < Inferno::Test include USCoreTestKit::ReferenceResolutionTest title 'Every reference within MedicationRequest 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_medication_request_reference_resolution_test def resource_type 'MedicationRequest' end def scratch_resources scratch[:medication_request_resources] ||= {} end run do perform_reference_resolution_test(scratch_resources[:all]) end end end
Version data entries
2 entries across 2 versions & 1 rubygems