From 72c591b4786810f83e7d3968f3d1315ead0cd80f Mon Sep 17 00:00:00 2001 From: Grahame Grieve Date: Wed, 13 Dec 2023 09:06:43 -0500 Subject: [PATCH] Fix for missing warnings around bundle link validation --- validator/manifest.json | 99 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 99 insertions(+) diff --git a/validator/manifest.json b/validator/manifest.json index de443e4b..c6b26c0b 100644 --- a/validator/manifest.json +++ b/validator/manifest.json @@ -6337,6 +6337,105 @@ "Bundle" ] }, + { + "severity": "information", + "code": "not-found", + "details": { + "text": "Can't find 'urn:uuid:a7f1f367-144b-4bf3-8c65-a0826787986b' in the bundle (Bundle.entry[3].resource.entry[0].resource.encounter)" + }, + "diagnostics": "[1,91]", + "expression": [ + "Bundle" + ] + }, + { + "severity": "information", + "code": "not-found", + "details": { + "text": "Can't find 'urn:uuid:b8fe561b-6b36-46f5-b6bb-433529955b8c' in the bundle (Bundle.entry[3].resource.entry[0].resource.author[0])" + }, + "diagnostics": "[1,91]", + "expression": [ + "Bundle" + ] + }, + { + "severity": "information", + "code": "not-found", + "details": { + "text": "Can't find 'urn:uuid:97775e71-21d7-4f2d-aadb-2f3f5a1da6a6' in the bundle (Bundle.entry[3].resource.entry[0].resource.custodian)" + }, + "diagnostics": "[1,91]", + "expression": [ + "Bundle" + ] + }, + { + "severity": "information", + "code": "not-found", + "details": { + "text": "Can't find 'urn:uuid:16bbba8a-ba9b-46ea-b571-a64dba136a2a' in the bundle (Bundle.entry[3].resource.entry[0].resource.section[7].entry[0])" + }, + "diagnostics": "[1,91]", + "expression": [ + "Bundle" + ] + }, + { + "severity": "error", + "code": "not-found", + "details": { + "text": "Can't find 'urn:uuid:b8fe561b-6b36-46f5-b6bb-433529955b8c' in the bundle (Composition.author)" + }, + "diagnostics": "[152,23]", + "expression": [ + "Bundle.entry[3].resource.entry[1].resource.author[1]" + ] + }, + { + "severity": "error", + "code": "not-found", + "details": { + "text": "Can't find 'urn:uuid:a7f1f367-144b-4bf3-8c65-a0826787986b' in the bundle (Composition.encounter)" + }, + "diagnostics": "[146,26]", + "expression": [ + "Bundle.entry[3].resource.entry[1].resource.encounter" + ] + }, + { + "severity": "error", + "code": "not-found", + "details": { + "text": "Can't find 'urn:uuid:97775e71-21d7-4f2d-aadb-2f3f5a1da6a6' in the bundle (Composition.custodian)" + }, + "diagnostics": "[157,26]", + "expression": [ + "Bundle.entry[3].resource.entry[1].resource.custodian" + ] + }, + { + "severity": "error", + "code": "not-found", + "details": { + "text": "Can't find 'urn:uuid:a7f1f367-144b-4bf3-8c65-a0826787986b' in the bundle (Section Entry)" + }, + "diagnostics": "[191,24]", + "expression": [ + "Bundle.entry[3].resource.entry[1].resource.section[2].entry[1]" + ] + }, + { + "severity": "error", + "code": "not-found", + "details": { + "text": "Can't find 'urn:uuid:16bbba8a-ba9b-46ea-b571-a64dba136a2a' in the bundle (Section Entry)" + }, + "diagnostics": "[290,24]", + "expression": [ + "Bundle.entry[3].resource.entry[1].resource.section[8].entry[1]" + ] + }, { "severity": "error", "code": "required",