Skip to content

Commit 3cf366b

Browse files
authored
remove hrefs to Hooks/index.md
1 parent 3b47f14 commit 3cf366b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/specification/1.0.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Each CDS Service SHALL be described by the following attributes.
5050

5151
Field | Optionality | Type | Description
5252
----- | ----- | ----- | ---------
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).
5454
`title`| RECOMMENDED | *string* | The human-friendly name of this service.
5555
<nobr>`description`</nobr>| REQUIRED | *string* | The description of this service.
5656
`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
107107

108108
Field | Optionality | Type | Description
109109
----- | ----- | ----- | --------
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).
111111
<nobr>`hookInstance`</nobr> | REQUIRED | *string* | A UUID for this particular hook call (see more information below).
112112
`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`
113113
`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

Comments
 (0)