Class: CancerPathologyDataSharingTestKit::USCoreDataAccessSuite
- Inherits:
-
Inferno::TestSuite
- Object
- Inferno::TestSuite
- CancerPathologyDataSharingTestKit::USCoreDataAccessSuite
- Defined in:
- lib/cancer_pathology_data_sharing_test_kit/us_core_data_access_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:/, # Invalid invariant in FHIR v4.0.1 /Observation\.effective\.ofType\(Period\): .*us-core-1:/, # Invalid invariant in US Core v3.1.1 /Provenance.agent\[\d*\]: Constraint failed: provenance-1/, # Invalid invariant in US Core v5.0.1 %r{Unknown Code System 'http://hl7.org/fhir/us/core/CodeSystem/us-core-tags'}, # Validator has an issue with this US Core 5 code system in US Core 6 resource # rubocop:disable Layout/LineLength %r{URL value 'http://hl7.org/fhir/us/core/CodeSystem/us-core-tags' does not resolve}, # Validator has an issue with this US Core 5 code system in US Core 6 resource # rubocop:disable Layout/LineLength /\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'} # Known issue with the Pulse Oximetry Profile # rubocop:disable Layout/LineLength ].freeze
- VERSION_SPECIFIC_MESSAGE_FILTERS =
[].freeze
- VALIDATION_MESSAGE_FILTERS =
GENERAL_MESSAGE_FILTERS + VERSION_SPECIFIC_MESSAGE_FILTERS