Skip to content

Commit b10c354

Browse files
committed
Minor clarification to the 'Calling a CDS Service' section (fixes #304)
1 parent 28965d7 commit b10c354

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
@@ -99,10 +99,7 @@ curl "https://example.com/cds-services"
9999

100100
### HTTP Request
101101

102-
An EHR calls a CDS service by `POST`ing a JSON document to the service
103-
endpoint, which can be constructed from the CDS Service base URL and an
104-
individual service id as `{baseUrl}/cds-services/{service.id}`. The CDS Hook
105-
call includes a JSON POST body with the following input fields:
102+
An EHR calls a CDS service by `POST`ing a JSON document as described in this section to the service endpoint, which can be constructed from the CDS Service base URL and an individual service id as `{baseUrl}/cds-services/{service.id}`. The CDS Hook call includes a JSON POST body with the following input fields:
106103

107104
Field | Optionality | Type | Description
108105
----- | ----- | ----- | --------

0 commit comments

Comments
 (0)