Skip to content

Commit

Permalink
Fix for missing warnings around bundle link validation
Browse files Browse the repository at this point in the history
  • Loading branch information
Grahame Grieve committed Dec 13, 2023
1 parent 326c5ec commit 72c591b
Showing 1 changed file with 99 additions and 0 deletions.
99 changes: 99 additions & 0 deletions validator/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 72c591b

Please sign in to comment.