formbuilder-lhcforms 11.2.3 → 11.3.0

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.
@@ -4559,18 +4559,22 @@
4559
4559
  },
4560
4560
  "versionId": {
4561
4561
  "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.",
4562
- "$ref": "#/definitions/id"
4562
+ "pattern": "^[A-Za-z0-9\\-\\.]{1,64}$",
4563
+ "type": "string",
4564
+ "readOnly": true
4563
4565
  },
4564
4566
  "lastUpdated": {
4565
4567
  "description": "When the resource last changed - e.g. when the version changed.",
4566
- "$ref": "#/definitions/instant"
4568
+ "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))$",
4569
+ "type": "string",
4570
+ "readOnly": true
4567
4571
  },
4568
4572
  "source": {
4569
4573
  "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.",
4570
4574
  "$ref": "#/definitions/uri"
4571
4575
  },
4572
4576
  "profile": {
4573
- "description": "A list of profiles (references to [[[StructureDefinition]]] resources) that this resource claims to conform to. The URL is a reference to [[[StructureDefinition.url]]].",
4577
+ "description": "A list of profiles (references to StructureDefinition resources) that this resource claims to conform to. The URL is a reference to StructureDefinition.url.",
4574
4578
  "items": {
4575
4579
  "$ref": "#/definitions/canonical"
4576
4580
  },
@@ -20,7 +20,8 @@
20
20
  { field: "implicitRules", col: 12},
21
21
  { field: "version", col: 12},
22
22
  { field: "name", col: 12},
23
- { field: "meta/tag", col: 12},
23
+ { field: "meta", col: 12},
24
+ { field: "subjectType", "col": 12},
24
25
  { field: "date", col: 12},
25
26
  { field: "publisher", col: 12},
26
27
  { field: "copyright", col: 12},
@@ -41,7 +42,13 @@
41
42
  '$.properties.contained': 'Contained resources',
42
43
  '$.properties.name': 'Questionnaire name',
43
44
  '$.properties.date': 'Revision date',
44
- '$.properties.meta.properties.tag': 'Tags',
45
+ '$.properties.meta': 'Meta',
46
+ '$.definitions.Meta.properties.versionId': 'Version ID (Read-only)',
47
+ '$.definitions.Meta.properties.lastUpdated': 'Last updated (Read-only)',
48
+ '$.definitions.Meta.properties.source': 'Source',
49
+ '$.definitions.Meta.properties.profile': 'Profiles',
50
+ '$.definitions.Meta.properties.security': 'Security labels',
51
+ '$.definitions.Meta.properties.tag': 'Tags',
45
52
  '$.definitions.ValueSet.properties.resourceType': 'Type',
46
53
  },
47
54
  // Specify widget layout.
@@ -74,6 +81,12 @@
74
81
  controlClasses: "col-sm-3",
75
82
  placeholder: 'yyyy-MM-dd hh:mm:ss (AM|PM)'
76
83
  },
84
+ url: {
85
+ id: "url",
86
+ labelPosition: "left",
87
+ labelClasses: "col-sm-2 m-0 ps-0 pe-1",
88
+ controlClasses: "col-sm-10 form-control"
89
+ },
77
90
  dateRange: {
78
91
  id: "date-range",
79
92
  labelPosition: "left",
@@ -114,8 +127,10 @@
114
127
  coding: {
115
128
  "id": "table",
116
129
  "labelPosition": "left",
117
- "labelClasses": "col-sm-2 ps-0 pe-1",
118
- "controlClasses": "col-sm-10",
130
+ "labelClasses": "col-sm-2 m-0 ps-0 pe-1",
131
+ "controlClasses": "col-sm-10 ps-0 pe-0",
132
+ "noTableLabel": false,
133
+ "noCollapseButton": true,
119
134
  "addButtonLabel": "Add new tag",
120
135
  "showFields": [
121
136
  {"field": "display", "col": 4, "nolabel": true},
@@ -123,6 +138,41 @@
123
138
  {"field": "system", "col": 4, "nolabel": true}
124
139
  ]
125
140
  },
141
+ metaSecurity: {
142
+ "id": "table",
143
+ "labelPosition": "left",
144
+ "labelClasses": "col-sm-2 m-0 ps-0 pe-1",
145
+ "controlClasses": "col-sm-10 ps-0 pe-0",
146
+ "noTableLabel": false,
147
+ "noCollapseButton": true,
148
+ "addButtonLabel": "Add new security",
149
+ "showFields": [
150
+ {"field": "display", "col": 4, "nolabel": true},
151
+ {"field": "code", "col": 3, "nolabel": true},
152
+ {"field": "system", "col": 4, "nolabel": true}
153
+ ]
154
+ },
155
+ metaProfile: {
156
+ "id": "meta-profile",
157
+ "labelPosition": "left",
158
+ "labelClasses": "col-sm-2 m-0 ps-0 pe-1",
159
+ "controlClasses": "col-sm-10 ps-0 pe-0",
160
+ "noCollapseButton": true,
161
+ "noTableLabel": false,
162
+ "addButtonLabel": "Add profile"
163
+ },
164
+ metaGroup: {
165
+ "id": "lfb-object",
166
+ "labelClasses": "col-sm-2 ps-0 pe-1",
167
+ "showFields": [
168
+ {"field": "versionId", "col": 12},
169
+ {"field": "lastUpdated", "col": 12},
170
+ {"field": "source", "col": 12},
171
+ {"field": "profile", "col": 12},
172
+ {"field": "security", "col": 12},
173
+ {"field": "tag", "col": 12}
174
+ ]
175
+ },
126
176
  contained: {
127
177
  "id": "contained",
128
178
  "addEditAction": true,
@@ -227,6 +277,11 @@
227
277
  '$.properties.publisher',
228
278
  '$.properties.description',
229
279
  '$.properties.purpose',
280
+ '$.definitions.Meta.properties.versionId',
281
+ '$.definitions.Meta.properties.lastUpdated',
282
+ ],
283
+ url: [
284
+ '$.definitions.Meta.properties.source',
230
285
  ],
231
286
  textArea: [
232
287
  '$.properties.copyright',
@@ -236,7 +291,7 @@
236
291
  '$.properties.lastReviewDate'
237
292
  ],
238
293
  inputDateTime: [
239
- '$.properties.date'
294
+ '$.properties.date',
240
295
  ],
241
296
  dateRange: [
242
297
  '$.properties.effectivePeriod'
@@ -245,7 +300,16 @@
245
300
  '$.properties.__$terminologyServer'
246
301
  ],
247
302
  coding: [
248
- '$.properties.meta.properties.tag',
303
+ '$.definitions.Meta.properties.tag',
304
+ ],
305
+ metaSecurity: [
306
+ '$.definitions.Meta.properties.security',
307
+ ],
308
+ metaProfile: [
309
+ '$.definitions.Meta.properties.profile',
310
+ ],
311
+ metaGroup: [
312
+ '$.properties.meta',
249
313
  ],
250
314
  extension: [
251
315
  '$.properties.extension'
@@ -21,163 +21,7 @@
21
21
  "meta": {
22
22
  "description": "The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource.",
23
23
  "title": "Meta",
24
- "properties": {
25
- "id": {
26
- "description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
27
- "pattern": "^[ \\r\\n\\t\\S]+$",
28
- "type": "string"
29
- },
30
- "extension": {
31
- "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.",
32
- "items": {
33
- "$ref": "#/definitions/Extension"
34
- },
35
- "type": "array",
36
- "widget": {
37
- "id": "hidden"
38
- }
39
- },
40
- "versionId": {
41
- "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.",
42
- "pattern": "^[A-Za-z0-9\\-\\.]{1,64}$",
43
- "type": "string"
44
- },
45
- "lastUpdated": {
46
- "description": "When the resource last changed - e.g. when the version changed.",
47
- "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))$",
48
- "type": "string"
49
- },
50
- "source": {
51
- "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.",
52
- "pattern": "^\\S*$",
53
- "type": "string"
54
- },
55
- "profile": {
56
- "description": "A list of profiles (references to [[[StructureDefinition]]] resources) that this resource claims to conform to. The URL is a reference to [[[StructureDefinition.url]]].",
57
- "items": {
58
- "pattern": "^\\S*$",
59
- "type": "string",
60
- "description": "A URI that is a reference to a canonical URL on a FHIR resource"
61
- },
62
- "type": "array"
63
- },
64
- "security": {
65
- "description": "Security labels applied to this resource. These tags connect specific resources to the overall security policy and infrastructure.",
66
- "items": {
67
- "description": "A reference to a code defined by a terminology system.",
68
- "properties": {
69
- "id": {
70
- "description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
71
- "widget": {
72
- "id": "hidden"
73
- },
74
- "pattern": "^[ \\r\\n\\t\\S]+$",
75
- "type": "string"
76
- },
77
- "extension": {
78
- "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.",
79
- "items": {
80
- "$ref": "#/definitions/Extension"
81
- },
82
- "type": "array",
83
- "widget": {
84
- "id": "hidden"
85
- }
86
- },
87
- "system": {
88
- "description": "The identification of the code system that defines the meaning of the symbol in the code.",
89
- "pattern": "^\\S*$",
90
- "type": "string"
91
- },
92
- "version": {
93
- "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.",
94
- "widget": {
95
- "id": "hidden"
96
- },
97
- "pattern": "^[ \\r\\n\\t\\S]+$",
98
- "type": "string"
99
- },
100
- "code": {
101
- "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).",
102
- "pattern": "^[^\\s]+(\\s[^\\s]+)*$",
103
- "type": "string"
104
- },
105
- "display": {
106
- "description": "A representation of the meaning of the code in the system, following the rules of the system.",
107
- "pattern": "^[ \\r\\n\\t\\S]+$",
108
- "type": "string"
109
- },
110
- "userSelected": {
111
- "description": "Indicates that this coding was chosen by a user directly - e.g. off a pick list of available items (codes or displays).",
112
- "pattern": "^true|false$",
113
- "type": "boolean"
114
- }
115
- },
116
- "additionalProperties": false,
117
- "type": "object"
118
- },
119
- "type": "array"
120
- },
121
- "tag": {
122
- "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.",
123
- "items": {
124
- "description": "A reference to a code defined by a terminology system.",
125
- "properties": {
126
- "id": {
127
- "description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
128
- "widget": {
129
- "id": "hidden"
130
- },
131
- "pattern": "^[ \\r\\n\\t\\S]+$",
132
- "type": "string"
133
- },
134
- "extension": {
135
- "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.",
136
- "items": {
137
- "$ref": "#/definitions/Extension"
138
- },
139
- "type": "array",
140
- "widget": {
141
- "id": "hidden"
142
- }
143
- },
144
- "system": {
145
- "description": "The identification of the code system that defines the meaning of the symbol in the code.",
146
- "pattern": "^\\S*$",
147
- "type": "string"
148
- },
149
- "version": {
150
- "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.",
151
- "widget": {
152
- "id": "hidden"
153
- },
154
- "pattern": "^[ \\r\\n\\t\\S]+$",
155
- "type": "string"
156
- },
157
- "code": {
158
- "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).",
159
- "pattern": "^[^\\s]+(\\s[^\\s]+)*$",
160
- "type": "string"
161
- },
162
- "display": {
163
- "description": "A representation of the meaning of the code in the system, following the rules of the system.",
164
- "pattern": "^[ \\r\\n\\t\\S]+$",
165
- "type": "string"
166
- },
167
- "userSelected": {
168
- "description": "Indicates that this coding was chosen by a user directly - e.g. off a pick list of available items (codes or displays).",
169
- "pattern": "^true|false$",
170
- "type": "boolean"
171
- }
172
- },
173
- "additionalProperties": false,
174
- "type": "object"
175
- },
176
- "type": "array"
177
- }
178
- },
179
- "additionalProperties": false,
180
- "type": "object",
24
+ "$ref": "#/definitions/Meta",
181
25
  "widget": {"id": "hidden"}
182
26
  },
183
27
  "implicitRules": {
@@ -530,11 +374,204 @@
530
374
  "subjectType": {
531
375
  "description": "The types of subjects that can be the subject of responses created for the questionnaire.",
532
376
  "items": {
533
- "pattern": "^[^\\s]+(\\s[^\\s]+)*$",
534
- "type": "string"
377
+ "type": "string",
378
+ "oneOf": [
379
+ { "enum": ["Account"], "description": "Account", "versions": ["R3", "R4", "R5", "R6"] },
380
+ { "enum": ["ActivityDefinition"], "description": "ActivityDefinition", "versions": ["R3", "R4", "R5", "R6"] },
381
+ { "enum": ["ActorDefinition"], "description": "ActorDefinition", "versions": ["R5", "R6"] },
382
+ { "enum": ["AdministrableProductDefinition"], "description": "AdministrableProductDefinition", "versions": ["R5", "R6"] },
383
+ { "enum": ["AdverseEvent"], "description": "AdverseEvent", "versions": ["R3", "R4", "R5", "R6"] },
384
+ { "enum": ["AllergyIntolerance"], "description": "AllergyIntolerance", "versions": ["R3", "R4", "R5", "R6"] },
385
+ { "enum": ["Appointment"], "description": "Appointment", "versions": ["R3", "R4", "R5", "R6"] },
386
+ { "enum": ["AppointmentResponse"], "description": "AppointmentResponse", "versions": ["R3", "R4", "R5", "R6"] },
387
+ { "enum": ["ArtifactAssessment"], "description": "ArtifactAssessment", "versions": ["R5", "R6"] },
388
+ { "enum": ["AuditEvent"], "description": "AuditEvent", "versions": ["R3", "R4", "R5", "R6"] },
389
+ { "enum": ["Basic"], "description": "Basic", "versions": ["R3", "R4", "R5", "R6"] },
390
+ { "enum": ["Binary"], "description": "Binary", "versions": ["R3", "R4", "R5", "R6"] },
391
+ { "enum": ["BiologicallyDerivedProduct"], "description": "BiologicallyDerivedProduct", "versions": ["R4", "R5", "R6"] },
392
+ { "enum": ["BiologicallyDerivedProductDispense"], "description": "BiologicallyDerivedProductDispense", "versions": ["R5"] },
393
+ { "enum": ["BodyStructure"], "description": "BodyStructure", "versions": ["R4", "R5", "R6"] },
394
+ { "enum": ["Bundle"], "description": "Bundle", "versions": ["R3", "R4", "R5", "R6"] },
395
+ { "enum": ["CapabilityStatement"], "description": "CapabilityStatement", "versions": ["R3", "R4", "R5", "R6"] },
396
+ { "enum": ["CarePlan"], "description": "CarePlan", "versions": ["R3", "R4", "R5", "R6"] },
397
+ { "enum": ["CareTeam"], "description": "CareTeam", "versions": ["R3", "R4", "R5", "R6"] },
398
+ { "enum": ["CatalogEntry"], "description": "CatalogEntry", "versions": ["R4"] },
399
+ { "enum": ["ChargeItem"], "description": "ChargeItem", "versions": ["R4", "R5"] },
400
+ { "enum": ["ChargeItemDefinition"], "description": "ChargeItemDefinition", "versions": ["R4", "R5"] },
401
+ { "enum": ["Citation"], "description": "Citation", "versions": ["R5"] },
402
+ { "enum": ["Claim"], "description": "Claim", "versions": ["R3", "R4", "R5", "R6"] },
403
+ { "enum": ["ClaimResponse"], "description": "ClaimResponse", "versions": ["R3", "R4", "R5", "R6"] },
404
+ { "enum": ["ClinicalImpression"], "description": "ClinicalImpression", "versions": ["R3", "R4", "R5"] },
405
+ { "enum": ["ClinicalUseDefinition"], "description": "ClinicalUseDefinition", "versions": ["R5", "R6"] },
406
+ { "enum": ["CodeSystem"], "description": "CodeSystem", "versions": ["R3", "R4", "R5", "R6"] },
407
+ { "enum": ["Communication"], "description": "Communication", "versions": ["R3", "R4", "R5", "R6"] },
408
+ { "enum": ["CommunicationRequest"], "description": "CommunicationRequest", "versions": ["R3", "R4", "R5", "R6"] },
409
+ { "enum": ["CompartmentDefinition"], "description": "CompartmentDefinition", "versions": ["R3", "R4", "R5", "R6"] },
410
+ { "enum": ["Composition"], "description": "Composition", "versions": ["R3", "R4", "R5", "R6"] },
411
+ { "enum": ["ConceptMap"], "description": "ConceptMap", "versions": ["R3", "R4", "R5", "R6"] },
412
+ { "enum": ["Condition"], "description": "Condition", "versions": ["R3", "R4", "R5", "R6"] },
413
+ { "enum": ["ConditionDefinition"], "description": "ConditionDefinition", "versions": ["R5"] },
414
+ { "enum": ["Consent"], "description": "Consent", "versions": ["R3", "R4", "R5", "R6"] },
415
+ { "enum": ["Contract"], "description": "Contract", "versions": ["R3", "R4", "R5", "R6"] },
416
+ { "enum": ["Coverage"], "description": "Coverage", "versions": ["R3", "R4", "R5", "R6"] },
417
+ { "enum": ["CoverageEligibilityRequest"], "description": "CoverageEligibilityRequest", "versions": ["R4", "R5", "R6"] },
418
+ { "enum": ["CoverageEligibilityResponse"], "description": "CoverageEligibilityResponse", "versions": ["R4", "R5", "R6"] },
419
+ { "enum": ["DetectedIssue"], "description": "DetectedIssue", "versions": ["R3", "R4", "R5", "R6"] },
420
+ { "enum": ["Device"], "description": "Device", "versions": ["R3", "R4", "R5", "R6"] },
421
+ { "enum": ["DeviceAlert"], "description": "DeviceAlert", "versions": ["R6"] },
422
+ { "enum": ["DeviceAssociation"], "description": "DeviceAssociation", "versions": ["R5", "R6"] },
423
+ { "enum": ["DeviceDefinition"], "description": "DeviceDefinition", "versions": ["R4", "R5", "R6"] },
424
+ { "enum": ["DeviceDispense"], "description": "DeviceDispense", "versions": ["R5"] },
425
+ { "enum": ["DeviceMetric"], "description": "DeviceMetric", "versions": ["R3", "R4", "R5", "R6"] },
426
+ { "enum": ["DeviceRequest"], "description": "DeviceRequest", "versions": ["R4", "R5", "R6"] },
427
+ { "enum": ["DeviceUsage"], "description": "DeviceUsage", "versions": ["R5"] },
428
+ { "enum": ["DeviceUseStatement"], "description": "DeviceUseStatement", "versions": ["R3", "R4"] },
429
+ { "enum": ["DiagnosticReport"], "description": "DiagnosticReport", "versions": ["R3", "R4", "R5", "R6"] },
430
+ { "enum": ["DocumentManifest"], "description": "DocumentManifest", "versions": ["R3", "R4"] },
431
+ { "enum": ["DocumentReference"], "description": "DocumentReference", "versions": ["R3", "R4", "R5", "R6"] },
432
+ { "enum": ["EffectEvidenceSynthesis"], "description": "EffectEvidenceSynthesis", "versions": ["R4"] },
433
+ { "enum": ["Encounter"], "description": "Encounter", "versions": ["R3", "R4", "R5", "R6"] },
434
+ { "enum": ["EncounterHistory"], "description": "EncounterHistory", "versions": ["R5"] },
435
+ { "enum": ["Endpoint"], "description": "Endpoint", "versions": ["R3", "R4", "R5", "R6"] },
436
+ { "enum": ["EnrollmentRequest"], "description": "EnrollmentRequest", "versions": ["R3", "R4", "R5", "R6"] },
437
+ { "enum": ["EnrollmentResponse"], "description": "EnrollmentResponse", "versions": ["R3", "R4", "R5", "R6"] },
438
+ { "enum": ["EpisodeOfCare"], "description": "EpisodeOfCare", "versions": ["R3", "R4", "R5", "R6"] },
439
+ { "enum": ["EventDefinition"], "description": "EventDefinition", "versions": ["R4", "R5", "R6"] },
440
+ { "enum": ["Evidence"], "description": "Evidence", "versions": ["R4", "R5", "R6"] },
441
+ { "enum": ["EvidenceReport"], "description": "EvidenceReport", "versions": ["R5"] },
442
+ { "enum": ["EvidenceVariable"], "description": "EvidenceVariable", "versions": ["R4", "R5", "R6"] },
443
+ { "enum": ["ExampleScenario"], "description": "ExampleScenario", "versions": ["R4", "R5", "R6"] },
444
+ { "enum": ["ExplanationOfBenefit"], "description": "ExplanationOfBenefit", "versions": ["R3", "R4", "R5", "R6"] },
445
+ { "enum": ["FamilyMemberHistory"], "description": "FamilyMemberHistory", "versions": ["R3", "R4", "R5", "R6"] },
446
+ { "enum": ["Flag"], "description": "Flag", "versions": ["R3", "R4", "R5", "R6"] },
447
+ { "enum": ["FormularyItem"], "description": "FormularyItem", "versions": ["R5"] },
448
+ { "enum": ["GenomicStudy"], "description": "GenomicStudy", "versions": ["R5"] },
449
+ { "enum": ["Goal"], "description": "Goal", "versions": ["R3", "R4", "R5", "R6"] },
450
+ { "enum": ["GraphDefinition"], "description": "GraphDefinition", "versions": ["R3", "R4", "R5"] },
451
+ { "enum": ["Group"], "description": "Group", "versions": ["R3", "R4", "R5", "R6"] },
452
+ { "enum": ["GuidanceResponse"], "description": "GuidanceResponse", "versions": ["R3", "R4", "R5", "R6"] },
453
+ { "enum": ["HealthcareService"], "description": "HealthcareService", "versions": ["R3", "R4", "R5", "R6"] },
454
+ { "enum": ["ImagingSelection"], "description": "ImagingSelection", "versions": ["R5", "R6"] },
455
+ { "enum": ["ImagingStudy"], "description": "ImagingStudy", "versions": ["R3", "R4", "R5", "R6"] },
456
+ { "enum": ["Immunization"], "description": "Immunization", "versions": ["R3", "R4", "R5", "R6"] },
457
+ { "enum": ["ImmunizationEvaluation"], "description": "ImmunizationEvaluation", "versions": ["R4", "R5"] },
458
+ { "enum": ["ImmunizationRecommendation"], "description": "ImmunizationRecommendation", "versions": ["R3", "R4", "R5"] },
459
+ { "enum": ["ImplementationGuide"], "description": "ImplementationGuide", "versions": ["R3", "R4", "R5", "R6"] },
460
+ { "enum": ["Ingredient"], "description": "Ingredient", "versions": ["R5", "R6"] },
461
+ { "enum": ["InsurancePlan"], "description": "InsurancePlan", "versions": ["R4", "R5", "R6"] },
462
+ { "enum": ["InsuranceProduct"], "description": "InsuranceProduct", "versions": ["R6"] },
463
+ { "enum": ["InventoryItem"], "description": "InventoryItem", "versions": ["R5"] },
464
+ { "enum": ["InventoryReport"], "description": "InventoryReport", "versions": ["R5"] },
465
+ { "enum": ["Invoice"], "description": "Invoice", "versions": ["R4", "R5", "R6"] },
466
+ { "enum": ["Library"], "description": "Library", "versions": ["R3", "R4", "R5", "R6"] },
467
+ { "enum": ["Linkage"], "description": "Linkage", "versions": ["R3", "R4", "R5"] },
468
+ { "enum": ["List"], "description": "List", "versions": ["R3", "R4", "R5", "R6"] },
469
+ { "enum": ["Location"], "description": "Location", "versions": ["R3", "R4", "R5", "R6"] },
470
+ { "enum": ["ManufacturedItemDefinition"], "description": "ManufacturedItemDefinition", "versions": ["R5", "R6"] },
471
+ { "enum": ["Measure"], "description": "Measure", "versions": ["R3", "R4", "R5", "R6"] },
472
+ { "enum": ["MeasureReport"], "description": "MeasureReport", "versions": ["R3", "R4", "R5", "R6"] },
473
+ { "enum": ["Media"], "description": "Media", "versions": ["R3", "R4"] },
474
+ { "enum": ["Medication"], "description": "Medication", "versions": ["R3", "R4", "R5", "R6"] },
475
+ { "enum": ["MedicationAdministration"], "description": "MedicationAdministration", "versions": ["R3", "R4", "R5", "R6"] },
476
+ { "enum": ["MedicationDispense"], "description": "MedicationDispense", "versions": ["R3", "R4", "R5", "R6"] },
477
+ { "enum": ["MedicationKnowledge"], "description": "MedicationKnowledge", "versions": ["R4", "R5"] },
478
+ { "enum": ["MedicationRequest"], "description": "MedicationRequest", "versions": ["R3", "R4", "R5", "R6"] },
479
+ { "enum": ["MedicationStatement"], "description": "MedicationStatement", "versions": ["R3", "R4", "R5", "R6"] },
480
+ { "enum": ["MedicinalProduct"], "description": "MedicinalProduct", "versions": ["R4"] },
481
+ { "enum": ["MedicinalProductAuthorization"], "description": "MedicinalProductAuthorization", "versions": ["R4"] },
482
+ { "enum": ["MedicinalProductContraindication"], "description": "MedicinalProductContraindication", "versions": ["R4"] },
483
+ { "enum": ["MedicinalProductDefinition"], "description": "MedicinalProductDefinition", "versions": ["R5", "R6"] },
484
+ { "enum": ["MedicinalProductIndication"], "description": "MedicinalProductIndication", "versions": ["R4"] },
485
+ { "enum": ["MedicinalProductIngredient"], "description": "MedicinalProductIngredient", "versions": ["R4"] },
486
+ { "enum": ["MedicinalProductInteraction"], "description": "MedicinalProductInteraction", "versions": ["R4"] },
487
+ { "enum": ["MedicinalProductManufactured"], "description": "MedicinalProductManufactured", "versions": ["R4"] },
488
+ { "enum": ["MedicinalProductPackaged"], "description": "MedicinalProductPackaged", "versions": ["R4"] },
489
+ { "enum": ["MedicinalProductPharmaceutical"], "description": "MedicinalProductPharmaceutical", "versions": ["R4"] },
490
+ { "enum": ["MedicinalProductUndesirableEffect"], "description": "MedicinalProductUndesirableEffect", "versions": ["R4"] },
491
+ { "enum": ["MessageDefinition"], "description": "MessageDefinition", "versions": ["R3", "R4", "R5", "R6"] },
492
+ { "enum": ["MessageHeader"], "description": "MessageHeader", "versions": ["R3", "R4", "R5", "R6"] },
493
+ { "enum": ["MolecularSequence"], "description": "MolecularSequence", "versions": ["R4", "R5"] },
494
+ { "enum": ["NamingSystem"], "description": "NamingSystem", "versions": ["R3", "R4", "R5", "R6"] },
495
+ { "enum": ["NutritionIntake"], "description": "NutritionIntake", "versions": ["R5", "R6"] },
496
+ { "enum": ["NutritionOrder"], "description": "NutritionOrder", "versions": ["R3", "R4", "R5", "R6"] },
497
+ { "enum": ["NutritionProduct"], "description": "NutritionProduct", "versions": ["R5", "R6"] },
498
+ { "enum": ["Observation"], "description": "Observation", "versions": ["R3", "R4", "R5", "R6"] },
499
+ { "enum": ["ObservationDefinition"], "description": "ObservationDefinition", "versions": ["R4", "R5", "R6"] },
500
+ { "enum": ["OperationDefinition"], "description": "OperationDefinition", "versions": ["R3", "R4", "R5", "R6"] },
501
+ { "enum": ["OperationOutcome"], "description": "OperationOutcome", "versions": ["R3", "R4", "R5", "R6"] },
502
+ { "enum": ["Organization"], "description": "Organization", "versions": ["R3", "R4", "R5", "R6"] },
503
+ { "enum": ["OrganizationAffiliation"], "description": "OrganizationAffiliation", "versions": ["R4", "R5", "R6"] },
504
+ { "enum": ["PackagedProductDefinition"], "description": "PackagedProductDefinition", "versions": ["R5", "R6"] },
505
+ { "enum": ["Parameters"], "description": "Parameters", "versions": ["R3", "R4", "R5", "R6"] },
506
+ { "enum": ["Patient"], "description": "Patient", "versions": ["R3", "R4", "R5", "R6"] },
507
+ { "enum": ["PaymentNotice"], "description": "PaymentNotice", "versions": ["R3", "R4", "R5", "R6"] },
508
+ { "enum": ["PaymentReconciliation"], "description": "PaymentReconciliation", "versions": ["R3", "R4", "R5", "R6"] },
509
+ { "enum": ["Permission"], "description": "Permission", "versions": ["R5"] },
510
+ { "enum": ["Person"], "description": "Person", "versions": ["R3", "R4", "R5", "R6"] },
511
+ { "enum": ["PlanDefinition"], "description": "PlanDefinition", "versions": ["R3", "R4", "R5", "R6"] },
512
+ { "enum": ["Practitioner"], "description": "Practitioner", "versions": ["R3", "R4", "R5", "R6"] },
513
+ { "enum": ["PractitionerRole"], "description": "PractitionerRole", "versions": ["R3", "R4", "R5", "R6"] },
514
+ { "enum": ["Procedure"], "description": "Procedure", "versions": ["R3", "R4", "R5", "R6"] },
515
+ { "enum": ["Provenance"], "description": "Provenance", "versions": ["R3", "R4", "R5", "R6"] },
516
+ { "enum": ["Questionnaire"], "description": "Questionnaire", "versions": ["R3", "R4", "R5", "R6"] },
517
+ { "enum": ["QuestionnaireResponse"], "description": "QuestionnaireResponse", "versions": ["R3", "R4", "R5", "R6"] },
518
+ { "enum": ["RegulatedAuthorization"], "description": "RegulatedAuthorization", "versions": ["R5", "R6"] },
519
+ { "enum": ["RelatedPerson"], "description": "RelatedPerson", "versions": ["R3", "R4", "R5", "R6"] },
520
+ { "enum": ["RequestGroup"], "description": "RequestGroup", "versions": ["R3", "R4"] },
521
+ { "enum": ["RequestOrchestration"], "description": "RequestOrchestration", "versions": ["R5", "R6"] },
522
+ { "enum": ["Requirements"], "description": "Requirements", "versions": ["R5", "R6"] },
523
+ { "enum": ["ResearchDefinition"], "description": "ResearchDefinition", "versions": ["R4"] },
524
+ { "enum": ["ResearchElementDefinition"], "description": "ResearchElementDefinition", "versions": ["R4"] },
525
+ { "enum": ["ResearchStudy"], "description": "ResearchStudy", "versions": ["R3", "R4", "R5", "R6"] },
526
+ { "enum": ["ResearchSubject"], "description": "ResearchSubject", "versions": ["R3", "R4", "R5", "R6"] },
527
+ { "enum": ["RiskAssessment"], "description": "RiskAssessment", "versions": ["R3", "R4", "R5", "R6"] },
528
+ { "enum": ["RiskEvidenceSynthesis"], "description": "RiskEvidenceSynthesis", "versions": ["R4"] },
529
+ { "enum": ["Schedule"], "description": "Schedule", "versions": ["R3", "R4", "R5", "R6"] },
530
+ { "enum": ["SearchParameter"], "description": "SearchParameter", "versions": ["R3", "R4", "R5", "R6"] },
531
+ { "enum": ["ServiceRequest"], "description": "ServiceRequest", "versions": ["R4", "R5", "R6"] },
532
+ { "enum": ["Slot"], "description": "Slot", "versions": ["R3", "R4", "R5", "R6"] },
533
+ { "enum": ["Specimen"], "description": "Specimen", "versions": ["R3", "R4", "R5", "R6"] },
534
+ { "enum": ["SpecimenDefinition"], "description": "SpecimenDefinition", "versions": ["R4", "R5", "R6"] },
535
+ { "enum": ["StructureDefinition"], "description": "StructureDefinition", "versions": ["R3", "R4", "R5", "R6"] },
536
+ { "enum": ["StructureMap"], "description": "StructureMap", "versions": ["R3", "R4", "R5", "R6"] },
537
+ { "enum": ["Subscription"], "description": "Subscription", "versions": ["R3", "R4", "R5", "R6"] },
538
+ { "enum": ["SubscriptionStatus"], "description": "SubscriptionStatus", "versions": ["R5", "R6"] },
539
+ { "enum": ["SubscriptionTopic"], "description": "SubscriptionTopic", "versions": ["R5", "R6"] },
540
+ { "enum": ["Substance"], "description": "Substance", "versions": ["R3", "R4", "R5", "R6"] },
541
+ { "enum": ["SubstanceDefinition"], "description": "SubstanceDefinition", "versions": ["R5", "R6"] },
542
+ { "enum": ["SubstanceNucleicAcid"], "description": "SubstanceNucleicAcid", "versions": ["R4", "R5"] },
543
+ { "enum": ["SubstancePolymer"], "description": "SubstancePolymer", "versions": ["R4", "R5"] },
544
+ { "enum": ["SubstanceProtein"], "description": "SubstanceProtein", "versions": ["R4", "R5"] },
545
+ { "enum": ["SubstanceReferenceInformation"], "description": "SubstanceReferenceInformation", "versions": ["R4", "R5"] },
546
+ { "enum": ["SubstanceSourceMaterial"], "description": "SubstanceSourceMaterial", "versions": ["R4", "R5"] },
547
+ { "enum": ["SubstanceSpecification"], "description": "SubstanceSpecification", "versions": ["R4"] },
548
+ { "enum": ["SupplyDelivery"], "description": "SupplyDelivery", "versions": ["R3", "R4", "R5"] },
549
+ { "enum": ["SupplyRequest"], "description": "SupplyRequest", "versions": ["R3", "R4", "R5"] },
550
+ { "enum": ["Task"], "description": "Task", "versions": ["R3", "R4", "R5", "R6"] },
551
+ { "enum": ["TerminologyCapabilities"], "description": "TerminologyCapabilities", "versions": ["R4", "R5", "R6"] },
552
+ { "enum": ["TestPlan"], "description": "TestPlan", "versions": ["R5"] },
553
+ { "enum": ["TestReport"], "description": "TestReport", "versions": ["R3", "R4", "R5"] },
554
+ { "enum": ["TestScript"], "description": "TestScript", "versions": ["R3", "R4", "R5"] },
555
+ { "enum": ["Transport"], "description": "Transport", "versions": ["R5"] },
556
+ { "enum": ["ValueSet"], "description": "ValueSet", "versions": ["R3", "R4", "R5", "R6"] },
557
+ { "enum": ["VerificationResult"], "description": "VerificationResult", "versions": ["R4", "R5"] },
558
+ { "enum": ["VisionPrescription"], "description": "VisionPrescription", "versions": ["R4", "R5", "R6"] }
559
+ ]
535
560
  },
536
561
  "type": "array",
537
- "title": "Subject type"
562
+ "title": "Subject type",
563
+ "widget": {
564
+ "id": "select",
565
+ "labelPosition": "left",
566
+ "labelClasses": "col-sm-2 m-0 ps-0 pe-1",
567
+ "controlClasses": "col p-0 position-relative",
568
+ "autocomplete": true,
569
+ "autocompletePlaceholder": "Search and add resource types",
570
+ "autocompleteOptions": {
571
+ "maxSelect": "*",
572
+ "matchListValue": true
573
+ }
574
+ }
538
575
  },
539
576
  "date": {
540
577
  "description": "The date (and optionally time) when the questionnaire was published. The date must change when the business version changes and it must change if the status code changes. In addition, it should change when the substantive content of the questionnaire changes.",
@@ -1 +1 @@
1
- {"version": "11.2.3"}
1
+ {"version": "11.3.0"}
@@ -19,6 +19,6 @@
19
19
  <body class="bg-secondary">
20
20
  <lfb-root></lfb-root>
21
21
  <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
22
- <script src="runtime.821ff28674267dd4.js" type="module"></script><script src="polyfills.315ba4e3241084b8.js" type="module"></script><script src="scripts.5c83cbb4dbb11a83.js" defer></script><script src="main.f754ecbb7a22443d.js" type="module"></script></body>
22
+ <script src="runtime.821ff28674267dd4.js" type="module"></script><script src="polyfills.315ba4e3241084b8.js" type="module"></script><script src="scripts.5c83cbb4dbb11a83.js" defer></script><script src="main.78ef38db4ffd0421.js" type="module"></script></body>
23
23
  </html>
24
24