You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/specification/1.0.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -422,6 +422,15 @@ For successful responses, CDS Services SHALL respond with a 200 HTTP response wi
422
422
423
423
> 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.
424
424
425
+
### HTTP Status Codes
426
+
427
+
Code | Description
428
+
---- | -----------
429
+
`200 OK` | A successful response.
430
+
`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.
431
+
432
+
CDS Services MAY return other HTTP statuses, specifically 4xx and 5xx HTTP error codes.
0 commit comments