Skip to content

Commit 39322bc

Browse files
isaacvetterkpshek
authored andcommitted
Remove analytics until future release following implementer feedback (#382)
In the absence of analytics, also expand upon the value of the suggestion UUID.
1 parent 02a7a1f commit 39322bc

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

docs/specification/1.0.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -373,19 +373,9 @@ Each **Suggestion** is described by the following attributes.
373373
Field | Optionality | Type | Description
374374
----- | ----- | ----- | --------
375375
`label` | REQUIRED | *string* | Human-readable label to display for this suggestion (e.g. the EHR might render this as the text on a button tied to this suggestion).
376-
`uuid` | OPTIONAL | *string* | Unique identifier for this suggestion. For details see [Suggestion Tracking Analytics](#suggestion-tracking-analytics)
376+
`uuid` | OPTIONAL | *string* | Unique identifier, used for auditing and logging suggestions.
377377
`actions` | OPTIONAL | *array* | Array of objects, each defining a suggested action. Within a suggestion, all actions are logically AND'd together, such that a user selecting a suggestion selects all of the actions within it.
378378

379-
##### Suggestion Tracking Analytics
380-
381-
Whenever a user clicks a displayed label (e.g., button) from a "suggestion" card, the EHR uses the
382-
suggestion `uuid` to notify the CDS Service's analytics endpoint via a `POST`
383-
with an empty body:
384-
385-
`POST {baseUrl}/cds-services/{serviceId}/analytics/{uuid}`
386-
387-
If a suggestion has no `uuid`, the EHR does not send a notification.
388-
389379
##### Action
390380

391381
Each **Action** is described by the following attributes.

0 commit comments

Comments
 (0)