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
@@ -137,7 +150,7 @@ The `SearchParamValueResource` index is used to find resources based on search p
137
150
*`type` - a 4-byte hash of the resource type
138
151
*`value` - the encoded value of the resource reachable by the search parameters FHIRPath expression. The encoding depends on the search parameters type.
139
152
*`id` - the logical id of the resource
140
-
*`hash-prefix` - a 4-byte prefix of the content-hash of the resource version
153
+
*`hash-prefix` - a 4-byte prefix of the content-hash of the resource version
141
154
142
155
The way the `SearchParamValueResource` index is used, depends on the type of the search parameter. The following sections will explain this in detail for each type:
143
156
@@ -223,6 +236,102 @@ The `ResourceSearchParamValue` index is used to decide whether a resource contai
223
236
*`search-param` - a 4-byte hash of the search parameters code used to identify the search parameter
224
237
*`value` - the encoded value of the resource reachable by the search parameters FHIRPath expression. The encoding depends on the search parameters type.
225
238
239
+
#### TypeSearchParamTokenFullResource
240
+
241
+
New index in v0.27.0. It is used to find resources based on full values of search parameters of type token. Full values consist of the system and value for Identifiers or code for Codings. The system will be the special value 0x000000 if not available in the resource.
242
+
243
+
*`type` - the type byte of the resource type (one byte)
244
+
*`search-param` - a 3-byte identifier of the search parameters code used to identify the search parameter
245
+
*`value` - the full code/value
246
+
*`system` - a 3-byte identifier of the system URI
247
+
*`id` - the logical id of the resource
248
+
*`hash-prefix` - a 4-byte prefix of the content-hash of the resource version
249
+
250
+
#### TypeSearchParamTokenSystemResource
251
+
252
+
New index in v0.27.0. It is used to find resources based on the system only of search parameters of type token. If the system is not available, no index entry will be written.
253
+
254
+
*`type` - the type byte of the resource type (one byte)
255
+
*`search-param` - a 3-byte identifier of the search parameters code used to identify the search parameter
256
+
*`system` - a 3-byte identifier of the system URI
257
+
*`id` - the logical id of the resource
258
+
*`hash-prefix` - a 4-byte prefix of the content-hash of the resource version
259
+
260
+
#### TypeSearchParamReferenceCanonicalResource
261
+
262
+
New index in v0.27.0. It is used to find resources based on the reference value in case it is an canonical URL of search parameters of type reference.
263
+
264
+
*`type` - the type byte of the resource type (one byte)
265
+
*`search-param` - a 3-byte identifier of the search parameters code used to identify the search parameter
266
+
*`url` - a 4-byte identifier of the canonical URL
267
+
*`version` - the full version
268
+
*`id` - the logical id of the resource
269
+
*`hash-prefix` - a 4-byte prefix of the content-hash of the resource version
270
+
271
+
#### TypeSearchParamReferenceUrlResource
272
+
273
+
New index in v0.27.0. It is used to find resources based on the reference value in case it is an URL of search parameters of type reference.
274
+
275
+
*`type` - the type byte of the resource type (one byte)
276
+
*`search-param` - a 3-byte identifier of the search parameters code used to identify the search parameter
277
+
*`url` - the full url
278
+
*`id` - the logical id of the resource
279
+
*`hash-prefix` - a 4-byte prefix of the content-hash of the resource version
280
+
281
+
#### TypeSearchParamReferenceLocalResource
282
+
283
+
New index in v0.27.0. It is used to find resources based on the reference value in case it is a local reference of search parameters of type reference.
284
+
285
+
*`type` - the type byte of the resource type (one byte)
286
+
*`search-param` - a 3-byte identifier of the search parameters code used to identify the search parameter
287
+
*`ref-id` - the logical id of the referenced resource
288
+
*`ref-type` - the type byte of the referenced resource type (one byte)
289
+
*`id` - the logical id of the resource
290
+
*`hash-prefix` - a 4-byte prefix of the content-hash of the resource version
291
+
292
+
#### ResourceSearchParamTokenFull
293
+
294
+
*`type` - the type byte of the resource type (one byte)
295
+
*`id` - the logical id of the resource
296
+
*`hash-prefix` - a 4-byte prefix of the content-hash of the resource version
297
+
*`search-param` - a 3-byte identifier of the search parameters code used to identify the search parameter
298
+
*`value` - the full code/value
299
+
*`system` - a 3-byte identifier of the system URI
300
+
301
+
#### ResourceSearchParamTokenSystem
302
+
303
+
*`type` - the type byte of the resource type (one byte)
304
+
*`id` - the logical id of the resource
305
+
*`hash-prefix` - a 4-byte prefix of the content-hash of the resource version
306
+
*`search-param` - a 3-byte identifier of the search parameters code used to identify the search parameter
307
+
*`system` - a 3-byte identifier of the system URI
308
+
309
+
#### ResourceSearchParamReferenceCanonical
310
+
311
+
*`type` - the type byte of the resource type (one byte)
312
+
*`id` - the logical id of the resource
313
+
*`hash-prefix` - a 4-byte prefix of the content-hash of the resource version
314
+
*`search-param` - a 3-byte identifier of the search parameters code used to identify the search parameter
315
+
*`url` - a 4-byte identifier of the canonical URL
316
+
*`version` - the full version
317
+
318
+
#### ResourceSearchParamReferenceUrl
319
+
320
+
*`type` - the type byte of the resource type (one byte)
321
+
*`id` - the logical id of the resource
322
+
*`hash-prefix` - a 4-byte prefix of the content-hash of the resource version
323
+
*`search-param` - a 3-byte identifier of the search parameters code used to identify the search parameter
324
+
*`url` - the full url
325
+
326
+
#### ResourceSearchParamReferenceLocal
327
+
328
+
*`type` - the type byte of the resource type (one byte)
329
+
*`id` - the logical id of the resource
330
+
*`hash-prefix` - a 4-byte prefix of the content-hash of the resource version
331
+
*`search-param` - a 3-byte identifier of the search parameters code used to identify the search parameter
332
+
*`ref-id` - the logical id of the referenced resource
333
+
*`ref-type` - the type byte of the referenced resource type (one byte)
334
+
226
335
#### CompartmentSearchParamValueResource
227
336
228
337
The `CompartmentSearchParamValueResource` index is used to find resources of a particular compartment based on search parameter values.
@@ -236,6 +345,18 @@ The `CompartmentResourceType` index is used to find all resources that belong to
236
345
*`type` - a 4-byte hash of the resource type of the resource that belongs to the compartment, ex. `Observation`
237
346
*`id` - the logical id of the resource that belongs to the compartment, ex. the logical id of the Observation
238
347
348
+
#### PatientTypeSearchParamTokenFullResource
349
+
350
+
New index in v0.27.0. It is used to find resources based on full values of search parameters of type token. Full values consist of the system and value for Identifiers or code for Codings. The system will be the special value 0x000000 if not available in the resource.
351
+
352
+
*`patient-id` - the logical id of the patient
353
+
*`type` - the type byte of the resource type (one byte)
354
+
*`search-param` - a 3-byte identifier of the search parameters code used to identify the search parameter
355
+
*`value` - the full code/value
356
+
*`system` - a 3-byte identifier of the system URI
357
+
*`id` - the logical id of the resource
358
+
*`hash-prefix` - a 4-byte prefix of the content-hash of the resource version
0 commit comments