formbuilder-lhcforms 9.2.7 → 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.
- package/dist/formbuilder-lhcforms/3rdpartylicenses.txt +0 -25
- package/dist/formbuilder-lhcforms/assets/fhir-definitions.schema.json5 +5275 -0
- package/dist/formbuilder-lhcforms/assets/ngx-fl.schema.json5 +40 -541
- package/dist/formbuilder-lhcforms/assets/ngx-item.schema.json5 +193 -3600
- package/dist/formbuilder-lhcforms/assets/version.json +1 -1
- package/dist/formbuilder-lhcforms/index.html +1 -1
- package/dist/formbuilder-lhcforms/main.7f50e6b35c21e733.js +1 -0
- package/package.json +1 -1
- package/dist/formbuilder-lhcforms/assets/fhir-extension-schema.json5 +0 -2482
- package/dist/formbuilder-lhcforms/main.f3a5fe66fbbb463d.js +0 -1
|
@@ -125,26 +125,7 @@
|
|
|
125
125
|
"extension": {
|
|
126
126
|
"description": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
|
|
127
127
|
"items": {
|
|
128
|
-
"
|
|
129
|
-
"properties": {
|
|
130
|
-
"id": {
|
|
131
|
-
"description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
|
|
132
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
133
|
-
"type": "string"
|
|
134
|
-
},
|
|
135
|
-
"url": {
|
|
136
|
-
"description": "Source of the definition for the extension code - a logical name or a URL.",
|
|
137
|
-
"pattern": "^\\S*$",
|
|
138
|
-
"type": "string"
|
|
139
|
-
},
|
|
140
|
-
"value": {
|
|
141
|
-
"description": "Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).",
|
|
142
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
143
|
-
"type": "string"
|
|
144
|
-
}
|
|
145
|
-
},
|
|
146
|
-
"additionalProperties": false,
|
|
147
|
-
"type": "object"
|
|
128
|
+
"$ref": "#/definitions/Extension"
|
|
148
129
|
},
|
|
149
130
|
"type": "array",
|
|
150
131
|
"title": "Extension",
|
|
@@ -155,26 +136,7 @@
|
|
|
155
136
|
"modifierExtension": {
|
|
156
137
|
"description": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
|
|
157
138
|
"items": {
|
|
158
|
-
"
|
|
159
|
-
"properties": {
|
|
160
|
-
"id": {
|
|
161
|
-
"description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
|
|
162
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
163
|
-
"type": "string"
|
|
164
|
-
},
|
|
165
|
-
"url": {
|
|
166
|
-
"description": "Source of the definition for the extension code - a logical name or a URL.",
|
|
167
|
-
"pattern": "^\\S*$",
|
|
168
|
-
"type": "string"
|
|
169
|
-
},
|
|
170
|
-
"value": {
|
|
171
|
-
"description": "Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).",
|
|
172
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
173
|
-
"type": "string"
|
|
174
|
-
}
|
|
175
|
-
},
|
|
176
|
-
"additionalProperties": false,
|
|
177
|
-
"type": "object"
|
|
139
|
+
"$ref": "#/definitions/Extension"
|
|
178
140
|
},
|
|
179
141
|
"type": "array",
|
|
180
142
|
"title": "Modifier extension",
|
|
@@ -226,26 +188,7 @@
|
|
|
226
188
|
"extension": {
|
|
227
189
|
"description": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
|
|
228
190
|
"items": {
|
|
229
|
-
"
|
|
230
|
-
"properties": {
|
|
231
|
-
"id": {
|
|
232
|
-
"description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
|
|
233
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
234
|
-
"type": "string"
|
|
235
|
-
},
|
|
236
|
-
"url": {
|
|
237
|
-
"description": "Source of the definition for the extension code - a logical name or a URL.",
|
|
238
|
-
"pattern": "^\\S*$",
|
|
239
|
-
"type": "string"
|
|
240
|
-
},
|
|
241
|
-
"value": {
|
|
242
|
-
"description": "Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).",
|
|
243
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
244
|
-
"type": "string"
|
|
245
|
-
}
|
|
246
|
-
},
|
|
247
|
-
"additionalProperties": false,
|
|
248
|
-
"type": "object"
|
|
191
|
+
"$ref": "#/definitions/Extension"
|
|
249
192
|
},
|
|
250
193
|
"type": "array",
|
|
251
194
|
"widget": {
|
|
@@ -328,26 +271,7 @@
|
|
|
328
271
|
"description": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
|
|
329
272
|
"title": "Extensions for prefix",
|
|
330
273
|
"items": {
|
|
331
|
-
"
|
|
332
|
-
"properties": {
|
|
333
|
-
"id": {
|
|
334
|
-
"description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
|
|
335
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
336
|
-
"type": "string"
|
|
337
|
-
},
|
|
338
|
-
"url": {
|
|
339
|
-
"description": "Source of the definition for the extension code - a logical name or a URL.",
|
|
340
|
-
"pattern": "^\\S*$",
|
|
341
|
-
"type": "string"
|
|
342
|
-
},
|
|
343
|
-
"valueString": {
|
|
344
|
-
"description": "Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).",
|
|
345
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
346
|
-
"type": "string"
|
|
347
|
-
}
|
|
348
|
-
},
|
|
349
|
-
"type": "object",
|
|
350
|
-
"additionalProperties": false
|
|
274
|
+
"$ref": "#/definitions/Extension"
|
|
351
275
|
},
|
|
352
276
|
"type": "array"
|
|
353
277
|
}
|
|
@@ -383,26 +307,7 @@
|
|
|
383
307
|
"description": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
|
|
384
308
|
"title": "Extensions for text",
|
|
385
309
|
"items": {
|
|
386
|
-
"
|
|
387
|
-
"properties": {
|
|
388
|
-
"id": {
|
|
389
|
-
"description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
|
|
390
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
391
|
-
"type": "string"
|
|
392
|
-
},
|
|
393
|
-
"url": {
|
|
394
|
-
"description": "Source of the definition for the extension code - a logical name or a URL.",
|
|
395
|
-
"pattern": "^\\S*$",
|
|
396
|
-
"type": "string"
|
|
397
|
-
},
|
|
398
|
-
"valueString": {
|
|
399
|
-
"description": "Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).",
|
|
400
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
401
|
-
"type": "string"
|
|
402
|
-
}
|
|
403
|
-
},
|
|
404
|
-
"type": "object",
|
|
405
|
-
"additionalProperties": false
|
|
310
|
+
"$ref": "#/definitions/Extension"
|
|
406
311
|
},
|
|
407
312
|
"type": "array"
|
|
408
313
|
}
|
|
@@ -433,26 +338,7 @@
|
|
|
433
338
|
"extension": {
|
|
434
339
|
"description": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
|
|
435
340
|
"items": {
|
|
436
|
-
"
|
|
437
|
-
"properties": {
|
|
438
|
-
"id": {
|
|
439
|
-
"description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
|
|
440
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
441
|
-
"type": "string"
|
|
442
|
-
},
|
|
443
|
-
"url": {
|
|
444
|
-
"description": "Source of the definition for the extension code - a logical name or a URL.",
|
|
445
|
-
"pattern": "^\\S*$",
|
|
446
|
-
"type": "string"
|
|
447
|
-
},
|
|
448
|
-
"value": {
|
|
449
|
-
"description": "Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).",
|
|
450
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
451
|
-
"type": "string"
|
|
452
|
-
}
|
|
453
|
-
},
|
|
454
|
-
"additionalProperties": false,
|
|
455
|
-
"type": "object"
|
|
341
|
+
"$ref": "#/definitions/Extension"
|
|
456
342
|
},
|
|
457
343
|
"type": "array",
|
|
458
344
|
"title": "Extension",
|
|
@@ -463,26 +349,7 @@
|
|
|
463
349
|
"modifierExtension": {
|
|
464
350
|
"description": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
|
|
465
351
|
"items": {
|
|
466
|
-
"
|
|
467
|
-
"properties": {
|
|
468
|
-
"id": {
|
|
469
|
-
"description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
|
|
470
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
471
|
-
"type": "string"
|
|
472
|
-
},
|
|
473
|
-
"url": {
|
|
474
|
-
"description": "Source of the definition for the extension code - a logical name or a URL.",
|
|
475
|
-
"pattern": "^\\S*$",
|
|
476
|
-
"type": "string"
|
|
477
|
-
},
|
|
478
|
-
"value": {
|
|
479
|
-
"description": "Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).",
|
|
480
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
481
|
-
"type": "string"
|
|
482
|
-
}
|
|
483
|
-
},
|
|
484
|
-
"additionalProperties": false,
|
|
485
|
-
"type": "object"
|
|
352
|
+
"$ref": "#/definitions/Extension"
|
|
486
353
|
},
|
|
487
354
|
"type": "array",
|
|
488
355
|
"title": "Modifier extension",
|
|
@@ -633,26 +500,7 @@
|
|
|
633
500
|
"extension": {
|
|
634
501
|
"description": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
|
|
635
502
|
"items": {
|
|
636
|
-
"
|
|
637
|
-
"properties": {
|
|
638
|
-
"id": {
|
|
639
|
-
"description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
|
|
640
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
641
|
-
"type": "string"
|
|
642
|
-
},
|
|
643
|
-
"url": {
|
|
644
|
-
"description": "Source of the definition for the extension code - a logical name or a URL.",
|
|
645
|
-
"pattern": "^\\S*$",
|
|
646
|
-
"type": "string"
|
|
647
|
-
},
|
|
648
|
-
"value": {
|
|
649
|
-
"description": "Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).",
|
|
650
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
651
|
-
"type": "string"
|
|
652
|
-
}
|
|
653
|
-
},
|
|
654
|
-
"additionalProperties": false,
|
|
655
|
-
"type": "object"
|
|
503
|
+
"$ref": "#/definitions/Extension"
|
|
656
504
|
},
|
|
657
505
|
"type": "array",
|
|
658
506
|
"widget": {
|
|
@@ -720,26 +568,7 @@
|
|
|
720
568
|
"extension": {
|
|
721
569
|
"description": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
|
|
722
570
|
"items": {
|
|
723
|
-
"
|
|
724
|
-
"properties": {
|
|
725
|
-
"id": {
|
|
726
|
-
"description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
|
|
727
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
728
|
-
"type": "string"
|
|
729
|
-
},
|
|
730
|
-
"url": {
|
|
731
|
-
"description": "Source of the definition for the extension code - a logical name or a URL.",
|
|
732
|
-
"pattern": "^\\S*$",
|
|
733
|
-
"type": "string"
|
|
734
|
-
},
|
|
735
|
-
"value": {
|
|
736
|
-
"description": "Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).",
|
|
737
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
738
|
-
"type": "string"
|
|
739
|
-
}
|
|
740
|
-
},
|
|
741
|
-
"additionalProperties": false,
|
|
742
|
-
"type": "object"
|
|
571
|
+
"$ref": "#/definitions/Extension"
|
|
743
572
|
},
|
|
744
573
|
"type": "array",
|
|
745
574
|
"widget": {
|
|
@@ -810,26 +639,7 @@
|
|
|
810
639
|
"extension": {
|
|
811
640
|
"description": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
|
|
812
641
|
"items": {
|
|
813
|
-
"
|
|
814
|
-
"properties": {
|
|
815
|
-
"id": {
|
|
816
|
-
"description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
|
|
817
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
818
|
-
"type": "string"
|
|
819
|
-
},
|
|
820
|
-
"url": {
|
|
821
|
-
"description": "Source of the definition for the extension code - a logical name or a URL.",
|
|
822
|
-
"pattern": "^\\S*$",
|
|
823
|
-
"type": "string"
|
|
824
|
-
},
|
|
825
|
-
"value": {
|
|
826
|
-
"description": "Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).",
|
|
827
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
828
|
-
"type": "string"
|
|
829
|
-
}
|
|
830
|
-
},
|
|
831
|
-
"additionalProperties": false,
|
|
832
|
-
"type": "object"
|
|
642
|
+
"$ref": "#/definitions/Extension"
|
|
833
643
|
},
|
|
834
644
|
"type": "array",
|
|
835
645
|
"widget": {
|
|
@@ -1029,26 +839,7 @@
|
|
|
1029
839
|
"extension": {
|
|
1030
840
|
"description": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
|
|
1031
841
|
"items": {
|
|
1032
|
-
"
|
|
1033
|
-
"properties": {
|
|
1034
|
-
"id": {
|
|
1035
|
-
"description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
|
|
1036
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
1037
|
-
"type": "string"
|
|
1038
|
-
},
|
|
1039
|
-
"url": {
|
|
1040
|
-
"description": "Source of the definition for the extension code - a logical name or a URL.",
|
|
1041
|
-
"pattern": "^\\S*$",
|
|
1042
|
-
"type": "string"
|
|
1043
|
-
},
|
|
1044
|
-
"value": {
|
|
1045
|
-
"description": "Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).",
|
|
1046
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
1047
|
-
"type": "string"
|
|
1048
|
-
}
|
|
1049
|
-
},
|
|
1050
|
-
"additionalProperties": false,
|
|
1051
|
-
"type": "object"
|
|
842
|
+
"$ref": "#/definitions/Extension"
|
|
1052
843
|
},
|
|
1053
844
|
"type": "array",
|
|
1054
845
|
"title": "Extension",
|
|
@@ -1059,26 +850,7 @@
|
|
|
1059
850
|
"modifierExtension": {
|
|
1060
851
|
"description": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
|
|
1061
852
|
"items": {
|
|
1062
|
-
"
|
|
1063
|
-
"properties": {
|
|
1064
|
-
"id": {
|
|
1065
|
-
"description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
|
|
1066
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
1067
|
-
"type": "string"
|
|
1068
|
-
},
|
|
1069
|
-
"url": {
|
|
1070
|
-
"description": "Source of the definition for the extension code - a logical name or a URL.",
|
|
1071
|
-
"pattern": "^\\S*$",
|
|
1072
|
-
"type": "string"
|
|
1073
|
-
},
|
|
1074
|
-
"value": {
|
|
1075
|
-
"description": "Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).",
|
|
1076
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
1077
|
-
"type": "string"
|
|
1078
|
-
}
|
|
1079
|
-
},
|
|
1080
|
-
"additionalProperties": false,
|
|
1081
|
-
"type": "object"
|
|
853
|
+
"$ref": "#/definitions/Extension"
|
|
1082
854
|
},
|
|
1083
855
|
"type": "array",
|
|
1084
856
|
"title": "Modifier extension",
|
|
@@ -1137,26 +909,7 @@
|
|
|
1137
909
|
"extension": {
|
|
1138
910
|
"description": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
|
|
1139
911
|
"items": {
|
|
1140
|
-
"
|
|
1141
|
-
"properties": {
|
|
1142
|
-
"id": {
|
|
1143
|
-
"description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
|
|
1144
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
1145
|
-
"type": "string"
|
|
1146
|
-
},
|
|
1147
|
-
"url": {
|
|
1148
|
-
"description": "Source of the definition for the extension code - a logical name or a URL.",
|
|
1149
|
-
"pattern": "^\\S*$",
|
|
1150
|
-
"type": "string"
|
|
1151
|
-
},
|
|
1152
|
-
"value": {
|
|
1153
|
-
"description": "Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).",
|
|
1154
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
1155
|
-
"type": "string"
|
|
1156
|
-
}
|
|
1157
|
-
},
|
|
1158
|
-
"additionalProperties": false,
|
|
1159
|
-
"type": "object"
|
|
912
|
+
"$ref": "#/definitions/Extension"
|
|
1160
913
|
},
|
|
1161
914
|
"type": "array",
|
|
1162
915
|
"widget": {
|
|
@@ -1215,26 +968,7 @@
|
|
|
1215
968
|
"extension": {
|
|
1216
969
|
"description": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
|
|
1217
970
|
"items": {
|
|
1218
|
-
"
|
|
1219
|
-
"properties": {
|
|
1220
|
-
"id": {
|
|
1221
|
-
"description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
|
|
1222
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
1223
|
-
"type": "string"
|
|
1224
|
-
},
|
|
1225
|
-
"url": {
|
|
1226
|
-
"description": "Source of the definition for the extension code - a logical name or a URL.",
|
|
1227
|
-
"pattern": "^\\S*$",
|
|
1228
|
-
"type": "string"
|
|
1229
|
-
},
|
|
1230
|
-
"value": {
|
|
1231
|
-
"description": "Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).",
|
|
1232
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
1233
|
-
"type": "string"
|
|
1234
|
-
}
|
|
1235
|
-
},
|
|
1236
|
-
"additionalProperties": false,
|
|
1237
|
-
"type": "object"
|
|
971
|
+
"$ref": "#/definitions/Extension"
|
|
1238
972
|
},
|
|
1239
973
|
"type": "array",
|
|
1240
974
|
"widget": {
|
|
@@ -1343,26 +1077,7 @@
|
|
|
1343
1077
|
"extension": {
|
|
1344
1078
|
"description": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
|
|
1345
1079
|
"items": {
|
|
1346
|
-
"
|
|
1347
|
-
"properties": {
|
|
1348
|
-
"id": {
|
|
1349
|
-
"description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
|
|
1350
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
1351
|
-
"type": "string"
|
|
1352
|
-
},
|
|
1353
|
-
"url": {
|
|
1354
|
-
"description": "Source of the definition for the extension code - a logical name or a URL.",
|
|
1355
|
-
"pattern": "^\\S*$",
|
|
1356
|
-
"type": "string"
|
|
1357
|
-
},
|
|
1358
|
-
"value": {
|
|
1359
|
-
"description": "Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).",
|
|
1360
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
1361
|
-
"type": "string"
|
|
1362
|
-
}
|
|
1363
|
-
},
|
|
1364
|
-
"additionalProperties": false,
|
|
1365
|
-
"type": "object"
|
|
1080
|
+
"$ref": "#/definitions/Extension"
|
|
1366
1081
|
},
|
|
1367
1082
|
"type": "array",
|
|
1368
1083
|
"title": "Extension",
|
|
@@ -1373,26 +1088,7 @@
|
|
|
1373
1088
|
"modifierExtension": {
|
|
1374
1089
|
"description": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
|
|
1375
1090
|
"items": {
|
|
1376
|
-
"
|
|
1377
|
-
"properties": {
|
|
1378
|
-
"id": {
|
|
1379
|
-
"description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
|
|
1380
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
1381
|
-
"type": "string"
|
|
1382
|
-
},
|
|
1383
|
-
"url": {
|
|
1384
|
-
"description": "Source of the definition for the extension code - a logical name or a URL.",
|
|
1385
|
-
"pattern": "^\\S*$",
|
|
1386
|
-
"type": "string"
|
|
1387
|
-
},
|
|
1388
|
-
"value": {
|
|
1389
|
-
"description": "Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).",
|
|
1390
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
1391
|
-
"type": "string"
|
|
1392
|
-
}
|
|
1393
|
-
},
|
|
1394
|
-
"additionalProperties": false,
|
|
1395
|
-
"type": "object"
|
|
1091
|
+
"$ref": "#/definitions/Extension"
|
|
1396
1092
|
},
|
|
1397
1093
|
"type": "array",
|
|
1398
1094
|
"title": "Modifier extension",
|
|
@@ -1489,26 +1185,7 @@
|
|
|
1489
1185
|
"extension": {
|
|
1490
1186
|
"description": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
|
|
1491
1187
|
"items": {
|
|
1492
|
-
"
|
|
1493
|
-
"properties": {
|
|
1494
|
-
"id": {
|
|
1495
|
-
"description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
|
|
1496
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
1497
|
-
"type": "string"
|
|
1498
|
-
},
|
|
1499
|
-
"url": {
|
|
1500
|
-
"description": "Source of the definition for the extension code - a logical name or a URL.",
|
|
1501
|
-
"pattern": "^\\S*$",
|
|
1502
|
-
"type": "string"
|
|
1503
|
-
},
|
|
1504
|
-
"value": {
|
|
1505
|
-
"description": "Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).",
|
|
1506
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
1507
|
-
"type": "string"
|
|
1508
|
-
}
|
|
1509
|
-
},
|
|
1510
|
-
"additionalProperties": false,
|
|
1511
|
-
"type": "object"
|
|
1188
|
+
"$ref": "#/definitions/Extension"
|
|
1512
1189
|
},
|
|
1513
1190
|
"type": "array",
|
|
1514
1191
|
"widget": {
|
|
@@ -1577,26 +1254,7 @@
|
|
|
1577
1254
|
"extension": {
|
|
1578
1255
|
"description": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
|
|
1579
1256
|
"items": {
|
|
1580
|
-
"
|
|
1581
|
-
"properties": {
|
|
1582
|
-
"id": {
|
|
1583
|
-
"description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
|
|
1584
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
1585
|
-
"type": "string"
|
|
1586
|
-
},
|
|
1587
|
-
"url": {
|
|
1588
|
-
"description": "Source of the definition for the extension code - a logical name or a URL.",
|
|
1589
|
-
"pattern": "^\\S*$",
|
|
1590
|
-
"type": "string"
|
|
1591
|
-
},
|
|
1592
|
-
"value": {
|
|
1593
|
-
"description": "Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).",
|
|
1594
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
1595
|
-
"type": "string"
|
|
1596
|
-
}
|
|
1597
|
-
},
|
|
1598
|
-
"additionalProperties": false,
|
|
1599
|
-
"type": "object"
|
|
1257
|
+
"$ref": "#/definitions/Extension"
|
|
1600
1258
|
},
|
|
1601
1259
|
"type": "array",
|
|
1602
1260
|
"widget": {
|
|
@@ -1653,26 +1311,7 @@
|
|
|
1653
1311
|
"extension": {
|
|
1654
1312
|
"description": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
|
|
1655
1313
|
"items": {
|
|
1656
|
-
"
|
|
1657
|
-
"properties": {
|
|
1658
|
-
"id": {
|
|
1659
|
-
"description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
|
|
1660
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
1661
|
-
"type": "string"
|
|
1662
|
-
},
|
|
1663
|
-
"url": {
|
|
1664
|
-
"description": "Source of the definition for the extension code - a logical name or a URL.",
|
|
1665
|
-
"pattern": "^\\S*$",
|
|
1666
|
-
"type": "string"
|
|
1667
|
-
},
|
|
1668
|
-
"value": {
|
|
1669
|
-
"description": "Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).",
|
|
1670
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
1671
|
-
"type": "string"
|
|
1672
|
-
}
|
|
1673
|
-
},
|
|
1674
|
-
"additionalProperties": false,
|
|
1675
|
-
"type": "object"
|
|
1314
|
+
"$ref": "#/definitions/Extension"
|
|
1676
1315
|
},
|
|
1677
1316
|
"type": "array",
|
|
1678
1317
|
"widget": {
|
|
@@ -1735,26 +1374,7 @@
|
|
|
1735
1374
|
"extension": {
|
|
1736
1375
|
"description": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
|
|
1737
1376
|
"items": {
|
|
1738
|
-
"
|
|
1739
|
-
"properties": {
|
|
1740
|
-
"id": {
|
|
1741
|
-
"description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
|
|
1742
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
1743
|
-
"type": "string"
|
|
1744
|
-
},
|
|
1745
|
-
"url": {
|
|
1746
|
-
"description": "Source of the definition for the extension code - a logical name or a URL.",
|
|
1747
|
-
"pattern": "^\\S*$",
|
|
1748
|
-
"type": "string"
|
|
1749
|
-
},
|
|
1750
|
-
"value": {
|
|
1751
|
-
"description": "Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).",
|
|
1752
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
1753
|
-
"type": "string"
|
|
1754
|
-
}
|
|
1755
|
-
},
|
|
1756
|
-
"additionalProperties": false,
|
|
1757
|
-
"type": "object"
|
|
1377
|
+
"$ref": "#/definitions/Extension"
|
|
1758
1378
|
},
|
|
1759
1379
|
"type": "array",
|
|
1760
1380
|
"widget": {
|
|
@@ -1885,3257 +1505,230 @@
|
|
|
1885
1505
|
"required": ["text", "type", "linkId"],
|
|
1886
1506
|
"additionalProperties": false,
|
|
1887
1507
|
"definitions": {
|
|
1888
|
-
|
|
1889
|
-
|
|
1890
|
-
|
|
1891
|
-
|
|
1892
|
-
|
|
1893
|
-
|
|
1894
|
-
|
|
1895
|
-
"
|
|
1896
|
-
|
|
1897
|
-
|
|
1898
|
-
|
|
1508
|
+
// Merge field definitions from fhir-definitions.schema.json5.
|
|
1509
|
+
},
|
|
1510
|
+
"fieldsets": [
|
|
1511
|
+
{
|
|
1512
|
+
"fields": [
|
|
1513
|
+
"type",
|
|
1514
|
+
"linkId",
|
|
1515
|
+
"maxLength",
|
|
1516
|
+
"__$start",
|
|
1517
|
+
"__$end"
|
|
1518
|
+
],
|
|
1519
|
+
"showFields": [
|
|
1520
|
+
{
|
|
1521
|
+
"field": "linkId",
|
|
1522
|
+
"col": 3
|
|
1899
1523
|
},
|
|
1900
|
-
|
|
1901
|
-
"
|
|
1902
|
-
"
|
|
1903
|
-
"type": "string"
|
|
1524
|
+
{
|
|
1525
|
+
"field": "type",
|
|
1526
|
+
"col": 3
|
|
1904
1527
|
},
|
|
1905
|
-
|
|
1906
|
-
"
|
|
1907
|
-
"
|
|
1908
|
-
"type": "string"
|
|
1528
|
+
{
|
|
1529
|
+
"field": "maxLength",
|
|
1530
|
+
"col": 2
|
|
1909
1531
|
}
|
|
1910
|
-
|
|
1911
|
-
"additionalProperties": false,
|
|
1912
|
-
"type": "object"
|
|
1913
|
-
},
|
|
1914
|
-
"uri": {
|
|
1915
|
-
"pattern": "^\\S*$",
|
|
1916
|
-
"type": "string"
|
|
1532
|
+
]
|
|
1917
1533
|
},
|
|
1918
|
-
|
|
1919
|
-
"
|
|
1920
|
-
|
|
1921
|
-
"
|
|
1922
|
-
|
|
1923
|
-
|
|
1924
|
-
|
|
1925
|
-
|
|
1926
|
-
|
|
1927
|
-
"
|
|
1928
|
-
|
|
1929
|
-
},
|
|
1930
|
-
"type": "array",
|
|
1931
|
-
"widget": {
|
|
1932
|
-
"id": "hidden"
|
|
1933
|
-
}
|
|
1934
|
-
},
|
|
1935
|
-
"use": {
|
|
1936
|
-
"description": "The purpose of this address.",
|
|
1937
|
-
"enum": [
|
|
1938
|
-
"home",
|
|
1939
|
-
"work",
|
|
1940
|
-
"temp",
|
|
1941
|
-
"old",
|
|
1942
|
-
"billing"
|
|
1943
|
-
],
|
|
1944
|
-
"type": "string"
|
|
1945
|
-
},
|
|
1946
|
-
"type": {
|
|
1947
|
-
"description": "Distinguishes between physical addresses (those you can visit) and mailing addresses (e.g. PO Boxes and care-of addresses). Most addresses are both.",
|
|
1948
|
-
"enum": [
|
|
1949
|
-
"postal",
|
|
1950
|
-
"physical",
|
|
1951
|
-
"both"
|
|
1952
|
-
],
|
|
1953
|
-
"type": "string"
|
|
1954
|
-
},
|
|
1955
|
-
"text": {
|
|
1956
|
-
"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.",
|
|
1957
|
-
"$ref": "#/definitions/string"
|
|
1958
|
-
},
|
|
1959
|
-
"line": {
|
|
1960
|
-
"description": "This component contains the house number, apartment number, street name, street direction, P.O. Box number, delivery hints, and similar address information.",
|
|
1961
|
-
"items": {
|
|
1962
|
-
"$ref": "#/definitions/string"
|
|
1963
|
-
},
|
|
1964
|
-
"type": "array"
|
|
1965
|
-
},
|
|
1966
|
-
"city": {
|
|
1967
|
-
"description": "The name of the city, town, suburb, village or other community or delivery center.",
|
|
1968
|
-
"$ref": "#/definitions/string"
|
|
1969
|
-
},
|
|
1970
|
-
"district": {
|
|
1971
|
-
"description": "The name of the administrative area (county).",
|
|
1972
|
-
"$ref": "#/definitions/string"
|
|
1973
|
-
},
|
|
1974
|
-
"state": {
|
|
1975
|
-
"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).",
|
|
1976
|
-
"$ref": "#/definitions/string"
|
|
1977
|
-
},
|
|
1978
|
-
"postalCode": {
|
|
1979
|
-
"description": "A postal code designating a region defined by the postal service.",
|
|
1980
|
-
"$ref": "#/definitions/string"
|
|
1981
|
-
},
|
|
1982
|
-
"country": {
|
|
1983
|
-
"description": "Country - a nation as commonly understood or generally accepted.",
|
|
1984
|
-
"$ref": "#/definitions/string"
|
|
1534
|
+
{
|
|
1535
|
+
"fields": [
|
|
1536
|
+
"prefix",
|
|
1537
|
+
"text",
|
|
1538
|
+
"_text",
|
|
1539
|
+
"_prefix"
|
|
1540
|
+
],
|
|
1541
|
+
"showFields": [
|
|
1542
|
+
{
|
|
1543
|
+
"field": "prefix",
|
|
1544
|
+
"col": 1
|
|
1985
1545
|
},
|
|
1986
|
-
|
|
1987
|
-
"
|
|
1988
|
-
"
|
|
1546
|
+
{
|
|
1547
|
+
"field": "text",
|
|
1548
|
+
"col": 11
|
|
1989
1549
|
}
|
|
1990
|
-
|
|
1991
|
-
"additionalProperties": false,
|
|
1992
|
-
"type": "object"
|
|
1550
|
+
]
|
|
1993
1551
|
},
|
|
1994
|
-
|
|
1995
|
-
"
|
|
1996
|
-
|
|
1997
|
-
"
|
|
1998
|
-
|
|
1999
|
-
|
|
1552
|
+
{
|
|
1553
|
+
"fields": [
|
|
1554
|
+
"required",
|
|
1555
|
+
"readOnly",
|
|
1556
|
+
"repeats"
|
|
1557
|
+
],
|
|
1558
|
+
"showFields": [
|
|
1559
|
+
{
|
|
1560
|
+
"field": "repeats",
|
|
1561
|
+
"col": 4
|
|
2000
1562
|
},
|
|
2001
|
-
|
|
2002
|
-
"
|
|
2003
|
-
"
|
|
2004
|
-
"$ref": "#/definitions/Extension"
|
|
2005
|
-
},
|
|
2006
|
-
"type": "array",
|
|
2007
|
-
"widget": {
|
|
2008
|
-
"id": "hidden"
|
|
2009
|
-
}
|
|
1563
|
+
{
|
|
1564
|
+
"field": "readOnly",
|
|
1565
|
+
"col": 4
|
|
2010
1566
|
},
|
|
2011
|
-
|
|
2012
|
-
"
|
|
2013
|
-
"
|
|
1567
|
+
{
|
|
1568
|
+
"field": "required",
|
|
1569
|
+
"col": 4
|
|
1570
|
+
}
|
|
1571
|
+
]
|
|
1572
|
+
},
|
|
1573
|
+
{
|
|
1574
|
+
"fields": [
|
|
1575
|
+
"code",
|
|
1576
|
+
"__$codeYesNo"
|
|
1577
|
+
],
|
|
1578
|
+
"showFields": [
|
|
1579
|
+
{
|
|
1580
|
+
"field": "__$codeYesNo",
|
|
1581
|
+
"col": 12
|
|
2014
1582
|
},
|
|
2015
|
-
|
|
2016
|
-
"
|
|
2017
|
-
"
|
|
1583
|
+
{
|
|
1584
|
+
"field": "code",
|
|
1585
|
+
"col": 12
|
|
2018
1586
|
}
|
|
2019
|
-
|
|
2020
|
-
"additionalProperties": false,
|
|
2021
|
-
"type": "object"
|
|
1587
|
+
]
|
|
2022
1588
|
},
|
|
2023
|
-
|
|
2024
|
-
"
|
|
2025
|
-
|
|
1589
|
+
{
|
|
1590
|
+
"fields": [
|
|
1591
|
+
"__$helpText"
|
|
1592
|
+
],
|
|
1593
|
+
"showFields": [
|
|
1594
|
+
{
|
|
1595
|
+
"field": "__$units",
|
|
1596
|
+
"col": 12
|
|
1597
|
+
}
|
|
1598
|
+
]
|
|
2026
1599
|
},
|
|
2027
|
-
|
|
2028
|
-
"
|
|
2029
|
-
|
|
2030
|
-
|
|
2031
|
-
|
|
2032
|
-
|
|
2033
|
-
|
|
2034
|
-
|
|
2035
|
-
"description": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
|
|
2036
|
-
"items": {
|
|
2037
|
-
"$ref": "#/definitions/Extension"
|
|
2038
|
-
},
|
|
2039
|
-
"type": "array",
|
|
2040
|
-
"widget": {
|
|
2041
|
-
"id": "hidden"
|
|
2042
|
-
}
|
|
2043
|
-
},
|
|
2044
|
-
"value": {
|
|
2045
|
-
"description": "The value of the measured amount. The value includes an implicit precision in the presentation of the value.",
|
|
2046
|
-
"$ref": "#/definitions/decimal"
|
|
2047
|
-
},
|
|
2048
|
-
"comparator": {
|
|
2049
|
-
"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.",
|
|
2050
|
-
"enum": [
|
|
2051
|
-
"<",
|
|
2052
|
-
"<=",
|
|
2053
|
-
">=",
|
|
2054
|
-
">"
|
|
2055
|
-
],
|
|
2056
|
-
"type": "string"
|
|
2057
|
-
},
|
|
2058
|
-
"unit": {
|
|
2059
|
-
"description": "A human-readable form of the unit.",
|
|
2060
|
-
"$ref": "#/definitions/string"
|
|
2061
|
-
},
|
|
2062
|
-
"system": {
|
|
2063
|
-
"description": "The identification of the system that provides the coded form of the unit.",
|
|
2064
|
-
"$ref": "#/definitions/uri"
|
|
2065
|
-
},
|
|
2066
|
-
"code": {
|
|
2067
|
-
"description": "A computer processable form of the unit in some unit representation system.",
|
|
2068
|
-
"$ref": "#/definitions/code"
|
|
1600
|
+
{
|
|
1601
|
+
"fields": [
|
|
1602
|
+
"__$answerOptionMethods"
|
|
1603
|
+
],
|
|
1604
|
+
"showFields": [
|
|
1605
|
+
{
|
|
1606
|
+
"field": "__$answerOptionMethods",
|
|
1607
|
+
"col": 12
|
|
2069
1608
|
}
|
|
2070
|
-
|
|
2071
|
-
"additionalProperties": false,
|
|
2072
|
-
"type": "object"
|
|
1609
|
+
]
|
|
2073
1610
|
},
|
|
2074
|
-
|
|
2075
|
-
"
|
|
2076
|
-
|
|
1611
|
+
{
|
|
1612
|
+
"fields": [
|
|
1613
|
+
"answerValueSet"
|
|
1614
|
+
],
|
|
1615
|
+
"showFields": [
|
|
1616
|
+
{
|
|
1617
|
+
"field": "answerValueSet",
|
|
1618
|
+
"col": 12
|
|
1619
|
+
}
|
|
1620
|
+
]
|
|
2077
1621
|
},
|
|
2078
|
-
|
|
2079
|
-
"
|
|
2080
|
-
|
|
1622
|
+
{
|
|
1623
|
+
"fields": [
|
|
1624
|
+
"answerOption"
|
|
1625
|
+
],
|
|
1626
|
+
"showFields": [
|
|
1627
|
+
{
|
|
1628
|
+
"field": "answerOption",
|
|
1629
|
+
"col": 12
|
|
1630
|
+
}
|
|
1631
|
+
]
|
|
2081
1632
|
},
|
|
2082
|
-
|
|
2083
|
-
"
|
|
2084
|
-
|
|
2085
|
-
|
|
2086
|
-
|
|
2087
|
-
|
|
2088
|
-
|
|
2089
|
-
|
|
2090
|
-
"description": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
|
|
2091
|
-
"items": {
|
|
2092
|
-
"$ref": "#/definitions/Extension"
|
|
2093
|
-
},
|
|
2094
|
-
"type": "array",
|
|
2095
|
-
"widget": {
|
|
2096
|
-
"id": "hidden"
|
|
2097
|
-
}
|
|
2098
|
-
},
|
|
2099
|
-
"authorReference": {
|
|
2100
|
-
"description": "The individual responsible for making the annotation.",
|
|
2101
|
-
"$ref": "#/definitions/Reference"
|
|
2102
|
-
},
|
|
2103
|
-
"authorString": {
|
|
2104
|
-
"description": "The individual responsible for making the annotation.",
|
|
2105
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
2106
|
-
"type": "string"
|
|
2107
|
-
},
|
|
2108
|
-
"time": {
|
|
2109
|
-
"description": "Indicates when this particular annotation was made.",
|
|
2110
|
-
"$ref": "#/definitions/dateTime"
|
|
2111
|
-
},
|
|
2112
|
-
"text": {
|
|
2113
|
-
"description": "The text of the annotation in markdown format.",
|
|
2114
|
-
"$ref": "#/definitions/markdown"
|
|
1633
|
+
{
|
|
1634
|
+
"fields": [
|
|
1635
|
+
"__$itemControl"
|
|
1636
|
+
],
|
|
1637
|
+
"showFields": [
|
|
1638
|
+
{
|
|
1639
|
+
"field": "__$itemControl",
|
|
1640
|
+
"col": 12
|
|
2115
1641
|
}
|
|
2116
|
-
|
|
2117
|
-
"additionalProperties": false,
|
|
2118
|
-
"type": "object"
|
|
2119
|
-
},
|
|
2120
|
-
"Reference": {
|
|
2121
|
-
"properties": {
|
|
2122
|
-
"id": {
|
|
2123
|
-
"description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
|
|
2124
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
2125
|
-
"type": "string"
|
|
2126
|
-
},
|
|
2127
|
-
"extension": {
|
|
2128
|
-
"description": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
|
|
2129
|
-
"items": {
|
|
2130
|
-
"description": "Optional Extension Element - found in all resources.",
|
|
2131
|
-
"properties": {
|
|
2132
|
-
"id": {
|
|
2133
|
-
"description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
|
|
2134
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
2135
|
-
"type": "string"
|
|
2136
|
-
},
|
|
2137
|
-
"url": {
|
|
2138
|
-
"description": "Source of the definition for the extension code - a logical name or a URL.",
|
|
2139
|
-
"pattern": "^\\S*$",
|
|
2140
|
-
"type": "string"
|
|
2141
|
-
},
|
|
2142
|
-
"value": {
|
|
2143
|
-
"description": "Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).",
|
|
2144
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
2145
|
-
"type": "string"
|
|
2146
|
-
}
|
|
2147
|
-
},
|
|
2148
|
-
"additionalProperties": false,
|
|
2149
|
-
"type": "object"
|
|
2150
|
-
},
|
|
2151
|
-
"type": "array",
|
|
2152
|
-
"widget": {
|
|
2153
|
-
"id": "hidden"
|
|
2154
|
-
}
|
|
2155
|
-
},
|
|
2156
|
-
"reference": {
|
|
2157
|
-
"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.",
|
|
2158
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
2159
|
-
"type": "string"
|
|
2160
|
-
},
|
|
2161
|
-
"type": {
|
|
2162
|
-
"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).",
|
|
2163
|
-
"pattern": "^\\S*$",
|
|
2164
|
-
"type": "string"
|
|
2165
|
-
},
|
|
2166
|
-
"display": {
|
|
2167
|
-
"description": "Plain text narrative that identifies the resource in addition to the resource reference.",
|
|
2168
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
2169
|
-
"type": "string"
|
|
2170
|
-
}
|
|
2171
|
-
},
|
|
2172
|
-
"additionalProperties": false,
|
|
2173
|
-
"type": "object"
|
|
2174
|
-
},
|
|
2175
|
-
"Identifier": {
|
|
2176
|
-
"description": "An identifier - identifies some entity uniquely and unambiguously. Typically this is used for business identifiers.",
|
|
2177
|
-
"properties": {
|
|
2178
|
-
"id": {
|
|
2179
|
-
"description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
|
|
2180
|
-
"$ref": "#/definitions/string"
|
|
2181
|
-
},
|
|
2182
|
-
"extension": {
|
|
2183
|
-
"description": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
|
|
2184
|
-
"items": {
|
|
2185
|
-
"$ref": "#/definitions/Extension"
|
|
2186
|
-
},
|
|
2187
|
-
"type": "array",
|
|
2188
|
-
"widget": {
|
|
2189
|
-
"id": "hidden"
|
|
2190
|
-
}
|
|
2191
|
-
},
|
|
2192
|
-
"use": {
|
|
2193
|
-
"description": "The purpose of this identifier.",
|
|
2194
|
-
"enum": [
|
|
2195
|
-
"usual",
|
|
2196
|
-
"official",
|
|
2197
|
-
"temp",
|
|
2198
|
-
"secondary",
|
|
2199
|
-
"old"
|
|
2200
|
-
],
|
|
2201
|
-
"type": "string"
|
|
2202
|
-
},
|
|
2203
|
-
"type": {
|
|
2204
|
-
"description": "A coded type for the identifier that can be used to determine which identifier to use for a specific purpose.",
|
|
2205
|
-
"$ref": "#/definitions/CodeableConcept"
|
|
2206
|
-
},
|
|
2207
|
-
"system": {
|
|
2208
|
-
"description": "Establishes the namespace for the value - that is, a URL that describes a set values that are unique.",
|
|
2209
|
-
"$ref": "#/definitions/uri"
|
|
2210
|
-
},
|
|
2211
|
-
"value": {
|
|
2212
|
-
"description": "The portion of the identifier typically relevant to the user and which is unique within the context of the system.",
|
|
2213
|
-
"$ref": "#/definitions/string"
|
|
2214
|
-
},
|
|
2215
|
-
"period": {
|
|
2216
|
-
"description": "Time period during which identifier is/was valid for use.",
|
|
2217
|
-
"$ref": "#/definitions/Period"
|
|
2218
|
-
},
|
|
2219
|
-
"assigner": {
|
|
2220
|
-
"description": "Organization that issued/manages the identifier.",
|
|
2221
|
-
"$ref": "#/definitions/Reference"
|
|
2222
|
-
}
|
|
2223
|
-
},
|
|
2224
|
-
"additionalProperties": false,
|
|
2225
|
-
"type": "object"
|
|
2226
|
-
},
|
|
2227
|
-
"CodeableConcept": {
|
|
2228
|
-
"description": "A concept that may be defined by a formal reference to a terminology or ontology or may be provided by text.",
|
|
2229
|
-
"properties": {
|
|
2230
|
-
"id": {
|
|
2231
|
-
"description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
|
|
2232
|
-
"$ref": "#/definitions/string"
|
|
2233
|
-
},
|
|
2234
|
-
"extension": {
|
|
2235
|
-
"description": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
|
|
2236
|
-
"items": {
|
|
2237
|
-
"$ref": "#/definitions/Extension"
|
|
2238
|
-
},
|
|
2239
|
-
"type": "array",
|
|
2240
|
-
"widget": {
|
|
2241
|
-
"id": "hidden"
|
|
2242
|
-
}
|
|
2243
|
-
},
|
|
2244
|
-
"coding": {
|
|
2245
|
-
"description": "A reference to a code defined by a terminology system.",
|
|
2246
|
-
"items": {
|
|
2247
|
-
"$ref": "#/definitions/Coding"
|
|
2248
|
-
},
|
|
2249
|
-
"type": "array"
|
|
2250
|
-
},
|
|
2251
|
-
"text": {
|
|
2252
|
-
"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.",
|
|
2253
|
-
"$ref": "#/definitions/string"
|
|
2254
|
-
}
|
|
2255
|
-
},
|
|
2256
|
-
"additionalProperties": false,
|
|
2257
|
-
"type": "object"
|
|
2258
|
-
},
|
|
2259
|
-
"Coding": {
|
|
2260
|
-
"properties": {
|
|
2261
|
-
"id": {
|
|
2262
|
-
"description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
|
|
2263
|
-
"widget": {
|
|
2264
|
-
"id": "hidden"
|
|
2265
|
-
},
|
|
2266
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
2267
|
-
"type": "string"
|
|
2268
|
-
},
|
|
2269
|
-
"extension": {
|
|
2270
|
-
"description": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
|
|
2271
|
-
"items": {
|
|
2272
|
-
"description": "Optional Extension Element - found in all resources.",
|
|
2273
|
-
"properties": {
|
|
2274
|
-
"id": {
|
|
2275
|
-
"description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
|
|
2276
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
2277
|
-
"type": "string"
|
|
2278
|
-
},
|
|
2279
|
-
"url": {
|
|
2280
|
-
"description": "Source of the definition for the extension code - a logical name or a URL.",
|
|
2281
|
-
"pattern": "^\\S*$",
|
|
2282
|
-
"type": "string"
|
|
2283
|
-
},
|
|
2284
|
-
"value": {
|
|
2285
|
-
"description": "Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).",
|
|
2286
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
2287
|
-
"type": "string"
|
|
2288
|
-
}
|
|
2289
|
-
},
|
|
2290
|
-
"additionalProperties": false,
|
|
2291
|
-
"type": "object"
|
|
2292
|
-
},
|
|
2293
|
-
"type": "array",
|
|
2294
|
-
"widget": {
|
|
2295
|
-
"id": "hidden"
|
|
2296
|
-
}
|
|
2297
|
-
},
|
|
2298
|
-
"system": {
|
|
2299
|
-
"description": "The identification of the code system that defines the meaning of the symbol in the code.",
|
|
2300
|
-
"pattern": "^\\S*$",
|
|
2301
|
-
"type": "string"
|
|
2302
|
-
},
|
|
2303
|
-
"version": {
|
|
2304
|
-
"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.",
|
|
2305
|
-
"widget": {
|
|
2306
|
-
"id": "hidden"
|
|
2307
|
-
},
|
|
2308
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
2309
|
-
"type": "string"
|
|
2310
|
-
},
|
|
2311
|
-
"code": {
|
|
2312
|
-
"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).",
|
|
2313
|
-
"pattern": "^[^\\s]+(\\s[^\\s]+)*$",
|
|
2314
|
-
"type": "string"
|
|
2315
|
-
},
|
|
2316
|
-
"display": {
|
|
2317
|
-
"description": "A representation of the meaning of the code in the system, following the rules of the system.",
|
|
2318
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
2319
|
-
"type": "string"
|
|
2320
|
-
},
|
|
2321
|
-
"userSelected": {
|
|
2322
|
-
"description": "Indicates that this coding was chosen by a user directly - e.g. off a pick list of available items (codes or displays).",
|
|
2323
|
-
"pattern": "^true|false$",
|
|
2324
|
-
"type": "boolean"
|
|
2325
|
-
}
|
|
2326
|
-
},
|
|
2327
|
-
"additionalProperties": false,
|
|
2328
|
-
"type": "object",
|
|
2329
|
-
"widget": { "id": "grid" },
|
|
2330
|
-
"fieldsets": [
|
|
2331
|
-
{
|
|
2332
|
-
"fields": [
|
|
2333
|
-
"id",
|
|
2334
|
-
"extension",
|
|
2335
|
-
"code",
|
|
2336
|
-
"system",
|
|
2337
|
-
"display",
|
|
2338
|
-
"version",
|
|
2339
|
-
"userSelected"
|
|
2340
|
-
],
|
|
2341
|
-
"showFields": [
|
|
2342
|
-
{ "field": "code", "col": 2 },
|
|
2343
|
-
{ "field": "system", "col": 5 },
|
|
2344
|
-
{ "field": "display", "col": 5 }
|
|
2345
|
-
]
|
|
2346
|
-
}
|
|
2347
|
-
]
|
|
2348
|
-
},
|
|
2349
|
-
"boolean": {
|
|
2350
|
-
"pattern": "^true|false$",
|
|
2351
|
-
"type": "boolean"
|
|
2352
|
-
},
|
|
2353
|
-
"markdown": {
|
|
2354
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
2355
|
-
"type": "string",
|
|
2356
|
-
"description": "A string that may contain Github Flavored Markdown syntax for optional processing by a mark down presentation engine"
|
|
2357
|
-
},
|
|
2358
|
-
"Attachment": {
|
|
2359
|
-
"properties": {
|
|
2360
|
-
"id": {
|
|
2361
|
-
"description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
|
|
2362
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
2363
|
-
"type": "string"
|
|
2364
|
-
},
|
|
2365
|
-
"extension": {
|
|
2366
|
-
"description": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
|
|
2367
|
-
"items": {
|
|
2368
|
-
"description": "Optional Extension Element - found in all resources.",
|
|
2369
|
-
"properties": {
|
|
2370
|
-
"id": {
|
|
2371
|
-
"description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
|
|
2372
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
2373
|
-
"type": "string"
|
|
2374
|
-
},
|
|
2375
|
-
"url": {
|
|
2376
|
-
"description": "Source of the definition for the extension code - a logical name or a URL.",
|
|
2377
|
-
"pattern": "^\\S*$",
|
|
2378
|
-
"type": "string"
|
|
2379
|
-
},
|
|
2380
|
-
"value": {
|
|
2381
|
-
"description": "Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).",
|
|
2382
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
2383
|
-
"type": "string"
|
|
2384
|
-
}
|
|
2385
|
-
},
|
|
2386
|
-
"additionalProperties": false,
|
|
2387
|
-
"type": "object"
|
|
2388
|
-
},
|
|
2389
|
-
"type": "array",
|
|
2390
|
-
"widget": {
|
|
2391
|
-
"id": "hidden"
|
|
2392
|
-
}
|
|
2393
|
-
},
|
|
2394
|
-
"contentType": {
|
|
2395
|
-
"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.",
|
|
2396
|
-
"pattern": "^[^\\s]+(\\s[^\\s]+)*$",
|
|
2397
|
-
"type": "string"
|
|
2398
|
-
},
|
|
2399
|
-
"language": {
|
|
2400
|
-
"description": "The human language of the content. The value can be any valid value according to BCP 47.",
|
|
2401
|
-
"pattern": "^[^\\s]+(\\s[^\\s]+)*$",
|
|
2402
|
-
"type": "string"
|
|
2403
|
-
},
|
|
2404
|
-
"data": {
|
|
2405
|
-
"description": "The actual data of the attachment - a sequence of bytes, base64 encoded.",
|
|
2406
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
2407
|
-
"type": "string"
|
|
2408
|
-
},
|
|
2409
|
-
"url": {
|
|
2410
|
-
"description": "A location where the data can be accessed.",
|
|
2411
|
-
"pattern": "^\\S*$",
|
|
2412
|
-
"type": "string"
|
|
2413
|
-
},
|
|
2414
|
-
"size": {
|
|
2415
|
-
"description": "The number of bytes of data that make up this attachment (before base64 encoding, if that is done).",
|
|
2416
|
-
"pattern": "^[0]|([1-9][0-9]*)$",
|
|
2417
|
-
"type": "number"
|
|
2418
|
-
},
|
|
2419
|
-
"hash": {
|
|
2420
|
-
"description": "The calculated hash of the data using SHA-1. Represented using base64.",
|
|
2421
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
2422
|
-
"type": "string"
|
|
2423
|
-
},
|
|
2424
|
-
"title": {
|
|
2425
|
-
"description": "A label or set of text to display in place of the data.",
|
|
2426
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
2427
|
-
"type": "string"
|
|
2428
|
-
},
|
|
2429
|
-
"creation": {
|
|
2430
|
-
"description": "The date that the attachment was first created.",
|
|
2431
|
-
"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)))?)?)?$",
|
|
2432
|
-
"type": "string"
|
|
2433
|
-
}
|
|
2434
|
-
},
|
|
2435
|
-
"additionalProperties": false,
|
|
2436
|
-
"type": "object"
|
|
2437
|
-
},
|
|
2438
|
-
"base64Binary": {
|
|
2439
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
2440
|
-
"type": "string"
|
|
2441
|
-
},
|
|
2442
|
-
"url": {
|
|
2443
|
-
"pattern": "^\\S*$",
|
|
2444
|
-
"type": "string"
|
|
2445
|
-
},
|
|
2446
|
-
"unsignedInt": {
|
|
2447
|
-
"pattern": "^[0]|([1-9][0-9]*)$",
|
|
2448
|
-
"type": "number"
|
|
2449
|
-
},
|
|
2450
|
-
"ContactPoint": {
|
|
2451
|
-
"description": "Details for all kinds of technology mediated contact points for a person or organization, including telephone, email, etc.",
|
|
2452
|
-
"properties": {
|
|
2453
|
-
"id": {
|
|
2454
|
-
"description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
|
|
2455
|
-
"$ref": "#/definitions/string"
|
|
2456
|
-
},
|
|
2457
|
-
"extension": {
|
|
2458
|
-
"description": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
|
|
2459
|
-
"items": {
|
|
2460
|
-
"$ref": "#/definitions/Extension"
|
|
2461
|
-
},
|
|
2462
|
-
"type": "array",
|
|
2463
|
-
"widget": {
|
|
2464
|
-
"id": "hidden"
|
|
2465
|
-
}
|
|
2466
|
-
},
|
|
2467
|
-
"system": {
|
|
2468
|
-
"description": "Telecommunications form for contact point - what communications system is required to make use of the contact.",
|
|
2469
|
-
"enum": [
|
|
2470
|
-
"phone",
|
|
2471
|
-
"fax",
|
|
2472
|
-
"email",
|
|
2473
|
-
"pager",
|
|
2474
|
-
"url",
|
|
2475
|
-
"sms",
|
|
2476
|
-
"other"
|
|
2477
|
-
],
|
|
2478
|
-
"type": "string"
|
|
2479
|
-
},
|
|
2480
|
-
"value": {
|
|
2481
|
-
"description": "The actual contact point details, in a form that is meaningful to the designated communication system (i.e. phone number or email address).",
|
|
2482
|
-
"$ref": "#/definitions/string"
|
|
2483
|
-
},
|
|
2484
|
-
"use": {
|
|
2485
|
-
"description": "Identifies the purpose for the contact point.",
|
|
2486
|
-
"enum": [
|
|
2487
|
-
"home",
|
|
2488
|
-
"work",
|
|
2489
|
-
"temp",
|
|
2490
|
-
"old",
|
|
2491
|
-
"mobile"
|
|
2492
|
-
],
|
|
2493
|
-
"type": "string"
|
|
2494
|
-
},
|
|
2495
|
-
"rank": {
|
|
2496
|
-
"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.",
|
|
2497
|
-
"$ref": "#/definitions/positiveInt"
|
|
2498
|
-
},
|
|
2499
|
-
"period": {
|
|
2500
|
-
"description": "Time period when the contact point was/is in use.",
|
|
2501
|
-
"$ref": "#/definitions/Period"
|
|
2502
|
-
}
|
|
2503
|
-
},
|
|
2504
|
-
"additionalProperties": false,
|
|
2505
|
-
"type": "object"
|
|
2506
|
-
},
|
|
2507
|
-
"positiveInt": {
|
|
2508
|
-
"pattern": "^[1-9][0-9]*$",
|
|
2509
|
-
"type": "integer",
|
|
2510
|
-
"minimum": 0,
|
|
2511
|
-
"description": "An integer with a value that is positive (e.g. >0)"
|
|
2512
|
-
},
|
|
2513
|
-
"Count": {
|
|
2514
|
-
"description": "A measured amount (or an amount that can potentially be measured). Note that measured amounts include amounts that are not precisely quantified, including amounts involving arbitrary units and floating currencies.",
|
|
2515
|
-
"properties": {
|
|
2516
|
-
"id": {
|
|
2517
|
-
"description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
|
|
2518
|
-
"$ref": "#/definitions/string"
|
|
2519
|
-
},
|
|
2520
|
-
"extension": {
|
|
2521
|
-
"description": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
|
|
2522
|
-
"items": {
|
|
2523
|
-
"$ref": "#/definitions/Extension"
|
|
2524
|
-
},
|
|
2525
|
-
"type": "array",
|
|
2526
|
-
"widget": {
|
|
2527
|
-
"id": "hidden"
|
|
2528
|
-
}
|
|
2529
|
-
},
|
|
2530
|
-
"value": {
|
|
2531
|
-
"description": "The value of the measured amount. The value includes an implicit precision in the presentation of the value.",
|
|
2532
|
-
"$ref": "#/definitions/decimal"
|
|
2533
|
-
},
|
|
2534
|
-
"comparator": {
|
|
2535
|
-
"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.",
|
|
2536
|
-
"enum": [
|
|
2537
|
-
"<",
|
|
2538
|
-
"<=",
|
|
2539
|
-
">=",
|
|
2540
|
-
">"
|
|
2541
|
-
],
|
|
2542
|
-
"type": "string"
|
|
2543
|
-
},
|
|
2544
|
-
"unit": {
|
|
2545
|
-
"description": "A human-readable form of the unit.",
|
|
2546
|
-
"$ref": "#/definitions/string"
|
|
2547
|
-
},
|
|
2548
|
-
"system": {
|
|
2549
|
-
"description": "The identification of the system that provides the coded form of the unit.",
|
|
2550
|
-
"$ref": "#/definitions/uri"
|
|
2551
|
-
},
|
|
2552
|
-
"code": {
|
|
2553
|
-
"description": "A computer processable form of the unit in some unit representation system.",
|
|
2554
|
-
"$ref": "#/definitions/code"
|
|
2555
|
-
}
|
|
2556
|
-
},
|
|
2557
|
-
"additionalProperties": false,
|
|
2558
|
-
"type": "object"
|
|
2559
|
-
},
|
|
2560
|
-
"Distance": {
|
|
2561
|
-
"description": "A length - a value with a unit that is a physical distance.",
|
|
2562
|
-
"properties": {
|
|
2563
|
-
"id": {
|
|
2564
|
-
"description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
|
|
2565
|
-
"$ref": "#/definitions/string"
|
|
2566
|
-
},
|
|
2567
|
-
"extension": {
|
|
2568
|
-
"description": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
|
|
2569
|
-
"items": {
|
|
2570
|
-
"$ref": "#/definitions/Extension"
|
|
2571
|
-
},
|
|
2572
|
-
"type": "array",
|
|
2573
|
-
"widget": {
|
|
2574
|
-
"id": "hidden"
|
|
2575
|
-
}
|
|
2576
|
-
},
|
|
2577
|
-
"value": {
|
|
2578
|
-
"description": "The value of the measured amount. The value includes an implicit precision in the presentation of the value.",
|
|
2579
|
-
"$ref": "#/definitions/decimal"
|
|
2580
|
-
},
|
|
2581
|
-
"comparator": {
|
|
2582
|
-
"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.",
|
|
2583
|
-
"enum": [
|
|
2584
|
-
"<",
|
|
2585
|
-
"<=",
|
|
2586
|
-
">=",
|
|
2587
|
-
">"
|
|
2588
|
-
],
|
|
2589
|
-
"type": "string"
|
|
2590
|
-
},
|
|
2591
|
-
"unit": {
|
|
2592
|
-
"description": "A human-readable form of the unit.",
|
|
2593
|
-
"$ref": "#/definitions/string"
|
|
2594
|
-
},
|
|
2595
|
-
"system": {
|
|
2596
|
-
"description": "The identification of the system that provides the coded form of the unit.",
|
|
2597
|
-
"$ref": "#/definitions/uri"
|
|
2598
|
-
},
|
|
2599
|
-
"code": {
|
|
2600
|
-
"description": "A computer processable form of the unit in some unit representation system.",
|
|
2601
|
-
"$ref": "#/definitions/code"
|
|
2602
|
-
}
|
|
2603
|
-
},
|
|
2604
|
-
"additionalProperties": false,
|
|
2605
|
-
"type": "object"
|
|
2606
|
-
},
|
|
2607
|
-
"Duration": {
|
|
2608
|
-
"description": "A length of time.",
|
|
2609
|
-
"properties": {
|
|
2610
|
-
"id": {
|
|
2611
|
-
"description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
|
|
2612
|
-
"$ref": "#/definitions/string"
|
|
2613
|
-
},
|
|
2614
|
-
"extension": {
|
|
2615
|
-
"description": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
|
|
2616
|
-
"items": {
|
|
2617
|
-
"$ref": "#/definitions/Extension"
|
|
2618
|
-
},
|
|
2619
|
-
"type": "array",
|
|
2620
|
-
"widget": {
|
|
2621
|
-
"id": "hidden"
|
|
2622
|
-
}
|
|
2623
|
-
},
|
|
2624
|
-
"value": {
|
|
2625
|
-
"description": "The value of the measured amount. The value includes an implicit precision in the presentation of the value.",
|
|
2626
|
-
"$ref": "#/definitions/decimal"
|
|
2627
|
-
},
|
|
2628
|
-
"comparator": {
|
|
2629
|
-
"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.",
|
|
2630
|
-
"enum": [
|
|
2631
|
-
"<",
|
|
2632
|
-
"<=",
|
|
2633
|
-
">=",
|
|
2634
|
-
">"
|
|
2635
|
-
],
|
|
2636
|
-
"type": "string"
|
|
2637
|
-
},
|
|
2638
|
-
"unit": {
|
|
2639
|
-
"description": "A human-readable form of the unit.",
|
|
2640
|
-
"$ref": "#/definitions/string"
|
|
2641
|
-
},
|
|
2642
|
-
"system": {
|
|
2643
|
-
"description": "The identification of the system that provides the coded form of the unit.",
|
|
2644
|
-
"$ref": "#/definitions/uri"
|
|
2645
|
-
},
|
|
2646
|
-
"code": {
|
|
2647
|
-
"description": "A computer processable form of the unit in some unit representation system.",
|
|
2648
|
-
"$ref": "#/definitions/code"
|
|
2649
|
-
}
|
|
2650
|
-
},
|
|
2651
|
-
"additionalProperties": false,
|
|
2652
|
-
"type": "object"
|
|
2653
|
-
},
|
|
2654
|
-
"HumanName": {
|
|
2655
|
-
"description": "A human's name with the ability to identify parts and usage.",
|
|
2656
|
-
"properties": {
|
|
2657
|
-
"id": {
|
|
2658
|
-
"description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
|
|
2659
|
-
"$ref": "#/definitions/string"
|
|
2660
|
-
},
|
|
2661
|
-
"extension": {
|
|
2662
|
-
"description": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
|
|
2663
|
-
"items": {
|
|
2664
|
-
"$ref": "#/definitions/Extension"
|
|
2665
|
-
},
|
|
2666
|
-
"type": "array",
|
|
2667
|
-
"widget": {
|
|
2668
|
-
"id": "hidden"
|
|
2669
|
-
}
|
|
2670
|
-
},
|
|
2671
|
-
"use": {
|
|
2672
|
-
"description": "Identifies the purpose for this name.",
|
|
2673
|
-
"enum": [
|
|
2674
|
-
"usual",
|
|
2675
|
-
"official",
|
|
2676
|
-
"temp",
|
|
2677
|
-
"nickname",
|
|
2678
|
-
"anonymous",
|
|
2679
|
-
"old",
|
|
2680
|
-
"maiden"
|
|
2681
|
-
],
|
|
2682
|
-
"type": "string"
|
|
2683
|
-
},
|
|
2684
|
-
"text": {
|
|
2685
|
-
"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.",
|
|
2686
|
-
"$ref": "#/definitions/string"
|
|
2687
|
-
},
|
|
2688
|
-
"family": {
|
|
2689
|
-
"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.",
|
|
2690
|
-
"$ref": "#/definitions/string"
|
|
2691
|
-
},
|
|
2692
|
-
"given": {
|
|
2693
|
-
"description": "Given name.",
|
|
2694
|
-
"items": {
|
|
2695
|
-
"$ref": "#/definitions/string"
|
|
2696
|
-
},
|
|
2697
|
-
"type": "array"
|
|
2698
|
-
},
|
|
2699
|
-
"prefix": {
|
|
2700
|
-
"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.",
|
|
2701
|
-
"items": {
|
|
2702
|
-
"$ref": "#/definitions/string"
|
|
2703
|
-
},
|
|
2704
|
-
"type": "array"
|
|
2705
|
-
},
|
|
2706
|
-
"suffix": {
|
|
2707
|
-
"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.",
|
|
2708
|
-
"items": {
|
|
2709
|
-
"$ref": "#/definitions/string"
|
|
2710
|
-
},
|
|
2711
|
-
"type": "array"
|
|
2712
|
-
},
|
|
2713
|
-
"period": {
|
|
2714
|
-
"description": "Indicates the period of time when this name was valid for the named person.",
|
|
2715
|
-
"$ref": "#/definitions/Period"
|
|
2716
|
-
}
|
|
2717
|
-
},
|
|
2718
|
-
"additionalProperties": false,
|
|
2719
|
-
"type": "object"
|
|
2720
|
-
},
|
|
2721
|
-
"Money": {
|
|
2722
|
-
"description": "An amount of economic utility in some recognized currency.",
|
|
2723
|
-
"properties": {
|
|
2724
|
-
"id": {
|
|
2725
|
-
"description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
|
|
2726
|
-
"$ref": "#/definitions/string"
|
|
2727
|
-
},
|
|
2728
|
-
"extension": {
|
|
2729
|
-
"description": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
|
|
2730
|
-
"items": {
|
|
2731
|
-
"$ref": "#/definitions/Extension"
|
|
2732
|
-
},
|
|
2733
|
-
"type": "array",
|
|
2734
|
-
"widget": {
|
|
2735
|
-
"id": "hidden"
|
|
2736
|
-
}
|
|
2737
|
-
},
|
|
2738
|
-
"value": {
|
|
2739
|
-
"description": "Numerical value (with implicit precision).",
|
|
2740
|
-
"$ref": "#/definitions/decimal"
|
|
2741
|
-
},
|
|
2742
|
-
"currency": {
|
|
2743
|
-
"description": "ISO 4217 Currency Code.",
|
|
2744
|
-
"$ref": "#/definitions/code"
|
|
2745
|
-
}
|
|
2746
|
-
},
|
|
2747
|
-
"additionalProperties": false,
|
|
2748
|
-
"type": "object"
|
|
2749
|
-
},
|
|
2750
|
-
"Quantity": {
|
|
2751
|
-
"properties": {
|
|
2752
|
-
"id": {
|
|
2753
|
-
"description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
|
|
2754
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
2755
|
-
"type": "string"
|
|
2756
|
-
},
|
|
2757
|
-
"extension": {
|
|
2758
|
-
"description": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
|
|
2759
|
-
"items": {
|
|
2760
|
-
"description": "Optional Extension Element - found in all resources.",
|
|
2761
|
-
"properties": {
|
|
2762
|
-
"id": {
|
|
2763
|
-
"description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
|
|
2764
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
2765
|
-
"type": "string"
|
|
2766
|
-
},
|
|
2767
|
-
"url": {
|
|
2768
|
-
"description": "Source of the definition for the extension code - a logical name or a URL.",
|
|
2769
|
-
"pattern": "^\\S*$",
|
|
2770
|
-
"type": "string"
|
|
2771
|
-
},
|
|
2772
|
-
"value": {
|
|
2773
|
-
"description": "Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).",
|
|
2774
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
2775
|
-
"type": "string"
|
|
2776
|
-
}
|
|
2777
|
-
},
|
|
2778
|
-
"additionalProperties": false,
|
|
2779
|
-
"type": "object"
|
|
2780
|
-
},
|
|
2781
|
-
"type": "array",
|
|
2782
|
-
"widget": {
|
|
2783
|
-
"id": "hidden"
|
|
2784
|
-
}
|
|
2785
|
-
},
|
|
2786
|
-
"value": {
|
|
2787
|
-
"description": "The value of the measured amount. The value includes an implicit precision in the presentation of the value.",
|
|
2788
|
-
"pattern": "^-?(0|[1-9][0-9]*)(\\.[0-9]+)?([eE][+-]?[0-9]+)?$",
|
|
2789
|
-
"type": "number"
|
|
2790
|
-
},
|
|
2791
|
-
"comparator": {
|
|
2792
|
-
"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.",
|
|
2793
|
-
"enum": [
|
|
2794
|
-
"<",
|
|
2795
|
-
"<=",
|
|
2796
|
-
">=",
|
|
2797
|
-
">"
|
|
2798
|
-
],
|
|
2799
|
-
"type": "string"
|
|
2800
|
-
},
|
|
2801
|
-
"unit": {
|
|
2802
|
-
"description": "A human-readable form of the unit.",
|
|
2803
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
2804
|
-
"type": "string"
|
|
2805
|
-
},
|
|
2806
|
-
"system": {
|
|
2807
|
-
"description": "The identification of the system that provides the coded form of the unit.",
|
|
2808
|
-
"pattern": "^\\S*$",
|
|
2809
|
-
"type": "string"
|
|
2810
|
-
},
|
|
2811
|
-
"code": {
|
|
2812
|
-
"description": "A computer processable form of the unit in some unit representation system.",
|
|
2813
|
-
"pattern": "^[^\\s]+(\\s[^\\s]+)*$",
|
|
2814
|
-
"type": "string"
|
|
2815
|
-
}
|
|
2816
|
-
},
|
|
2817
|
-
"additionalProperties": false,
|
|
2818
|
-
"type": "object"
|
|
2819
|
-
},
|
|
2820
|
-
"Range": {
|
|
2821
|
-
"description": "A set of ordered Quantities defined by a low and high limit.",
|
|
2822
|
-
"properties": {
|
|
2823
|
-
"id": {
|
|
2824
|
-
"description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
|
|
2825
|
-
"$ref": "#/definitions/string"
|
|
2826
|
-
},
|
|
2827
|
-
"extension": {
|
|
2828
|
-
"description": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
|
|
2829
|
-
"items": {
|
|
2830
|
-
"$ref": "#/definitions/Extension"
|
|
2831
|
-
},
|
|
2832
|
-
"type": "array",
|
|
2833
|
-
"widget": {
|
|
2834
|
-
"id": "hidden"
|
|
2835
|
-
}
|
|
2836
|
-
},
|
|
2837
|
-
"low": {
|
|
2838
|
-
"description": "The low limit. The boundary is inclusive.",
|
|
2839
|
-
"$ref": "#/definitions/Quantity"
|
|
2840
|
-
},
|
|
2841
|
-
"high": {
|
|
2842
|
-
"description": "The high limit. The boundary is inclusive.",
|
|
2843
|
-
"$ref": "#/definitions/Quantity"
|
|
2844
|
-
}
|
|
2845
|
-
},
|
|
2846
|
-
"additionalProperties": false,
|
|
2847
|
-
"type": "object"
|
|
2848
|
-
},
|
|
2849
|
-
"Ratio": {
|
|
2850
|
-
"description": "A relationship of two Quantity values - expressed as a numerator and a denominator.",
|
|
2851
|
-
"properties": {
|
|
2852
|
-
"id": {
|
|
2853
|
-
"description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
|
|
2854
|
-
"$ref": "#/definitions/string"
|
|
2855
|
-
},
|
|
2856
|
-
"extension": {
|
|
2857
|
-
"description": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
|
|
2858
|
-
"items": {
|
|
2859
|
-
"$ref": "#/definitions/Extension"
|
|
2860
|
-
},
|
|
2861
|
-
"type": "array",
|
|
2862
|
-
"widget": {
|
|
2863
|
-
"id": "hidden"
|
|
2864
|
-
}
|
|
2865
|
-
},
|
|
2866
|
-
"numerator": {
|
|
2867
|
-
"description": "The value of the numerator.",
|
|
2868
|
-
"$ref": "#/definitions/Quantity"
|
|
2869
|
-
},
|
|
2870
|
-
"denominator": {
|
|
2871
|
-
"description": "The value of the denominator.",
|
|
2872
|
-
"$ref": "#/definitions/Quantity"
|
|
2873
|
-
}
|
|
2874
|
-
},
|
|
2875
|
-
"additionalProperties": false,
|
|
2876
|
-
"type": "object"
|
|
2877
|
-
},
|
|
2878
|
-
"SampledData": {
|
|
2879
|
-
"description": "A series of measurements taken by a device, with upper and lower limits. There may be more than one dimension in the data.",
|
|
2880
|
-
"properties": {
|
|
2881
|
-
"id": {
|
|
2882
|
-
"description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
|
|
2883
|
-
"$ref": "#/definitions/string"
|
|
2884
|
-
},
|
|
2885
|
-
"extension": {
|
|
2886
|
-
"description": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
|
|
2887
|
-
"items": {
|
|
2888
|
-
"$ref": "#/definitions/Extension"
|
|
2889
|
-
},
|
|
2890
|
-
"type": "array",
|
|
2891
|
-
"widget": {
|
|
2892
|
-
"id": "hidden"
|
|
2893
|
-
}
|
|
2894
|
-
},
|
|
2895
|
-
"origin": {
|
|
2896
|
-
"description": "The base quantity that a measured value of zero represents. In addition, this provides the units of the entire measurement series.",
|
|
2897
|
-
"$ref": "#/definitions/Quantity"
|
|
2898
|
-
},
|
|
2899
|
-
"period": {
|
|
2900
|
-
"description": "The length of time between sampling times, measured in milliseconds.",
|
|
2901
|
-
"$ref": "#/definitions/decimal"
|
|
2902
|
-
},
|
|
2903
|
-
"factor": {
|
|
2904
|
-
"description": "A correction factor that is applied to the sampled data points before they are added to the origin.",
|
|
2905
|
-
"$ref": "#/definitions/decimal"
|
|
2906
|
-
},
|
|
2907
|
-
"lowerLimit": {
|
|
2908
|
-
"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).",
|
|
2909
|
-
"$ref": "#/definitions/decimal"
|
|
2910
|
-
},
|
|
2911
|
-
"upperLimit": {
|
|
2912
|
-
"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).",
|
|
2913
|
-
"$ref": "#/definitions/decimal"
|
|
2914
|
-
},
|
|
2915
|
-
"dimensions": {
|
|
2916
|
-
"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.",
|
|
2917
|
-
"$ref": "#/definitions/positiveInt"
|
|
2918
|
-
},
|
|
2919
|
-
"data": {
|
|
2920
|
-
"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.",
|
|
2921
|
-
"$ref": "#/definitions/string"
|
|
2922
|
-
}
|
|
2923
|
-
},
|
|
2924
|
-
"additionalProperties": false,
|
|
2925
|
-
"required": [
|
|
2926
|
-
"origin"
|
|
2927
|
-
],
|
|
2928
|
-
"type": "object"
|
|
2929
|
-
},
|
|
2930
|
-
"Signature": {
|
|
2931
|
-
"description": "A signature along with supporting context. The signature may be a digital signature that is cryptographic in nature, or some other signature acceptable to the domain. This other signature may be as simple as a graphical image representing a hand-written signature, or a signature ceremony Different signature approaches have different utilities.",
|
|
2932
|
-
"properties": {
|
|
2933
|
-
"id": {
|
|
2934
|
-
"description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
|
|
2935
|
-
"$ref": "#/definitions/string"
|
|
2936
|
-
},
|
|
2937
|
-
"extension": {
|
|
2938
|
-
"description": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
|
|
2939
|
-
"items": {
|
|
2940
|
-
"$ref": "#/definitions/Extension"
|
|
2941
|
-
},
|
|
2942
|
-
"type": "array",
|
|
2943
|
-
"widget": {
|
|
2944
|
-
"id": "hidden"
|
|
2945
|
-
}
|
|
2946
|
-
},
|
|
2947
|
-
"type": {
|
|
2948
|
-
"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.",
|
|
2949
|
-
"items": {
|
|
2950
|
-
"$ref": "#/definitions/Coding"
|
|
2951
|
-
},
|
|
2952
|
-
"type": "array"
|
|
2953
|
-
},
|
|
2954
|
-
"when": {
|
|
2955
|
-
"description": "When the digital signature was signed.",
|
|
2956
|
-
"$ref": "#/definitions/instant"
|
|
2957
|
-
},
|
|
2958
|
-
"who": {
|
|
2959
|
-
"description": "A reference to an application-usable description of the identity that signed (e.g. the signature used their private key).",
|
|
2960
|
-
"$ref": "#/definitions/Reference"
|
|
2961
|
-
},
|
|
2962
|
-
"onBehalfOf": {
|
|
2963
|
-
"description": "A reference to an application-usable description of the identity that is represented by the signature.",
|
|
2964
|
-
"$ref": "#/definitions/Reference"
|
|
2965
|
-
},
|
|
2966
|
-
"targetFormat": {
|
|
2967
|
-
"description": "A mime type that indicates the technical format of the target resources signed by the signature.",
|
|
2968
|
-
"$ref": "#/definitions/code"
|
|
2969
|
-
},
|
|
2970
|
-
"sigFormat": {
|
|
2971
|
-
"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.",
|
|
2972
|
-
"$ref": "#/definitions/code"
|
|
2973
|
-
},
|
|
2974
|
-
"data": {
|
|
2975
|
-
"description": "The base64 encoding of the Signature content. When signature is not recorded electronically this element would be empty.",
|
|
2976
|
-
"$ref": "#/definitions/base64Binary"
|
|
2977
|
-
}
|
|
2978
|
-
},
|
|
2979
|
-
"additionalProperties": false,
|
|
2980
|
-
"required": [
|
|
2981
|
-
"type",
|
|
2982
|
-
"who"
|
|
2983
|
-
],
|
|
2984
|
-
"type": "object"
|
|
2985
|
-
},
|
|
2986
|
-
"instant": {
|
|
2987
|
-
"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))$",
|
|
2988
|
-
"type": "string",
|
|
2989
|
-
"description": "An instant in time - known at least to the second"
|
|
2990
|
-
},
|
|
2991
|
-
"Timing": {
|
|
2992
|
-
"description": "Specifies an event that may occur multiple times. Timing schedules are used to record when things are planned, expected or requested to occur. The most common usage is in dosage instructions for medications. They are also used when planning care of various kinds, and may be used for reporting the schedule to which past regular activities were carried out.",
|
|
2993
|
-
"properties": {
|
|
2994
|
-
"id": {
|
|
2995
|
-
"description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
|
|
2996
|
-
"$ref": "#/definitions/string"
|
|
2997
|
-
},
|
|
2998
|
-
"extension": {
|
|
2999
|
-
"description": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
|
|
3000
|
-
"items": {
|
|
3001
|
-
"$ref": "#/definitions/Extension"
|
|
3002
|
-
},
|
|
3003
|
-
"type": "array",
|
|
3004
|
-
"widget": {
|
|
3005
|
-
"id": "hidden"
|
|
3006
|
-
}
|
|
3007
|
-
},
|
|
3008
|
-
"modifierExtension": {
|
|
3009
|
-
"description": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
|
|
3010
|
-
"items": {
|
|
3011
|
-
"$ref": "#/definitions/Extension"
|
|
3012
|
-
},
|
|
3013
|
-
"type": "array",
|
|
3014
|
-
"widget": {
|
|
3015
|
-
"id": "hidden"
|
|
3016
|
-
}
|
|
3017
|
-
},
|
|
3018
|
-
"event": {
|
|
3019
|
-
"description": "Identifies specific times when the event occurs.",
|
|
3020
|
-
"items": {
|
|
3021
|
-
"$ref": "#/definitions/dateTime"
|
|
3022
|
-
},
|
|
3023
|
-
"type": "array"
|
|
3024
|
-
},
|
|
3025
|
-
"repeat": {
|
|
3026
|
-
"description": "A set of rules that describe when the event is scheduled.",
|
|
3027
|
-
"$ref": "#/definitions/Timing_Repeat"
|
|
3028
|
-
},
|
|
3029
|
-
"code": {
|
|
3030
|
-
"description": "A code for the timing schedule (or just text in code.text). Some codes such as BID are ubiquitous, but many institutions define their own additional codes. If a code is provided, the code is understood to be a complete statement of whatever is specified in the structured timing data, and either the code or the data may be used to interpret the Timing, with the exception that .repeat.bounds still applies over the code (and is not contained in the code).",
|
|
3031
|
-
"$ref": "#/definitions/CodeableConcept"
|
|
3032
|
-
}
|
|
3033
|
-
},
|
|
3034
|
-
"additionalProperties": false,
|
|
3035
|
-
"type": "object"
|
|
3036
|
-
},
|
|
3037
|
-
"Timing_Repeat": {
|
|
3038
|
-
"description": "Specifies an event that may occur multiple times. Timing schedules are used to record when things are planned, expected or requested to occur. The most common usage is in dosage instructions for medications. They are also used when planning care of various kinds, and may be used for reporting the schedule to which past regular activities were carried out.",
|
|
3039
|
-
"properties": {
|
|
3040
|
-
"id": {
|
|
3041
|
-
"description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
|
|
3042
|
-
"$ref": "#/definitions/string"
|
|
3043
|
-
},
|
|
3044
|
-
"extension": {
|
|
3045
|
-
"description": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
|
|
3046
|
-
"items": {
|
|
3047
|
-
"$ref": "#/definitions/Extension"
|
|
3048
|
-
},
|
|
3049
|
-
"type": "array",
|
|
3050
|
-
"widget": {
|
|
3051
|
-
"id": "hidden"
|
|
3052
|
-
}
|
|
3053
|
-
},
|
|
3054
|
-
"modifierExtension": {
|
|
3055
|
-
"description": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
|
|
3056
|
-
"items": {
|
|
3057
|
-
"$ref": "#/definitions/Extension"
|
|
3058
|
-
},
|
|
3059
|
-
"type": "array",
|
|
3060
|
-
"widget": {
|
|
3061
|
-
"id": "hidden"
|
|
3062
|
-
}
|
|
3063
|
-
},
|
|
3064
|
-
"boundsDuration": {
|
|
3065
|
-
"description": "Either a duration for the length of the timing schedule, a range of possible length, or outer bounds for start and/or end limits of the timing schedule.",
|
|
3066
|
-
"$ref": "#/definitions/Duration"
|
|
3067
|
-
},
|
|
3068
|
-
"boundsRange": {
|
|
3069
|
-
"description": "Either a duration for the length of the timing schedule, a range of possible length, or outer bounds for start and/or end limits of the timing schedule.",
|
|
3070
|
-
"$ref": "#/definitions/Range"
|
|
3071
|
-
},
|
|
3072
|
-
"boundsPeriod": {
|
|
3073
|
-
"description": "Either a duration for the length of the timing schedule, a range of possible length, or outer bounds for start and/or end limits of the timing schedule.",
|
|
3074
|
-
"$ref": "#/definitions/Period"
|
|
3075
|
-
},
|
|
3076
|
-
"count": {
|
|
3077
|
-
"description": "A total count of the desired number of repetitions across the duration of the entire timing specification. If countMax is present, this element indicates the lower bound of the allowed range of count values.",
|
|
3078
|
-
"$ref": "#/definitions/positiveInt"
|
|
3079
|
-
},
|
|
3080
|
-
"countMax": {
|
|
3081
|
-
"description": "If present, indicates that the count is a range - so to perform the action between [count] and [countMax] times.",
|
|
3082
|
-
"$ref": "#/definitions/positiveInt"
|
|
3083
|
-
},
|
|
3084
|
-
"duration": {
|
|
3085
|
-
"description": "How long this thing happens for when it happens. If durationMax is present, this element indicates the lower bound of the allowed range of the duration.",
|
|
3086
|
-
"$ref": "#/definitions/decimal"
|
|
3087
|
-
},
|
|
3088
|
-
"durationMax": {
|
|
3089
|
-
"description": "If present, indicates that the duration is a range - so to perform the action between [duration] and [durationMax] time length.",
|
|
3090
|
-
"$ref": "#/definitions/decimal"
|
|
3091
|
-
},
|
|
3092
|
-
"durationUnit": {
|
|
3093
|
-
"description": "The units of time for the duration, in UCUM units.",
|
|
3094
|
-
"enum": [
|
|
3095
|
-
"s",
|
|
3096
|
-
"min",
|
|
3097
|
-
"h",
|
|
3098
|
-
"d",
|
|
3099
|
-
"wk",
|
|
3100
|
-
"mo",
|
|
3101
|
-
"a"
|
|
3102
|
-
],
|
|
3103
|
-
"type": "string"
|
|
3104
|
-
},
|
|
3105
|
-
"frequency": {
|
|
3106
|
-
"description": "The number of times to repeat the action within the specified period. If frequencyMax is present, this element indicates the lower bound of the allowed range of the frequency.",
|
|
3107
|
-
"$ref": "#/definitions/positiveInt"
|
|
3108
|
-
},
|
|
3109
|
-
"frequencyMax": {
|
|
3110
|
-
"description": "If present, indicates that the frequency is a range - so to repeat between [frequency] and [frequencyMax] times within the period or period range.",
|
|
3111
|
-
"$ref": "#/definitions/positiveInt"
|
|
3112
|
-
},
|
|
3113
|
-
"period": {
|
|
3114
|
-
"description": "Indicates the duration of time over which repetitions are to occur; e.g. to express \"3 times per day\", 3 would be the frequency and \"1 day\" would be the period. If periodMax is present, this element indicates the lower bound of the allowed range of the period length.",
|
|
3115
|
-
"$ref": "#/definitions/decimal"
|
|
3116
|
-
},
|
|
3117
|
-
"periodMax": {
|
|
3118
|
-
"description": "If present, indicates that the period is a range from [period] to [periodMax], allowing expressing concepts such as \"do this once every 3-5 days.",
|
|
3119
|
-
"$ref": "#/definitions/decimal"
|
|
3120
|
-
},
|
|
3121
|
-
"periodUnit": {
|
|
3122
|
-
"description": "The units of time for the period in UCUM units.",
|
|
3123
|
-
"enum": [
|
|
3124
|
-
"s",
|
|
3125
|
-
"min",
|
|
3126
|
-
"h",
|
|
3127
|
-
"d",
|
|
3128
|
-
"wk",
|
|
3129
|
-
"mo",
|
|
3130
|
-
"a"
|
|
3131
|
-
],
|
|
3132
|
-
"type": "string"
|
|
3133
|
-
},
|
|
3134
|
-
"dayOfWeek": {
|
|
3135
|
-
"description": "If one or more days of week is provided, then the action happens only on the specified day(s).",
|
|
3136
|
-
"items": {
|
|
3137
|
-
"$ref": "#/definitions/code"
|
|
3138
|
-
},
|
|
3139
|
-
"type": "array"
|
|
3140
|
-
},
|
|
3141
|
-
"timeOfDay": {
|
|
3142
|
-
"description": "Specified time of day for action to take place.",
|
|
3143
|
-
"items": {
|
|
3144
|
-
"$ref": "#/definitions/time"
|
|
3145
|
-
},
|
|
3146
|
-
"type": "array"
|
|
3147
|
-
},
|
|
3148
|
-
"when": {
|
|
3149
|
-
"description": "An approximate time period during the day, potentially linked to an event of daily living that indicates when the action should occur.",
|
|
3150
|
-
"items": {
|
|
3151
|
-
"enum": [
|
|
3152
|
-
"MORN",
|
|
3153
|
-
"MORN.early",
|
|
3154
|
-
"MORN.late",
|
|
3155
|
-
"NOON",
|
|
3156
|
-
"AFT",
|
|
3157
|
-
"AFT.early",
|
|
3158
|
-
"AFT.late",
|
|
3159
|
-
"EVE",
|
|
3160
|
-
"EVE.early",
|
|
3161
|
-
"EVE.late",
|
|
3162
|
-
"NIGHT",
|
|
3163
|
-
"PHS",
|
|
3164
|
-
"HS",
|
|
3165
|
-
"WAKE",
|
|
3166
|
-
"C",
|
|
3167
|
-
"CM",
|
|
3168
|
-
"CD",
|
|
3169
|
-
"CV",
|
|
3170
|
-
"AC",
|
|
3171
|
-
"ACM",
|
|
3172
|
-
"ACD",
|
|
3173
|
-
"ACV",
|
|
3174
|
-
"PC",
|
|
3175
|
-
"PCM",
|
|
3176
|
-
"PCD",
|
|
3177
|
-
"PCV"
|
|
3178
|
-
],
|
|
3179
|
-
"type": "string"
|
|
3180
|
-
},
|
|
3181
|
-
"type": "array"
|
|
3182
|
-
},
|
|
3183
|
-
"offset": {
|
|
3184
|
-
"description": "The number of minutes from the event. If the event code does not indicate whether the minutes is before or after the event, then the offset is assumed to be after the event.",
|
|
3185
|
-
"$ref": "#/definitions/unsignedInt"
|
|
3186
|
-
}
|
|
3187
|
-
},
|
|
3188
|
-
"additionalProperties": false,
|
|
3189
|
-
"type": "object"
|
|
3190
|
-
},
|
|
3191
|
-
"time": {
|
|
3192
|
-
"pattern": "^([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)(\\.[0-9]+)?$",
|
|
3193
|
-
"type": "string",
|
|
3194
|
-
"description": "A time during the day, with no date specified"
|
|
3195
|
-
},
|
|
3196
|
-
"ContactDetail": {
|
|
3197
|
-
"description": "Specifies contact information for a person or organization.",
|
|
3198
|
-
"properties": {
|
|
3199
|
-
"id": {
|
|
3200
|
-
"description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
|
|
3201
|
-
"$ref": "#/definitions/string"
|
|
3202
|
-
},
|
|
3203
|
-
"extension": {
|
|
3204
|
-
"description": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
|
|
3205
|
-
"items": {
|
|
3206
|
-
"$ref": "#/definitions/Extension"
|
|
3207
|
-
},
|
|
3208
|
-
"type": "array",
|
|
3209
|
-
"widget": {
|
|
3210
|
-
"id": "hidden"
|
|
3211
|
-
}
|
|
3212
|
-
},
|
|
3213
|
-
"name": {
|
|
3214
|
-
"description": "The name of an individual to contact.",
|
|
3215
|
-
"$ref": "#/definitions/string"
|
|
3216
|
-
},
|
|
3217
|
-
"telecom": {
|
|
3218
|
-
"description": "The contact details for the individual (if a name was provided) or the organization.",
|
|
3219
|
-
"items": {
|
|
3220
|
-
"$ref": "#/definitions/ContactPoint"
|
|
3221
|
-
},
|
|
3222
|
-
"type": "array"
|
|
3223
|
-
}
|
|
3224
|
-
},
|
|
3225
|
-
"additionalProperties": false,
|
|
3226
|
-
"type": "object"
|
|
3227
|
-
},
|
|
3228
|
-
"Contributor": {
|
|
3229
|
-
"description": "A contributor to the content of a knowledge asset, including authors, editors, reviewers, and endorsers.",
|
|
3230
|
-
"properties": {
|
|
3231
|
-
"id": {
|
|
3232
|
-
"description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
|
|
3233
|
-
"$ref": "#/definitions/string"
|
|
3234
|
-
},
|
|
3235
|
-
"extension": {
|
|
3236
|
-
"description": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
|
|
3237
|
-
"items": {
|
|
3238
|
-
"$ref": "#/definitions/Extension"
|
|
3239
|
-
},
|
|
3240
|
-
"type": "array",
|
|
3241
|
-
"widget": {
|
|
3242
|
-
"id": "hidden"
|
|
3243
|
-
}
|
|
3244
|
-
},
|
|
3245
|
-
"type": {
|
|
3246
|
-
"description": "The type of contributor.",
|
|
3247
|
-
"enum": [
|
|
3248
|
-
"author",
|
|
3249
|
-
"editor",
|
|
3250
|
-
"reviewer",
|
|
3251
|
-
"endorser"
|
|
3252
|
-
],
|
|
3253
|
-
"type": "string"
|
|
3254
|
-
},
|
|
3255
|
-
"name": {
|
|
3256
|
-
"description": "The name of the individual or organization responsible for the contribution.",
|
|
3257
|
-
"$ref": "#/definitions/string"
|
|
3258
|
-
},
|
|
3259
|
-
"contact": {
|
|
3260
|
-
"description": "Contact details to assist a user in finding and communicating with the contributor.",
|
|
3261
|
-
"items": {
|
|
3262
|
-
"$ref": "#/definitions/ContactDetail"
|
|
3263
|
-
},
|
|
3264
|
-
"type": "array"
|
|
3265
|
-
}
|
|
3266
|
-
},
|
|
3267
|
-
"additionalProperties": false,
|
|
3268
|
-
"type": "object"
|
|
3269
|
-
},
|
|
3270
|
-
"DataRequirement": {
|
|
3271
|
-
"description": "Describes a required data item for evaluation in terms of the type of data, and optional code or date-based filters of the data.",
|
|
3272
|
-
"properties": {
|
|
3273
|
-
"id": {
|
|
3274
|
-
"description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
|
|
3275
|
-
"$ref": "#/definitions/string"
|
|
3276
|
-
},
|
|
3277
|
-
"extension": {
|
|
3278
|
-
"description": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
|
|
3279
|
-
"items": {
|
|
3280
|
-
"$ref": "#/definitions/Extension"
|
|
3281
|
-
},
|
|
3282
|
-
"type": "array",
|
|
3283
|
-
"widget": {
|
|
3284
|
-
"id": "hidden"
|
|
3285
|
-
}
|
|
3286
|
-
},
|
|
3287
|
-
"type": {
|
|
3288
|
-
"description": "The type of the required data, specified as the type name of a resource. For profiles, this value is set to the type of the base resource of the profile.",
|
|
3289
|
-
"$ref": "#/definitions/code"
|
|
3290
|
-
},
|
|
3291
|
-
"profile": {
|
|
3292
|
-
"description": "The profile of the required data, specified as the uri of the profile definition.",
|
|
3293
|
-
"items": {
|
|
3294
|
-
"$ref": "#/definitions/canonical"
|
|
3295
|
-
},
|
|
3296
|
-
"type": "array"
|
|
3297
|
-
},
|
|
3298
|
-
"subjectCodeableConcept": {
|
|
3299
|
-
"description": "The intended subjects of the data requirement. If this element is not provided, a Patient subject is assumed.",
|
|
3300
|
-
"$ref": "#/definitions/CodeableConcept"
|
|
3301
|
-
},
|
|
3302
|
-
"subjectReference": {
|
|
3303
|
-
"description": "The intended subjects of the data requirement. If this element is not provided, a Patient subject is assumed.",
|
|
3304
|
-
"$ref": "#/definitions/Reference"
|
|
3305
|
-
},
|
|
3306
|
-
"mustSupport": {
|
|
3307
|
-
"description": "Indicates that specific elements of the type are referenced by the knowledge module and must be supported by the consumer in order to obtain an effective evaluation. This does not mean that a value is required for this element, only that the consuming system must understand the element and be able to provide values for it if they are available. \n\nThe value of mustSupport SHALL be a FHIRPath resolveable on the type of the DataRequirement. The path SHALL consist only of identifiers, constant indexers, and .resolve() (see the [Simple FHIRPath Profile](fhirpath.html#simple) for full details).",
|
|
3308
|
-
"items": {
|
|
3309
|
-
"$ref": "#/definitions/string"
|
|
3310
|
-
},
|
|
3311
|
-
"type": "array"
|
|
3312
|
-
},
|
|
3313
|
-
"codeFilter": {
|
|
3314
|
-
"description": "Code filters specify additional constraints on the data, specifying the value set of interest for a particular element of the data. Each code filter defines an additional constraint on the data, i.e. code filters are AND'ed, not OR'ed.",
|
|
3315
|
-
"items": {
|
|
3316
|
-
"$ref": "#/definitions/DataRequirement_CodeFilter"
|
|
3317
|
-
},
|
|
3318
|
-
"type": "array"
|
|
3319
|
-
},
|
|
3320
|
-
"dateFilter": {
|
|
3321
|
-
"description": "Date filters specify additional constraints on the data in terms of the applicable date range for specific elements. Each date filter specifies an additional constraint on the data, i.e. date filters are AND'ed, not OR'ed.",
|
|
3322
|
-
"items": {
|
|
3323
|
-
"$ref": "#/definitions/DataRequirement_DateFilter"
|
|
3324
|
-
},
|
|
3325
|
-
"type": "array"
|
|
3326
|
-
},
|
|
3327
|
-
"limit": {
|
|
3328
|
-
"description": "Specifies a maximum number of results that are required (uses the _count search parameter).",
|
|
3329
|
-
"$ref": "#/definitions/positiveInt"
|
|
3330
|
-
},
|
|
3331
|
-
"sort": {
|
|
3332
|
-
"description": "Specifies the order of the results to be returned.",
|
|
3333
|
-
"items": {
|
|
3334
|
-
"$ref": "#/definitions/DataRequirement_Sort"
|
|
3335
|
-
},
|
|
3336
|
-
"type": "array"
|
|
3337
|
-
}
|
|
3338
|
-
},
|
|
3339
|
-
"additionalProperties": false,
|
|
3340
|
-
"type": "object"
|
|
3341
|
-
},
|
|
3342
|
-
"canonical": {
|
|
3343
|
-
"pattern": "^\\S*$",
|
|
3344
|
-
"type": "string"
|
|
3345
|
-
},
|
|
3346
|
-
"DataRequirement_CodeFilter": {
|
|
3347
|
-
"description": "Describes a required data item for evaluation in terms of the type of data, and optional code or date-based filters of the data.",
|
|
3348
|
-
"properties": {
|
|
3349
|
-
"id": {
|
|
3350
|
-
"description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
|
|
3351
|
-
"$ref": "#/definitions/string"
|
|
3352
|
-
},
|
|
3353
|
-
"extension": {
|
|
3354
|
-
"description": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
|
|
3355
|
-
"items": {
|
|
3356
|
-
"$ref": "#/definitions/Extension"
|
|
3357
|
-
},
|
|
3358
|
-
"type": "array",
|
|
3359
|
-
"widget": {
|
|
3360
|
-
"id": "hidden"
|
|
3361
|
-
}
|
|
3362
|
-
},
|
|
3363
|
-
"modifierExtension": {
|
|
3364
|
-
"description": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
|
|
3365
|
-
"items": {
|
|
3366
|
-
"$ref": "#/definitions/Extension"
|
|
3367
|
-
},
|
|
3368
|
-
"type": "array",
|
|
3369
|
-
"widget": {
|
|
3370
|
-
"id": "hidden"
|
|
3371
|
-
}
|
|
3372
|
-
},
|
|
3373
|
-
"path": {
|
|
3374
|
-
"description": "The code-valued attribute of the filter. The specified path SHALL be a FHIRPath resolveable on the specified type of the DataRequirement, and SHALL consist only of identifiers, constant indexers, and .resolve(). The path is allowed to contain qualifiers (.) to traverse sub-elements, as well as indexers ([x]) to traverse multiple-cardinality sub-elements (see the [Simple FHIRPath Profile](fhirpath.html#simple) for full details). Note that the index must be an integer constant. The path must resolve to an element of type code, Coding, or CodeableConcept.",
|
|
3375
|
-
"$ref": "#/definitions/string"
|
|
3376
|
-
},
|
|
3377
|
-
"searchParam": {
|
|
3378
|
-
"description": "A token parameter that refers to a search parameter defined on the specified type of the DataRequirement, and which searches on elements of type code, Coding, or CodeableConcept.",
|
|
3379
|
-
"$ref": "#/definitions/string"
|
|
3380
|
-
},
|
|
3381
|
-
"valueSet": {
|
|
3382
|
-
"description": "The valueset for the code filter. The valueSet and code elements are additive. If valueSet is specified, the filter will return only those data items for which the value of the code-valued element specified in the path is a member of the specified valueset.",
|
|
3383
|
-
"$ref": "#/definitions/canonical"
|
|
3384
|
-
},
|
|
3385
|
-
"code": {
|
|
3386
|
-
"description": "The codes for the code filter. If values are given, the filter will return only those data items for which the code-valued attribute specified by the path has a value that is one of the specified codes. If codes are specified in addition to a value set, the filter returns items matching a code in the value set or one of the specified codes.",
|
|
3387
|
-
"items": {
|
|
3388
|
-
"$ref": "#/definitions/Coding"
|
|
3389
|
-
},
|
|
3390
|
-
"type": "array"
|
|
3391
|
-
}
|
|
3392
|
-
},
|
|
3393
|
-
"additionalProperties": false,
|
|
3394
|
-
"type": "object"
|
|
3395
|
-
},
|
|
3396
|
-
"DataRequirement_DateFilter": {
|
|
3397
|
-
"description": "Describes a required data item for evaluation in terms of the type of data, and optional code or date-based filters of the data.",
|
|
3398
|
-
"properties": {
|
|
3399
|
-
"id": {
|
|
3400
|
-
"description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
|
|
3401
|
-
"$ref": "#/definitions/string"
|
|
3402
|
-
},
|
|
3403
|
-
"extension": {
|
|
3404
|
-
"description": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
|
|
3405
|
-
"items": {
|
|
3406
|
-
"$ref": "#/definitions/Extension"
|
|
3407
|
-
},
|
|
3408
|
-
"type": "array",
|
|
3409
|
-
"widget": {
|
|
3410
|
-
"id": "hidden"
|
|
3411
|
-
}
|
|
3412
|
-
},
|
|
3413
|
-
"modifierExtension": {
|
|
3414
|
-
"description": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
|
|
3415
|
-
"items": {
|
|
3416
|
-
"$ref": "#/definitions/Extension"
|
|
3417
|
-
},
|
|
3418
|
-
"type": "array",
|
|
3419
|
-
"widget": {
|
|
3420
|
-
"id": "hidden"
|
|
3421
|
-
}
|
|
3422
|
-
},
|
|
3423
|
-
"path": {
|
|
3424
|
-
"description": "The date-valued attribute of the filter. The specified path SHALL be a FHIRPath resolveable on the specified type of the DataRequirement, and SHALL consist only of identifiers, constant indexers, and .resolve(). The path is allowed to contain qualifiers (.) to traverse sub-elements, as well as indexers ([x]) to traverse multiple-cardinality sub-elements (see the [Simple FHIRPath Profile](fhirpath.html#simple) for full details). Note that the index must be an integer constant. The path must resolve to an element of type date, dateTime, Period, Schedule, or Timing.",
|
|
3425
|
-
"$ref": "#/definitions/string"
|
|
3426
|
-
},
|
|
3427
|
-
"searchParam": {
|
|
3428
|
-
"description": "A date parameter that refers to a search parameter defined on the specified type of the DataRequirement, and which searches on elements of type date, dateTime, Period, Schedule, or Timing.",
|
|
3429
|
-
"$ref": "#/definitions/string"
|
|
3430
|
-
},
|
|
3431
|
-
"valueDateTime": {
|
|
3432
|
-
"description": "The value of the filter. If period is specified, the filter will return only those data items that fall within the bounds determined by the Period, inclusive of the period boundaries. If dateTime is specified, the filter will return only those data items that are equal to the specified dateTime. If a Duration is specified, the filter will return only those data items that fall within Duration before now.",
|
|
3433
|
-
"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)))?)?)?$",
|
|
3434
|
-
"type": "string"
|
|
3435
|
-
},
|
|
3436
|
-
"valuePeriod": {
|
|
3437
|
-
"description": "The value of the filter. If period is specified, the filter will return only those data items that fall within the bounds determined by the Period, inclusive of the period boundaries. If dateTime is specified, the filter will return only those data items that are equal to the specified dateTime. If a Duration is specified, the filter will return only those data items that fall within Duration before now.",
|
|
3438
|
-
"$ref": "#/definitions/Period"
|
|
3439
|
-
},
|
|
3440
|
-
"valueDuration": {
|
|
3441
|
-
"description": "The value of the filter. If period is specified, the filter will return only those data items that fall within the bounds determined by the Period, inclusive of the period boundaries. If dateTime is specified, the filter will return only those data items that are equal to the specified dateTime. If a Duration is specified, the filter will return only those data items that fall within Duration before now.",
|
|
3442
|
-
"$ref": "#/definitions/Duration"
|
|
3443
|
-
}
|
|
3444
|
-
},
|
|
3445
|
-
"additionalProperties": false,
|
|
3446
|
-
"type": "object"
|
|
3447
|
-
},
|
|
3448
|
-
"DataRequirement_Sort": {
|
|
3449
|
-
"description": "Describes a required data item for evaluation in terms of the type of data, and optional code or date-based filters of the data.",
|
|
3450
|
-
"properties": {
|
|
3451
|
-
"id": {
|
|
3452
|
-
"description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
|
|
3453
|
-
"$ref": "#/definitions/string"
|
|
3454
|
-
},
|
|
3455
|
-
"extension": {
|
|
3456
|
-
"description": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
|
|
3457
|
-
"items": {
|
|
3458
|
-
"$ref": "#/definitions/Extension"
|
|
3459
|
-
},
|
|
3460
|
-
"type": "array",
|
|
3461
|
-
"widget": {
|
|
3462
|
-
"id": "hidden"
|
|
3463
|
-
}
|
|
3464
|
-
},
|
|
3465
|
-
"modifierExtension": {
|
|
3466
|
-
"description": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
|
|
3467
|
-
"items": {
|
|
3468
|
-
"$ref": "#/definitions/Extension"
|
|
3469
|
-
},
|
|
3470
|
-
"type": "array",
|
|
3471
|
-
"widget": {
|
|
3472
|
-
"id": "hidden"
|
|
3473
|
-
}
|
|
3474
|
-
},
|
|
3475
|
-
"path": {
|
|
3476
|
-
"description": "The attribute of the sort. The specified path must be resolvable from the type of the required data. The path is allowed to contain qualifiers (.) to traverse sub-elements, as well as indexers ([x]) to traverse multiple-cardinality sub-elements. Note that the index must be an integer constant.",
|
|
3477
|
-
"$ref": "#/definitions/string"
|
|
3478
|
-
},
|
|
3479
|
-
"direction": {
|
|
3480
|
-
"description": "The direction of the sort, ascending or descending.",
|
|
3481
|
-
"enum": [
|
|
3482
|
-
"ascending",
|
|
3483
|
-
"descending"
|
|
3484
|
-
],
|
|
3485
|
-
"type": "string"
|
|
3486
|
-
}
|
|
3487
|
-
},
|
|
3488
|
-
"additionalProperties": false,
|
|
3489
|
-
"type": "object"
|
|
3490
|
-
},
|
|
3491
|
-
"Expression": {
|
|
3492
|
-
"description": "A expression that is evaluated in a specified context and returns a value. The context of use of the expression must specify the context in which the expression is evaluated, and how the result of the expression is used.",
|
|
3493
|
-
"properties": {
|
|
3494
|
-
"id": {
|
|
3495
|
-
"description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
|
|
3496
|
-
"$ref": "#/definitions/string"
|
|
3497
|
-
},
|
|
3498
|
-
"extension": {
|
|
3499
|
-
"description": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
|
|
3500
|
-
"items": {
|
|
3501
|
-
"$ref": "#/definitions/Extension"
|
|
3502
|
-
},
|
|
3503
|
-
"type": "array",
|
|
3504
|
-
"widget": {
|
|
3505
|
-
"id": "hidden"
|
|
3506
|
-
}
|
|
3507
|
-
},
|
|
3508
|
-
"description": {
|
|
3509
|
-
"description": "A brief, natural language description of the condition that effectively communicates the intended semantics.",
|
|
3510
|
-
"$ref": "#/definitions/string"
|
|
3511
|
-
},
|
|
3512
|
-
"name": {
|
|
3513
|
-
"description": "A short name assigned to the expression to allow for multiple reuse of the expression in the context where it is defined.",
|
|
3514
|
-
"$ref": "#/definitions/id"
|
|
3515
|
-
},
|
|
3516
|
-
"language": {
|
|
3517
|
-
"description": "The media type of the language for the expression.",
|
|
3518
|
-
"enum": [
|
|
3519
|
-
"text/cql",
|
|
3520
|
-
"text/fhirpath",
|
|
3521
|
-
"application/x-fhir-query"
|
|
3522
|
-
],
|
|
3523
|
-
"type": "string"
|
|
3524
|
-
},
|
|
3525
|
-
"expression": {
|
|
3526
|
-
"description": "An expression in the specified language that returns a value.",
|
|
3527
|
-
"$ref": "#/definitions/string"
|
|
3528
|
-
},
|
|
3529
|
-
"reference": {
|
|
3530
|
-
"description": "A URI that defines where the expression is found.",
|
|
3531
|
-
"$ref": "#/definitions/uri"
|
|
3532
|
-
}
|
|
3533
|
-
},
|
|
3534
|
-
"additionalProperties": false,
|
|
3535
|
-
"type": "object"
|
|
3536
|
-
},
|
|
3537
|
-
"id": {
|
|
3538
|
-
"pattern": "^[A-Za-z0-9\\-\\.]{1,64}$",
|
|
3539
|
-
"type": "string",
|
|
3540
|
-
"description": "Any combination of letters, numerals, \"-\" and \".\", with a length limit of 64 characters. (This might be an integer, an unprefixed OID, UUID or any other identifier pattern that meets these constraints.) Ids are case-insensitive."
|
|
3541
|
-
},
|
|
3542
|
-
"ParameterDefinition": {
|
|
3543
|
-
"description": "The parameters to the module. This collection specifies both the input and output parameters. Input parameters are provided by the caller as part of the $evaluate operation. Output parameters are included in the GuidanceResponse.",
|
|
3544
|
-
"properties": {
|
|
3545
|
-
"id": {
|
|
3546
|
-
"description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
|
|
3547
|
-
"$ref": "#/definitions/string"
|
|
3548
|
-
},
|
|
3549
|
-
"extension": {
|
|
3550
|
-
"description": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
|
|
3551
|
-
"items": {
|
|
3552
|
-
"$ref": "#/definitions/Extension"
|
|
3553
|
-
},
|
|
3554
|
-
"type": "array",
|
|
3555
|
-
"widget": {
|
|
3556
|
-
"id": "hidden"
|
|
3557
|
-
}
|
|
3558
|
-
},
|
|
3559
|
-
"name": {
|
|
3560
|
-
"description": "The name of the parameter used to allow access to the value of the parameter in evaluation contexts.",
|
|
3561
|
-
"$ref": "#/definitions/code"
|
|
3562
|
-
},
|
|
3563
|
-
"use": {
|
|
3564
|
-
"description": "Whether the parameter is input or output for the module.",
|
|
3565
|
-
"$ref": "#/definitions/code"
|
|
3566
|
-
},
|
|
3567
|
-
"min": {
|
|
3568
|
-
"description": "The minimum number of times this parameter SHALL appear in the request or response.",
|
|
3569
|
-
"$ref": "#/definitions/integer"
|
|
3570
|
-
},
|
|
3571
|
-
"max": {
|
|
3572
|
-
"description": "The maximum number of times this element is permitted to appear in the request or response.",
|
|
3573
|
-
"$ref": "#/definitions/string"
|
|
3574
|
-
},
|
|
3575
|
-
"documentation": {
|
|
3576
|
-
"description": "A brief discussion of what the parameter is for and how it is used by the module.",
|
|
3577
|
-
"$ref": "#/definitions/string"
|
|
3578
|
-
},
|
|
3579
|
-
"type": {
|
|
3580
|
-
"description": "The type of the parameter.",
|
|
3581
|
-
"$ref": "#/definitions/code"
|
|
3582
|
-
},
|
|
3583
|
-
"profile": {
|
|
3584
|
-
"description": "If specified, this indicates a profile that the input data must conform to, or that the output data will conform to.",
|
|
3585
|
-
"$ref": "#/definitions/canonical"
|
|
3586
|
-
}
|
|
3587
|
-
},
|
|
3588
|
-
"additionalProperties": false,
|
|
3589
|
-
"type": "object"
|
|
3590
|
-
},
|
|
3591
|
-
"integer": {
|
|
3592
|
-
"pattern": "^-?([0]|([1-9][0-9]*))$",
|
|
3593
|
-
"type": "integer"
|
|
3594
|
-
},
|
|
3595
|
-
"RelatedArtifact": {
|
|
3596
|
-
"description": "Related artifacts such as additional documentation, justification, or bibliographic references.",
|
|
3597
|
-
"properties": {
|
|
3598
|
-
"id": {
|
|
3599
|
-
"description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
|
|
3600
|
-
"$ref": "#/definitions/string"
|
|
3601
|
-
},
|
|
3602
|
-
"extension": {
|
|
3603
|
-
"description": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
|
|
3604
|
-
"items": {
|
|
3605
|
-
"$ref": "#/definitions/Extension"
|
|
3606
|
-
},
|
|
3607
|
-
"type": "array",
|
|
3608
|
-
"widget": {
|
|
3609
|
-
"id": "hidden"
|
|
3610
|
-
}
|
|
3611
|
-
},
|
|
3612
|
-
"type": {
|
|
3613
|
-
"description": "The type of relationship to the related artifact.",
|
|
3614
|
-
"enum": [
|
|
3615
|
-
"documentation",
|
|
3616
|
-
"justification",
|
|
3617
|
-
"citation",
|
|
3618
|
-
"predecessor",
|
|
3619
|
-
"successor",
|
|
3620
|
-
"derived-from",
|
|
3621
|
-
"depends-on",
|
|
3622
|
-
"composed-of"
|
|
3623
|
-
],
|
|
3624
|
-
"type": "string"
|
|
3625
|
-
},
|
|
3626
|
-
"label": {
|
|
3627
|
-
"description": "A short label that can be used to reference the citation from elsewhere in the containing artifact, such as a footnote index.",
|
|
3628
|
-
"$ref": "#/definitions/string"
|
|
3629
|
-
},
|
|
3630
|
-
"display": {
|
|
3631
|
-
"description": "A brief description of the document or knowledge resource being referenced, suitable for display to a consumer.",
|
|
3632
|
-
"$ref": "#/definitions/string"
|
|
3633
|
-
},
|
|
3634
|
-
"citation": {
|
|
3635
|
-
"description": "A bibliographic citation for the related artifact. This text SHOULD be formatted according to an accepted citation format.",
|
|
3636
|
-
"$ref": "#/definitions/markdown"
|
|
3637
|
-
},
|
|
3638
|
-
"url": {
|
|
3639
|
-
"description": "A url for the artifact that can be followed to access the actual content.",
|
|
3640
|
-
"$ref": "#/definitions/url"
|
|
3641
|
-
},
|
|
3642
|
-
"document": {
|
|
3643
|
-
"description": "The document being referenced, represented as an attachment. This is exclusive with the resource element.",
|
|
3644
|
-
"$ref": "#/definitions/Attachment"
|
|
3645
|
-
},
|
|
3646
|
-
"resource": {
|
|
3647
|
-
"description": "The related resource, such as a library, value set, profile, or other knowledge resource.",
|
|
3648
|
-
"$ref": "#/definitions/canonical"
|
|
3649
|
-
}
|
|
3650
|
-
},
|
|
3651
|
-
"additionalProperties": false,
|
|
3652
|
-
"type": "object"
|
|
3653
|
-
},
|
|
3654
|
-
"TriggerDefinition": {
|
|
3655
|
-
"description": "A description of a triggering event. Triggering events can be named events, data events, or periodic, as determined by the type element.",
|
|
3656
|
-
"properties": {
|
|
3657
|
-
"id": {
|
|
3658
|
-
"description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
|
|
3659
|
-
"$ref": "#/definitions/string"
|
|
3660
|
-
},
|
|
3661
|
-
"extension": {
|
|
3662
|
-
"description": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
|
|
3663
|
-
"items": {
|
|
3664
|
-
"$ref": "#/definitions/Extension"
|
|
3665
|
-
},
|
|
3666
|
-
"type": "array",
|
|
3667
|
-
"widget": {
|
|
3668
|
-
"id": "hidden"
|
|
3669
|
-
}
|
|
3670
|
-
},
|
|
3671
|
-
"type": {
|
|
3672
|
-
"description": "The type of triggering event.",
|
|
3673
|
-
"enum": [
|
|
3674
|
-
"named-event",
|
|
3675
|
-
"periodic",
|
|
3676
|
-
"data-changed",
|
|
3677
|
-
"data-added",
|
|
3678
|
-
"data-modified",
|
|
3679
|
-
"data-removed",
|
|
3680
|
-
"data-accessed",
|
|
3681
|
-
"data-access-ended"
|
|
3682
|
-
],
|
|
3683
|
-
"type": "string"
|
|
3684
|
-
},
|
|
3685
|
-
"name": {
|
|
3686
|
-
"description": "A formal name for the event. This may be an absolute URI that identifies the event formally (e.g. from a trigger registry), or a simple relative URI that identifies the event in a local context.",
|
|
3687
|
-
"$ref": "#/definitions/string"
|
|
3688
|
-
},
|
|
3689
|
-
"timingTiming": {
|
|
3690
|
-
"description": "The timing of the event (if this is a periodic trigger).",
|
|
3691
|
-
"$ref": "#/definitions/Timing"
|
|
3692
|
-
},
|
|
3693
|
-
"timingReference": {
|
|
3694
|
-
"description": "The timing of the event (if this is a periodic trigger).",
|
|
3695
|
-
"$ref": "#/definitions/Reference"
|
|
3696
|
-
},
|
|
3697
|
-
"timingDate": {
|
|
3698
|
-
"description": "The timing of the event (if this is a periodic trigger).",
|
|
3699
|
-
"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]))?)?$",
|
|
3700
|
-
"type": "string"
|
|
3701
|
-
},
|
|
3702
|
-
"timingDateTime": {
|
|
3703
|
-
"description": "The timing of the event (if this is a periodic trigger).",
|
|
3704
|
-
"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)))?)?)?$",
|
|
3705
|
-
"type": "string"
|
|
3706
|
-
},
|
|
3707
|
-
"data": {
|
|
3708
|
-
"description": "The triggering data of the event (if this is a data trigger). If more than one data is requirement is specified, then all the data requirements must be true.",
|
|
3709
|
-
"items": {
|
|
3710
|
-
"$ref": "#/definitions/DataRequirement"
|
|
3711
|
-
},
|
|
3712
|
-
"type": "array"
|
|
3713
|
-
},
|
|
3714
|
-
"condition": {
|
|
3715
|
-
"description": "A boolean-valued expression that is evaluated in the context of the container of the trigger definition and returns whether or not the trigger fires.",
|
|
3716
|
-
"$ref": "#/definitions/Expression"
|
|
3717
|
-
}
|
|
3718
|
-
},
|
|
3719
|
-
"additionalProperties": false,
|
|
3720
|
-
"type": "object"
|
|
3721
|
-
},
|
|
3722
|
-
"UsageContext": {
|
|
3723
|
-
"description": "Specifies clinical/business/etc. metadata that can be used to retrieve, index and/or categorize an artifact. This metadata can either be specific to the applicable population (e.g., age category, DRG) or the specific context of care (e.g., venue, care setting, provider of care).",
|
|
3724
|
-
"properties": {
|
|
3725
|
-
"id": {
|
|
3726
|
-
"description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
|
|
3727
|
-
"$ref": "#/definitions/string"
|
|
3728
|
-
},
|
|
3729
|
-
"extension": {
|
|
3730
|
-
"description": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
|
|
3731
|
-
"items": {
|
|
3732
|
-
"$ref": "#/definitions/Extension"
|
|
3733
|
-
},
|
|
3734
|
-
"type": "array",
|
|
3735
|
-
"widget": {
|
|
3736
|
-
"id": "hidden"
|
|
3737
|
-
}
|
|
3738
|
-
},
|
|
3739
|
-
"code": {
|
|
3740
|
-
"description": "A code that identifies the type of context being specified by this usage context.",
|
|
3741
|
-
"$ref": "#/definitions/Coding"
|
|
3742
|
-
},
|
|
3743
|
-
"valueCodeableConcept": {
|
|
3744
|
-
"description": "A value that defines the context specified in this context of use. The interpretation of the value is defined by the code.",
|
|
3745
|
-
"$ref": "#/definitions/CodeableConcept"
|
|
3746
|
-
},
|
|
3747
|
-
"valueQuantity": {
|
|
3748
|
-
"description": "A value that defines the context specified in this context of use. The interpretation of the value is defined by the code.",
|
|
3749
|
-
"$ref": "#/definitions/Quantity"
|
|
3750
|
-
},
|
|
3751
|
-
"valueRange": {
|
|
3752
|
-
"description": "A value that defines the context specified in this context of use. The interpretation of the value is defined by the code.",
|
|
3753
|
-
"$ref": "#/definitions/Range"
|
|
3754
|
-
},
|
|
3755
|
-
"valueReference": {
|
|
3756
|
-
"description": "A value that defines the context specified in this context of use. The interpretation of the value is defined by the code.",
|
|
3757
|
-
"$ref": "#/definitions/Reference"
|
|
3758
|
-
}
|
|
3759
|
-
},
|
|
3760
|
-
"additionalProperties": false,
|
|
3761
|
-
"required": [
|
|
3762
|
-
"code"
|
|
3763
|
-
],
|
|
3764
|
-
"type": "object"
|
|
3765
|
-
},
|
|
3766
|
-
"Dosage": {
|
|
3767
|
-
"description": "Indicates how the medication is/was taken or should be taken by the patient.",
|
|
3768
|
-
"properties": {
|
|
3769
|
-
"id": {
|
|
3770
|
-
"description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
|
|
3771
|
-
"$ref": "#/definitions/string"
|
|
3772
|
-
},
|
|
3773
|
-
"extension": {
|
|
3774
|
-
"description": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
|
|
3775
|
-
"items": {
|
|
3776
|
-
"$ref": "#/definitions/Extension"
|
|
3777
|
-
},
|
|
3778
|
-
"type": "array",
|
|
3779
|
-
"widget": {
|
|
3780
|
-
"id": "hidden"
|
|
3781
|
-
}
|
|
3782
|
-
},
|
|
3783
|
-
"modifierExtension": {
|
|
3784
|
-
"description": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
|
|
3785
|
-
"items": {
|
|
3786
|
-
"$ref": "#/definitions/Extension"
|
|
3787
|
-
},
|
|
3788
|
-
"type": "array",
|
|
3789
|
-
"widget": {
|
|
3790
|
-
"id": "hidden"
|
|
3791
|
-
}
|
|
3792
|
-
},
|
|
3793
|
-
"sequence": {
|
|
3794
|
-
"description": "Indicates the order in which the dosage instructions should be applied or interpreted.",
|
|
3795
|
-
"$ref": "#/definitions/integer"
|
|
3796
|
-
},
|
|
3797
|
-
"text": {
|
|
3798
|
-
"description": "Free text dosage instructions e.g. SIG.",
|
|
3799
|
-
"$ref": "#/definitions/string"
|
|
3800
|
-
},
|
|
3801
|
-
"additionalInstruction": {
|
|
3802
|
-
"description": "Supplemental instructions to the patient on how to take the medication (e.g. \"with meals\" or\"take half to one hour before food\") or warnings for the patient about the medication (e.g. \"may cause drowsiness\" or \"avoid exposure of skin to direct sunlight or sunlamps\").",
|
|
3803
|
-
"items": {
|
|
3804
|
-
"$ref": "#/definitions/CodeableConcept"
|
|
3805
|
-
},
|
|
3806
|
-
"type": "array"
|
|
3807
|
-
},
|
|
3808
|
-
"patientInstruction": {
|
|
3809
|
-
"description": "Instructions in terms that are understood by the patient or consumer.",
|
|
3810
|
-
"$ref": "#/definitions/string"
|
|
3811
|
-
},
|
|
3812
|
-
"timing": {
|
|
3813
|
-
"description": "When medication should be administered.",
|
|
3814
|
-
"$ref": "#/definitions/Timing"
|
|
3815
|
-
},
|
|
3816
|
-
"asNeededBoolean": {
|
|
3817
|
-
"description": "Indicates whether the Medication is only taken when needed within a specific dosing schedule (Boolean option), or it indicates the precondition for taking the Medication (CodeableConcept).",
|
|
3818
|
-
"pattern": "^true|false$",
|
|
3819
|
-
"type": "boolean"
|
|
3820
|
-
},
|
|
3821
|
-
"asNeededCodeableConcept": {
|
|
3822
|
-
"description": "Indicates whether the Medication is only taken when needed within a specific dosing schedule (Boolean option), or it indicates the precondition for taking the Medication (CodeableConcept).",
|
|
3823
|
-
"$ref": "#/definitions/CodeableConcept"
|
|
3824
|
-
},
|
|
3825
|
-
"site": {
|
|
3826
|
-
"description": "Body site to administer to.",
|
|
3827
|
-
"$ref": "#/definitions/CodeableConcept"
|
|
3828
|
-
},
|
|
3829
|
-
"route": {
|
|
3830
|
-
"description": "How drug should enter body.",
|
|
3831
|
-
"$ref": "#/definitions/CodeableConcept"
|
|
3832
|
-
},
|
|
3833
|
-
"method": {
|
|
3834
|
-
"description": "Technique for administering medication.",
|
|
3835
|
-
"$ref": "#/definitions/CodeableConcept"
|
|
3836
|
-
},
|
|
3837
|
-
"doseAndRate": {
|
|
3838
|
-
"description": "The amount of medication administered.",
|
|
3839
|
-
"items": {
|
|
3840
|
-
"$ref": "#/definitions/Dosage_DoseAndRate"
|
|
3841
|
-
},
|
|
3842
|
-
"type": "array"
|
|
3843
|
-
},
|
|
3844
|
-
"maxDosePerPeriod": {
|
|
3845
|
-
"description": "Upper limit on medication per unit of time.",
|
|
3846
|
-
"$ref": "#/definitions/Ratio"
|
|
3847
|
-
},
|
|
3848
|
-
"maxDosePerAdministration": {
|
|
3849
|
-
"description": "Upper limit on medication per administration.",
|
|
3850
|
-
"$ref": "#/definitions/Quantity"
|
|
3851
|
-
},
|
|
3852
|
-
"maxDosePerLifetime": {
|
|
3853
|
-
"description": "Upper limit on medication per lifetime of the patient.",
|
|
3854
|
-
"$ref": "#/definitions/Quantity"
|
|
3855
|
-
}
|
|
3856
|
-
},
|
|
3857
|
-
"additionalProperties": false,
|
|
3858
|
-
"type": "object"
|
|
3859
|
-
},
|
|
3860
|
-
"Dosage_DoseAndRate": {
|
|
3861
|
-
"description": "Indicates how the medication is/was taken or should be taken by the patient.",
|
|
3862
|
-
"properties": {
|
|
3863
|
-
"id": {
|
|
3864
|
-
"description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
|
|
3865
|
-
"$ref": "#/definitions/string"
|
|
3866
|
-
},
|
|
3867
|
-
"extension": {
|
|
3868
|
-
"description": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
|
|
3869
|
-
"items": {
|
|
3870
|
-
"$ref": "#/definitions/Extension"
|
|
3871
|
-
},
|
|
3872
|
-
"type": "array",
|
|
3873
|
-
"widget": {
|
|
3874
|
-
"id": "hidden"
|
|
3875
|
-
}
|
|
3876
|
-
},
|
|
3877
|
-
"modifierExtension": {
|
|
3878
|
-
"description": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
|
|
3879
|
-
"items": {
|
|
3880
|
-
"$ref": "#/definitions/Extension"
|
|
3881
|
-
},
|
|
3882
|
-
"type": "array",
|
|
3883
|
-
"widget": {
|
|
3884
|
-
"id": "hidden"
|
|
3885
|
-
}
|
|
3886
|
-
},
|
|
3887
|
-
"type": {
|
|
3888
|
-
"description": "The kind of dose or rate specified, for example, ordered or calculated.",
|
|
3889
|
-
"$ref": "#/definitions/CodeableConcept"
|
|
3890
|
-
},
|
|
3891
|
-
"doseRange": {
|
|
3892
|
-
"description": "Amount of medication per dose.",
|
|
3893
|
-
"$ref": "#/definitions/Range"
|
|
3894
|
-
},
|
|
3895
|
-
"doseQuantity": {
|
|
3896
|
-
"description": "Amount of medication per dose.",
|
|
3897
|
-
"$ref": "#/definitions/Quantity"
|
|
3898
|
-
},
|
|
3899
|
-
"rateRatio": {
|
|
3900
|
-
"description": "Amount of medication per unit of time.",
|
|
3901
|
-
"$ref": "#/definitions/Ratio"
|
|
3902
|
-
},
|
|
3903
|
-
"rateRange": {
|
|
3904
|
-
"description": "Amount of medication per unit of time.",
|
|
3905
|
-
"$ref": "#/definitions/Range"
|
|
3906
|
-
},
|
|
3907
|
-
"rateQuantity": {
|
|
3908
|
-
"description": "Amount of medication per unit of time.",
|
|
3909
|
-
"$ref": "#/definitions/Quantity"
|
|
3910
|
-
}
|
|
3911
|
-
},
|
|
3912
|
-
"additionalProperties": false,
|
|
3913
|
-
"type": "object"
|
|
3914
|
-
},
|
|
3915
|
-
"Meta": {
|
|
3916
|
-
"description": "The metadata about a resource. This is content in the resource that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource.",
|
|
3917
|
-
"properties": {
|
|
3918
|
-
"id": {
|
|
3919
|
-
"description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
|
|
3920
|
-
"$ref": "#/definitions/string"
|
|
3921
|
-
},
|
|
3922
|
-
"extension": {
|
|
3923
|
-
"description": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
|
|
3924
|
-
"items": {
|
|
3925
|
-
"$ref": "#/definitions/Extension"
|
|
3926
|
-
},
|
|
3927
|
-
"type": "array",
|
|
3928
|
-
"widget": {
|
|
3929
|
-
"id": "hidden"
|
|
3930
|
-
}
|
|
3931
|
-
},
|
|
3932
|
-
"versionId": {
|
|
3933
|
-
"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.",
|
|
3934
|
-
"$ref": "#/definitions/id"
|
|
3935
|
-
},
|
|
3936
|
-
"lastUpdated": {
|
|
3937
|
-
"description": "When the resource last changed - e.g. when the version changed.",
|
|
3938
|
-
"$ref": "#/definitions/instant"
|
|
3939
|
-
},
|
|
3940
|
-
"source": {
|
|
3941
|
-
"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.",
|
|
3942
|
-
"$ref": "#/definitions/uri"
|
|
3943
|
-
},
|
|
3944
|
-
"profile": {
|
|
3945
|
-
"description": "A list of profiles (references to [[[StructureDefinition]]] resources) that this resource claims to conform to. The URL is a reference to [[[StructureDefinition.url]]].",
|
|
3946
|
-
"items": {
|
|
3947
|
-
"$ref": "#/definitions/canonical"
|
|
3948
|
-
},
|
|
3949
|
-
"type": "array"
|
|
3950
|
-
},
|
|
3951
|
-
"security": {
|
|
3952
|
-
"description": "Security labels applied to this resource. These tags connect specific resources to the overall security policy and infrastructure.",
|
|
3953
|
-
"items": {
|
|
3954
|
-
"$ref": "#/definitions/Coding"
|
|
3955
|
-
},
|
|
3956
|
-
"type": "array"
|
|
3957
|
-
},
|
|
3958
|
-
"tag": {
|
|
3959
|
-
"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.",
|
|
3960
|
-
"items": {
|
|
3961
|
-
"$ref": "#/definitions/Coding"
|
|
3962
|
-
},
|
|
3963
|
-
"type": "array"
|
|
3964
|
-
}
|
|
3965
|
-
},
|
|
3966
|
-
"additionalProperties": false,
|
|
3967
|
-
"type": "object"
|
|
3968
|
-
},
|
|
3969
|
-
"Questionnaire_EnableWhen": {
|
|
3970
|
-
"description": "A structured set of questions intended to guide the collection of answers from end-users. Questionnaires provide detailed control over order, presentation, phraseology and grouping to allow coherent, consistent data collection.",
|
|
3971
|
-
"properties": {
|
|
3972
|
-
"id": {
|
|
3973
|
-
"description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
|
|
3974
|
-
"title": "Id",
|
|
3975
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
3976
|
-
"type": "string"
|
|
3977
|
-
},
|
|
3978
|
-
"extension": {
|
|
3979
|
-
"description": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
|
|
3980
|
-
"items": {
|
|
3981
|
-
"description": "Optional Extension Element - found in all resources.",
|
|
3982
|
-
"properties": {
|
|
3983
|
-
"id": {
|
|
3984
|
-
"description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
|
|
3985
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
3986
|
-
"type": "string"
|
|
3987
|
-
},
|
|
3988
|
-
"url": {
|
|
3989
|
-
"description": "Source of the definition for the extension code - a logical name or a URL.",
|
|
3990
|
-
"pattern": "^\\S*$",
|
|
3991
|
-
"type": "string"
|
|
3992
|
-
},
|
|
3993
|
-
"value": {
|
|
3994
|
-
"description": "Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).",
|
|
3995
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
3996
|
-
"type": "string"
|
|
3997
|
-
}
|
|
3998
|
-
},
|
|
3999
|
-
"additionalProperties": false,
|
|
4000
|
-
"type": "object"
|
|
4001
|
-
},
|
|
4002
|
-
"type": "array",
|
|
4003
|
-
"title": "Extension",
|
|
4004
|
-
"widget": {
|
|
4005
|
-
"id": "hidden"
|
|
4006
|
-
}
|
|
4007
|
-
},
|
|
4008
|
-
"modifierExtension": {
|
|
4009
|
-
"description": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
|
|
4010
|
-
"items": {
|
|
4011
|
-
"description": "Optional Extension Element - found in all resources.",
|
|
4012
|
-
"properties": {
|
|
4013
|
-
"id": {
|
|
4014
|
-
"description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
|
|
4015
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
4016
|
-
"type": "string"
|
|
4017
|
-
},
|
|
4018
|
-
"url": {
|
|
4019
|
-
"description": "Source of the definition for the extension code - a logical name or a URL.",
|
|
4020
|
-
"pattern": "^\\S*$",
|
|
4021
|
-
"type": "string"
|
|
4022
|
-
},
|
|
4023
|
-
"value": {
|
|
4024
|
-
"description": "Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).",
|
|
4025
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
4026
|
-
"type": "string"
|
|
4027
|
-
}
|
|
4028
|
-
},
|
|
4029
|
-
"additionalProperties": false,
|
|
4030
|
-
"type": "object"
|
|
4031
|
-
},
|
|
4032
|
-
"type": "array",
|
|
4033
|
-
"title": "Modifier extension",
|
|
4034
|
-
"widget": {
|
|
4035
|
-
"id": "hidden"
|
|
4036
|
-
}
|
|
4037
|
-
},
|
|
4038
|
-
"question": {
|
|
4039
|
-
"description": "The linkId for the question whose answer (or lack of answer) governs whether this item is enabled.",
|
|
4040
|
-
"title": "Question",
|
|
4041
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
4042
|
-
"type": "string"
|
|
4043
|
-
},
|
|
4044
|
-
"operator": {
|
|
4045
|
-
"description": "Specifies the criteria by which the question is enabled.",
|
|
4046
|
-
"enum": [
|
|
4047
|
-
"exists",
|
|
4048
|
-
"=",
|
|
4049
|
-
"!=",
|
|
4050
|
-
">",
|
|
4051
|
-
"<",
|
|
4052
|
-
">=",
|
|
4053
|
-
"<="
|
|
4054
|
-
],
|
|
4055
|
-
"type": "string",
|
|
4056
|
-
"title": "Operator"
|
|
4057
|
-
},
|
|
4058
|
-
"answerBoolean": {
|
|
4059
|
-
"description": "A value that the referenced question is tested using the specified operator in order for the item to be enabled.",
|
|
4060
|
-
"pattern": "^true|false$",
|
|
4061
|
-
"type": "boolean",
|
|
4062
|
-
"title": "Answer boolean"
|
|
4063
|
-
},
|
|
4064
|
-
"answerDecimal": {
|
|
4065
|
-
"description": "A value that the referenced question is tested using the specified operator in order for the item to be enabled.",
|
|
4066
|
-
"pattern": "^-?(0|[1-9][0-9]*)(\\.[0-9]+)?([eE][+-]?[0-9]+)?$",
|
|
4067
|
-
"type": "number",
|
|
4068
|
-
"title": "Answer decimal"
|
|
4069
|
-
},
|
|
4070
|
-
"answerInteger": {
|
|
4071
|
-
"description": "A value that the referenced question is tested using the specified operator in order for the item to be enabled.",
|
|
4072
|
-
"pattern": "^-?([0]|([1-9][0-9]*))$",
|
|
4073
|
-
"type": "integer",
|
|
4074
|
-
"title": "Answer integer"
|
|
4075
|
-
},
|
|
4076
|
-
"answerDate": {
|
|
4077
|
-
"description": "A value that the referenced question is tested using the specified operator in order for the item to be enabled.",
|
|
4078
|
-
"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]))?)?$",
|
|
4079
|
-
"type": "string",
|
|
4080
|
-
"title": "Answer date"
|
|
4081
|
-
},
|
|
4082
|
-
"answerDateTime": {
|
|
4083
|
-
"description": "A value that the referenced question is tested using the specified operator in order for the item to be enabled.",
|
|
4084
|
-
"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)))?)?)?$",
|
|
4085
|
-
"type": "string",
|
|
4086
|
-
"title": "Answer date time"
|
|
4087
|
-
},
|
|
4088
|
-
"answerTime": {
|
|
4089
|
-
"description": "A value that the referenced question is tested using the specified operator in order for the item to be enabled.",
|
|
4090
|
-
"pattern": "^([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)(\\.[0-9]+)?$",
|
|
4091
|
-
"type": "string",
|
|
4092
|
-
"title": "Answer time"
|
|
4093
|
-
},
|
|
4094
|
-
"answerString": {
|
|
4095
|
-
"description": "A value that the referenced question is tested using the specified operator in order for the item to be enabled.",
|
|
4096
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
4097
|
-
"type": "string",
|
|
4098
|
-
"title": "Answer string"
|
|
4099
|
-
},
|
|
4100
|
-
"answerCoding": {
|
|
4101
|
-
"description": "A value that the referenced question is tested using the specified operator in order for the item to be enabled.",
|
|
4102
|
-
"title": "Answer coding",
|
|
4103
|
-
"properties": {
|
|
4104
|
-
"id": {
|
|
4105
|
-
"description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
|
|
4106
|
-
"widget": {
|
|
4107
|
-
"id": "hidden"
|
|
4108
|
-
},
|
|
4109
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
4110
|
-
"type": "string"
|
|
4111
|
-
},
|
|
4112
|
-
"extension": {
|
|
4113
|
-
"description": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
|
|
4114
|
-
"items": {
|
|
4115
|
-
"description": "Optional Extension Element - found in all resources.",
|
|
4116
|
-
"properties": {
|
|
4117
|
-
"id": {
|
|
4118
|
-
"description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
|
|
4119
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
4120
|
-
"type": "string"
|
|
4121
|
-
},
|
|
4122
|
-
"url": {
|
|
4123
|
-
"description": "Source of the definition for the extension code - a logical name or a URL.",
|
|
4124
|
-
"pattern": "^\\S*$",
|
|
4125
|
-
"type": "string"
|
|
4126
|
-
},
|
|
4127
|
-
"value": {
|
|
4128
|
-
"description": "Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).",
|
|
4129
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
4130
|
-
"type": "string"
|
|
4131
|
-
}
|
|
4132
|
-
},
|
|
4133
|
-
"additionalProperties": false,
|
|
4134
|
-
"type": "object"
|
|
4135
|
-
},
|
|
4136
|
-
"type": "array",
|
|
4137
|
-
"widget": {
|
|
4138
|
-
"id": "hidden"
|
|
4139
|
-
}
|
|
4140
|
-
},
|
|
4141
|
-
"system": {
|
|
4142
|
-
"description": "The identification of the code system that defines the meaning of the symbol in the code.",
|
|
4143
|
-
"pattern": "^\\S*$",
|
|
4144
|
-
"type": "string"
|
|
4145
|
-
},
|
|
4146
|
-
"version": {
|
|
4147
|
-
"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.",
|
|
4148
|
-
"widget": {
|
|
4149
|
-
"id": "hidden"
|
|
4150
|
-
},
|
|
4151
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
4152
|
-
"type": "string"
|
|
4153
|
-
},
|
|
4154
|
-
"code": {
|
|
4155
|
-
"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).",
|
|
4156
|
-
"pattern": "^[^\\s]+(\\s[^\\s]+)*$",
|
|
4157
|
-
"type": "string"
|
|
4158
|
-
},
|
|
4159
|
-
"display": {
|
|
4160
|
-
"description": "A representation of the meaning of the code in the system, following the rules of the system.",
|
|
4161
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
4162
|
-
"type": "string"
|
|
4163
|
-
},
|
|
4164
|
-
"userSelected": {
|
|
4165
|
-
"description": "Indicates that this coding was chosen by a user directly - e.g. off a pick list of available items (codes or displays).",
|
|
4166
|
-
"pattern": "^true|false$",
|
|
4167
|
-
"type": "boolean"
|
|
4168
|
-
}
|
|
4169
|
-
},
|
|
4170
|
-
"additionalProperties": false,
|
|
4171
|
-
"type": "object",
|
|
4172
|
-
"widget": {
|
|
4173
|
-
"id": "row-layout"
|
|
4174
|
-
},
|
|
4175
|
-
"fieldsets": [
|
|
4176
|
-
{
|
|
4177
|
-
"fields": [
|
|
4178
|
-
"id",
|
|
4179
|
-
"extension",
|
|
4180
|
-
"code",
|
|
4181
|
-
"system",
|
|
4182
|
-
"display",
|
|
4183
|
-
"version",
|
|
4184
|
-
"userSelected"
|
|
4185
|
-
],
|
|
4186
|
-
"showFields": [
|
|
4187
|
-
{
|
|
4188
|
-
"code": {
|
|
4189
|
-
"col": 2
|
|
4190
|
-
}
|
|
4191
|
-
},
|
|
4192
|
-
{
|
|
4193
|
-
"system": {
|
|
4194
|
-
"col": 6
|
|
4195
|
-
}
|
|
4196
|
-
},
|
|
4197
|
-
{
|
|
4198
|
-
"display": {
|
|
4199
|
-
"col": 4
|
|
4200
|
-
}
|
|
4201
|
-
}
|
|
4202
|
-
]
|
|
4203
|
-
}
|
|
4204
|
-
]
|
|
4205
|
-
},
|
|
4206
|
-
"answerQuantity": {
|
|
4207
|
-
"description": "A value that the referenced question is tested using the specified operator in order for the item to be enabled.",
|
|
4208
|
-
"title": "Answer quantity",
|
|
4209
|
-
"properties": {
|
|
4210
|
-
"id": {
|
|
4211
|
-
"description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
|
|
4212
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
4213
|
-
"type": "string"
|
|
4214
|
-
},
|
|
4215
|
-
"extension": {
|
|
4216
|
-
"description": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
|
|
4217
|
-
"items": {
|
|
4218
|
-
"description": "Optional Extension Element - found in all resources.",
|
|
4219
|
-
"properties": {
|
|
4220
|
-
"id": {
|
|
4221
|
-
"description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
|
|
4222
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
4223
|
-
"type": "string"
|
|
4224
|
-
},
|
|
4225
|
-
"url": {
|
|
4226
|
-
"description": "Source of the definition for the extension code - a logical name or a URL.",
|
|
4227
|
-
"pattern": "^\\S*$",
|
|
4228
|
-
"type": "string"
|
|
4229
|
-
},
|
|
4230
|
-
"value": {
|
|
4231
|
-
"description": "Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).",
|
|
4232
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
4233
|
-
"type": "string"
|
|
4234
|
-
}
|
|
4235
|
-
},
|
|
4236
|
-
"additionalProperties": false,
|
|
4237
|
-
"type": "object"
|
|
4238
|
-
},
|
|
4239
|
-
"type": "array",
|
|
4240
|
-
"widget": {
|
|
4241
|
-
"id": "hidden"
|
|
4242
|
-
}
|
|
4243
|
-
},
|
|
4244
|
-
"value": {
|
|
4245
|
-
"description": "The value of the measured amount. The value includes an implicit precision in the presentation of the value.",
|
|
4246
|
-
"pattern": "^-?(0|[1-9][0-9]*)(\\.[0-9]+)?([eE][+-]?[0-9]+)?$",
|
|
4247
|
-
"type": "number"
|
|
4248
|
-
},
|
|
4249
|
-
"comparator": {
|
|
4250
|
-
"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.",
|
|
4251
|
-
"enum": [
|
|
4252
|
-
"<",
|
|
4253
|
-
"<=",
|
|
4254
|
-
">=",
|
|
4255
|
-
">"
|
|
4256
|
-
],
|
|
4257
|
-
"type": "string"
|
|
4258
|
-
},
|
|
4259
|
-
"unit": {
|
|
4260
|
-
"description": "A human-readable form of the unit.",
|
|
4261
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
4262
|
-
"type": "string"
|
|
4263
|
-
},
|
|
4264
|
-
"system": {
|
|
4265
|
-
"description": "The identification of the system that provides the coded form of the unit.",
|
|
4266
|
-
"pattern": "^\\S*$",
|
|
4267
|
-
"type": "string"
|
|
4268
|
-
},
|
|
4269
|
-
"code": {
|
|
4270
|
-
"description": "A computer processable form of the unit in some unit representation system.",
|
|
4271
|
-
"pattern": "^[^\\s]+(\\s[^\\s]+)*$",
|
|
4272
|
-
"type": "string"
|
|
4273
|
-
}
|
|
4274
|
-
},
|
|
4275
|
-
"additionalProperties": false,
|
|
4276
|
-
"type": "object"
|
|
4277
|
-
},
|
|
4278
|
-
"answerReference": {
|
|
4279
|
-
"description": "A value that the referenced question is tested using the specified operator in order for the item to be enabled.",
|
|
4280
|
-
"title": "Answer reference",
|
|
4281
|
-
"properties": {
|
|
4282
|
-
"id": {
|
|
4283
|
-
"description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
|
|
4284
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
4285
|
-
"type": "string"
|
|
4286
|
-
},
|
|
4287
|
-
"extension": {
|
|
4288
|
-
"description": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
|
|
4289
|
-
"items": {
|
|
4290
|
-
"description": "Optional Extension Element - found in all resources.",
|
|
4291
|
-
"properties": {
|
|
4292
|
-
"id": {
|
|
4293
|
-
"description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
|
|
4294
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
4295
|
-
"type": "string"
|
|
4296
|
-
},
|
|
4297
|
-
"url": {
|
|
4298
|
-
"description": "Source of the definition for the extension code - a logical name or a URL.",
|
|
4299
|
-
"pattern": "^\\S*$",
|
|
4300
|
-
"type": "string"
|
|
4301
|
-
},
|
|
4302
|
-
"value": {
|
|
4303
|
-
"description": "Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).",
|
|
4304
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
4305
|
-
"type": "string"
|
|
4306
|
-
}
|
|
4307
|
-
},
|
|
4308
|
-
"additionalProperties": false,
|
|
4309
|
-
"type": "object"
|
|
4310
|
-
},
|
|
4311
|
-
"type": "array",
|
|
4312
|
-
"widget": {
|
|
4313
|
-
"id": "hidden"
|
|
4314
|
-
}
|
|
4315
|
-
},
|
|
4316
|
-
"reference": {
|
|
4317
|
-
"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.",
|
|
4318
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
4319
|
-
"type": "string"
|
|
4320
|
-
},
|
|
4321
|
-
"type": {
|
|
4322
|
-
"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).",
|
|
4323
|
-
"pattern": "^\\S*$",
|
|
4324
|
-
"type": "string"
|
|
4325
|
-
},
|
|
4326
|
-
"display": {
|
|
4327
|
-
"description": "Plain text narrative that identifies the resource in addition to the resource reference.",
|
|
4328
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
4329
|
-
"type": "string"
|
|
4330
|
-
}
|
|
4331
|
-
},
|
|
4332
|
-
"additionalProperties": false,
|
|
4333
|
-
"type": "object"
|
|
4334
|
-
}
|
|
4335
|
-
},
|
|
4336
|
-
"additionalProperties": false,
|
|
4337
|
-
"type": "object"
|
|
4338
|
-
},
|
|
4339
|
-
"Questionnaire_AnswerOption": {
|
|
4340
|
-
"description": "A structured set of questions intended to guide the collection of answers from end-users. Questionnaires provide detailed control over order, presentation, phraseology and grouping to allow coherent, consistent data collection.",
|
|
4341
|
-
"properties": {
|
|
4342
|
-
"id": {
|
|
4343
|
-
"description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
|
|
4344
|
-
"title": "Id",
|
|
4345
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
4346
|
-
"type": "string"
|
|
4347
|
-
},
|
|
4348
|
-
"extension": {
|
|
4349
|
-
"description": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
|
|
4350
|
-
"items": {
|
|
4351
|
-
"description": "Optional Extension Element - found in all resources.",
|
|
4352
|
-
"properties": {
|
|
4353
|
-
"id": {
|
|
4354
|
-
"description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
|
|
4355
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
4356
|
-
"type": "string"
|
|
4357
|
-
},
|
|
4358
|
-
"url": {
|
|
4359
|
-
"description": "Source of the definition for the extension code - a logical name or a URL.",
|
|
4360
|
-
"pattern": "^\\S*$",
|
|
4361
|
-
"type": "string"
|
|
4362
|
-
},
|
|
4363
|
-
"value": {
|
|
4364
|
-
"description": "Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).",
|
|
4365
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
4366
|
-
"type": "string"
|
|
4367
|
-
}
|
|
4368
|
-
},
|
|
4369
|
-
"additionalProperties": false,
|
|
4370
|
-
"type": "object"
|
|
4371
|
-
},
|
|
4372
|
-
"type": "array",
|
|
4373
|
-
"title": "Extension",
|
|
4374
|
-
"widget": {
|
|
4375
|
-
"id": "hidden"
|
|
4376
|
-
}
|
|
4377
|
-
},
|
|
4378
|
-
"modifierExtension": {
|
|
4379
|
-
"description": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
|
|
4380
|
-
"items": {
|
|
4381
|
-
"description": "Optional Extension Element - found in all resources.",
|
|
4382
|
-
"properties": {
|
|
4383
|
-
"id": {
|
|
4384
|
-
"description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
|
|
4385
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
4386
|
-
"type": "string"
|
|
4387
|
-
},
|
|
4388
|
-
"url": {
|
|
4389
|
-
"description": "Source of the definition for the extension code - a logical name or a URL.",
|
|
4390
|
-
"pattern": "^\\S*$",
|
|
4391
|
-
"type": "string"
|
|
4392
|
-
},
|
|
4393
|
-
"value": {
|
|
4394
|
-
"description": "Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).",
|
|
4395
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
4396
|
-
"type": "string"
|
|
4397
|
-
}
|
|
4398
|
-
},
|
|
4399
|
-
"additionalProperties": false,
|
|
4400
|
-
"type": "object"
|
|
4401
|
-
},
|
|
4402
|
-
"type": "array",
|
|
4403
|
-
"title": "Modifier extension",
|
|
4404
|
-
"widget": {
|
|
4405
|
-
"id": "hidden"
|
|
4406
|
-
}
|
|
4407
|
-
},
|
|
4408
|
-
"valueInteger": {
|
|
4409
|
-
"description": "A potential answer that's allowed as the answer to this question.",
|
|
4410
|
-
"pattern": "^-?([0]|([1-9][0-9]*))$",
|
|
4411
|
-
"type": "integer",
|
|
4412
|
-
"title": "Value integer"
|
|
4413
|
-
},
|
|
4414
|
-
"valueDate": {
|
|
4415
|
-
"description": "A potential answer that's allowed as the answer to this question.",
|
|
4416
|
-
"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]))?)?$",
|
|
4417
|
-
"type": "string",
|
|
4418
|
-
"title": "Value date"
|
|
4419
|
-
},
|
|
4420
|
-
"valueTime": {
|
|
4421
|
-
"description": "A potential answer that's allowed as the answer to this question.",
|
|
4422
|
-
"pattern": "^([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)(\\.[0-9]+)?$",
|
|
4423
|
-
"type": "string",
|
|
4424
|
-
"title": "Value time"
|
|
4425
|
-
},
|
|
4426
|
-
"valueString": {
|
|
4427
|
-
"description": "A potential answer that's allowed as the answer to this question.",
|
|
4428
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
4429
|
-
"type": "string",
|
|
4430
|
-
"title": "Value string"
|
|
4431
|
-
},
|
|
4432
|
-
"valueCoding": {
|
|
4433
|
-
"description": "A potential answer that's allowed as the answer to this question.",
|
|
4434
|
-
"title": "Value coding",
|
|
4435
|
-
"properties": {
|
|
4436
|
-
"id": {
|
|
4437
|
-
"description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
|
|
4438
|
-
"widget": {
|
|
4439
|
-
"id": "hidden"
|
|
4440
|
-
},
|
|
4441
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
4442
|
-
"type": "string"
|
|
4443
|
-
},
|
|
4444
|
-
"extension": {
|
|
4445
|
-
"description": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
|
|
4446
|
-
"items": {
|
|
4447
|
-
"description": "Optional Extension Element - found in all resources.",
|
|
4448
|
-
"properties": {
|
|
4449
|
-
"id": {
|
|
4450
|
-
"description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
|
|
4451
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
4452
|
-
"type": "string"
|
|
4453
|
-
},
|
|
4454
|
-
"url": {
|
|
4455
|
-
"description": "Source of the definition for the extension code - a logical name or a URL.",
|
|
4456
|
-
"pattern": "^\\S*$",
|
|
4457
|
-
"type": "string"
|
|
4458
|
-
},
|
|
4459
|
-
"value": {
|
|
4460
|
-
"description": "Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).",
|
|
4461
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
4462
|
-
"type": "string"
|
|
4463
|
-
}
|
|
4464
|
-
},
|
|
4465
|
-
"additionalProperties": false,
|
|
4466
|
-
"type": "object"
|
|
4467
|
-
},
|
|
4468
|
-
"type": "array",
|
|
4469
|
-
"widget": {
|
|
4470
|
-
"id": "hidden"
|
|
4471
|
-
}
|
|
4472
|
-
},
|
|
4473
|
-
"system": {
|
|
4474
|
-
"description": "The identification of the code system that defines the meaning of the symbol in the code.",
|
|
4475
|
-
"pattern": "^\\S*$",
|
|
4476
|
-
"type": "string"
|
|
4477
|
-
},
|
|
4478
|
-
"version": {
|
|
4479
|
-
"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.",
|
|
4480
|
-
"widget": {
|
|
4481
|
-
"id": "hidden"
|
|
4482
|
-
},
|
|
4483
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
4484
|
-
"type": "string"
|
|
4485
|
-
},
|
|
4486
|
-
"code": {
|
|
4487
|
-
"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).",
|
|
4488
|
-
"pattern": "^[^\\s]+(\\s[^\\s]+)*$",
|
|
4489
|
-
"type": "string"
|
|
4490
|
-
},
|
|
4491
|
-
"display": {
|
|
4492
|
-
"description": "A representation of the meaning of the code in the system, following the rules of the system.",
|
|
4493
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
4494
|
-
"type": "string"
|
|
4495
|
-
},
|
|
4496
|
-
"userSelected": {
|
|
4497
|
-
"description": "Indicates that this coding was chosen by a user directly - e.g. off a pick list of available items (codes or displays).",
|
|
4498
|
-
"pattern": "^true|false$",
|
|
4499
|
-
"type": "boolean"
|
|
4500
|
-
}
|
|
4501
|
-
},
|
|
4502
|
-
"additionalProperties": false,
|
|
4503
|
-
"type": "object",
|
|
4504
|
-
"widget": {
|
|
4505
|
-
"id": "row-layout"
|
|
4506
|
-
},
|
|
4507
|
-
"fieldsets": [
|
|
4508
|
-
{
|
|
4509
|
-
"fields": [
|
|
4510
|
-
"id",
|
|
4511
|
-
"extension",
|
|
4512
|
-
"code",
|
|
4513
|
-
"system",
|
|
4514
|
-
"display",
|
|
4515
|
-
"version",
|
|
4516
|
-
"userSelected"
|
|
4517
|
-
],
|
|
4518
|
-
"showFields": [
|
|
4519
|
-
{
|
|
4520
|
-
"code": {
|
|
4521
|
-
"col": 2
|
|
4522
|
-
}
|
|
4523
|
-
},
|
|
4524
|
-
{
|
|
4525
|
-
"system": {
|
|
4526
|
-
"col": 6
|
|
4527
|
-
}
|
|
4528
|
-
},
|
|
4529
|
-
{
|
|
4530
|
-
"display": {
|
|
4531
|
-
"col": 4
|
|
4532
|
-
}
|
|
4533
|
-
}
|
|
4534
|
-
]
|
|
4535
|
-
}
|
|
4536
|
-
]
|
|
4537
|
-
},
|
|
4538
|
-
"valueReference": {
|
|
4539
|
-
"description": "A potential answer that's allowed as the answer to this question.",
|
|
4540
|
-
"title": "Value reference",
|
|
4541
|
-
"properties": {
|
|
4542
|
-
"id": {
|
|
4543
|
-
"description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
|
|
4544
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
4545
|
-
"type": "string"
|
|
4546
|
-
},
|
|
4547
|
-
"extension": {
|
|
4548
|
-
"description": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
|
|
4549
|
-
"items": {
|
|
4550
|
-
"description": "Optional Extension Element - found in all resources.",
|
|
4551
|
-
"properties": {
|
|
4552
|
-
"id": {
|
|
4553
|
-
"description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
|
|
4554
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
4555
|
-
"type": "string"
|
|
4556
|
-
},
|
|
4557
|
-
"url": {
|
|
4558
|
-
"description": "Source of the definition for the extension code - a logical name or a URL.",
|
|
4559
|
-
"pattern": "^\\S*$",
|
|
4560
|
-
"type": "string"
|
|
4561
|
-
},
|
|
4562
|
-
"value": {
|
|
4563
|
-
"description": "Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).",
|
|
4564
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
4565
|
-
"type": "string"
|
|
4566
|
-
}
|
|
4567
|
-
},
|
|
4568
|
-
"additionalProperties": false,
|
|
4569
|
-
"type": "object"
|
|
4570
|
-
},
|
|
4571
|
-
"type": "array",
|
|
4572
|
-
"widget": {
|
|
4573
|
-
"id": "hidden"
|
|
4574
|
-
}
|
|
4575
|
-
},
|
|
4576
|
-
"reference": {
|
|
4577
|
-
"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.",
|
|
4578
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
4579
|
-
"type": "string"
|
|
4580
|
-
},
|
|
4581
|
-
"type": {
|
|
4582
|
-
"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).",
|
|
4583
|
-
"pattern": "^\\S*$",
|
|
4584
|
-
"type": "string"
|
|
4585
|
-
},
|
|
4586
|
-
"display": {
|
|
4587
|
-
"description": "Plain text narrative that identifies the resource in addition to the resource reference.",
|
|
4588
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
4589
|
-
"type": "string"
|
|
4590
|
-
}
|
|
4591
|
-
},
|
|
4592
|
-
"additionalProperties": false,
|
|
4593
|
-
"type": "object"
|
|
4594
|
-
},
|
|
4595
|
-
"initialSelected": {
|
|
4596
|
-
"description": "Indicates whether the answer value is selected when the list of possible answers is initially shown.",
|
|
4597
|
-
"title": "Initial selected",
|
|
4598
|
-
"pattern": "^true|false$",
|
|
4599
|
-
"type": "boolean"
|
|
4600
|
-
}
|
|
4601
|
-
},
|
|
4602
|
-
"additionalProperties": false,
|
|
4603
|
-
"type": "object"
|
|
4604
|
-
},
|
|
4605
|
-
"Questionnaire_Initial": {
|
|
4606
|
-
"description": "A structured set of questions intended to guide the collection of answers from end-users. Questionnaires provide detailed control over order, presentation, phraseology and grouping to allow coherent, consistent data collection.",
|
|
4607
|
-
"properties": {
|
|
4608
|
-
"id": {
|
|
4609
|
-
"description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
|
|
4610
|
-
"title": "Id",
|
|
4611
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
4612
|
-
"type": "string"
|
|
4613
|
-
},
|
|
4614
|
-
"extension": {
|
|
4615
|
-
"description": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
|
|
4616
|
-
"items": {
|
|
4617
|
-
"description": "Optional Extension Element - found in all resources.",
|
|
4618
|
-
"properties": {
|
|
4619
|
-
"id": {
|
|
4620
|
-
"description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
|
|
4621
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
4622
|
-
"type": "string"
|
|
4623
|
-
},
|
|
4624
|
-
"url": {
|
|
4625
|
-
"description": "Source of the definition for the extension code - a logical name or a URL.",
|
|
4626
|
-
"pattern": "^\\S*$",
|
|
4627
|
-
"type": "string"
|
|
4628
|
-
},
|
|
4629
|
-
"value": {
|
|
4630
|
-
"description": "Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).",
|
|
4631
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
4632
|
-
"type": "string"
|
|
4633
|
-
}
|
|
4634
|
-
},
|
|
4635
|
-
"additionalProperties": false,
|
|
4636
|
-
"type": "object"
|
|
4637
|
-
},
|
|
4638
|
-
"type": "array",
|
|
4639
|
-
"title": "Extension",
|
|
4640
|
-
"widget": {
|
|
4641
|
-
"id": "hidden"
|
|
4642
|
-
}
|
|
4643
|
-
},
|
|
4644
|
-
"modifierExtension": {
|
|
4645
|
-
"description": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
|
|
4646
|
-
"items": {
|
|
4647
|
-
"description": "Optional Extension Element - found in all resources.",
|
|
4648
|
-
"properties": {
|
|
4649
|
-
"id": {
|
|
4650
|
-
"description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
|
|
4651
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
4652
|
-
"type": "string"
|
|
4653
|
-
},
|
|
4654
|
-
"url": {
|
|
4655
|
-
"description": "Source of the definition for the extension code - a logical name or a URL.",
|
|
4656
|
-
"pattern": "^\\S*$",
|
|
4657
|
-
"type": "string"
|
|
4658
|
-
},
|
|
4659
|
-
"value": {
|
|
4660
|
-
"description": "Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).",
|
|
4661
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
4662
|
-
"type": "string"
|
|
4663
|
-
}
|
|
4664
|
-
},
|
|
4665
|
-
"additionalProperties": false,
|
|
4666
|
-
"type": "object"
|
|
4667
|
-
},
|
|
4668
|
-
"type": "array",
|
|
4669
|
-
"title": "Modifier extension",
|
|
4670
|
-
"widget": {
|
|
4671
|
-
"id": "hidden"
|
|
4672
|
-
}
|
|
4673
|
-
},
|
|
4674
|
-
"valueBoolean": {
|
|
4675
|
-
"description": "The actual value to for an initial answer.",
|
|
4676
|
-
"pattern": "^true|false$",
|
|
4677
|
-
"type": "boolean",
|
|
4678
|
-
"title": "Value boolean"
|
|
4679
|
-
},
|
|
4680
|
-
"valueDecimal": {
|
|
4681
|
-
"description": "The actual value to for an initial answer.",
|
|
4682
|
-
"pattern": "^-?(0|[1-9][0-9]*)(\\.[0-9]+)?([eE][+-]?[0-9]+)?$",
|
|
4683
|
-
"type": "number",
|
|
4684
|
-
"title": "Value decimal"
|
|
4685
|
-
},
|
|
4686
|
-
"valueInteger": {
|
|
4687
|
-
"description": "The actual value to for an initial answer.",
|
|
4688
|
-
"pattern": "^-?([0]|([1-9][0-9]*))$",
|
|
4689
|
-
"type": "integer",
|
|
4690
|
-
"title": "Value integer"
|
|
4691
|
-
},
|
|
4692
|
-
"valueDate": {
|
|
4693
|
-
"description": "The actual value to for an initial answer.",
|
|
4694
|
-
"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]))?)?$",
|
|
4695
|
-
"type": "string",
|
|
4696
|
-
"title": "Value date"
|
|
4697
|
-
},
|
|
4698
|
-
"valueDateTime": {
|
|
4699
|
-
"description": "The actual value to for an initial answer.",
|
|
4700
|
-
"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)))?)?)?$",
|
|
4701
|
-
"type": "string",
|
|
4702
|
-
"title": "Value date time"
|
|
4703
|
-
},
|
|
4704
|
-
"valueTime": {
|
|
4705
|
-
"description": "The actual value to for an initial answer.",
|
|
4706
|
-
"pattern": "^([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)(\\.[0-9]+)?$",
|
|
4707
|
-
"type": "string",
|
|
4708
|
-
"title": "Value time"
|
|
4709
|
-
},
|
|
4710
|
-
"valueString": {
|
|
4711
|
-
"description": "The actual value to for an initial answer.",
|
|
4712
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
4713
|
-
"type": "string",
|
|
4714
|
-
"title": "Value string"
|
|
4715
|
-
},
|
|
4716
|
-
"valueUri": {
|
|
4717
|
-
"description": "The actual value to for an initial answer.",
|
|
4718
|
-
"pattern": "^\\S*$",
|
|
4719
|
-
"type": "string",
|
|
4720
|
-
"title": "Value uri"
|
|
4721
|
-
},
|
|
4722
|
-
"valueAttachment": {
|
|
4723
|
-
"description": "The actual value to for an initial answer.",
|
|
4724
|
-
"title": "Value attachment",
|
|
4725
|
-
"properties": {
|
|
4726
|
-
"id": {
|
|
4727
|
-
"description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
|
|
4728
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
4729
|
-
"type": "string"
|
|
4730
|
-
},
|
|
4731
|
-
"extension": {
|
|
4732
|
-
"description": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
|
|
4733
|
-
"items": {
|
|
4734
|
-
"description": "Optional Extension Element - found in all resources.",
|
|
4735
|
-
"properties": {
|
|
4736
|
-
"id": {
|
|
4737
|
-
"description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
|
|
4738
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
4739
|
-
"type": "string"
|
|
4740
|
-
},
|
|
4741
|
-
"url": {
|
|
4742
|
-
"description": "Source of the definition for the extension code - a logical name or a URL.",
|
|
4743
|
-
"pattern": "^\\S*$",
|
|
4744
|
-
"type": "string"
|
|
4745
|
-
},
|
|
4746
|
-
"value": {
|
|
4747
|
-
"description": "Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).",
|
|
4748
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
4749
|
-
"type": "string"
|
|
4750
|
-
}
|
|
4751
|
-
},
|
|
4752
|
-
"additionalProperties": false,
|
|
4753
|
-
"type": "object"
|
|
4754
|
-
},
|
|
4755
|
-
"type": "array",
|
|
4756
|
-
"widget": {
|
|
4757
|
-
"id": "hidden"
|
|
4758
|
-
}
|
|
4759
|
-
},
|
|
4760
|
-
"contentType": {
|
|
4761
|
-
"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.",
|
|
4762
|
-
"pattern": "^[^\\s]+(\\s[^\\s]+)*$",
|
|
4763
|
-
"type": "string"
|
|
4764
|
-
},
|
|
4765
|
-
"language": {
|
|
4766
|
-
"description": "The human language of the content. The value can be any valid value according to BCP 47.",
|
|
4767
|
-
"pattern": "^[^\\s]+(\\s[^\\s]+)*$",
|
|
4768
|
-
"type": "string"
|
|
4769
|
-
},
|
|
4770
|
-
"data": {
|
|
4771
|
-
"description": "The actual data of the attachment - a sequence of bytes, base64 encoded.",
|
|
4772
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
4773
|
-
"type": "string"
|
|
4774
|
-
},
|
|
4775
|
-
"url": {
|
|
4776
|
-
"description": "A location where the data can be accessed.",
|
|
4777
|
-
"pattern": "^\\S*$",
|
|
4778
|
-
"type": "string"
|
|
4779
|
-
},
|
|
4780
|
-
"size": {
|
|
4781
|
-
"description": "The number of bytes of data that make up this attachment (before base64 encoding, if that is done).",
|
|
4782
|
-
"pattern": "^[0]|([1-9][0-9]*)$",
|
|
4783
|
-
"type": "number"
|
|
4784
|
-
},
|
|
4785
|
-
"hash": {
|
|
4786
|
-
"description": "The calculated hash of the data using SHA-1. Represented using base64.",
|
|
4787
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
4788
|
-
"type": "string"
|
|
4789
|
-
},
|
|
4790
|
-
"title": {
|
|
4791
|
-
"description": "A label or set of text to display in place of the data.",
|
|
4792
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
4793
|
-
"type": "string"
|
|
4794
|
-
},
|
|
4795
|
-
"creation": {
|
|
4796
|
-
"description": "The date that the attachment was first created.",
|
|
4797
|
-
"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)))?)?)?$",
|
|
4798
|
-
"type": "string"
|
|
4799
|
-
}
|
|
4800
|
-
},
|
|
4801
|
-
"additionalProperties": false,
|
|
4802
|
-
"type": "object"
|
|
4803
|
-
},
|
|
4804
|
-
"valueCoding": {
|
|
4805
|
-
"description": "The actual value to for an initial answer.",
|
|
4806
|
-
"title": "Value coding",
|
|
4807
|
-
"properties": {
|
|
4808
|
-
"id": {
|
|
4809
|
-
"description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
|
|
4810
|
-
"widget": {
|
|
4811
|
-
"id": "hidden"
|
|
4812
|
-
},
|
|
4813
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
4814
|
-
"type": "string"
|
|
4815
|
-
},
|
|
4816
|
-
"extension": {
|
|
4817
|
-
"description": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
|
|
4818
|
-
"items": {
|
|
4819
|
-
"description": "Optional Extension Element - found in all resources.",
|
|
4820
|
-
"properties": {
|
|
4821
|
-
"id": {
|
|
4822
|
-
"description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
|
|
4823
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
4824
|
-
"type": "string"
|
|
4825
|
-
},
|
|
4826
|
-
"url": {
|
|
4827
|
-
"description": "Source of the definition for the extension code - a logical name or a URL.",
|
|
4828
|
-
"pattern": "^\\S*$",
|
|
4829
|
-
"type": "string"
|
|
4830
|
-
},
|
|
4831
|
-
"value": {
|
|
4832
|
-
"description": "Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).",
|
|
4833
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
4834
|
-
"type": "string"
|
|
4835
|
-
}
|
|
4836
|
-
},
|
|
4837
|
-
"additionalProperties": false,
|
|
4838
|
-
"type": "object"
|
|
4839
|
-
},
|
|
4840
|
-
"type": "array",
|
|
4841
|
-
"widget": {
|
|
4842
|
-
"id": "hidden"
|
|
4843
|
-
}
|
|
4844
|
-
},
|
|
4845
|
-
"system": {
|
|
4846
|
-
"description": "The identification of the code system that defines the meaning of the symbol in the code.",
|
|
4847
|
-
"pattern": "^\\S*$",
|
|
4848
|
-
"type": "string"
|
|
4849
|
-
},
|
|
4850
|
-
"version": {
|
|
4851
|
-
"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.",
|
|
4852
|
-
"widget": {
|
|
4853
|
-
"id": "hidden"
|
|
4854
|
-
},
|
|
4855
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
4856
|
-
"type": "string"
|
|
4857
|
-
},
|
|
4858
|
-
"code": {
|
|
4859
|
-
"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).",
|
|
4860
|
-
"pattern": "^[^\\s]+(\\s[^\\s]+)*$",
|
|
4861
|
-
"type": "string"
|
|
4862
|
-
},
|
|
4863
|
-
"display": {
|
|
4864
|
-
"description": "A representation of the meaning of the code in the system, following the rules of the system.",
|
|
4865
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
4866
|
-
"type": "string"
|
|
4867
|
-
},
|
|
4868
|
-
"userSelected": {
|
|
4869
|
-
"description": "Indicates that this coding was chosen by a user directly - e.g. off a pick list of available items (codes or displays).",
|
|
4870
|
-
"pattern": "^true|false$",
|
|
4871
|
-
"type": "boolean"
|
|
4872
|
-
}
|
|
4873
|
-
},
|
|
4874
|
-
"additionalProperties": false,
|
|
4875
|
-
"type": "object",
|
|
4876
|
-
"widget": {
|
|
4877
|
-
"id": "grid"
|
|
4878
|
-
},
|
|
4879
|
-
"fieldsets": [
|
|
4880
|
-
{
|
|
4881
|
-
"fields": [
|
|
4882
|
-
"id",
|
|
4883
|
-
"extension",
|
|
4884
|
-
"code",
|
|
4885
|
-
"system",
|
|
4886
|
-
"display",
|
|
4887
|
-
"version",
|
|
4888
|
-
"userSelected"
|
|
4889
|
-
],
|
|
4890
|
-
"showFields": [
|
|
4891
|
-
{ "field": "code", "col": 2 },
|
|
4892
|
-
{ "field": "sytem", "col": 5 },
|
|
4893
|
-
{ "field": "display", "col": 5 }
|
|
4894
|
-
]
|
|
4895
|
-
}
|
|
4896
|
-
]
|
|
4897
|
-
},
|
|
4898
|
-
"valueQuantity": {
|
|
4899
|
-
"description": "The actual value to for an initial answer.",
|
|
4900
|
-
"title": "Value quantity",
|
|
4901
|
-
"properties": {
|
|
4902
|
-
"id": {
|
|
4903
|
-
"description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
|
|
4904
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
4905
|
-
"type": "string"
|
|
4906
|
-
},
|
|
4907
|
-
"extension": {
|
|
4908
|
-
"description": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
|
|
4909
|
-
"items": {
|
|
4910
|
-
"description": "Optional Extension Element - found in all resources.",
|
|
4911
|
-
"properties": {
|
|
4912
|
-
"id": {
|
|
4913
|
-
"description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
|
|
4914
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
4915
|
-
"type": "string"
|
|
4916
|
-
},
|
|
4917
|
-
"url": {
|
|
4918
|
-
"description": "Source of the definition for the extension code - a logical name or a URL.",
|
|
4919
|
-
"pattern": "^\\S*$",
|
|
4920
|
-
"type": "string"
|
|
4921
|
-
},
|
|
4922
|
-
"value": {
|
|
4923
|
-
"description": "Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).",
|
|
4924
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
4925
|
-
"type": "string"
|
|
4926
|
-
}
|
|
4927
|
-
},
|
|
4928
|
-
"additionalProperties": false,
|
|
4929
|
-
"type": "object"
|
|
4930
|
-
},
|
|
4931
|
-
"type": "array",
|
|
4932
|
-
"widget": {
|
|
4933
|
-
"id": "hidden"
|
|
4934
|
-
}
|
|
4935
|
-
},
|
|
4936
|
-
"value": {
|
|
4937
|
-
"description": "The value of the measured amount. The value includes an implicit precision in the presentation of the value.",
|
|
4938
|
-
"pattern": "^-?(0|[1-9][0-9]*)(\\.[0-9]+)?([eE][+-]?[0-9]+)?$",
|
|
4939
|
-
"type": "number"
|
|
4940
|
-
},
|
|
4941
|
-
"comparator": {
|
|
4942
|
-
"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.",
|
|
4943
|
-
"enum": [
|
|
4944
|
-
"<",
|
|
4945
|
-
"<=",
|
|
4946
|
-
">=",
|
|
4947
|
-
">"
|
|
4948
|
-
],
|
|
4949
|
-
"type": "string"
|
|
4950
|
-
},
|
|
4951
|
-
"unit": {
|
|
4952
|
-
"description": "A human-readable form of the unit.",
|
|
4953
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
4954
|
-
"type": "string"
|
|
4955
|
-
},
|
|
4956
|
-
"system": {
|
|
4957
|
-
"description": "The identification of the system that provides the coded form of the unit.",
|
|
4958
|
-
"pattern": "^\\S*$",
|
|
4959
|
-
"type": "string"
|
|
4960
|
-
},
|
|
4961
|
-
"code": {
|
|
4962
|
-
"description": "A computer processable form of the unit in some unit representation system.",
|
|
4963
|
-
"pattern": "^[^\\s]+(\\s[^\\s]+)*$",
|
|
4964
|
-
"type": "string"
|
|
4965
|
-
}
|
|
4966
|
-
},
|
|
4967
|
-
"additionalProperties": false,
|
|
4968
|
-
"type": "object"
|
|
4969
|
-
},
|
|
4970
|
-
"valueReference": {
|
|
4971
|
-
"description": "The actual value to for an initial answer.",
|
|
4972
|
-
"title": "Value reference",
|
|
4973
|
-
"properties": {
|
|
4974
|
-
"id": {
|
|
4975
|
-
"description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
|
|
4976
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
4977
|
-
"type": "string"
|
|
4978
|
-
},
|
|
4979
|
-
"extension": {
|
|
4980
|
-
"description": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
|
|
4981
|
-
"items": {
|
|
4982
|
-
"description": "Optional Extension Element - found in all resources.",
|
|
4983
|
-
"properties": {
|
|
4984
|
-
"id": {
|
|
4985
|
-
"description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
|
|
4986
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
4987
|
-
"type": "string"
|
|
4988
|
-
},
|
|
4989
|
-
"url": {
|
|
4990
|
-
"description": "Source of the definition for the extension code - a logical name or a URL.",
|
|
4991
|
-
"pattern": "^\\S*$",
|
|
4992
|
-
"type": "string"
|
|
4993
|
-
},
|
|
4994
|
-
"value": {
|
|
4995
|
-
"description": "Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).",
|
|
4996
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
4997
|
-
"type": "string"
|
|
4998
|
-
}
|
|
4999
|
-
},
|
|
5000
|
-
"additionalProperties": false,
|
|
5001
|
-
"type": "object"
|
|
5002
|
-
},
|
|
5003
|
-
"type": "array",
|
|
5004
|
-
"widget": {
|
|
5005
|
-
"id": "hidden"
|
|
5006
|
-
}
|
|
5007
|
-
},
|
|
5008
|
-
"reference": {
|
|
5009
|
-
"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.",
|
|
5010
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
5011
|
-
"type": "string"
|
|
5012
|
-
},
|
|
5013
|
-
"type": {
|
|
5014
|
-
"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).",
|
|
5015
|
-
"pattern": "^\\S*$",
|
|
5016
|
-
"type": "string"
|
|
5017
|
-
},
|
|
5018
|
-
"display": {
|
|
5019
|
-
"description": "Plain text narrative that identifies the resource in addition to the resource reference.",
|
|
5020
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
5021
|
-
"type": "string"
|
|
5022
|
-
}
|
|
5023
|
-
},
|
|
5024
|
-
"additionalProperties": false,
|
|
5025
|
-
"type": "object"
|
|
5026
|
-
}
|
|
5027
|
-
},
|
|
5028
|
-
"additionalProperties": false,
|
|
5029
|
-
"type": "object"
|
|
5030
|
-
},
|
|
5031
|
-
"xhtml": {
|
|
5032
|
-
"$ref": "#/definitions/string"
|
|
5033
|
-
},
|
|
5034
|
-
"__$Item": {}
|
|
5035
|
-
},
|
|
5036
|
-
"fieldsets": [
|
|
5037
|
-
{
|
|
5038
|
-
"fields": ["type", "linkId", "maxLength", "__$start", "__$end"],
|
|
5039
|
-
"showFields": [
|
|
5040
|
-
{ "field": "linkId", "col": 3 },
|
|
5041
|
-
{ "field": "type", "col": 3 },
|
|
5042
|
-
{ "field": "maxLength", "col": 2 }
|
|
5043
|
-
]
|
|
5044
|
-
},
|
|
5045
|
-
{
|
|
5046
|
-
"fields": ["prefix", "text", "_text", "_prefix"],
|
|
5047
|
-
"showFields": [
|
|
5048
|
-
{ "field": "prefix", "col": 1},
|
|
5049
|
-
{ "field": "text", "col": 11 }
|
|
5050
|
-
]
|
|
5051
|
-
},
|
|
5052
|
-
{
|
|
5053
|
-
"fields": ["required", "readOnly", "repeats"],
|
|
5054
|
-
"showFields": [
|
|
5055
|
-
{ "field": "repeats", "col": 4 },
|
|
5056
|
-
{ "field": "readOnly", "col": 4 },
|
|
5057
|
-
{ "field": "required", "col": 4 }
|
|
5058
|
-
]
|
|
5059
|
-
},
|
|
5060
|
-
{
|
|
5061
|
-
"fields": ["code", "__$codeYesNo"],
|
|
5062
|
-
"showFields": [
|
|
5063
|
-
{ "field": "__$codeYesNo", "col": 12 },
|
|
5064
|
-
{ "field": "code", "col": 12 }
|
|
5065
|
-
]
|
|
5066
|
-
},
|
|
5067
|
-
{
|
|
5068
|
-
"fields": ["__$helpText"],
|
|
5069
|
-
"showFields": [
|
|
5070
|
-
{ "field": "__$units", "col": 12 }
|
|
5071
|
-
]
|
|
5072
|
-
},
|
|
5073
|
-
{
|
|
5074
|
-
"fields": ["__$answerOptionMethods"],
|
|
5075
|
-
"showFields": [
|
|
5076
|
-
{ "field": "__$answerOptionMethods", "col": 12 }
|
|
5077
|
-
]
|
|
1642
|
+
]
|
|
5078
1643
|
},
|
|
5079
1644
|
{
|
|
5080
|
-
"fields": [
|
|
1645
|
+
"fields": [
|
|
1646
|
+
"__$terminologyServer"
|
|
1647
|
+
],
|
|
5081
1648
|
"showFields": [
|
|
5082
|
-
{
|
|
1649
|
+
{
|
|
1650
|
+
"field": "__$terminologyServer",
|
|
1651
|
+
"col": 12
|
|
1652
|
+
}
|
|
5083
1653
|
]
|
|
5084
1654
|
},
|
|
5085
1655
|
{
|
|
5086
|
-
"fields": [
|
|
1656
|
+
"fields": [
|
|
1657
|
+
"__$units"
|
|
1658
|
+
],
|
|
5087
1659
|
"showFields": [
|
|
5088
|
-
{
|
|
1660
|
+
{
|
|
1661
|
+
"field": "__$units",
|
|
1662
|
+
"col": 12
|
|
1663
|
+
}
|
|
5089
1664
|
]
|
|
5090
1665
|
},
|
|
5091
1666
|
{
|
|
5092
|
-
"fields": [
|
|
1667
|
+
"fields": [
|
|
1668
|
+
"initial"
|
|
1669
|
+
],
|
|
5093
1670
|
"showFields": [
|
|
5094
|
-
{
|
|
1671
|
+
{
|
|
1672
|
+
"field": "initial",
|
|
1673
|
+
"col": 12
|
|
1674
|
+
}
|
|
5095
1675
|
]
|
|
5096
1676
|
},
|
|
5097
1677
|
{
|
|
5098
|
-
"fields": [
|
|
1678
|
+
"fields": [
|
|
1679
|
+
"__$restrictions"
|
|
1680
|
+
],
|
|
5099
1681
|
"showFields": [
|
|
5100
|
-
{
|
|
1682
|
+
{
|
|
1683
|
+
"field": "__$restrictions",
|
|
1684
|
+
"col": 12
|
|
1685
|
+
}
|
|
5101
1686
|
]
|
|
5102
1687
|
},
|
|
5103
1688
|
{
|
|
5104
|
-
"fields": [
|
|
1689
|
+
"fields": [
|
|
1690
|
+
"enableWhen"
|
|
1691
|
+
],
|
|
5105
1692
|
"showFields": [
|
|
5106
|
-
{
|
|
1693
|
+
{
|
|
1694
|
+
"field": "enableWhen",
|
|
1695
|
+
"col": 12
|
|
1696
|
+
}
|
|
5107
1697
|
]
|
|
5108
1698
|
},
|
|
5109
1699
|
{
|
|
5110
|
-
"fields": [
|
|
1700
|
+
"fields": [
|
|
1701
|
+
"enableBehavior"
|
|
1702
|
+
],
|
|
5111
1703
|
"showFields": [
|
|
5112
|
-
{
|
|
1704
|
+
{
|
|
1705
|
+
"field": "enableBehavior",
|
|
1706
|
+
"col": 3
|
|
1707
|
+
}
|
|
5113
1708
|
]
|
|
5114
1709
|
},
|
|
5115
1710
|
{
|
|
5116
|
-
"fields": [
|
|
1711
|
+
"fields": [
|
|
1712
|
+
"__$observationLinkPeriod"
|
|
1713
|
+
],
|
|
5117
1714
|
"showFields": [
|
|
5118
|
-
{
|
|
1715
|
+
{
|
|
1716
|
+
"field": "__$observationLinkPeriod",
|
|
1717
|
+
"col": 10
|
|
1718
|
+
}
|
|
5119
1719
|
]
|
|
5120
1720
|
},
|
|
5121
1721
|
{
|
|
5122
|
-
"fields": [
|
|
1722
|
+
"fields": [
|
|
1723
|
+
"__$observationExtract"
|
|
1724
|
+
],
|
|
5123
1725
|
"showFields": [
|
|
5124
|
-
{
|
|
1726
|
+
{
|
|
1727
|
+
"field": "__$observationExtract",
|
|
1728
|
+
"col": 10
|
|
1729
|
+
}
|
|
5125
1730
|
]
|
|
5126
1731
|
},
|
|
5127
|
-
{
|
|
5128
|
-
"fields": ["enableBehavior"],
|
|
5129
|
-
"showFields": [{"field": "enableBehavior", "col": 3}]
|
|
5130
|
-
},
|
|
5131
|
-
{
|
|
5132
|
-
"fields": ["__$observationLinkPeriod"],
|
|
5133
|
-
"showFields": [{"field": "__$observationLinkPeriod", "col": 10}]
|
|
5134
|
-
},
|
|
5135
|
-
{
|
|
5136
|
-
"fields": ["__$observationExtract"],
|
|
5137
|
-
"showFields": [{"field": "__$observationExtract", "col": 10}]
|
|
5138
|
-
},
|
|
5139
1732
|
{
|
|
5140
1733
|
"fields": ["id", "extension", "modifierExtension", "definition"]
|
|
5141
1734
|
}
|