Fixed additional warnings
This commit is contained in:
@@ -11,6 +11,8 @@ Validate resource against profile http://hl7.org/fhir/StructureDefinition/Struct
|
||||
|
||||
# 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: Bundle/h1: Bundle/h1: Bundle: Validate resource against profile http://hl7.org/fhir/StructureDefinition/Bundle
|
||||
INFORMATION: Bundle/h1: Bundle/h1: Bundle.entry[0].resource.ofType(Provenance): Validate resource against profile http://hl7.org/fhir/StructureDefinition/Provenance
|
||||
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
|
||||
@@ -27,3 +29,6 @@ WARNING: StructureDefinition.where(url = 'http://somewhere.org/fhir/uv/myig/Stru
|
||||
# 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
|
||||
|
||||
# We don't want a code for the change reason (and this binding shouldn't be extensible anyhow)
|
||||
WARNING: Bundle/h1: Bundle/h1: Bundle.entry[0].resource.ofType(Provenance).reason[0]: No code provided, and a code should be provided from the value set http://terminology.hl7.org/ValueSet/v3-PurposeOfUse (http://terminology.hl7.org/ValueSet/v3-PurposeOfUse)
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
<status value="draft"/>
|
||||
<experimental value="true"/>
|
||||
<date value="2015-06-22"/>
|
||||
<description value="A sample value set where there's no known code system"/>
|
||||
<compose>
|
||||
<include>
|
||||
<system value="http://not-a-known-code-system"/>
|
||||
|
||||
Reference in New Issue
Block a user