Skip to content

Commit 2bf3341

Browse files
committed
Specify the response from CDS Services when no decision support is necessary
1 parent 55ca940 commit 2bf3341

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

source/includes/_cds_services.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,18 @@ Field | Description
273273
`create` |*array* of *strings*. id(s) of new resource(s) that the EHR should create within the current activity (e.g. for `medication-prescribe`, this would be the updated prescription that a user had authored in an app session).
274274
<nobr>`delete`</nobr> |*array* of *strings*. id(s) of any resources to remove from the current activity (e.g. for the `order-review` activity, this would provide a way to remove orders from the pending list). In activities like `medication-prescribe` where only one "content" resource is ever relevant, this field may be omitted.
275275

276+
### No Decision Support
277+
278+
> Response when no decision support is necessary for the user
279+
280+
```json
281+
{
282+
"cards": []
283+
}
284+
```
285+
286+
If your CDS Service has no decision support for the user, your service should return a 200 HTTP response with an empty array of cards.
287+
276288
# Analytics
277289

278290
Whenever a user clicks a button from a "suggestion" card, the EHR uses the

0 commit comments

Comments
 (0)