Class: CancerPathologyDataSharingTestKit::ReportGenerationSuite
- Inherits:
-
Inferno::TestSuite
- Object
- Inferno::TestSuite
- CancerPathologyDataSharingTestKit::ReportGenerationSuite
show all
- Includes:
- URLs
- Defined in:
- lib/cancer_pathology_data_sharing_test_kit/report_generation_suite.rb
Constant Summary
collapse
- GENERAL_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\): .*vs-1:/,
/Observation\.effective\.ofType\(Period\): .*us-core-1:/,
/Provenance.agent\[\d*\]: Constraint failed: provenance-1/,
%r{Unknown Code System 'http://hl7.org/fhir/us/core/CodeSystem/us-core-tags'},
%r{URL value 'http://hl7.org/fhir/us/core/CodeSystem/us-core-tags' does not resolve},
/\A\S+: \S+: URL value '.*' does not resolve/,
%r{Observation.component\[\d+\].value.ofType\(Quantity\): The code provided \(http://unitsofmeasure.org#L/min\) was not found in the value set 'Vital Signs Units'}
].freeze
- VALIDATION_MESSAGE_FILTERS =
GENERAL_MESSAGE_FILTERS
Method Summary
Methods included from URLs
#base_url, #resume_fail_url, #resume_pass_url, #suite_id