class CancerRegistryReportingTestKit::MedicationRequestSearchTest
def self.metadata
def self.metadata @metadata ||= HdeaGenerator::GroupMetadata.new(YAML.load_file(File.join(__dir__, 'metadata.yml'), aliases: true)) end
def self.properties
def self.properties @properties ||= USCoreTestKit::SearchTestProperties.new( first_search: true, fixed_value_search: true, resource_type: 'MedicationRequest', search_param_names: %w[patient intent], possible_status_search: true, test_medication_inclusion: true, test_reference_variants: true, multiple_or_search_params: ['intent'], test_post_search: false ) end
def scratch_resources
def scratch_resources scratch[:medication_request_resources] ||= {} end