Skip to content

Commit aad5957

Browse files
author
brettmarquard
committed
add mandatory language to HTTP request
1 parent 255c7cc commit aad5957

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/specification/1.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ curl "https://example.com/cds-services"
103103

104104
### HTTP Request
105105

106-
An EHR calls a CDS Service by `POST`ing a JSON document to the service as described in this section. The CDS Service endpoint can be constructed from the CDS Service base URL and an individual service id as `{baseUrl}/cds-services/{service.id}`. The request includes a JSON `POST` body with the following input fields:
106+
An EHR SHALL call a CDS Service by `POST`ing a JSON document to the service as described in this section. The CDS Service endpoint can be constructed from the CDS Service base URL and an individual service id as `{baseUrl}/cds-services/{service.id}`. The request SHALL include a JSON `POST` body with the following input fields:
107107

108108
Field | Optionality | Type | Description
109109
----- | ----- | ----- | --------

0 commit comments

Comments
 (0)