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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ Each CDS Service SHALL be described by the following attributes.
50
50
51
51
Field | Optionality | Type | Description
52
52
----- | ----- | ----- | ---------
53
-
`hook`| REQUIRED | *string* | The hook this service should be invoked on. See [Hooks](../hooks/index.md).
53
+
`hook`| REQUIRED | *string* | The hook this service should be invoked on. See [Hooks](#Hooks).
54
54
`title`| RECOMMENDED | *string* | The human-friendly name of this service.
55
55
<nobr>`description`</nobr>| REQUIRED | *string* | The description of this service.
56
56
`id` | REQUIRED | *string* | The {id} portion of the URL to this service which is available at<br />`{baseUrl}/cds-services/{id}`
@@ -107,7 +107,7 @@ An EHR SHALL call a CDS Service by `POST`ing a JSON document to the service as d
107
107
108
108
Field | Optionality | Type | Description
109
109
----- | ----- | ----- | --------
110
-
`hook` | REQUIRED | *string* | The hook that triggered this CDS Service call. See [Hooks](../hooks/index.md).
110
+
`hook` | REQUIRED | *string* | The hook that triggered this CDS Service call. See [Hooks](#hooks).
111
111
<nobr>`hookInstance`</nobr> | REQUIRED | *string* | A UUID for this particular hook call (see more information below).
112
112
`fhirServer` | OPTIONAL | *URL* | The base URL EHR's [FHIR](https://www.hl7.org/fhir/) server. If fhirAuthorization is provided, this field is REQUIRED. The scheme should be `https`
113
113
`fhirAuthorization` | OPTIONAL | *object* | A structure holding an [OAuth 2.0][OAuth 2.0] bearer access token granting the CDS Service access to FHIR resources, along with supplemental information relating to the token. See the [FHIR Resource Access](#fhir-resource-access) section for more information.
0 commit comments