diff --git a/org.hl7.fhir.validation/src/test/resources/validation-examples/manifest.json b/org.hl7.fhir.validation/src/test/resources/validation-examples/manifest.json
index 59a4a5b34..34e580ec1 100644
--- a/org.hl7.fhir.validation/src/test/resources/validation-examples/manifest.json
+++ b/org.hl7.fhir.validation/src/test/resources/validation-examples/manifest.json
@@ -149,7 +149,9 @@
]
},
"synthea.json": {
- "errorCount": 1
+ "version": "4.0",
+ "errorCount": 2,
+ "errors-for-debugging" : ["ERROR: /Encounter/reasonCode: This property must be an Array, not an Object", "ERROR: Encounter.status: The value provided ('completed') is not in the value set http://hl7.org/fhir/ValueSet/encounter-status|4.1.0 (http://hl7.org/fhir/ValueSet/encounter-status, and a code is required from this value set) (error message = Unknown Code http://hl7.org/fhir/encounter-status#completed in http://hl7.org/fhir/encounter-status)"]
},
"patient-good.json": {
"errorCount": 0,
diff --git a/org.hl7.fhir.validation/src/test/resources/validation-examples/value-slicing-bad-1.xml b/org.hl7.fhir.validation/src/test/resources/validation-examples/value-slicing-bad-1.xml
new file mode 100644
index 000000000..4b2b3317b
--- /dev/null
+++ b/org.hl7.fhir.validation/src/test/resources/validation-examples/value-slicing-bad-1.xml
@@ -0,0 +1,68 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ -
+
+
+
+
+ -
+
+
+
+
+ -
+
+
+
+
\ No newline at end of file
diff --git a/org.hl7.fhir.validation/src/test/resources/validation-examples/value-slicing-ok-1.xml b/org.hl7.fhir.validation/src/test/resources/validation-examples/value-slicing-ok-1.xml
new file mode 100644
index 000000000..dd613032e
--- /dev/null
+++ b/org.hl7.fhir.validation/src/test/resources/validation-examples/value-slicing-ok-1.xml
@@ -0,0 +1,68 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ -
+
+
+
+
+ -
+
+
+
+
+ -
+
+
+
+
\ No newline at end of file
diff --git a/org.hl7.fhir.validation/src/test/resources/validation-examples/value-slicing-profile-open.xml b/org.hl7.fhir.validation/src/test/resources/validation-examples/value-slicing-profile-open.xml
new file mode 100644
index 000000000..67e42cdce
--- /dev/null
+++ b/org.hl7.fhir.validation/src/test/resources/validation-examples/value-slicing-profile-open.xml
@@ -0,0 +1,66 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file