Class: DaVinciPlanNetTestKit::DaVinciPlanNetServerV110::DaVinciPlanNetServerTestSuite

Inherits:
Inferno::TestSuite
  • Object
show all
Defined in:
lib/davinci_plan_net_test_kit/generated/v1.1.0/davinci_plan_net_test_suite.rb

Constant Summary collapse

VALIDATION_MESSAGE_FILTERS =
[
  %r{Sub-extension url 'introspect' is not defined by the Extension http://fhir-registry\.smarthealthit\.org/StructureDefinition/oauth-uris},
  %r{Sub-extension url 'revoke' is not defined by the Extension http://fhir-registry\.smarthealthit\.org/StructureDefinition/oauth-uris},
  /Observation\.effective\.ofType\(Period\): .*us-core-1:/, # Invalid invariant in US Core v3.1.1
  /\A\S+: \S+: URL value '.*' does not resolve/,
].freeze
VERSION_SPECIFIC_MESSAGE_FILTERS =
[].freeze

Class Method Summary collapse

Class Method Details

.metadataObject



149
150
151
152
153
# File 'lib/davinci_plan_net_test_kit/generated/v1.1.0/davinci_plan_net_test_suite.rb', line 149

def self.
  @metadata ||= YAML.load_file(File.join(__dir__, 'metadata.yml'), aliases: true)[:groups].map do ||
      Generator::GroupMetadata.new()
    end
end