Skip to content

Commit ef59c78

Browse files
committed
Clarify that a card's source is the primary source of guidance for the
decision support. Additionally, fixed a typo to show that the source is ad object, not a string in the JSON. Fixes #19
1 parent 7363828 commit ef59c78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/includes/_cds_services.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ Field | Description
237237
`summary` | *string*. one-sentence, <140-character summary message for display to the user inside of this card.
238238
`detail` | *string*. optional detailed information to display, represented in Markdown. (For non-urgent cards, the EHR may hide these details until the user clicks a link like "view more details...".)
239239
`indicator` | *string*. urgency/importance of what this card conveys. Allowed values, in order of increasing urgency, are: `success`, `info`, `warning`, `hard-stop`. The EHR can use this field to help make UI display decisions such as sort order or coloring. The value `hard-stop` indicates that the workflow should not be allowed to proceed.
240-
`source` | *string*. grouping structure for the **Source** of the information displayed on this card.
240+
`source` | *object*. grouping structure for the **Source** of the information displayed on this card. The source should be the primary source of guidance for the decision support the card represents.
241241
<nobr>`suggestions`</nobr> | *array* of **Suggestions**, which allow a service to suggest a set of changes in the context of the current activity (e.g. changing the dose of the medication currently being prescribed, for the `medication-prescribe` activity)
242242
`links` | *array* of **Links**, which allow a service to suggest a link to an app that the user might want to run for additional information or to help guide a decision.
243243

0 commit comments

Comments
 (0)