Skip to content

Commit cc25d3b

Browse files
authored
Minor clarification to the 'Calling a CDS Service' section (fixes #304) (#376)
1 parent e71c566 commit cc25d3b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

docs/specification/1.0.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,7 @@ curl "https://example.com/cds-services"
101101

102102
### HTTP Request
103103

104-
An EHR calls a CDS service by `POST`ing a JSON document to the service
105-
endpoint, which can be constructed from the CDS Service base URL and an
106-
individual service id as `{baseUrl}/cds-services/{service.id}`. The CDS Hook
107-
call includes a JSON POST body with the following input fields:
104+
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:
108105

109106
Field | Optionality | Type | Description
110107
----- | ----- | ----- | --------

0 commit comments

Comments
 (0)