From 153fa921405c3ef6540099820907453523825cb5 Mon Sep 17 00:00:00 2001 From: Grahame Grieve Date: Sun, 8 Dec 2024 17:46:30 +0300 Subject: [PATCH] update test cases for new invariant on CDS hooks model --- validator/manifest.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/validator/manifest.json b/validator/manifest.json index 95d01bf2..ea765cbe 100644 --- a/validator/manifest.json +++ b/validator/manifest.json @@ -39015,6 +39015,17 @@ "outcome": { "resourceType": "OperationOutcome", "issue": [ + { + "severity": "error", + "code": "invariant", + "details": { + "text": "Constraint failed: cds-resp-6: 'If suggestions are present, selectionBehavior MUST also be provided.'" + }, + "diagnostics": "[3,6]", + "expression": [ + "CDSHooksResponse.cards[0]" + ] + }, { "severity": "error", "code": "invalid",