Skip to content

Commit fdf9902

Browse files
committed
Fixes #228: Added links to the FHIR specification for read and search interactions.
1 parent a66da93 commit fdf9902

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
@@ -193,7 +193,7 @@ Similarly, each EHR will decide what FHIR resources to authorize and to prefetch
193193

194194
### Prefetch Template
195195

196-
A _prefetch template_ is a `read` or `search` request that describes relevant data needed by the CDS Service. For example, the following is a prefetch template for hemoglobin A1c observations:
196+
A _prefetch template_ is a [`read`](http://hl7.org/fhir/http.html#read) or [`search`](http://hl7.org/fhir/http.html#search) request that describes relevant data needed by the CDS Service. For example, the following is a prefetch template for hemoglobin A1c observations:
197197

198198
```
199199
Observation?patient={{context.patientId}}&code=4548-4&_count=1&sort:desc=date

0 commit comments

Comments
 (0)