Clean up QA issues
This commit is contained in:
@@ -3,13 +3,27 @@
|
||||
# Add warning and/or information messages here after you've confirmed that they aren't really a problem
|
||||
# (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/example: Binary: Validate resource against profile http://hl7.org/fhir/StructureDefinition/Binary
|
||||
INFORMATION: Patient/example: 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
|
||||
|
||||
# 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
|
||||
INFORMATION: Patient/example: 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/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: http://somewhere.org/fhir/uv/myig/StructureDefinition/myObservation: The Implementation Guide contains no examples for this profile
|
||||
WARNING: 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/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/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
|
||||
|
||||
Reference in New Issue
Block a user