Class: USCoreTestKit::USCoreV311::DiagnosticReportNoteReferenceResolutionTest
- Inherits:
-
Inferno::Test
- Object
- Inferno::Test
- USCoreTestKit::USCoreV311::DiagnosticReportNoteReferenceResolutionTest
- Includes:
- ReferenceResolutionTest
- Defined in:
- lib/us_core_test_kit/generated/v3.1.1/diagnostic_report_note/diagnostic_report_note_reference_resolution_test.rb
Constant Summary
Constants included from FHIRResourceNavigation
FHIRResourceNavigation::DAR_EXTENSION_URL, FHIRResourceNavigation::PRIMITIVE_DATA_TYPES
Class Method Summary collapse
Instance Method Summary collapse
Methods included from ReferenceResolutionTest
#is_reference_resolved?, #must_support_references, #must_support_references_with_target_profile, #no_resources_skip_message, #perform_reference_resolution_test, #record_resolved_reference, #resolve_reference, #resolved_references, #resource_is_valid_with_target_profile?, #unresolved_references, #unresolved_references_strings, #validate_reference_resolution
Methods included from FHIRResourceNavigation
#find_a_value_at, #find_slice_via_discriminator, #get_next_value, #get_primitive_type_value, #resolve_path, #verify_slice_by_values
Class Method Details
.metadata ⇒ Object
29 30 31 |
# File 'lib/us_core_test_kit/generated/v3.1.1/diagnostic_report_note/diagnostic_report_note_reference_resolution_test.rb', line 29 def self. @metadata ||= Generator::GroupMetadata.new(YAML.load_file(File.join(__dir__, 'metadata.yml'), aliases: true)) end |
Instance Method Details
#resource_type ⇒ Object
25 26 27 |
# File 'lib/us_core_test_kit/generated/v3.1.1/diagnostic_report_note/diagnostic_report_note_reference_resolution_test.rb', line 25 def resource_type 'DiagnosticReport' end |
#scratch_resources ⇒ Object
33 34 35 |
# File 'lib/us_core_test_kit/generated/v3.1.1/diagnostic_report_note/diagnostic_report_note_reference_resolution_test.rb', line 33 def scratch_resources scratch[:diagnostic_report_note_resources] ||= {} end |