Skip to content

Commit 0d1d78d

Browse files
authored
Merge branch 'master' into issue/351-card-summary
2 parents a536ecc + 8cbf27a commit 0d1d78d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/specification/1.0.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -424,6 +424,15 @@ Each card contains decision support from the CDS Service. Generally speaking, ca
424424

425425
> Note that because the CDS client may be invoking multiple services from the same hook, there may be multiple responses related to the same information. This specification does not address these scenarios specifically; both CDS Services and CDS Clients should consider the implications of multiple CDS Services in their integrations.
426426
427+
### HTTP Status Codes
428+
429+
Code | Description
430+
---- | -----------
431+
`200 OK` | A successful response.
432+
`412 Precondition Failed` | The CDS Service is unable to retrieve the necessary FHIR data to execute its decision support, either through a prefetch request or directly calling the FHIR server.
433+
434+
CDS Services MAY return other HTTP statuses, specifically 4xx and 5xx HTTP error codes.
435+
427436
### HTTP Response
428437

429438
Field | Optionality | Type | Description

0 commit comments

Comments
 (0)