BD-Core-FHIR-IG/input/ignoreWarnings.txt
Lloyd McKenzie f5fa02bf10 QA cleanup
2022-03-29 09:17:46 -06:00

41 lines
3.7 KiB
Plaintext

== Suppressed Messages ==
# Add warning and/or information messages here after you've confirmed that they aren't really a problem
# instructions for ignoreWarnings.txt https://confluence.hl7.org/pages/viewpage.action?pageId=66938614#ImplementationGuideParameters-ManagingWarningsandHints
# (And include comments like this justifying why)
# We expect that all of the 'structural' resources will only be validated against their respective 'core' resource definitions
Validate resource against profile http://hl7.org/fhir/StructureDefinition/ImplementationGuide
Validate resource against profile http://hl7.org/fhir/StructureDefinition/Library
Validate resource against profile http://hl7.org/fhir/StructureDefinition/ValueSet
Validate resource against profile http://hl7.org/fhir/StructureDefinition/StructureDefinition
# Have verified that these examples are being checked against the expected profiles/resources.
INFORMATION: Binary/example: Binary: Validate resource against profile http://hl7.org/fhir/StructureDefinition/Binary
INFORMATION: Bundle/h1: Bundle: Validate resource against profile http://hl7.org/fhir/StructureDefinition/Bundle
INFORMATION: Bundle/h1: Bundle.entry[0].resource.ofType(Provenance): Validate resource against profile http://hl7.org/fhir/StructureDefinition/Provenance
INFORMATION: Patient/example: Patient: Validate resource against profile http://somewhere.org/fhir/uv/myig/StructureDefinition/mypatient
# This is inherited from the base resource
WARNING: StructureDefinition/myObservation: StructureDefinition.snapshot.element[15].mapping[3].map: value should not start or finish with whitespace
# These examples are fake code systems - they're not expected to be checked
Code System URI 'http://example.org/some-id-type-system' is unknown so the code cannot be validated
Code System URI 'http://example.org/some-system' is unknown so the code cannot be validated
# We're expecting these to not match the slice - we're showing how you can use slicing to define the one repetition you want even when many repetitions might be present
INFORMATION: Patient/example: Patient.name[0]: This element does not match any known slice defined in the profile http://somewhere.org/fhir/uv/myig/StructureDefinition/mypatient
INFORMATION: Patient/example: Patient.name[1]: This element does not match any known slice defined in the profile http://somewhere.org/fhir/uv/myig/StructureDefinition/mypatient
# If this was a real IG, there should be examples for these profiles too. But it's not, and I'm lazy...
WARNING: StructureDefinition.where(url = 'http://somewhere.org/fhir/uv/myig/StructureDefinition/mypractitioner'): The Implementation Guide contains no examples for this profile
WARNING: StructureDefinition.where(url = 'http://somewhere.org/fhir/uv/myig/StructureDefinition/myObservation'): The Implementation Guide contains no examples for this profile
# The objective is to show a reference to an unknown code system, so these warnings are expected
WARNING: ValueSet/valueset-no-codesystem: ValueSet.compose[0].include[0]: Unknown System/Version specified, so Concepts and Filters can''t be checked
WARNING: ValueSet.where(id = 'valueset-no-codesystem'): Error from server: Unable to provide support for code system http://not-a-known-code-system
# We don't want a code for the change reason (and this binding shouldn't be extensible anyhow)
WARNING: Bundle/h1: Bundle.entry[0].resource.ofType(Provenance).reason[0]: No code provided, and a code should be provided from the value set 'PurposeOfUse' (http://terminology.hl7.org/ValueSet/v3-PurposeOfUse)
WARNING: Bundle/h1: Bundle.entry[0].resource.ofType(Provenance).reason[0]: No code provided, and a code should be provided from the value set 'PurposeOfUse' (http://terminology.hl7.org/ValueSet/v3-PurposeOfUse)