Skip to content

Commit f19ee16

Browse files
authored
formally define feedback uri and request structure
https://jira.hl7.org/browse/FHIR-28746
1 parent 0565f48 commit f19ee16

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/specification/current.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -686,7 +686,13 @@ Upon receiving a card, a user may accept its suggestions, ignore it entirely, or
686686

687687
Typically, an end user may only accept (a suggestion), or override a card once; however, a card once ignored could later be acted upon. CDS Hooks does not specify the UI behavior of CDS clients, including the persistence of cards. CDS clients should faithfully report each of these distinct end-user interactions as feedback.
688688

689-
Each **Feedback** is described by the following attributes.
689+
A CDS Client provides feedback by POSTing a JSON document. The feedback endpoint can be constructed from the CDS Service endpoint and a path segment of "feedback"
690+
as {baseUrl}/cds-services/{service.id}/feedback. The request to the feedback endpoint SHALL be an object containing an array.
691+
Field | Description
692+
----- | ------
693+
`feedback` | *array* of **Feedback**
694+
695+
Each **Feedback** SHALL described by the following attributes.
690696

691697
Field | Optionality | Type | Description
692698
----- | ----- | ----- | --------

0 commit comments

Comments
 (0)