formbuilder-lhcforms 9.2.6 → 9.2.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,2482 +0,0 @@
1
- {
2
- "description": "Optional Extension Element - found in all resources.",
3
- "properties": {
4
- "id": {
5
- "description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
6
- "pattern": "^[ \\r\\n\\t\\S]+$",
7
- "type": "string",
8
- "widget": {
9
- "id": "hidden"
10
- }
11
- },
12
- "url": {
13
- "description": "Source of the definition for the extension code - a logical name or a URL.",
14
- "pattern": "^\\S*$",
15
- "type": "string"
16
- },
17
- "valueBase64Binary": {
18
- "description": "Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).",
19
- "pattern": "^(\\s*([0-9a-zA-Z\\+/=]){4}\\s*)+$",
20
- "type": "string"
21
- },
22
- "valueBoolean": {
23
- "description": "Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).",
24
- "pattern": "^true|false$",
25
- "type": "boolean"
26
- },
27
- "valueCanonical": {
28
- "description": "Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).",
29
- "pattern": "^\\S*$",
30
- "type": "string"
31
- },
32
- "valueCode": {
33
- "description": "Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).",
34
- "pattern": "^[^\\s]+(\\s[^\\s]+)*$",
35
- "type": "string"
36
- },
37
- "valueDate": {
38
- "description": "Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).",
39
- "pattern": "^([0-9]([0-9]([0-9][1-9]|[1-9]0)|[1-9]00)|[1-9]000)(-(0[1-9]|1[0-2])(-(0[1-9]|[1-2][0-9]|3[0-1]))?)?$",
40
- "type": "string"
41
- },
42
- "valueDateTime": {
43
- "description": "Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).",
44
- "pattern": "^([0-9]([0-9]([0-9][1-9]|[1-9]0)|[1-9]00)|[1-9]000)(-(0[1-9]|1[0-2])(-(0[1-9]|[1-2][0-9]|3[0-1])(T([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)(\\.[0-9]+)?(Z|(\\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00)))?)?)?$",
45
- "type": "string"
46
- },
47
- "valueDecimal": {
48
- "description": "Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).",
49
- "pattern": "^-?(0|[1-9][0-9]*)(\\.[0-9]+)?([eE][+-]?[0-9]+)?$",
50
- "type": "number"
51
- },
52
- "valueId": {
53
- "description": "Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).",
54
- "pattern": "^[A-Za-z0-9\\-\\.]{1,64}$",
55
- "type": "string"
56
- },
57
- "valueInstant": {
58
- "description": "Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).",
59
- "pattern": "^([0-9]([0-9]([0-9][1-9]|[1-9]0)|[1-9]00)|[1-9]000)-(0[1-9]|1[0-2])-(0[1-9]|[1-2][0-9]|3[0-1])T([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)(\\.[0-9]+)?(Z|(\\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))$",
60
- "type": "string"
61
- },
62
- "valueInteger": {
63
- "description": "Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).",
64
- "pattern": "^-?([0]|([1-9][0-9]*))$",
65
- "type": "number"
66
- },
67
- "valueMarkdown": {
68
- "description": "Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).",
69
- "pattern": "^[ \\r\\n\\t\\S]+$",
70
- "type": "string"
71
- },
72
- "valueOid": {
73
- "description": "Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).",
74
- "pattern": "^urn:oid:[0-2](\\.(0|[1-9][0-9]*))+$",
75
- "type": "string"
76
- },
77
- "valuePositiveInt": {
78
- "description": "Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).",
79
- "pattern": "^[1-9][0-9]*$",
80
- "type": "number"
81
- },
82
- "valueString": {
83
- "description": "Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).",
84
- "pattern": "^[ \\r\\n\\t\\S]+$",
85
- "type": "string"
86
- },
87
- "valueTime": {
88
- "description": "Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).",
89
- "pattern": "^([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)(\\.[0-9]+)?$",
90
- "type": "string"
91
- },
92
- "valueUnsignedInt": {
93
- "description": "Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).",
94
- "pattern": "^[0]|([1-9][0-9]*)$",
95
- "type": "number"
96
- },
97
- "valueUri": {
98
- "description": "Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).",
99
- "pattern": "^\\S*$",
100
- "type": "string"
101
- },
102
- "valueUrl": {
103
- "description": "Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).",
104
- "pattern": "^\\S*$",
105
- "type": "string"
106
- },
107
- "valueUuid": {
108
- "description": "Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).",
109
- "pattern": "^urn:uuid:[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$",
110
- "type": "string"
111
- },
112
- "valueAddress": {
113
- "description": "Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).",
114
- "properties": {
115
- "id": {
116
- "description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
117
- "pattern": "^[ \\r\\n\\t\\S]+$",
118
- "type": "string"
119
- },
120
- "use": {
121
- "description": "The purpose of this address.",
122
- "enum": [
123
- "home",
124
- "work",
125
- "temp",
126
- "old",
127
- "billing"
128
- ],
129
- "type": "string"
130
- },
131
- "type": {
132
- "description": "Distinguishes between physical addresses (those you can visit) and mailing addresses (e.g. PO Boxes and care-of addresses). Most addresses are both.",
133
- "enum": [
134
- "postal",
135
- "physical",
136
- "both"
137
- ],
138
- "type": "string"
139
- },
140
- "text": {
141
- "description": "Specifies the entire address as it should be displayed e.g. on a postal label. This may be provided instead of or as well as the specific parts.",
142
- "pattern": "^[ \\r\\n\\t\\S]+$",
143
- "type": "string"
144
- },
145
- "line": {
146
- "description": "This component contains the house number, apartment number, street name, street direction, P.O. Box number, delivery hints, and similar address information.",
147
- "items": {
148
- "pattern": "^[ \\r\\n\\t\\S]+$",
149
- "type": "string"
150
- },
151
- "type": "array"
152
- },
153
- "city": {
154
- "description": "The name of the city, town, suburb, village or other community or delivery center.",
155
- "pattern": "^[ \\r\\n\\t\\S]+$",
156
- "type": "string"
157
- },
158
- "district": {
159
- "description": "The name of the administrative area (county).",
160
- "pattern": "^[ \\r\\n\\t\\S]+$",
161
- "type": "string"
162
- },
163
- "state": {
164
- "description": "Sub-unit of a country with limited sovereignty in a federally organized country. A code may be used if codes are in common use (e.g. US 2 letter state codes).",
165
- "pattern": "^[ \\r\\n\\t\\S]+$",
166
- "type": "string"
167
- },
168
- "postalCode": {
169
- "description": "A postal code designating a region defined by the postal service.",
170
- "pattern": "^[ \\r\\n\\t\\S]+$",
171
- "type": "string"
172
- },
173
- "country": {
174
- "description": "Country - a nation as commonly understood or generally accepted.",
175
- "pattern": "^[ \\r\\n\\t\\S]+$",
176
- "type": "string"
177
- },
178
- "period": {
179
- "description": "Time period when address was/is in use.",
180
- "properties": {
181
- "id": {
182
- "description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
183
- "pattern": "^[ \\r\\n\\t\\S]+$",
184
- "type": "string"
185
- },
186
- "start": {
187
- "description": "The start of the period. The boundary is inclusive.",
188
- "pattern": "^([0-9]([0-9]([0-9][1-9]|[1-9]0)|[1-9]00)|[1-9]000)(-(0[1-9]|1[0-2])(-(0[1-9]|[1-2][0-9]|3[0-1])(T([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)(\\.[0-9]+)?(Z|(\\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00)))?)?)?$",
189
- "type": "string"
190
- },
191
- "end": {
192
- "description": "The end of the period. If the end of the period is missing, it means no end was known or planned at the time the instance was created. The start may be in the past, and the end date in the future, which means that period is expected/planned to end at that time.",
193
- "pattern": "^([0-9]([0-9]([0-9][1-9]|[1-9]0)|[1-9]00)|[1-9]000)(-(0[1-9]|1[0-2])(-(0[1-9]|[1-2][0-9]|3[0-1])(T([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)(\\.[0-9]+)?(Z|(\\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00)))?)?)?$",
194
- "type": "string"
195
- }
196
- },
197
- "additionalProperties": false,
198
- "type": "object"
199
- }
200
- },
201
- "additionalProperties": false,
202
- "type": "object"
203
- },
204
- "valueAge": {
205
- "description": "Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).",
206
- "properties": {
207
- "id": {
208
- "description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
209
- "pattern": "^[ \\r\\n\\t\\S]+$",
210
- "type": "string"
211
- },
212
- "value": {
213
- "description": "The value of the measured amount. The value includes an implicit precision in the presentation of the value.",
214
- "pattern": "^-?(0|[1-9][0-9]*)(\\.[0-9]+)?([eE][+-]?[0-9]+)?$",
215
- "type": "number"
216
- },
217
- "comparator": {
218
- "description": "How the value should be understood and represented - whether the actual value is greater or less than the stated value due to measurement issues; e.g. if the comparator is \"<\" , then the real value is < stated value.",
219
- "enum": [
220
- "<",
221
- "<=",
222
- ">=",
223
- ">"
224
- ],
225
- "type": "string"
226
- },
227
- "unit": {
228
- "description": "A human-readable form of the unit.",
229
- "pattern": "^[ \\r\\n\\t\\S]+$",
230
- "type": "string"
231
- },
232
- "system": {
233
- "description": "The identification of the system that provides the coded form of the unit.",
234
- "pattern": "^\\S*$",
235
- "type": "string"
236
- },
237
- "code": {
238
- "description": "A computer processable form of the unit in some unit representation system.",
239
- "pattern": "^[^\\s]+(\\s[^\\s]+)*$",
240
- "type": "string"
241
- }
242
- },
243
- "additionalProperties": false,
244
- "type": "object"
245
- },
246
- "valueAnnotation": {
247
- "description": "Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).",
248
- "properties": {
249
- "id": {
250
- "description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
251
- "pattern": "^[ \\r\\n\\t\\S]+$",
252
- "type": "string"
253
- },
254
- "authorReference": {
255
- "description": "The individual responsible for making the annotation.",
256
- "properties": {
257
- "id": {
258
- "description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
259
- "pattern": "^[ \\r\\n\\t\\S]+$",
260
- "type": "string"
261
- },
262
- "reference": {
263
- "description": "A reference to a location at which the other resource is found. The reference may be a relative reference, in which case it is relative to the service base URL, or an absolute URL that resolves to the location where the resource is found. The reference may be version specific or not. If the reference is not to a FHIR RESTful server, then it should be assumed to be version specific. Internal fragment references (start with '#') refer to contained resources.",
264
- "pattern": "^[ \\r\\n\\t\\S]+$",
265
- "type": "string"
266
- },
267
- "type": {
268
- "description": "The expected type of the target of the reference. If both Reference.type and Reference.reference are populated and Reference.reference is a FHIR URL, both SHALL be consistent.\n\nThe type is the Canonical URL of Resource Definition that is the type this reference refers to. References are URLs that are relative to http://hl7.org/fhir/StructureDefinition/ e.g. \"Patient\" is a reference to http://hl7.org/fhir/StructureDefinition/Patient. Absolute URLs are only allowed for logical models (and can only be used in references in logical models, not resources).",
269
- "pattern": "^\\S*$",
270
- "type": "string"
271
- },
272
- "display": {
273
- "description": "Plain text narrative that identifies the resource in addition to the resource reference.",
274
- "pattern": "^[ \\r\\n\\t\\S]+$",
275
- "type": "string"
276
- }
277
- },
278
- "additionalProperties": false,
279
- "type": "object"
280
- },
281
- "authorString": {
282
- "description": "The individual responsible for making the annotation.",
283
- "pattern": "^[ \\r\\n\\t\\S]+$",
284
- "type": "string"
285
- },
286
- "time": {
287
- "description": "Indicates when this particular annotation was made.",
288
- "pattern": "^([0-9]([0-9]([0-9][1-9]|[1-9]0)|[1-9]00)|[1-9]000)(-(0[1-9]|1[0-2])(-(0[1-9]|[1-2][0-9]|3[0-1])(T([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)(\\.[0-9]+)?(Z|(\\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00)))?)?)?$",
289
- "type": "string"
290
- },
291
- "text": {
292
- "description": "The text of the annotation in markdown format.",
293
- "pattern": "^[ \\r\\n\\t\\S]+$",
294
- "type": "string"
295
- }
296
- },
297
- "additionalProperties": false,
298
- "type": "object"
299
- },
300
- "valueAttachment": {
301
- "description": "Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).",
302
- "properties": {
303
- "id": {
304
- "description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
305
- "pattern": "^[ \\r\\n\\t\\S]+$",
306
- "type": "string"
307
- },
308
- "contentType": {
309
- "description": "Identifies the type of the data in the attachment and allows a method to be chosen to interpret or render the data. Includes mime type parameters such as charset where appropriate.",
310
- "pattern": "^[^\\s]+(\\s[^\\s]+)*$",
311
- "type": "string"
312
- },
313
- "language": {
314
- "description": "The human language of the content. The value can be any valid value according to BCP 47.",
315
- "pattern": "^[^\\s]+(\\s[^\\s]+)*$",
316
- "type": "string"
317
- },
318
- "data": {
319
- "description": "The actual data of the attachment - a sequence of bytes, base64 encoded.",
320
- "pattern": "^[ \\r\\n\\t\\S]+$",
321
- "type": "string"
322
- },
323
- "url": {
324
- "description": "A location where the data can be accessed.",
325
- "pattern": "^\\S*$",
326
- "type": "string"
327
- },
328
- "size": {
329
- "description": "The number of bytes of data that make up this attachment (before base64 encoding, if that is done).",
330
- "pattern": "^[0]|([1-9][0-9]*)$",
331
- "type": "number"
332
- },
333
- "hash": {
334
- "description": "The calculated hash of the data using SHA-1. Represented using base64.",
335
- "pattern": "^[ \\r\\n\\t\\S]+$",
336
- "type": "string"
337
- },
338
- "title": {
339
- "description": "A label or set of text to display in place of the data.",
340
- "pattern": "^[ \\r\\n\\t\\S]+$",
341
- "type": "string"
342
- },
343
- "creation": {
344
- "description": "The date that the attachment was first created.",
345
- "pattern": "^([0-9]([0-9]([0-9][1-9]|[1-9]0)|[1-9]00)|[1-9]000)(-(0[1-9]|1[0-2])(-(0[1-9]|[1-2][0-9]|3[0-1])(T([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)(\\.[0-9]+)?(Z|(\\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00)))?)?)?$",
346
- "type": "string"
347
- }
348
- },
349
- "additionalProperties": false,
350
- "type": "object"
351
- },
352
- "valueCodeableConcept": {
353
- "description": "Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).",
354
- "properties": {
355
- "id": {
356
- "description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
357
- "pattern": "^[ \\r\\n\\t\\S]+$",
358
- "type": "string"
359
- },
360
- "coding": {
361
- "description": "A reference to a code defined by a terminology system.",
362
- "items": {
363
- "description": "A reference to a code defined by a terminology system.",
364
- "properties": {
365
- "id": {
366
- "description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
367
- "widget": {
368
- "id": "hidden"
369
- },
370
- "pattern": "^[ \\r\\n\\t\\S]+$",
371
- "type": "string"
372
- },
373
- "system": {
374
- "description": "The identification of the code system that defines the meaning of the symbol in the code.",
375
- "pattern": "^\\S*$",
376
- "type": "string"
377
- },
378
- "version": {
379
- "description": "The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.",
380
- "widget": {
381
- "id": "hidden"
382
- },
383
- "pattern": "^[ \\r\\n\\t\\S]+$",
384
- "type": "string"
385
- },
386
- "code": {
387
- "description": "A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).",
388
- "pattern": "^[^\\s]+(\\s[^\\s]+)*$",
389
- "type": "string"
390
- },
391
- "display": {
392
- "description": "A representation of the meaning of the code in the system, following the rules of the system.",
393
- "pattern": "^[ \\r\\n\\t\\S]+$",
394
- "type": "string"
395
- },
396
- "userSelected": {
397
- "description": "Indicates that this coding was chosen by a user directly - e.g. off a pick list of available items (codes or displays).",
398
- "pattern": "^true|false$",
399
- "type": "boolean"
400
- }
401
- },
402
- "additionalProperties": false,
403
- "type": "object",
404
- "widget": {
405
- "id": "row-layout"
406
- },
407
- "fieldsets": [
408
- {
409
- "fields": [
410
- "id",
411
- "system",
412
- "version",
413
- "code",
414
- "display",
415
- "userSelected"
416
- ],
417
- "showFields": [
418
- {
419
- "code": {
420
- "col": 2
421
- }
422
- },
423
- {
424
- "system": {
425
- "col": 6
426
- }
427
- },
428
- {
429
- "display": {
430
- "col": 4
431
- }
432
- }
433
- ]
434
- }
435
- ]
436
- },
437
- "type": "array"
438
- },
439
- "text": {
440
- "description": "A human language representation of the concept as seen/selected/uttered by the user who entered the data and/or which represents the intended meaning of the user.",
441
- "pattern": "^[ \\r\\n\\t\\S]+$",
442
- "type": "string"
443
- }
444
- },
445
- "additionalProperties": false,
446
- "type": "object"
447
- },
448
- "valueCoding": {
449
- "description": "Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).",
450
- "properties": {
451
- "id": {
452
- "description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
453
- "widget": {
454
- "id": "hidden"
455
- },
456
- "pattern": "^[ \\r\\n\\t\\S]+$",
457
- "type": "string"
458
- },
459
- "system": {
460
- "description": "The identification of the code system that defines the meaning of the symbol in the code.",
461
- "pattern": "^\\S*$",
462
- "type": "string"
463
- },
464
- "version": {
465
- "description": "The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.",
466
- "widget": {
467
- "id": "hidden"
468
- },
469
- "pattern": "^[ \\r\\n\\t\\S]+$",
470
- "type": "string"
471
- },
472
- "code": {
473
- "description": "A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).",
474
- "pattern": "^[^\\s]+(\\s[^\\s]+)*$",
475
- "type": "string"
476
- },
477
- "display": {
478
- "description": "A representation of the meaning of the code in the system, following the rules of the system.",
479
- "pattern": "^[ \\r\\n\\t\\S]+$",
480
- "type": "string"
481
- },
482
- "userSelected": {
483
- "description": "Indicates that this coding was chosen by a user directly - e.g. off a pick list of available items (codes or displays).",
484
- "pattern": "^true|false$",
485
- "type": "boolean"
486
- }
487
- },
488
- "additionalProperties": false,
489
- "type": "object",
490
- "widget": {
491
- "id": "row-layout"
492
- },
493
- "fieldsets": [
494
- {
495
- "fields": [
496
- "id",
497
- "system",
498
- "version",
499
- "code",
500
- "display",
501
- "userSelected"
502
- ],
503
- "showFields": [
504
- {
505
- "code": {
506
- "col": 2
507
- }
508
- },
509
- {
510
- "system": {
511
- "col": 6
512
- }
513
- },
514
- {
515
- "display": {
516
- "col": 4
517
- }
518
- }
519
- ]
520
- }
521
- ]
522
- },
523
- "valueContactPoint": {
524
- "description": "Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).",
525
- "properties": {
526
- "id": {
527
- "description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
528
- "pattern": "^[ \\r\\n\\t\\S]+$",
529
- "type": "string"
530
- },
531
- "system": {
532
- "description": "Telecommunications form for contact point - what communications system is required to make use of the contact.",
533
- "enum": [
534
- "phone",
535
- "fax",
536
- "email",
537
- "pager",
538
- "url",
539
- "sms",
540
- "other"
541
- ],
542
- "type": "string"
543
- },
544
- "value": {
545
- "description": "The actual contact point details, in a form that is meaningful to the designated communication system (i.e. phone number or email address).",
546
- "pattern": "^[ \\r\\n\\t\\S]+$",
547
- "type": "string"
548
- },
549
- "use": {
550
- "description": "Identifies the purpose for the contact point.",
551
- "enum": [
552
- "home",
553
- "work",
554
- "temp",
555
- "old",
556
- "mobile"
557
- ],
558
- "type": "string"
559
- },
560
- "rank": {
561
- "description": "Specifies a preferred order in which to use a set of contacts. ContactPoints with lower rank values are more preferred than those with higher rank values.",
562
- "pattern": "^[1-9][0-9]*$",
563
- "type": "number"
564
- },
565
- "period": {
566
- "description": "Time period when the contact point was/is in use.",
567
- "properties": {
568
- "id": {
569
- "description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
570
- "pattern": "^[ \\r\\n\\t\\S]+$",
571
- "type": "string"
572
- },
573
- "start": {
574
- "description": "The start of the period. The boundary is inclusive.",
575
- "pattern": "^([0-9]([0-9]([0-9][1-9]|[1-9]0)|[1-9]00)|[1-9]000)(-(0[1-9]|1[0-2])(-(0[1-9]|[1-2][0-9]|3[0-1])(T([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)(\\.[0-9]+)?(Z|(\\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00)))?)?)?$",
576
- "type": "string"
577
- },
578
- "end": {
579
- "description": "The end of the period. If the end of the period is missing, it means no end was known or planned at the time the instance was created. The start may be in the past, and the end date in the future, which means that period is expected/planned to end at that time.",
580
- "pattern": "^([0-9]([0-9]([0-9][1-9]|[1-9]0)|[1-9]00)|[1-9]000)(-(0[1-9]|1[0-2])(-(0[1-9]|[1-2][0-9]|3[0-1])(T([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)(\\.[0-9]+)?(Z|(\\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00)))?)?)?$",
581
- "type": "string"
582
- }
583
- },
584
- "additionalProperties": false,
585
- "type": "object"
586
- }
587
- },
588
- "additionalProperties": false,
589
- "type": "object"
590
- },
591
- "valueCount": {
592
- "description": "Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).",
593
- "properties": {
594
- "id": {
595
- "description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
596
- "pattern": "^[ \\r\\n\\t\\S]+$",
597
- "type": "string"
598
- },
599
- "value": {
600
- "description": "The value of the measured amount. The value includes an implicit precision in the presentation of the value.",
601
- "pattern": "^-?(0|[1-9][0-9]*)(\\.[0-9]+)?([eE][+-]?[0-9]+)?$",
602
- "type": "number"
603
- },
604
- "comparator": {
605
- "description": "How the value should be understood and represented - whether the actual value is greater or less than the stated value due to measurement issues; e.g. if the comparator is \"<\" , then the real value is < stated value.",
606
- "enum": [
607
- "<",
608
- "<=",
609
- ">=",
610
- ">"
611
- ],
612
- "type": "string"
613
- },
614
- "unit": {
615
- "description": "A human-readable form of the unit.",
616
- "pattern": "^[ \\r\\n\\t\\S]+$",
617
- "type": "string"
618
- },
619
- "system": {
620
- "description": "The identification of the system that provides the coded form of the unit.",
621
- "pattern": "^\\S*$",
622
- "type": "string"
623
- },
624
- "code": {
625
- "description": "A computer processable form of the unit in some unit representation system.",
626
- "pattern": "^[^\\s]+(\\s[^\\s]+)*$",
627
- "type": "string"
628
- }
629
- },
630
- "additionalProperties": false,
631
- "type": "object"
632
- },
633
- "valueDistance": {
634
- "description": "Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).",
635
- "properties": {
636
- "id": {
637
- "description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
638
- "pattern": "^[ \\r\\n\\t\\S]+$",
639
- "type": "string"
640
- },
641
- "value": {
642
- "description": "The value of the measured amount. The value includes an implicit precision in the presentation of the value.",
643
- "pattern": "^-?(0|[1-9][0-9]*)(\\.[0-9]+)?([eE][+-]?[0-9]+)?$",
644
- "type": "number"
645
- },
646
- "comparator": {
647
- "description": "How the value should be understood and represented - whether the actual value is greater or less than the stated value due to measurement issues; e.g. if the comparator is \"<\" , then the real value is < stated value.",
648
- "enum": [
649
- "<",
650
- "<=",
651
- ">=",
652
- ">"
653
- ],
654
- "type": "string"
655
- },
656
- "unit": {
657
- "description": "A human-readable form of the unit.",
658
- "pattern": "^[ \\r\\n\\t\\S]+$",
659
- "type": "string"
660
- },
661
- "system": {
662
- "description": "The identification of the system that provides the coded form of the unit.",
663
- "pattern": "^\\S*$",
664
- "type": "string"
665
- },
666
- "code": {
667
- "description": "A computer processable form of the unit in some unit representation system.",
668
- "pattern": "^[^\\s]+(\\s[^\\s]+)*$",
669
- "type": "string"
670
- }
671
- },
672
- "additionalProperties": false,
673
- "type": "object"
674
- },
675
- "valueDuration": {
676
- "description": "Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).",
677
- "properties": {
678
- "id": {
679
- "description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
680
- "pattern": "^[ \\r\\n\\t\\S]+$",
681
- "type": "string"
682
- },
683
- "value": {
684
- "description": "The value of the measured amount. The value includes an implicit precision in the presentation of the value.",
685
- "pattern": "^-?(0|[1-9][0-9]*)(\\.[0-9]+)?([eE][+-]?[0-9]+)?$",
686
- "type": "number"
687
- },
688
- "comparator": {
689
- "description": "How the value should be understood and represented - whether the actual value is greater or less than the stated value due to measurement issues; e.g. if the comparator is \"<\" , then the real value is < stated value.",
690
- "enum": [
691
- "<",
692
- "<=",
693
- ">=",
694
- ">"
695
- ],
696
- "type": "string"
697
- },
698
- "unit": {
699
- "description": "A human-readable form of the unit.",
700
- "pattern": "^[ \\r\\n\\t\\S]+$",
701
- "type": "string"
702
- },
703
- "system": {
704
- "description": "The identification of the system that provides the coded form of the unit.",
705
- "pattern": "^\\S*$",
706
- "type": "string"
707
- },
708
- "code": {
709
- "description": "A computer processable form of the unit in some unit representation system.",
710
- "pattern": "^[^\\s]+(\\s[^\\s]+)*$",
711
- "type": "string"
712
- }
713
- },
714
- "additionalProperties": false,
715
- "type": "object"
716
- },
717
- "valueHumanName": {
718
- "description": "Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).",
719
- "properties": {
720
- "id": {
721
- "description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
722
- "pattern": "^[ \\r\\n\\t\\S]+$",
723
- "type": "string"
724
- },
725
- "use": {
726
- "description": "Identifies the purpose for this name.",
727
- "enum": [
728
- "usual",
729
- "official",
730
- "temp",
731
- "nickname",
732
- "anonymous",
733
- "old",
734
- "maiden"
735
- ],
736
- "type": "string"
737
- },
738
- "text": {
739
- "description": "Specifies the entire name as it should be displayed e.g. on an application UI. This may be provided instead of or as well as the specific parts.",
740
- "pattern": "^[ \\r\\n\\t\\S]+$",
741
- "type": "string"
742
- },
743
- "family": {
744
- "description": "The part of a name that links to the genealogy. In some cultures (e.g. Eritrea) the family name of a son is the first name of his father.",
745
- "pattern": "^[ \\r\\n\\t\\S]+$",
746
- "type": "string"
747
- },
748
- "given": {
749
- "description": "Given name.",
750
- "items": {
751
- "pattern": "^[ \\r\\n\\t\\S]+$",
752
- "type": "string"
753
- },
754
- "type": "array"
755
- },
756
- "prefix": {
757
- "description": "Part of the name that is acquired as a title due to academic, legal, employment or nobility status, etc. and that appears at the start of the name.",
758
- "items": {
759
- "pattern": "^[ \\r\\n\\t\\S]+$",
760
- "type": "string"
761
- },
762
- "type": "array"
763
- },
764
- "suffix": {
765
- "description": "Part of the name that is acquired as a title due to academic, legal, employment or nobility status, etc. and that appears at the end of the name.",
766
- "items": {
767
- "pattern": "^[ \\r\\n\\t\\S]+$",
768
- "type": "string"
769
- },
770
- "type": "array"
771
- },
772
- "period": {
773
- "description": "Indicates the period of time when this name was valid for the named person.",
774
- "properties": {
775
- "id": {
776
- "description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
777
- "pattern": "^[ \\r\\n\\t\\S]+$",
778
- "type": "string"
779
- },
780
- "start": {
781
- "description": "The start of the period. The boundary is inclusive.",
782
- "pattern": "^([0-9]([0-9]([0-9][1-9]|[1-9]0)|[1-9]00)|[1-9]000)(-(0[1-9]|1[0-2])(-(0[1-9]|[1-2][0-9]|3[0-1])(T([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)(\\.[0-9]+)?(Z|(\\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00)))?)?)?$",
783
- "type": "string"
784
- },
785
- "end": {
786
- "description": "The end of the period. If the end of the period is missing, it means no end was known or planned at the time the instance was created. The start may be in the past, and the end date in the future, which means that period is expected/planned to end at that time.",
787
- "pattern": "^([0-9]([0-9]([0-9][1-9]|[1-9]0)|[1-9]00)|[1-9]000)(-(0[1-9]|1[0-2])(-(0[1-9]|[1-2][0-9]|3[0-1])(T([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)(\\.[0-9]+)?(Z|(\\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00)))?)?)?$",
788
- "type": "string"
789
- }
790
- },
791
- "additionalProperties": false,
792
- "type": "object"
793
- }
794
- },
795
- "additionalProperties": false,
796
- "type": "object"
797
- },
798
- "valueIdentifier": {
799
- "description": "Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).",
800
- "properties": {
801
- "id": {
802
- "description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
803
- "pattern": "^[ \\r\\n\\t\\S]+$",
804
- "type": "string"
805
- },
806
- "use": {
807
- "description": "The purpose of this identifier.",
808
- "enum": [
809
- "usual",
810
- "official",
811
- "temp",
812
- "secondary",
813
- "old"
814
- ],
815
- "type": "string"
816
- },
817
- "type": {
818
- "description": "A coded type for the identifier that can be used to determine which identifier to use for a specific purpose.",
819
- "properties": {
820
- "id": {
821
- "description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
822
- "pattern": "^[ \\r\\n\\t\\S]+$",
823
- "type": "string"
824
- },
825
- "coding": {
826
- "description": "A reference to a code defined by a terminology system.",
827
- "items": {
828
- "description": "A reference to a code defined by a terminology system.",
829
- "properties": {
830
- "id": {
831
- "description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
832
- "widget": {
833
- "id": "hidden"
834
- },
835
- "pattern": "^[ \\r\\n\\t\\S]+$",
836
- "type": "string"
837
- },
838
- "system": {
839
- "description": "The identification of the code system that defines the meaning of the symbol in the code.",
840
- "pattern": "^\\S*$",
841
- "type": "string"
842
- },
843
- "version": {
844
- "description": "The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.",
845
- "widget": {
846
- "id": "hidden"
847
- },
848
- "pattern": "^[ \\r\\n\\t\\S]+$",
849
- "type": "string"
850
- },
851
- "code": {
852
- "description": "A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).",
853
- "pattern": "^[^\\s]+(\\s[^\\s]+)*$",
854
- "type": "string"
855
- },
856
- "display": {
857
- "description": "A representation of the meaning of the code in the system, following the rules of the system.",
858
- "pattern": "^[ \\r\\n\\t\\S]+$",
859
- "type": "string"
860
- },
861
- "userSelected": {
862
- "description": "Indicates that this coding was chosen by a user directly - e.g. off a pick list of available items (codes or displays).",
863
- "pattern": "^true|false$",
864
- "type": "boolean"
865
- }
866
- },
867
- "additionalProperties": false,
868
- "type": "object",
869
- "widget": {
870
- "id": "row-layout"
871
- },
872
- "fieldsets": [
873
- {
874
- "fields": [
875
- "id",
876
- "system",
877
- "version",
878
- "code",
879
- "display",
880
- "userSelected"
881
- ],
882
- "showFields": [
883
- {
884
- "code": {
885
- "col": 2
886
- }
887
- },
888
- {
889
- "system": {
890
- "col": 6
891
- }
892
- },
893
- {
894
- "display": {
895
- "col": 4
896
- }
897
- }
898
- ]
899
- }
900
- ]
901
- },
902
- "type": "array"
903
- },
904
- "text": {
905
- "description": "A human language representation of the concept as seen/selected/uttered by the user who entered the data and/or which represents the intended meaning of the user.",
906
- "pattern": "^[ \\r\\n\\t\\S]+$",
907
- "type": "string"
908
- }
909
- },
910
- "additionalProperties": false,
911
- "type": "object"
912
- },
913
- "system": {
914
- "description": "Establishes the namespace for the value - that is, a URL that describes a set values that are unique.",
915
- "pattern": "^\\S*$",
916
- "type": "string"
917
- },
918
- "value": {
919
- "description": "The portion of the identifier typically relevant to the user and which is unique within the context of the system.",
920
- "pattern": "^[ \\r\\n\\t\\S]+$",
921
- "type": "string"
922
- },
923
- "period": {
924
- "description": "Time period during which identifier is/was valid for use.",
925
- "properties": {
926
- "id": {
927
- "description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
928
- "pattern": "^[ \\r\\n\\t\\S]+$",
929
- "type": "string"
930
- },
931
- "start": {
932
- "description": "The start of the period. The boundary is inclusive.",
933
- "pattern": "^([0-9]([0-9]([0-9][1-9]|[1-9]0)|[1-9]00)|[1-9]000)(-(0[1-9]|1[0-2])(-(0[1-9]|[1-2][0-9]|3[0-1])(T([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)(\\.[0-9]+)?(Z|(\\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00)))?)?)?$",
934
- "type": "string"
935
- },
936
- "end": {
937
- "description": "The end of the period. If the end of the period is missing, it means no end was known or planned at the time the instance was created. The start may be in the past, and the end date in the future, which means that period is expected/planned to end at that time.",
938
- "pattern": "^([0-9]([0-9]([0-9][1-9]|[1-9]0)|[1-9]00)|[1-9]000)(-(0[1-9]|1[0-2])(-(0[1-9]|[1-2][0-9]|3[0-1])(T([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)(\\.[0-9]+)?(Z|(\\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00)))?)?)?$",
939
- "type": "string"
940
- }
941
- },
942
- "additionalProperties": false,
943
- "type": "object"
944
- },
945
- "assigner": {
946
- "description": "Organization that issued/manages the identifier.",
947
- "properties": {
948
- "id": {
949
- "description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
950
- "pattern": "^[ \\r\\n\\t\\S]+$",
951
- "type": "string"
952
- },
953
- "reference": {
954
- "description": "A reference to a location at which the other resource is found. The reference may be a relative reference, in which case it is relative to the service base URL, or an absolute URL that resolves to the location where the resource is found. The reference may be version specific or not. If the reference is not to a FHIR RESTful server, then it should be assumed to be version specific. Internal fragment references (start with '#') refer to contained resources.",
955
- "pattern": "^[ \\r\\n\\t\\S]+$",
956
- "type": "string"
957
- },
958
- "type": {
959
- "description": "The expected type of the target of the reference. If both Reference.type and Reference.reference are populated and Reference.reference is a FHIR URL, both SHALL be consistent.\n\nThe type is the Canonical URL of Resource Definition that is the type this reference refers to. References are URLs that are relative to http://hl7.org/fhir/StructureDefinition/ e.g. \"Patient\" is a reference to http://hl7.org/fhir/StructureDefinition/Patient. Absolute URLs are only allowed for logical models (and can only be used in references in logical models, not resources).",
960
- "pattern": "^\\S*$",
961
- "type": "string"
962
- },
963
- "display": {
964
- "description": "Plain text narrative that identifies the resource in addition to the resource reference.",
965
- "pattern": "^[ \\r\\n\\t\\S]+$",
966
- "type": "string"
967
- }
968
- },
969
- "additionalProperties": false,
970
- "type": "object"
971
- }
972
- },
973
- "additionalProperties": false,
974
- "type": "object"
975
- },
976
- "valueMoney": {
977
- "description": "Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).",
978
- "properties": {
979
- "id": {
980
- "description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
981
- "pattern": "^[ \\r\\n\\t\\S]+$",
982
- "type": "string"
983
- },
984
- "value": {
985
- "description": "Numerical value (with implicit precision).",
986
- "pattern": "^-?(0|[1-9][0-9]*)(\\.[0-9]+)?([eE][+-]?[0-9]+)?$",
987
- "type": "number"
988
- },
989
- "currency": {
990
- "description": "ISO 4217 Currency Code.",
991
- "pattern": "^[^\\s]+(\\s[^\\s]+)*$",
992
- "type": "string"
993
- }
994
- },
995
- "additionalProperties": false,
996
- "type": "object"
997
- },
998
- "valuePeriod": {
999
- "description": "Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).",
1000
- "properties": {
1001
- "id": {
1002
- "description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
1003
- "pattern": "^[ \\r\\n\\t\\S]+$",
1004
- "type": "string"
1005
- },
1006
- "start": {
1007
- "description": "The start of the period. The boundary is inclusive.",
1008
- "pattern": "^([0-9]([0-9]([0-9][1-9]|[1-9]0)|[1-9]00)|[1-9]000)(-(0[1-9]|1[0-2])(-(0[1-9]|[1-2][0-9]|3[0-1])(T([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)(\\.[0-9]+)?(Z|(\\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00)))?)?)?$",
1009
- "type": "string"
1010
- },
1011
- "end": {
1012
- "description": "The end of the period. If the end of the period is missing, it means no end was known or planned at the time the instance was created. The start may be in the past, and the end date in the future, which means that period is expected/planned to end at that time.",
1013
- "pattern": "^([0-9]([0-9]([0-9][1-9]|[1-9]0)|[1-9]00)|[1-9]000)(-(0[1-9]|1[0-2])(-(0[1-9]|[1-2][0-9]|3[0-1])(T([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)(\\.[0-9]+)?(Z|(\\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00)))?)?)?$",
1014
- "type": "string"
1015
- }
1016
- },
1017
- "additionalProperties": false,
1018
- "type": "object"
1019
- },
1020
- "valueQuantity": {
1021
- "description": "Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).",
1022
- "properties": {
1023
- "id": {
1024
- "description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
1025
- "pattern": "^[ \\r\\n\\t\\S]+$",
1026
- "type": "string"
1027
- },
1028
- "value": {
1029
- "description": "The value of the measured amount. The value includes an implicit precision in the presentation of the value.",
1030
- "pattern": "^-?(0|[1-9][0-9]*)(\\.[0-9]+)?([eE][+-]?[0-9]+)?$",
1031
- "type": "number"
1032
- },
1033
- "comparator": {
1034
- "description": "How the value should be understood and represented - whether the actual value is greater or less than the stated value due to measurement issues; e.g. if the comparator is \"<\" , then the real value is < stated value.",
1035
- "enum": [
1036
- "<",
1037
- "<=",
1038
- ">=",
1039
- ">"
1040
- ],
1041
- "type": "string"
1042
- },
1043
- "unit": {
1044
- "description": "A human-readable form of the unit.",
1045
- "pattern": "^[ \\r\\n\\t\\S]+$",
1046
- "type": "string"
1047
- },
1048
- "system": {
1049
- "description": "The identification of the system that provides the coded form of the unit.",
1050
- "pattern": "^\\S*$",
1051
- "type": "string"
1052
- },
1053
- "code": {
1054
- "description": "A computer processable form of the unit in some unit representation system.",
1055
- "pattern": "^[^\\s]+(\\s[^\\s]+)*$",
1056
- "type": "string"
1057
- }
1058
- },
1059
- "additionalProperties": false,
1060
- "type": "object"
1061
- },
1062
- "valueRange": {
1063
- "description": "Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).",
1064
- "properties": {
1065
- "id": {
1066
- "description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
1067
- "pattern": "^[ \\r\\n\\t\\S]+$",
1068
- "type": "string"
1069
- },
1070
- "low": {
1071
- "description": "The low limit. The boundary is inclusive.",
1072
- "properties": {
1073
- "id": {
1074
- "description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
1075
- "pattern": "^[ \\r\\n\\t\\S]+$",
1076
- "type": "string"
1077
- },
1078
- "value": {
1079
- "description": "The value of the measured amount. The value includes an implicit precision in the presentation of the value.",
1080
- "pattern": "^-?(0|[1-9][0-9]*)(\\.[0-9]+)?([eE][+-]?[0-9]+)?$",
1081
- "type": "number"
1082
- },
1083
- "comparator": {
1084
- "description": "How the value should be understood and represented - whether the actual value is greater or less than the stated value due to measurement issues; e.g. if the comparator is \"<\" , then the real value is < stated value.",
1085
- "enum": [
1086
- "<",
1087
- "<=",
1088
- ">=",
1089
- ">"
1090
- ],
1091
- "type": "string"
1092
- },
1093
- "unit": {
1094
- "description": "A human-readable form of the unit.",
1095
- "pattern": "^[ \\r\\n\\t\\S]+$",
1096
- "type": "string"
1097
- },
1098
- "system": {
1099
- "description": "The identification of the system that provides the coded form of the unit.",
1100
- "pattern": "^\\S*$",
1101
- "type": "string"
1102
- },
1103
- "code": {
1104
- "description": "A computer processable form of the unit in some unit representation system.",
1105
- "pattern": "^[^\\s]+(\\s[^\\s]+)*$",
1106
- "type": "string"
1107
- }
1108
- },
1109
- "additionalProperties": false,
1110
- "type": "object"
1111
- },
1112
- "high": {
1113
- "description": "The high limit. The boundary is inclusive.",
1114
- "properties": {
1115
- "id": {
1116
- "description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
1117
- "pattern": "^[ \\r\\n\\t\\S]+$",
1118
- "type": "string"
1119
- },
1120
- "value": {
1121
- "description": "The value of the measured amount. The value includes an implicit precision in the presentation of the value.",
1122
- "pattern": "^-?(0|[1-9][0-9]*)(\\.[0-9]+)?([eE][+-]?[0-9]+)?$",
1123
- "type": "number"
1124
- },
1125
- "comparator": {
1126
- "description": "How the value should be understood and represented - whether the actual value is greater or less than the stated value due to measurement issues; e.g. if the comparator is \"<\" , then the real value is < stated value.",
1127
- "enum": [
1128
- "<",
1129
- "<=",
1130
- ">=",
1131
- ">"
1132
- ],
1133
- "type": "string"
1134
- },
1135
- "unit": {
1136
- "description": "A human-readable form of the unit.",
1137
- "pattern": "^[ \\r\\n\\t\\S]+$",
1138
- "type": "string"
1139
- },
1140
- "system": {
1141
- "description": "The identification of the system that provides the coded form of the unit.",
1142
- "pattern": "^\\S*$",
1143
- "type": "string"
1144
- },
1145
- "code": {
1146
- "description": "A computer processable form of the unit in some unit representation system.",
1147
- "pattern": "^[^\\s]+(\\s[^\\s]+)*$",
1148
- "type": "string"
1149
- }
1150
- },
1151
- "additionalProperties": false,
1152
- "type": "object"
1153
- }
1154
- },
1155
- "additionalProperties": false,
1156
- "type": "object"
1157
- },
1158
- "valueRatio": {
1159
- "description": "Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).",
1160
- "properties": {
1161
- "id": {
1162
- "description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
1163
- "pattern": "^[ \\r\\n\\t\\S]+$",
1164
- "type": "string"
1165
- },
1166
- "numerator": {
1167
- "description": "The value of the numerator.",
1168
- "properties": {
1169
- "id": {
1170
- "description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
1171
- "pattern": "^[ \\r\\n\\t\\S]+$",
1172
- "type": "string"
1173
- },
1174
- "value": {
1175
- "description": "The value of the measured amount. The value includes an implicit precision in the presentation of the value.",
1176
- "pattern": "^-?(0|[1-9][0-9]*)(\\.[0-9]+)?([eE][+-]?[0-9]+)?$",
1177
- "type": "number"
1178
- },
1179
- "comparator": {
1180
- "description": "How the value should be understood and represented - whether the actual value is greater or less than the stated value due to measurement issues; e.g. if the comparator is \"<\" , then the real value is < stated value.",
1181
- "enum": [
1182
- "<",
1183
- "<=",
1184
- ">=",
1185
- ">"
1186
- ],
1187
- "type": "string"
1188
- },
1189
- "unit": {
1190
- "description": "A human-readable form of the unit.",
1191
- "pattern": "^[ \\r\\n\\t\\S]+$",
1192
- "type": "string"
1193
- },
1194
- "system": {
1195
- "description": "The identification of the system that provides the coded form of the unit.",
1196
- "pattern": "^\\S*$",
1197
- "type": "string"
1198
- },
1199
- "code": {
1200
- "description": "A computer processable form of the unit in some unit representation system.",
1201
- "pattern": "^[^\\s]+(\\s[^\\s]+)*$",
1202
- "type": "string"
1203
- }
1204
- },
1205
- "additionalProperties": false,
1206
- "type": "object"
1207
- },
1208
- "denominator": {
1209
- "description": "The value of the denominator.",
1210
- "properties": {
1211
- "id": {
1212
- "description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
1213
- "pattern": "^[ \\r\\n\\t\\S]+$",
1214
- "type": "string"
1215
- },
1216
- "value": {
1217
- "description": "The value of the measured amount. The value includes an implicit precision in the presentation of the value.",
1218
- "pattern": "^-?(0|[1-9][0-9]*)(\\.[0-9]+)?([eE][+-]?[0-9]+)?$",
1219
- "type": "number"
1220
- },
1221
- "comparator": {
1222
- "description": "How the value should be understood and represented - whether the actual value is greater or less than the stated value due to measurement issues; e.g. if the comparator is \"<\" , then the real value is < stated value.",
1223
- "enum": [
1224
- "<",
1225
- "<=",
1226
- ">=",
1227
- ">"
1228
- ],
1229
- "type": "string"
1230
- },
1231
- "unit": {
1232
- "description": "A human-readable form of the unit.",
1233
- "pattern": "^[ \\r\\n\\t\\S]+$",
1234
- "type": "string"
1235
- },
1236
- "system": {
1237
- "description": "The identification of the system that provides the coded form of the unit.",
1238
- "pattern": "^\\S*$",
1239
- "type": "string"
1240
- },
1241
- "code": {
1242
- "description": "A computer processable form of the unit in some unit representation system.",
1243
- "pattern": "^[^\\s]+(\\s[^\\s]+)*$",
1244
- "type": "string"
1245
- }
1246
- },
1247
- "additionalProperties": false,
1248
- "type": "object"
1249
- }
1250
- },
1251
- "additionalProperties": false,
1252
- "type": "object"
1253
- },
1254
- "valueReference": {
1255
- "description": "Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).",
1256
- "properties": {
1257
- "id": {
1258
- "description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
1259
- "pattern": "^[ \\r\\n\\t\\S]+$",
1260
- "type": "string"
1261
- },
1262
- "reference": {
1263
- "description": "A reference to a location at which the other resource is found. The reference may be a relative reference, in which case it is relative to the service base URL, or an absolute URL that resolves to the location where the resource is found. The reference may be version specific or not. If the reference is not to a FHIR RESTful server, then it should be assumed to be version specific. Internal fragment references (start with '#') refer to contained resources.",
1264
- "pattern": "^[ \\r\\n\\t\\S]+$",
1265
- "type": "string"
1266
- },
1267
- "type": {
1268
- "description": "The expected type of the target of the reference. If both Reference.type and Reference.reference are populated and Reference.reference is a FHIR URL, both SHALL be consistent.\n\nThe type is the Canonical URL of Resource Definition that is the type this reference refers to. References are URLs that are relative to http://hl7.org/fhir/StructureDefinition/ e.g. \"Patient\" is a reference to http://hl7.org/fhir/StructureDefinition/Patient. Absolute URLs are only allowed for logical models (and can only be used in references in logical models, not resources).",
1269
- "pattern": "^\\S*$",
1270
- "type": "string"
1271
- },
1272
- "display": {
1273
- "description": "Plain text narrative that identifies the resource in addition to the resource reference.",
1274
- "pattern": "^[ \\r\\n\\t\\S]+$",
1275
- "type": "string"
1276
- }
1277
- },
1278
- "additionalProperties": false,
1279
- "type": "object"
1280
- },
1281
- "valueSampledData": {
1282
- "description": "Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).",
1283
- "properties": {
1284
- "id": {
1285
- "description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
1286
- "pattern": "^[ \\r\\n\\t\\S]+$",
1287
- "type": "string"
1288
- },
1289
- "origin": {
1290
- "description": "The base quantity that a measured value of zero represents. In addition, this provides the units of the entire measurement series.",
1291
- "properties": {
1292
- "id": {
1293
- "description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
1294
- "pattern": "^[ \\r\\n\\t\\S]+$",
1295
- "type": "string"
1296
- },
1297
- "value": {
1298
- "description": "The value of the measured amount. The value includes an implicit precision in the presentation of the value.",
1299
- "pattern": "^-?(0|[1-9][0-9]*)(\\.[0-9]+)?([eE][+-]?[0-9]+)?$",
1300
- "type": "number"
1301
- },
1302
- "comparator": {
1303
- "description": "How the value should be understood and represented - whether the actual value is greater or less than the stated value due to measurement issues; e.g. if the comparator is \"<\" , then the real value is < stated value.",
1304
- "enum": [
1305
- "<",
1306
- "<=",
1307
- ">=",
1308
- ">"
1309
- ],
1310
- "type": "string"
1311
- },
1312
- "unit": {
1313
- "description": "A human-readable form of the unit.",
1314
- "pattern": "^[ \\r\\n\\t\\S]+$",
1315
- "type": "string"
1316
- },
1317
- "system": {
1318
- "description": "The identification of the system that provides the coded form of the unit.",
1319
- "pattern": "^\\S*$",
1320
- "type": "string"
1321
- },
1322
- "code": {
1323
- "description": "A computer processable form of the unit in some unit representation system.",
1324
- "pattern": "^[^\\s]+(\\s[^\\s]+)*$",
1325
- "type": "string"
1326
- }
1327
- },
1328
- "additionalProperties": false,
1329
- "type": "object"
1330
- },
1331
- "period": {
1332
- "description": "The length of time between sampling times, measured in milliseconds.",
1333
- "pattern": "^-?(0|[1-9][0-9]*)(\\.[0-9]+)?([eE][+-]?[0-9]+)?$",
1334
- "type": "number"
1335
- },
1336
- "factor": {
1337
- "description": "A correction factor that is applied to the sampled data points before they are added to the origin.",
1338
- "pattern": "^-?(0|[1-9][0-9]*)(\\.[0-9]+)?([eE][+-]?[0-9]+)?$",
1339
- "type": "number"
1340
- },
1341
- "lowerLimit": {
1342
- "description": "The lower limit of detection of the measured points. This is needed if any of the data points have the value \"L\" (lower than detection limit).",
1343
- "pattern": "^-?(0|[1-9][0-9]*)(\\.[0-9]+)?([eE][+-]?[0-9]+)?$",
1344
- "type": "number"
1345
- },
1346
- "upperLimit": {
1347
- "description": "The upper limit of detection of the measured points. This is needed if any of the data points have the value \"U\" (higher than detection limit).",
1348
- "pattern": "^-?(0|[1-9][0-9]*)(\\.[0-9]+)?([eE][+-]?[0-9]+)?$",
1349
- "type": "number"
1350
- },
1351
- "dimensions": {
1352
- "description": "The number of sample points at each time point. If this value is greater than one, then the dimensions will be interlaced - all the sample points for a point in time will be recorded at once.",
1353
- "pattern": "^[1-9][0-9]*$",
1354
- "type": "number"
1355
- },
1356
- "data": {
1357
- "description": "A series of data points which are decimal values separated by a single space (character u20). The special values \"E\" (error), \"L\" (below detection limit) and \"U\" (above detection limit) can also be used in place of a decimal value.",
1358
- "pattern": "^[ \\r\\n\\t\\S]+$",
1359
- "type": "string"
1360
- }
1361
- },
1362
- "additionalProperties": false,
1363
- "required": [
1364
- "origin"
1365
- ],
1366
- "type": "object"
1367
- },
1368
- "valueSignature": {
1369
- "description": "Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).",
1370
- "properties": {
1371
- "id": {
1372
- "description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
1373
- "pattern": "^[ \\r\\n\\t\\S]+$",
1374
- "type": "string"
1375
- },
1376
- "type": {
1377
- "description": "An indication of the reason that the entity signed this document. This may be explicitly included as part of the signature information and can be used when determining accountability for various actions concerning the document.",
1378
- "items": {
1379
- "description": "A reference to a code defined by a terminology system.",
1380
- "properties": {
1381
- "id": {
1382
- "description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
1383
- "widget": {
1384
- "id": "hidden"
1385
- },
1386
- "pattern": "^[ \\r\\n\\t\\S]+$",
1387
- "type": "string"
1388
- },
1389
- "system": {
1390
- "description": "The identification of the code system that defines the meaning of the symbol in the code.",
1391
- "pattern": "^\\S*$",
1392
- "type": "string"
1393
- },
1394
- "version": {
1395
- "description": "The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.",
1396
- "widget": {
1397
- "id": "hidden"
1398
- },
1399
- "pattern": "^[ \\r\\n\\t\\S]+$",
1400
- "type": "string"
1401
- },
1402
- "code": {
1403
- "description": "A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).",
1404
- "pattern": "^[^\\s]+(\\s[^\\s]+)*$",
1405
- "type": "string"
1406
- },
1407
- "display": {
1408
- "description": "A representation of the meaning of the code in the system, following the rules of the system.",
1409
- "pattern": "^[ \\r\\n\\t\\S]+$",
1410
- "type": "string"
1411
- },
1412
- "userSelected": {
1413
- "description": "Indicates that this coding was chosen by a user directly - e.g. off a pick list of available items (codes or displays).",
1414
- "pattern": "^true|false$",
1415
- "type": "boolean"
1416
- }
1417
- },
1418
- "additionalProperties": false,
1419
- "type": "object",
1420
- "widget": {
1421
- "id": "row-layout"
1422
- },
1423
- "fieldsets": [
1424
- {
1425
- "fields": [
1426
- "id",
1427
- "system",
1428
- "version",
1429
- "code",
1430
- "display",
1431
- "userSelected"
1432
- ],
1433
- "showFields": [
1434
- {
1435
- "code": {
1436
- "col": 2
1437
- }
1438
- },
1439
- {
1440
- "system": {
1441
- "col": 6
1442
- }
1443
- },
1444
- {
1445
- "display": {
1446
- "col": 4
1447
- }
1448
- }
1449
- ]
1450
- }
1451
- ]
1452
- },
1453
- "type": "array"
1454
- },
1455
- "when": {
1456
- "description": "When the digital signature was signed.",
1457
- "pattern": "^([0-9]([0-9]([0-9][1-9]|[1-9]0)|[1-9]00)|[1-9]000)-(0[1-9]|1[0-2])-(0[1-9]|[1-2][0-9]|3[0-1])T([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)(\\.[0-9]+)?(Z|(\\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))$",
1458
- "type": "string"
1459
- },
1460
- "who": {
1461
- "description": "A reference to an application-usable description of the identity that signed (e.g. the signature used their private key).",
1462
- "properties": {
1463
- "id": {
1464
- "description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
1465
- "pattern": "^[ \\r\\n\\t\\S]+$",
1466
- "type": "string"
1467
- },
1468
- "reference": {
1469
- "description": "A reference to a location at which the other resource is found. The reference may be a relative reference, in which case it is relative to the service base URL, or an absolute URL that resolves to the location where the resource is found. The reference may be version specific or not. If the reference is not to a FHIR RESTful server, then it should be assumed to be version specific. Internal fragment references (start with '#') refer to contained resources.",
1470
- "pattern": "^[ \\r\\n\\t\\S]+$",
1471
- "type": "string"
1472
- },
1473
- "type": {
1474
- "description": "The expected type of the target of the reference. If both Reference.type and Reference.reference are populated and Reference.reference is a FHIR URL, both SHALL be consistent.\n\nThe type is the Canonical URL of Resource Definition that is the type this reference refers to. References are URLs that are relative to http://hl7.org/fhir/StructureDefinition/ e.g. \"Patient\" is a reference to http://hl7.org/fhir/StructureDefinition/Patient. Absolute URLs are only allowed for logical models (and can only be used in references in logical models, not resources).",
1475
- "pattern": "^\\S*$",
1476
- "type": "string"
1477
- },
1478
- "display": {
1479
- "description": "Plain text narrative that identifies the resource in addition to the resource reference.",
1480
- "pattern": "^[ \\r\\n\\t\\S]+$",
1481
- "type": "string"
1482
- }
1483
- },
1484
- "additionalProperties": false,
1485
- "type": "object"
1486
- },
1487
- "onBehalfOf": {
1488
- "description": "A reference to an application-usable description of the identity that is represented by the signature.",
1489
- "properties": {
1490
- "id": {
1491
- "description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
1492
- "pattern": "^[ \\r\\n\\t\\S]+$",
1493
- "type": "string"
1494
- },
1495
- "reference": {
1496
- "description": "A reference to a location at which the other resource is found. The reference may be a relative reference, in which case it is relative to the service base URL, or an absolute URL that resolves to the location where the resource is found. The reference may be version specific or not. If the reference is not to a FHIR RESTful server, then it should be assumed to be version specific. Internal fragment references (start with '#') refer to contained resources.",
1497
- "pattern": "^[ \\r\\n\\t\\S]+$",
1498
- "type": "string"
1499
- },
1500
- "type": {
1501
- "description": "The expected type of the target of the reference. If both Reference.type and Reference.reference are populated and Reference.reference is a FHIR URL, both SHALL be consistent.\n\nThe type is the Canonical URL of Resource Definition that is the type this reference refers to. References are URLs that are relative to http://hl7.org/fhir/StructureDefinition/ e.g. \"Patient\" is a reference to http://hl7.org/fhir/StructureDefinition/Patient. Absolute URLs are only allowed for logical models (and can only be used in references in logical models, not resources).",
1502
- "pattern": "^\\S*$",
1503
- "type": "string"
1504
- },
1505
- "display": {
1506
- "description": "Plain text narrative that identifies the resource in addition to the resource reference.",
1507
- "pattern": "^[ \\r\\n\\t\\S]+$",
1508
- "type": "string"
1509
- }
1510
- },
1511
- "additionalProperties": false,
1512
- "type": "object"
1513
- },
1514
- "targetFormat": {
1515
- "description": "A mime type that indicates the technical format of the target resources signed by the signature.",
1516
- "pattern": "^[^\\s]+(\\s[^\\s]+)*$",
1517
- "type": "string"
1518
- },
1519
- "sigFormat": {
1520
- "description": "A mime type that indicates the technical format of the signature. Important mime types are application/signature+xml for X ML DigSig, application/jose for JWS, and image/* for a graphical image of a signature, etc.",
1521
- "pattern": "^[^\\s]+(\\s[^\\s]+)*$",
1522
- "type": "string"
1523
- },
1524
- "data": {
1525
- "description": "The base64 encoding of the Signature content. When signature is not recorded electronically this element would be empty.",
1526
- "pattern": "^[ \\r\\n\\t\\S]+$",
1527
- "type": "string"
1528
- }
1529
- },
1530
- "additionalProperties": false,
1531
- "required": [
1532
- "type",
1533
- "who"
1534
- ],
1535
- "type": "object"
1536
- },
1537
- "valueContactDetail": {
1538
- "description": "Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).",
1539
- "properties": {
1540
- "id": {
1541
- "description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
1542
- "pattern": "^[ \\r\\n\\t\\S]+$",
1543
- "type": "string"
1544
- },
1545
- "name": {
1546
- "description": "The name of an individual to contact.",
1547
- "pattern": "^[ \\r\\n\\t\\S]+$",
1548
- "type": "string"
1549
- },
1550
- "telecom": {
1551
- "description": "The contact details for the individual (if a name was provided) or the organization.",
1552
- "items": {
1553
- "properties": {
1554
- "id": {
1555
- "description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
1556
- "pattern": "^[ \\r\\n\\t\\S]+$",
1557
- "type": "string"
1558
- },
1559
- "system": {
1560
- "description": "Telecommunications form for contact point - what communications system is required to make use of the contact.",
1561
- "enum": [
1562
- "phone",
1563
- "fax",
1564
- "email",
1565
- "pager",
1566
- "url",
1567
- "sms",
1568
- "other"
1569
- ],
1570
- "type": "string"
1571
- },
1572
- "value": {
1573
- "description": "The actual contact point details, in a form that is meaningful to the designated communication system (i.e. phone number or email address).",
1574
- "pattern": "^[ \\r\\n\\t\\S]+$",
1575
- "type": "string"
1576
- },
1577
- "use": {
1578
- "description": "Identifies the purpose for the contact point.",
1579
- "enum": [
1580
- "home",
1581
- "work",
1582
- "temp",
1583
- "old",
1584
- "mobile"
1585
- ],
1586
- "type": "string"
1587
- },
1588
- "rank": {
1589
- "description": "Specifies a preferred order in which to use a set of contacts. ContactPoints with lower rank values are more preferred than those with higher rank values.",
1590
- "pattern": "^[1-9][0-9]*$",
1591
- "type": "number"
1592
- },
1593
- "period": {
1594
- "description": "Time period when the contact point was/is in use.",
1595
- "properties": {
1596
- "id": {
1597
- "description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
1598
- "pattern": "^[ \\r\\n\\t\\S]+$",
1599
- "type": "string"
1600
- },
1601
- "start": {
1602
- "description": "The start of the period. The boundary is inclusive.",
1603
- "pattern": "^([0-9]([0-9]([0-9][1-9]|[1-9]0)|[1-9]00)|[1-9]000)(-(0[1-9]|1[0-2])(-(0[1-9]|[1-2][0-9]|3[0-1])(T([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)(\\.[0-9]+)?(Z|(\\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00)))?)?)?$",
1604
- "type": "string"
1605
- },
1606
- "end": {
1607
- "description": "The end of the period. If the end of the period is missing, it means no end was known or planned at the time the instance was created. The start may be in the past, and the end date in the future, which means that period is expected/planned to end at that time.",
1608
- "pattern": "^([0-9]([0-9]([0-9][1-9]|[1-9]0)|[1-9]00)|[1-9]000)(-(0[1-9]|1[0-2])(-(0[1-9]|[1-2][0-9]|3[0-1])(T([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)(\\.[0-9]+)?(Z|(\\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00)))?)?)?$",
1609
- "type": "string"
1610
- }
1611
- },
1612
- "additionalProperties": false,
1613
- "type": "object"
1614
- }
1615
- },
1616
- "additionalProperties": false,
1617
- "type": "object"
1618
- },
1619
- "type": "array"
1620
- }
1621
- },
1622
- "additionalProperties": false,
1623
- "type": "object"
1624
- },
1625
- "valueContributor": {
1626
- "description": "Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).",
1627
- "properties": {
1628
- "id": {
1629
- "description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
1630
- "pattern": "^[ \\r\\n\\t\\S]+$",
1631
- "type": "string"
1632
- },
1633
- "type": {
1634
- "description": "The type of contributor.",
1635
- "enum": [
1636
- "author",
1637
- "editor",
1638
- "reviewer",
1639
- "endorser"
1640
- ],
1641
- "type": "string"
1642
- },
1643
- "name": {
1644
- "description": "The name of the individual or organization responsible for the contribution.",
1645
- "pattern": "^[ \\r\\n\\t\\S]+$",
1646
- "type": "string"
1647
- },
1648
- "contact": {
1649
- "description": "Contact details to assist a user in finding and communicating with the contributor.",
1650
- "items": {
1651
- "properties": {
1652
- "id": {
1653
- "description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
1654
- "pattern": "^[ \\r\\n\\t\\S]+$",
1655
- "type": "string"
1656
- },
1657
- "name": {
1658
- "description": "The name of an individual to contact.",
1659
- "pattern": "^[ \\r\\n\\t\\S]+$",
1660
- "type": "string"
1661
- },
1662
- "telecom": {
1663
- "description": "The contact details for the individual (if a name was provided) or the organization.",
1664
- "items": {
1665
- "properties": {
1666
- "id": {
1667
- "description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
1668
- "pattern": "^[ \\r\\n\\t\\S]+$",
1669
- "type": "string"
1670
- },
1671
- "system": {
1672
- "description": "Telecommunications form for contact point - what communications system is required to make use of the contact.",
1673
- "enum": [
1674
- "phone",
1675
- "fax",
1676
- "email",
1677
- "pager",
1678
- "url",
1679
- "sms",
1680
- "other"
1681
- ],
1682
- "type": "string"
1683
- },
1684
- "value": {
1685
- "description": "The actual contact point details, in a form that is meaningful to the designated communication system (i.e. phone number or email address).",
1686
- "pattern": "^[ \\r\\n\\t\\S]+$",
1687
- "type": "string"
1688
- },
1689
- "use": {
1690
- "description": "Identifies the purpose for the contact point.",
1691
- "enum": [
1692
- "home",
1693
- "work",
1694
- "temp",
1695
- "old",
1696
- "mobile"
1697
- ],
1698
- "type": "string"
1699
- },
1700
- "rank": {
1701
- "description": "Specifies a preferred order in which to use a set of contacts. ContactPoints with lower rank values are more preferred than those with higher rank values.",
1702
- "pattern": "^[1-9][0-9]*$",
1703
- "type": "number"
1704
- },
1705
- "period": {
1706
- "description": "Time period when the contact point was/is in use.",
1707
- "properties": {
1708
- "id": {
1709
- "description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
1710
- "pattern": "^[ \\r\\n\\t\\S]+$",
1711
- "type": "string"
1712
- },
1713
- "start": {
1714
- "description": "The start of the period. The boundary is inclusive.",
1715
- "pattern": "^([0-9]([0-9]([0-9][1-9]|[1-9]0)|[1-9]00)|[1-9]000)(-(0[1-9]|1[0-2])(-(0[1-9]|[1-2][0-9]|3[0-1])(T([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)(\\.[0-9]+)?(Z|(\\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00)))?)?)?$",
1716
- "type": "string"
1717
- },
1718
- "end": {
1719
- "description": "The end of the period. If the end of the period is missing, it means no end was known or planned at the time the instance was created. The start may be in the past, and the end date in the future, which means that period is expected/planned to end at that time.",
1720
- "pattern": "^([0-9]([0-9]([0-9][1-9]|[1-9]0)|[1-9]00)|[1-9]000)(-(0[1-9]|1[0-2])(-(0[1-9]|[1-2][0-9]|3[0-1])(T([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)(\\.[0-9]+)?(Z|(\\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00)))?)?)?$",
1721
- "type": "string"
1722
- }
1723
- },
1724
- "additionalProperties": false,
1725
- "type": "object"
1726
- }
1727
- },
1728
- "additionalProperties": false,
1729
- "type": "object"
1730
- },
1731
- "type": "array"
1732
- }
1733
- },
1734
- "additionalProperties": false,
1735
- "type": "object"
1736
- },
1737
- "type": "array"
1738
- }
1739
- },
1740
- "additionalProperties": false,
1741
- "type": "object"
1742
- },
1743
- "valueExpression": {
1744
- "description": "Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).",
1745
- "properties": {
1746
- "id": {
1747
- "description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
1748
- "pattern": "^[ \\r\\n\\t\\S]+$",
1749
- "type": "string"
1750
- },
1751
- "description": {
1752
- "description": "A brief, natural language description of the condition that effectively communicates the intended semantics.",
1753
- "pattern": "^[ \\r\\n\\t\\S]+$",
1754
- "type": "string"
1755
- },
1756
- "name": {
1757
- "description": "A short name assigned to the expression to allow for multiple reuse of the expression in the context where it is defined.",
1758
- "pattern": "^[A-Za-z0-9\\-\\.]{1,64}$",
1759
- "type": "string"
1760
- },
1761
- "language": {
1762
- "description": "The media type of the language for the expression.",
1763
- "enum": [
1764
- "text/cql",
1765
- "text/fhirpath",
1766
- "application/x-fhir-query"
1767
- ],
1768
- "type": "string"
1769
- },
1770
- "expression": {
1771
- "description": "An expression in the specified language that returns a value.",
1772
- "pattern": "^[ \\r\\n\\t\\S]+$",
1773
- "type": "string"
1774
- },
1775
- "reference": {
1776
- "description": "A URI that defines where the expression is found.",
1777
- "pattern": "^\\S*$",
1778
- "type": "string"
1779
- }
1780
- },
1781
- "additionalProperties": false,
1782
- "type": "object"
1783
- },
1784
- "valueParameterDefinition": {
1785
- "description": "Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).",
1786
- "properties": {
1787
- "id": {
1788
- "description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
1789
- "pattern": "^[ \\r\\n\\t\\S]+$",
1790
- "type": "string"
1791
- },
1792
- "name": {
1793
- "description": "The name of the parameter used to allow access to the value of the parameter in evaluation contexts.",
1794
- "pattern": "^[^\\s]+(\\s[^\\s]+)*$",
1795
- "type": "string"
1796
- },
1797
- "use": {
1798
- "description": "Whether the parameter is input or output for the module.",
1799
- "pattern": "^[^\\s]+(\\s[^\\s]+)*$",
1800
- "type": "string"
1801
- },
1802
- "min": {
1803
- "description": "The minimum number of times this parameter SHALL appear in the request or response.",
1804
- "pattern": "^-?([0]|([1-9][0-9]*))$",
1805
- "type": "number"
1806
- },
1807
- "max": {
1808
- "description": "The maximum number of times this element is permitted to appear in the request or response.",
1809
- "pattern": "^[ \\r\\n\\t\\S]+$",
1810
- "type": "string"
1811
- },
1812
- "documentation": {
1813
- "description": "A brief discussion of what the parameter is for and how it is used by the module.",
1814
- "pattern": "^[ \\r\\n\\t\\S]+$",
1815
- "type": "string"
1816
- },
1817
- "type": {
1818
- "description": "The type of the parameter.",
1819
- "pattern": "^[^\\s]+(\\s[^\\s]+)*$",
1820
- "type": "string"
1821
- },
1822
- "profile": {
1823
- "description": "If specified, this indicates a profile that the input data must conform to, or that the output data will conform to.",
1824
- "pattern": "^\\S*$",
1825
- "type": "string"
1826
- }
1827
- },
1828
- "additionalProperties": false,
1829
- "type": "object"
1830
- },
1831
- "valueRelatedArtifact": {
1832
- "description": "Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).",
1833
- "properties": {
1834
- "id": {
1835
- "description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
1836
- "pattern": "^[ \\r\\n\\t\\S]+$",
1837
- "type": "string"
1838
- },
1839
- "type": {
1840
- "description": "The type of relationship to the related artifact.",
1841
- "enum": [
1842
- "documentation",
1843
- "justification",
1844
- "citation",
1845
- "predecessor",
1846
- "successor",
1847
- "derived-from",
1848
- "depends-on",
1849
- "composed-of"
1850
- ],
1851
- "type": "string"
1852
- },
1853
- "label": {
1854
- "description": "A short label that can be used to reference the citation from elsewhere in the containing artifact, such as a footnote index.",
1855
- "pattern": "^[ \\r\\n\\t\\S]+$",
1856
- "type": "string"
1857
- },
1858
- "display": {
1859
- "description": "A brief description of the document or knowledge resource being referenced, suitable for display to a consumer.",
1860
- "pattern": "^[ \\r\\n\\t\\S]+$",
1861
- "type": "string"
1862
- },
1863
- "citation": {
1864
- "description": "A bibliographic citation for the related artifact. This text SHOULD be formatted according to an accepted citation format.",
1865
- "pattern": "^[ \\r\\n\\t\\S]+$",
1866
- "type": "string"
1867
- },
1868
- "url": {
1869
- "description": "A url for the artifact that can be followed to access the actual content.",
1870
- "pattern": "^\\S*$",
1871
- "type": "string"
1872
- },
1873
- "document": {
1874
- "description": "The document being referenced, represented as an attachment. This is exclusive with the resource element.",
1875
- "properties": {
1876
- "id": {
1877
- "description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
1878
- "pattern": "^[ \\r\\n\\t\\S]+$",
1879
- "type": "string"
1880
- },
1881
- "contentType": {
1882
- "description": "Identifies the type of the data in the attachment and allows a method to be chosen to interpret or render the data. Includes mime type parameters such as charset where appropriate.",
1883
- "pattern": "^[^\\s]+(\\s[^\\s]+)*$",
1884
- "type": "string"
1885
- },
1886
- "language": {
1887
- "description": "The human language of the content. The value can be any valid value according to BCP 47.",
1888
- "pattern": "^[^\\s]+(\\s[^\\s]+)*$",
1889
- "type": "string"
1890
- },
1891
- "data": {
1892
- "description": "The actual data of the attachment - a sequence of bytes, base64 encoded.",
1893
- "pattern": "^[ \\r\\n\\t\\S]+$",
1894
- "type": "string"
1895
- },
1896
- "url": {
1897
- "description": "A location where the data can be accessed.",
1898
- "pattern": "^\\S*$",
1899
- "type": "string"
1900
- },
1901
- "size": {
1902
- "description": "The number of bytes of data that make up this attachment (before base64 encoding, if that is done).",
1903
- "pattern": "^[0]|([1-9][0-9]*)$",
1904
- "type": "number"
1905
- },
1906
- "hash": {
1907
- "description": "The calculated hash of the data using SHA-1. Represented using base64.",
1908
- "pattern": "^[ \\r\\n\\t\\S]+$",
1909
- "type": "string"
1910
- },
1911
- "title": {
1912
- "description": "A label or set of text to display in place of the data.",
1913
- "pattern": "^[ \\r\\n\\t\\S]+$",
1914
- "type": "string"
1915
- },
1916
- "creation": {
1917
- "description": "The date that the attachment was first created.",
1918
- "pattern": "^([0-9]([0-9]([0-9][1-9]|[1-9]0)|[1-9]00)|[1-9]000)(-(0[1-9]|1[0-2])(-(0[1-9]|[1-2][0-9]|3[0-1])(T([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)(\\.[0-9]+)?(Z|(\\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00)))?)?)?$",
1919
- "type": "string"
1920
- }
1921
- },
1922
- "additionalProperties": false,
1923
- "type": "object"
1924
- },
1925
- "resource": {
1926
- "description": "The related resource, such as a library, value set, profile, or other knowledge resource.",
1927
- "pattern": "^\\S*$",
1928
- "type": "string"
1929
- }
1930
- },
1931
- "additionalProperties": false,
1932
- "type": "object"
1933
- },
1934
- "valueUsageContext": {
1935
- "description": "Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).",
1936
- "properties": {
1937
- "id": {
1938
- "description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
1939
- "pattern": "^[ \\r\\n\\t\\S]+$",
1940
- "type": "string"
1941
- },
1942
- "code": {
1943
- "description": "A code that identifies the type of context being specified by this usage context.",
1944
- "properties": {
1945
- "id": {
1946
- "description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
1947
- "widget": {
1948
- "id": "hidden"
1949
- },
1950
- "pattern": "^[ \\r\\n\\t\\S]+$",
1951
- "type": "string"
1952
- },
1953
- "system": {
1954
- "description": "The identification of the code system that defines the meaning of the symbol in the code.",
1955
- "pattern": "^\\S*$",
1956
- "type": "string"
1957
- },
1958
- "version": {
1959
- "description": "The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.",
1960
- "widget": {
1961
- "id": "hidden"
1962
- },
1963
- "pattern": "^[ \\r\\n\\t\\S]+$",
1964
- "type": "string"
1965
- },
1966
- "code": {
1967
- "description": "A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).",
1968
- "pattern": "^[^\\s]+(\\s[^\\s]+)*$",
1969
- "type": "string"
1970
- },
1971
- "display": {
1972
- "description": "A representation of the meaning of the code in the system, following the rules of the system.",
1973
- "pattern": "^[ \\r\\n\\t\\S]+$",
1974
- "type": "string"
1975
- },
1976
- "userSelected": {
1977
- "description": "Indicates that this coding was chosen by a user directly - e.g. off a pick list of available items (codes or displays).",
1978
- "pattern": "^true|false$",
1979
- "type": "boolean"
1980
- }
1981
- },
1982
- "additionalProperties": false,
1983
- "type": "object",
1984
- "widget": {
1985
- "id": "row-layout"
1986
- },
1987
- "fieldsets": [
1988
- {
1989
- "fields": [
1990
- "id",
1991
- "system",
1992
- "version",
1993
- "code",
1994
- "display",
1995
- "userSelected"
1996
- ],
1997
- "showFields": [
1998
- {
1999
- "code": {
2000
- "col": 2
2001
- }
2002
- },
2003
- {
2004
- "system": {
2005
- "col": 6
2006
- }
2007
- },
2008
- {
2009
- "display": {
2010
- "col": 4
2011
- }
2012
- }
2013
- ]
2014
- }
2015
- ]
2016
- },
2017
- "valueCodeableConcept": {
2018
- "description": "A value that defines the context specified in this context of use. The interpretation of the value is defined by the code.",
2019
- "properties": {
2020
- "id": {
2021
- "description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
2022
- "pattern": "^[ \\r\\n\\t\\S]+$",
2023
- "type": "string"
2024
- },
2025
- "coding": {
2026
- "description": "A reference to a code defined by a terminology system.",
2027
- "items": {
2028
- "description": "A reference to a code defined by a terminology system.",
2029
- "properties": {
2030
- "id": {
2031
- "description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
2032
- "widget": {
2033
- "id": "hidden"
2034
- },
2035
- "pattern": "^[ \\r\\n\\t\\S]+$",
2036
- "type": "string"
2037
- },
2038
- "system": {
2039
- "description": "The identification of the code system that defines the meaning of the symbol in the code.",
2040
- "pattern": "^\\S*$",
2041
- "type": "string"
2042
- },
2043
- "version": {
2044
- "description": "The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.",
2045
- "widget": {
2046
- "id": "hidden"
2047
- },
2048
- "pattern": "^[ \\r\\n\\t\\S]+$",
2049
- "type": "string"
2050
- },
2051
- "code": {
2052
- "description": "A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).",
2053
- "pattern": "^[^\\s]+(\\s[^\\s]+)*$",
2054
- "type": "string"
2055
- },
2056
- "display": {
2057
- "description": "A representation of the meaning of the code in the system, following the rules of the system.",
2058
- "pattern": "^[ \\r\\n\\t\\S]+$",
2059
- "type": "string"
2060
- },
2061
- "userSelected": {
2062
- "description": "Indicates that this coding was chosen by a user directly - e.g. off a pick list of available items (codes or displays).",
2063
- "pattern": "^true|false$",
2064
- "type": "boolean"
2065
- }
2066
- },
2067
- "additionalProperties": false,
2068
- "type": "object",
2069
- "widget": {
2070
- "id": "row-layout"
2071
- },
2072
- "fieldsets": [
2073
- {
2074
- "fields": [
2075
- "id",
2076
- "system",
2077
- "version",
2078
- "code",
2079
- "display",
2080
- "userSelected"
2081
- ],
2082
- "showFields": [
2083
- {
2084
- "code": {
2085
- "col": 2
2086
- }
2087
- },
2088
- {
2089
- "system": {
2090
- "col": 6
2091
- }
2092
- },
2093
- {
2094
- "display": {
2095
- "col": 4
2096
- }
2097
- }
2098
- ]
2099
- }
2100
- ]
2101
- },
2102
- "type": "array"
2103
- },
2104
- "text": {
2105
- "description": "A human language representation of the concept as seen/selected/uttered by the user who entered the data and/or which represents the intended meaning of the user.",
2106
- "pattern": "^[ \\r\\n\\t\\S]+$",
2107
- "type": "string"
2108
- }
2109
- },
2110
- "additionalProperties": false,
2111
- "type": "object"
2112
- },
2113
- "valueQuantity": {
2114
- "description": "A value that defines the context specified in this context of use. The interpretation of the value is defined by the code.",
2115
- "properties": {
2116
- "id": {
2117
- "description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
2118
- "pattern": "^[ \\r\\n\\t\\S]+$",
2119
- "type": "string"
2120
- },
2121
- "value": {
2122
- "description": "The value of the measured amount. The value includes an implicit precision in the presentation of the value.",
2123
- "pattern": "^-?(0|[1-9][0-9]*)(\\.[0-9]+)?([eE][+-]?[0-9]+)?$",
2124
- "type": "number"
2125
- },
2126
- "comparator": {
2127
- "description": "How the value should be understood and represented - whether the actual value is greater or less than the stated value due to measurement issues; e.g. if the comparator is \"<\" , then the real value is < stated value.",
2128
- "enum": [
2129
- "<",
2130
- "<=",
2131
- ">=",
2132
- ">"
2133
- ],
2134
- "type": "string"
2135
- },
2136
- "unit": {
2137
- "description": "A human-readable form of the unit.",
2138
- "pattern": "^[ \\r\\n\\t\\S]+$",
2139
- "type": "string"
2140
- },
2141
- "system": {
2142
- "description": "The identification of the system that provides the coded form of the unit.",
2143
- "pattern": "^\\S*$",
2144
- "type": "string"
2145
- },
2146
- "code": {
2147
- "description": "A computer processable form of the unit in some unit representation system.",
2148
- "pattern": "^[^\\s]+(\\s[^\\s]+)*$",
2149
- "type": "string"
2150
- }
2151
- },
2152
- "additionalProperties": false,
2153
- "type": "object"
2154
- },
2155
- "valueRange": {
2156
- "description": "A value that defines the context specified in this context of use. The interpretation of the value is defined by the code.",
2157
- "properties": {
2158
- "id": {
2159
- "description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
2160
- "pattern": "^[ \\r\\n\\t\\S]+$",
2161
- "type": "string"
2162
- },
2163
- "low": {
2164
- "description": "The low limit. The boundary is inclusive.",
2165
- "properties": {
2166
- "id": {
2167
- "description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
2168
- "pattern": "^[ \\r\\n\\t\\S]+$",
2169
- "type": "string"
2170
- },
2171
- "value": {
2172
- "description": "The value of the measured amount. The value includes an implicit precision in the presentation of the value.",
2173
- "pattern": "^-?(0|[1-9][0-9]*)(\\.[0-9]+)?([eE][+-]?[0-9]+)?$",
2174
- "type": "number"
2175
- },
2176
- "comparator": {
2177
- "description": "How the value should be understood and represented - whether the actual value is greater or less than the stated value due to measurement issues; e.g. if the comparator is \"<\" , then the real value is < stated value.",
2178
- "enum": [
2179
- "<",
2180
- "<=",
2181
- ">=",
2182
- ">"
2183
- ],
2184
- "type": "string"
2185
- },
2186
- "unit": {
2187
- "description": "A human-readable form of the unit.",
2188
- "pattern": "^[ \\r\\n\\t\\S]+$",
2189
- "type": "string"
2190
- },
2191
- "system": {
2192
- "description": "The identification of the system that provides the coded form of the unit.",
2193
- "pattern": "^\\S*$",
2194
- "type": "string"
2195
- },
2196
- "code": {
2197
- "description": "A computer processable form of the unit in some unit representation system.",
2198
- "pattern": "^[^\\s]+(\\s[^\\s]+)*$",
2199
- "type": "string"
2200
- }
2201
- },
2202
- "additionalProperties": false,
2203
- "type": "object"
2204
- },
2205
- "high": {
2206
- "description": "The high limit. The boundary is inclusive.",
2207
- "properties": {
2208
- "id": {
2209
- "description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
2210
- "pattern": "^[ \\r\\n\\t\\S]+$",
2211
- "type": "string"
2212
- },
2213
- "value": {
2214
- "description": "The value of the measured amount. The value includes an implicit precision in the presentation of the value.",
2215
- "pattern": "^-?(0|[1-9][0-9]*)(\\.[0-9]+)?([eE][+-]?[0-9]+)?$",
2216
- "type": "number"
2217
- },
2218
- "comparator": {
2219
- "description": "How the value should be understood and represented - whether the actual value is greater or less than the stated value due to measurement issues; e.g. if the comparator is \"<\" , then the real value is < stated value.",
2220
- "enum": [
2221
- "<",
2222
- "<=",
2223
- ">=",
2224
- ">"
2225
- ],
2226
- "type": "string"
2227
- },
2228
- "unit": {
2229
- "description": "A human-readable form of the unit.",
2230
- "pattern": "^[ \\r\\n\\t\\S]+$",
2231
- "type": "string"
2232
- },
2233
- "system": {
2234
- "description": "The identification of the system that provides the coded form of the unit.",
2235
- "pattern": "^\\S*$",
2236
- "type": "string"
2237
- },
2238
- "code": {
2239
- "description": "A computer processable form of the unit in some unit representation system.",
2240
- "pattern": "^[^\\s]+(\\s[^\\s]+)*$",
2241
- "type": "string"
2242
- }
2243
- },
2244
- "additionalProperties": false,
2245
- "type": "object"
2246
- }
2247
- },
2248
- "additionalProperties": false,
2249
- "type": "object"
2250
- },
2251
- "valueReference": {
2252
- "description": "A value that defines the context specified in this context of use. The interpretation of the value is defined by the code.",
2253
- "properties": {
2254
- "id": {
2255
- "description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
2256
- "pattern": "^[ \\r\\n\\t\\S]+$",
2257
- "type": "string"
2258
- },
2259
- "reference": {
2260
- "description": "A reference to a location at which the other resource is found. The reference may be a relative reference, in which case it is relative to the service base URL, or an absolute URL that resolves to the location where the resource is found. The reference may be version specific or not. If the reference is not to a FHIR RESTful server, then it should be assumed to be version specific. Internal fragment references (start with '#') refer to contained resources.",
2261
- "pattern": "^[ \\r\\n\\t\\S]+$",
2262
- "type": "string"
2263
- },
2264
- "type": {
2265
- "description": "The expected type of the target of the reference. If both Reference.type and Reference.reference are populated and Reference.reference is a FHIR URL, both SHALL be consistent.\n\nThe type is the Canonical URL of Resource Definition that is the type this reference refers to. References are URLs that are relative to http://hl7.org/fhir/StructureDefinition/ e.g. \"Patient\" is a reference to http://hl7.org/fhir/StructureDefinition/Patient. Absolute URLs are only allowed for logical models (and can only be used in references in logical models, not resources).",
2266
- "pattern": "^\\S*$",
2267
- "type": "string"
2268
- },
2269
- "display": {
2270
- "description": "Plain text narrative that identifies the resource in addition to the resource reference.",
2271
- "pattern": "^[ \\r\\n\\t\\S]+$",
2272
- "type": "string"
2273
- }
2274
- },
2275
- "additionalProperties": false,
2276
- "type": "object"
2277
- }
2278
- },
2279
- "additionalProperties": false,
2280
- "required": [
2281
- "code"
2282
- ],
2283
- "type": "object"
2284
- },
2285
- "valueMeta": {
2286
- "description": "Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).",
2287
- "properties": {
2288
- "id": {
2289
- "description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
2290
- "pattern": "^[ \\r\\n\\t\\S]+$",
2291
- "type": "string"
2292
- },
2293
- "versionId": {
2294
- "description": "The version specific identifier, as it appears in the version portion of the URL. This value changes when the resource is created, updated, or deleted.",
2295
- "pattern": "^[A-Za-z0-9\\-\\.]{1,64}$",
2296
- "type": "string"
2297
- },
2298
- "lastUpdated": {
2299
- "description": "When the resource last changed - e.g. when the version changed.",
2300
- "pattern": "^([0-9]([0-9]([0-9][1-9]|[1-9]0)|[1-9]00)|[1-9]000)-(0[1-9]|1[0-2])-(0[1-9]|[1-2][0-9]|3[0-1])T([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)(\\.[0-9]+)?(Z|(\\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))$",
2301
- "type": "string"
2302
- },
2303
- "source": {
2304
- "description": "A uri that identifies the source system of the resource. This provides a minimal amount of [[[Provenance]]] information that can be used to track or differentiate the source of information in the resource. The source may identify another FHIR server, document, message, database, etc.",
2305
- "pattern": "^\\S*$",
2306
- "type": "string"
2307
- },
2308
- "profile": {
2309
- "description": "A list of profiles (references to [[[StructureDefinition]]] resources) that this resource claims to conform to. The URL is a reference to [[[StructureDefinition.url]]].",
2310
- "items": {
2311
- "pattern": "^\\S*$",
2312
- "type": "string"
2313
- },
2314
- "type": "array"
2315
- },
2316
- "security": {
2317
- "description": "Security labels applied to this resource. These tags connect specific resources to the overall security policy and infrastructure.",
2318
- "items": {
2319
- "properties": {
2320
- "id": {
2321
- "description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
2322
- "widget": {
2323
- "id": "hidden"
2324
- },
2325
- "pattern": "^[ \\r\\n\\t\\S]+$",
2326
- "type": "string"
2327
- },
2328
- "system": {
2329
- "description": "The identification of the code system that defines the meaning of the symbol in the code.",
2330
- "pattern": "^\\S*$",
2331
- "type": "string"
2332
- },
2333
- "version": {
2334
- "description": "The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.",
2335
- "widget": {
2336
- "id": "hidden"
2337
- },
2338
- "pattern": "^[ \\r\\n\\t\\S]+$",
2339
- "type": "string"
2340
- },
2341
- "code": {
2342
- "description": "A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).",
2343
- "pattern": "^[^\\s]+(\\s[^\\s]+)*$",
2344
- "type": "string"
2345
- },
2346
- "display": {
2347
- "description": "A representation of the meaning of the code in the system, following the rules of the system.",
2348
- "pattern": "^[ \\r\\n\\t\\S]+$",
2349
- "type": "string"
2350
- },
2351
- "userSelected": {
2352
- "description": "Indicates that this coding was chosen by a user directly - e.g. off a pick list of available items (codes or displays).",
2353
- "pattern": "^true|false$",
2354
- "type": "boolean"
2355
- }
2356
- },
2357
- "additionalProperties": false,
2358
- "type": "object",
2359
- "widget": {
2360
- "id": "row-layout"
2361
- },
2362
- "fieldsets": [
2363
- {
2364
- "fields": [
2365
- "id",
2366
- "system",
2367
- "version",
2368
- "code",
2369
- "display",
2370
- "userSelected"
2371
- ],
2372
- "showFields": [
2373
- {
2374
- "code": {
2375
- "col": 2
2376
- }
2377
- },
2378
- {
2379
- "system": {
2380
- "col": 6
2381
- }
2382
- },
2383
- {
2384
- "display": {
2385
- "col": 4
2386
- }
2387
- }
2388
- ]
2389
- }
2390
- ]
2391
- },
2392
- "type": "array"
2393
- },
2394
- "tag": {
2395
- "description": "Tags applied to this resource. Tags are intended to be used to identify and relate resources to process and workflow, and applications are not required to consider the tags when interpreting the meaning of a resource.",
2396
- "items": {
2397
- "properties": {
2398
- "id": {
2399
- "description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
2400
- "widget": {
2401
- "id": "hidden"
2402
- },
2403
- "pattern": "^[ \\r\\n\\t\\S]+$",
2404
- "type": "string"
2405
- },
2406
- "system": {
2407
- "description": "The identification of the code system that defines the meaning of the symbol in the code.",
2408
- "pattern": "^\\S*$",
2409
- "type": "string"
2410
- },
2411
- "version": {
2412
- "description": "The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.",
2413
- "widget": {
2414
- "id": "hidden"
2415
- },
2416
- "pattern": "^[ \\r\\n\\t\\S]+$",
2417
- "type": "string"
2418
- },
2419
- "code": {
2420
- "description": "A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).",
2421
- "pattern": "^[^\\s]+(\\s[^\\s]+)*$",
2422
- "type": "string"
2423
- },
2424
- "display": {
2425
- "description": "A representation of the meaning of the code in the system, following the rules of the system.",
2426
- "pattern": "^[ \\r\\n\\t\\S]+$",
2427
- "type": "string"
2428
- },
2429
- "userSelected": {
2430
- "description": "Indicates that this coding was chosen by a user directly - e.g. off a pick list of available items (codes or displays).",
2431
- "pattern": "^true|false$",
2432
- "type": "boolean"
2433
- }
2434
- },
2435
- "additionalProperties": false,
2436
- "type": "object",
2437
- "widget": {
2438
- "id": "row-layout"
2439
- },
2440
- "fieldsets": [
2441
- {
2442
- "fields": [
2443
- "id",
2444
- "system",
2445
- "version",
2446
- "code",
2447
- "display",
2448
- "userSelected"
2449
- ],
2450
- "showFields": [
2451
- {
2452
- "code": {
2453
- "col": 2
2454
- }
2455
- },
2456
- {
2457
- "system": {
2458
- "col": 6
2459
- }
2460
- },
2461
- {
2462
- "display": {
2463
- "col": 4
2464
- }
2465
- }
2466
- ]
2467
- }
2468
- ]
2469
- },
2470
- "type": "array"
2471
- }
2472
- },
2473
- "additionalProperties": false,
2474
- "type": "object"
2475
- }
2476
- },
2477
- "additionalProperties": false,
2478
- "type": "object",
2479
- "widget": {
2480
- "id": "hidden"
2481
- }
2482
- }