Skip to content

Commit ca53a67

Browse files
Correction suite à workflow failed
1 parent acf440a commit ca53a67

1 file changed

Lines changed: 40 additions & 0 deletions

File tree

input/ignoreWarnings.txt

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
== Suppressed Messages ==
2+
3+
# Add warning and/or information messages here after you've confirmed that they aren't really a problem
4+
# instructions for ignoreWarnings.txt https://confluence.hl7.org/pages/viewpage.action?pageId=66938614#ImplementationGuideParameters-ManagingWarningsandHints
5+
# (And include comments like this justifying why)
6+
7+
# We expect that all of the 'structural' resources will only be validated against their respective 'core' resource definitions
8+
Validate resource against profile http://hl7.org/fhir/StructureDefinition/ImplementationGuide
9+
Validate resource against profile http://hl7.org/fhir/StructureDefinition/Library
10+
Validate resource against profile http://hl7.org/fhir/StructureDefinition/ValueSet
11+
Validate resource against profile http://hl7.org/fhir/StructureDefinition/StructureDefinition
12+
13+
# Have verified that these examples are being checked against the expected profiles/resources.
14+
INFORMATION: Binary/example: Binary: Validate resource against profile http://hl7.org/fhir/StructureDefinition/Binary
15+
INFORMATION: Bundle/h1: Bundle: Validate resource against profile http://hl7.org/fhir/StructureDefinition/Bundle
16+
INFORMATION: Bundle/h1: Bundle.entry[0].resource.ofType(Provenance): Validate resource against profile http://hl7.org/fhir/StructureDefinition/Provenance
17+
INFORMATION: Patient/example: Patient: Validate resource against profile http://somewhere.org/fhir/uv/myig/StructureDefinition/mypatient
18+
19+
# This is inherited from the base resource
20+
WARNING: StructureDefinition/myObservation: StructureDefinition.snapshot.element[15].mapping[3].map: value should not start or finish with whitespace
21+
22+
# These examples are fake code systems - they're not expected to be checked
23+
Code System URI 'http://example.org/some-id-type-system' is unknown so the code cannot be validated
24+
Code System URI 'http://example.org/some-system' is unknown so the code cannot be validated
25+
26+
# 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
27+
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
28+
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
29+
30+
# If this was a real IG, there should be examples for these profiles too. But it's not, and I'm lazy...
31+
WARNING: StructureDefinition.where(url = 'http://somewhere.org/fhir/uv/myig/StructureDefinition/mypractitioner'): The Implementation Guide contains no examples for this profile
32+
WARNING: StructureDefinition.where(url = 'http://somewhere.org/fhir/uv/myig/StructureDefinition/myObservation'): The Implementation Guide contains no examples for this profile
33+
34+
# The objective is to show a reference to an unknown code system, so these warnings are expected
35+
WARNING: ValueSet/valueset-no-codesystem: ValueSet.compose[0].include[0]: Unknown System/Version specified, so Concepts and Filters can''t be checked
36+
WARNING: ValueSet.where(id = 'valueset-no-codesystem'): Error from server: Unable to provide support for code system http://not-a-known-code-system
37+
38+
# We don't want a code for the change reason (and this binding shouldn't be extensible anyhow)
39+
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)
40+
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)

0 commit comments

Comments
 (0)