fhirpath-rb 0.1.1

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.
Files changed (69) hide show
  1. checksums.yaml +7 -0
  2. data/.rspec +3 -0
  3. data/.rubocop.yml +25 -0
  4. data/CLAUDE.md +59 -0
  5. data/LICENSE.txt +21 -0
  6. data/README.md +43 -0
  7. data/Rakefile +12 -0
  8. data/ext/fhir_path_parser/extconf.rb +40 -0
  9. data/lib/fhirpath/engine/evaluators/expressions.rb +59 -0
  10. data/lib/fhirpath/engine/evaluators/literals.rb +70 -0
  11. data/lib/fhirpath/engine/evaluators/member_invocation.rb +109 -0
  12. data/lib/fhirpath/engine/evaluators.rb +130 -0
  13. data/lib/fhirpath/engine/invocations/aggregate.rb +48 -0
  14. data/lib/fhirpath/engine/invocations/collections.rb +32 -0
  15. data/lib/fhirpath/engine/invocations/combining.rb +30 -0
  16. data/lib/fhirpath/engine/invocations/datetime.rb +34 -0
  17. data/lib/fhirpath/engine/invocations/equality.rb +95 -0
  18. data/lib/fhirpath/engine/invocations/equivalence.rb +138 -0
  19. data/lib/fhirpath/engine/invocations/existence.rb +117 -0
  20. data/lib/fhirpath/engine/invocations/filtering.rb +107 -0
  21. data/lib/fhirpath/engine/invocations/inequality.rb +92 -0
  22. data/lib/fhirpath/engine/invocations/logic.rb +74 -0
  23. data/lib/fhirpath/engine/invocations/math.rb +109 -0
  24. data/lib/fhirpath/engine/invocations/math_functions.rb +121 -0
  25. data/lib/fhirpath/engine/invocations/misc.rb +144 -0
  26. data/lib/fhirpath/engine/invocations/misc_converts_to.rb +91 -0
  27. data/lib/fhirpath/engine/invocations/navigation.rb +102 -0
  28. data/lib/fhirpath/engine/invocations/registry_strings_and_math.rb +48 -0
  29. data/lib/fhirpath/engine/invocations/strings.rb +139 -0
  30. data/lib/fhirpath/engine/invocations/strings_encoding.rb +68 -0
  31. data/lib/fhirpath/engine/invocations/subsetting.rb +15 -0
  32. data/lib/fhirpath/engine/invocations/types.rb +36 -0
  33. data/lib/fhirpath/engine/invocations.rb +118 -0
  34. data/lib/fhirpath/engine/nodes/fp_date_time.rb +140 -0
  35. data/lib/fhirpath/engine/nodes/fp_date_time_arithmetic.rb +112 -0
  36. data/lib/fhirpath/engine/nodes/fp_quantity.rb +142 -0
  37. data/lib/fhirpath/engine/nodes/fp_quantity_deep_equal.rb +67 -0
  38. data/lib/fhirpath/engine/nodes/fp_time.rb +139 -0
  39. data/lib/fhirpath/engine/nodes/fp_time_arithmetic.rb +111 -0
  40. data/lib/fhirpath/engine/nodes/resource_node.rb +66 -0
  41. data/lib/fhirpath/engine/nodes/type_info.rb +92 -0
  42. data/lib/fhirpath/engine/param_resolution.rb +74 -0
  43. data/lib/fhirpath/engine/util.rb +117 -0
  44. data/lib/fhirpath/engine.rb +100 -0
  45. data/lib/fhirpath/models/dstu2/choiceTypePaths.json +1041 -0
  46. data/lib/fhirpath/models/dstu2/path2Type.json +4728 -0
  47. data/lib/fhirpath/models/dstu2/pathsDefinedElsewhere.json +21 -0
  48. data/lib/fhirpath/models/dstu2/type2Parent.json +141 -0
  49. data/lib/fhirpath/models/r4/choiceTypePaths.json +1365 -0
  50. data/lib/fhirpath/models/r4/path2Type.json +7707 -0
  51. data/lib/fhirpath/models/r4/pathsDefinedElsewhere.json +57 -0
  52. data/lib/fhirpath/models/r4/type2Parent.json +211 -0
  53. data/lib/fhirpath/models/r5/choiceTypePaths.json +1883 -0
  54. data/lib/fhirpath/models/r5/path2Type.json +9653 -0
  55. data/lib/fhirpath/models/r5/pathsDefinedElsewhere.json +80 -0
  56. data/lib/fhirpath/models/r5/type2Parent.json +234 -0
  57. data/lib/fhirpath/models/stu3/choiceTypePaths.json +991 -0
  58. data/lib/fhirpath/models/stu3/path2Type.json +5729 -0
  59. data/lib/fhirpath/models/stu3/pathsDefinedElsewhere.json +37 -0
  60. data/lib/fhirpath/models/stu3/type2Parent.json +173 -0
  61. data/lib/fhirpath/models.rb +25 -0
  62. data/lib/fhirpath/parser/FHIRPath.g4 +172 -0
  63. data/lib/fhirpath/parser/ast_builder.rb +51 -0
  64. data/lib/fhirpath/parser.rb +21 -0
  65. data/lib/fhirpath/version.rb +5 -0
  66. data/lib/fhirpath.rb +117 -0
  67. data/rakelib/parser.rake +146 -0
  68. data/sig/fhirpath.rbs +14 -0
  69. metadata +168 -0
@@ -0,0 +1,1883 @@
1
+ {
2
+ "ActivityDefinition.asNeeded": [
3
+ "Boolean",
4
+ "CodeableConcept"
5
+ ],
6
+ "ActivityDefinition.product": [
7
+ "Reference",
8
+ "CodeableConcept"
9
+ ],
10
+ "ActivityDefinition.subject": [
11
+ "CodeableConcept",
12
+ "Reference",
13
+ "Canonical"
14
+ ],
15
+ "ActivityDefinition.timing": [
16
+ "Timing",
17
+ "Age",
18
+ "Range",
19
+ "Duration"
20
+ ],
21
+ "ActivityDefinition.versionAlgorithm": [
22
+ "String",
23
+ "Coding"
24
+ ],
25
+ "ActorDefinition.versionAlgorithm": [
26
+ "String",
27
+ "Coding"
28
+ ],
29
+ "AdministrableProductDefinition.property.value": [
30
+ "CodeableConcept",
31
+ "Quantity",
32
+ "Date",
33
+ "Boolean",
34
+ "Markdown",
35
+ "Attachment",
36
+ "Reference"
37
+ ],
38
+ "AdverseEvent.contributingFactor.item": [
39
+ "Reference",
40
+ "CodeableConcept"
41
+ ],
42
+ "AdverseEvent.mitigatingAction.item": [
43
+ "Reference",
44
+ "CodeableConcept"
45
+ ],
46
+ "AdverseEvent.occurrence": [
47
+ "DateTime",
48
+ "Period",
49
+ "Timing"
50
+ ],
51
+ "AdverseEvent.preventiveAction.item": [
52
+ "Reference",
53
+ "CodeableConcept"
54
+ ],
55
+ "AdverseEvent.supportingInfo.item": [
56
+ "Reference",
57
+ "CodeableConcept"
58
+ ],
59
+ "AdverseEvent.suspectEntity.instance": [
60
+ "CodeableConcept",
61
+ "Reference"
62
+ ],
63
+ "AllergyIntolerance.onset": [
64
+ "DateTime",
65
+ "Age",
66
+ "Period",
67
+ "Range",
68
+ "String"
69
+ ],
70
+ "Annotation.author": [
71
+ "Reference",
72
+ "String"
73
+ ],
74
+ "ArtifactAssessment.artifact": [
75
+ "Reference",
76
+ "Canonical",
77
+ "Uri"
78
+ ],
79
+ "ArtifactAssessment.citeAs": [
80
+ "Reference",
81
+ "Markdown"
82
+ ],
83
+ "AuditEvent.agent.network": [
84
+ "Reference",
85
+ "Uri",
86
+ "String"
87
+ ],
88
+ "AuditEvent.entity.detail.value": [
89
+ "Quantity",
90
+ "CodeableConcept",
91
+ "String",
92
+ "Boolean",
93
+ "Integer",
94
+ "Range",
95
+ "Ratio",
96
+ "Time",
97
+ "DateTime",
98
+ "Period",
99
+ "Base64Binary"
100
+ ],
101
+ "AuditEvent.occurred": [
102
+ "Period",
103
+ "DateTime"
104
+ ],
105
+ "BiologicallyDerivedProduct.collection.collected": [
106
+ "DateTime",
107
+ "Period"
108
+ ],
109
+ "BiologicallyDerivedProduct.property.value": [
110
+ "Boolean",
111
+ "Integer",
112
+ "CodeableConcept",
113
+ "Period",
114
+ "Quantity",
115
+ "Range",
116
+ "Ratio",
117
+ "String",
118
+ "Attachment"
119
+ ],
120
+ "CanonicalResource.versionAlgorithm": [
121
+ "String",
122
+ "Coding"
123
+ ],
124
+ "CapabilityStatement.versionAlgorithm": [
125
+ "String",
126
+ "Coding"
127
+ ],
128
+ "CareTeam.participant.coverage": [
129
+ "Period",
130
+ "Timing"
131
+ ],
132
+ "ChargeItem.occurrence": [
133
+ "DateTime",
134
+ "Period",
135
+ "Timing"
136
+ ],
137
+ "ChargeItemDefinition.versionAlgorithm": [
138
+ "String",
139
+ "Coding"
140
+ ],
141
+ "Citation.versionAlgorithm": [
142
+ "String",
143
+ "Coding"
144
+ ],
145
+ "Claim.accident.location": [
146
+ "Address",
147
+ "Reference"
148
+ ],
149
+ "Claim.diagnosis.diagnosis": [
150
+ "CodeableConcept",
151
+ "Reference"
152
+ ],
153
+ "Claim.event.when": [
154
+ "DateTime",
155
+ "Period"
156
+ ],
157
+ "Claim.item.location": [
158
+ "CodeableConcept",
159
+ "Address",
160
+ "Reference"
161
+ ],
162
+ "Claim.item.serviced": [
163
+ "Date",
164
+ "Period"
165
+ ],
166
+ "Claim.procedure.procedure": [
167
+ "CodeableConcept",
168
+ "Reference"
169
+ ],
170
+ "Claim.supportingInfo.timing": [
171
+ "Date",
172
+ "Period"
173
+ ],
174
+ "Claim.supportingInfo.value": [
175
+ "Boolean",
176
+ "String",
177
+ "Quantity",
178
+ "Attachment",
179
+ "Reference",
180
+ "Identifier"
181
+ ],
182
+ "ClaimResponse.addItem.location": [
183
+ "CodeableConcept",
184
+ "Address",
185
+ "Reference"
186
+ ],
187
+ "ClaimResponse.addItem.serviced": [
188
+ "Date",
189
+ "Period"
190
+ ],
191
+ "ClaimResponse.event.when": [
192
+ "DateTime",
193
+ "Period"
194
+ ],
195
+ "ClinicalImpression.effective": [
196
+ "DateTime",
197
+ "Period"
198
+ ],
199
+ "ClinicalUseDefinition.indication.duration": [
200
+ "Range",
201
+ "String"
202
+ ],
203
+ "ClinicalUseDefinition.interaction.interactant.item": [
204
+ "Reference",
205
+ "CodeableConcept"
206
+ ],
207
+ "CodeSystem.concept.property.value": [
208
+ "Code",
209
+ "Coding",
210
+ "String",
211
+ "Integer",
212
+ "Boolean",
213
+ "DateTime",
214
+ "Decimal"
215
+ ],
216
+ "CodeSystem.versionAlgorithm": [
217
+ "String",
218
+ "Coding"
219
+ ],
220
+ "Communication.payload.content": [
221
+ "Attachment",
222
+ "Reference",
223
+ "CodeableConcept"
224
+ ],
225
+ "CommunicationRequest.occurrence": [
226
+ "DateTime",
227
+ "Period"
228
+ ],
229
+ "CommunicationRequest.payload.content": [
230
+ "Attachment",
231
+ "Reference",
232
+ "CodeableConcept"
233
+ ],
234
+ "CompartmentDefinition.versionAlgorithm": [
235
+ "String",
236
+ "Coding"
237
+ ],
238
+ "ConceptMap.group.element.target.dependsOn.value": [
239
+ "Code",
240
+ "Coding",
241
+ "String",
242
+ "Boolean",
243
+ "Quantity"
244
+ ],
245
+ "ConceptMap.group.element.target.property.value": [
246
+ "Coding",
247
+ "String",
248
+ "Integer",
249
+ "Boolean",
250
+ "DateTime",
251
+ "Decimal",
252
+ "Code"
253
+ ],
254
+ "ConceptMap.sourceScope": [
255
+ "Uri",
256
+ "Canonical"
257
+ ],
258
+ "ConceptMap.targetScope": [
259
+ "Uri",
260
+ "Canonical"
261
+ ],
262
+ "ConceptMap.versionAlgorithm": [
263
+ "String",
264
+ "Coding"
265
+ ],
266
+ "Condition.abatement": [
267
+ "DateTime",
268
+ "Age",
269
+ "Period",
270
+ "Range",
271
+ "String"
272
+ ],
273
+ "Condition.onset": [
274
+ "DateTime",
275
+ "Age",
276
+ "Period",
277
+ "Range",
278
+ "String"
279
+ ],
280
+ "ConditionDefinition.precondition.value": [
281
+ "CodeableConcept",
282
+ "Quantity"
283
+ ],
284
+ "ConditionDefinition.versionAlgorithm": [
285
+ "String",
286
+ "Coding"
287
+ ],
288
+ "Contract.friendly.content": [
289
+ "Attachment",
290
+ "Reference"
291
+ ],
292
+ "Contract.legal.content": [
293
+ "Attachment",
294
+ "Reference"
295
+ ],
296
+ "Contract.legallyBinding": [
297
+ "Attachment",
298
+ "Reference"
299
+ ],
300
+ "Contract.rule.content": [
301
+ "Attachment",
302
+ "Reference"
303
+ ],
304
+ "Contract.term.action.occurrence": [
305
+ "DateTime",
306
+ "Period",
307
+ "Timing"
308
+ ],
309
+ "Contract.term.asset.valuedItem.entity": [
310
+ "CodeableConcept",
311
+ "Reference"
312
+ ],
313
+ "Contract.term.offer.answer.value": [
314
+ "Boolean",
315
+ "Decimal",
316
+ "Integer",
317
+ "Date",
318
+ "DateTime",
319
+ "Time",
320
+ "String",
321
+ "Uri",
322
+ "Attachment",
323
+ "Coding",
324
+ "Quantity",
325
+ "Reference"
326
+ ],
327
+ "Contract.term.topic": [
328
+ "CodeableConcept",
329
+ "Reference"
330
+ ],
331
+ "Contract.topic": [
332
+ "CodeableConcept",
333
+ "Reference"
334
+ ],
335
+ "Coverage.costToBeneficiary.value": [
336
+ "Quantity",
337
+ "Money"
338
+ ],
339
+ "CoverageEligibilityRequest.event.when": [
340
+ "DateTime",
341
+ "Period"
342
+ ],
343
+ "CoverageEligibilityRequest.item.diagnosis.diagnosis": [
344
+ "CodeableConcept",
345
+ "Reference"
346
+ ],
347
+ "CoverageEligibilityRequest.serviced": [
348
+ "Date",
349
+ "Period"
350
+ ],
351
+ "CoverageEligibilityResponse.event.when": [
352
+ "DateTime",
353
+ "Period"
354
+ ],
355
+ "CoverageEligibilityResponse.insurance.item.benefit.allowed": [
356
+ "UnsignedInt",
357
+ "String",
358
+ "Money"
359
+ ],
360
+ "CoverageEligibilityResponse.insurance.item.benefit.used": [
361
+ "UnsignedInt",
362
+ "String",
363
+ "Money"
364
+ ],
365
+ "CoverageEligibilityResponse.serviced": [
366
+ "Date",
367
+ "Period"
368
+ ],
369
+ "DataRequirement.dateFilter.value": [
370
+ "DateTime",
371
+ "Period",
372
+ "Duration"
373
+ ],
374
+ "DataRequirement.subject": [
375
+ "CodeableConcept",
376
+ "Reference"
377
+ ],
378
+ "DataRequirement.valueFilter.value": [
379
+ "DateTime",
380
+ "Period",
381
+ "Duration"
382
+ ],
383
+ "DetectedIssue.identified": [
384
+ "DateTime",
385
+ "Period"
386
+ ],
387
+ "Device.property.value": [
388
+ "Quantity",
389
+ "CodeableConcept",
390
+ "String",
391
+ "Boolean",
392
+ "Integer",
393
+ "Range",
394
+ "Attachment"
395
+ ],
396
+ "DeviceDefinition.property.value": [
397
+ "Quantity",
398
+ "CodeableConcept",
399
+ "String",
400
+ "Boolean",
401
+ "Integer",
402
+ "Range",
403
+ "Attachment"
404
+ ],
405
+ "DeviceRequest.occurrence": [
406
+ "DateTime",
407
+ "Period",
408
+ "Timing"
409
+ ],
410
+ "DeviceRequest.parameter.value": [
411
+ "CodeableConcept",
412
+ "Quantity",
413
+ "Range",
414
+ "Boolean"
415
+ ],
416
+ "DeviceUsage.timing": [
417
+ "Timing",
418
+ "Period",
419
+ "DateTime"
420
+ ],
421
+ "DiagnosticReport.effective": [
422
+ "DateTime",
423
+ "Period"
424
+ ],
425
+ "DocumentReference.content.profile.value": [
426
+ "Coding",
427
+ "Uri",
428
+ "Canonical"
429
+ ],
430
+ "Dosage.doseAndRate.dose": [
431
+ "Range",
432
+ "Quantity"
433
+ ],
434
+ "Dosage.doseAndRate.rate": [
435
+ "Ratio",
436
+ "Range",
437
+ "Quantity"
438
+ ],
439
+ "ElementDefinition.defaultValue": [
440
+ "Base64Binary",
441
+ "Boolean",
442
+ "Canonical",
443
+ "Code",
444
+ "Date",
445
+ "DateTime",
446
+ "Decimal",
447
+ "Id",
448
+ "Instant",
449
+ "Integer",
450
+ "Integer64",
451
+ "Markdown",
452
+ "Oid",
453
+ "PositiveInt",
454
+ "String",
455
+ "Time",
456
+ "UnsignedInt",
457
+ "Uri",
458
+ "Url",
459
+ "Uuid",
460
+ "Address",
461
+ "Age",
462
+ "Annotation",
463
+ "Attachment",
464
+ "CodeableConcept",
465
+ "CodeableReference",
466
+ "Coding",
467
+ "ContactPoint",
468
+ "Count",
469
+ "Distance",
470
+ "Duration",
471
+ "HumanName",
472
+ "Identifier",
473
+ "Money",
474
+ "Period",
475
+ "Quantity",
476
+ "Range",
477
+ "Ratio",
478
+ "RatioRange",
479
+ "Reference",
480
+ "SampledData",
481
+ "Signature",
482
+ "Timing",
483
+ "ContactDetail",
484
+ "DataRequirement",
485
+ "Expression",
486
+ "ParameterDefinition",
487
+ "RelatedArtifact",
488
+ "TriggerDefinition",
489
+ "UsageContext",
490
+ "Availability",
491
+ "ExtendedContactDetail",
492
+ "Dosage",
493
+ "Meta"
494
+ ],
495
+ "ElementDefinition.example.value": [
496
+ "Base64Binary",
497
+ "Boolean",
498
+ "Canonical",
499
+ "Code",
500
+ "Date",
501
+ "DateTime",
502
+ "Decimal",
503
+ "Id",
504
+ "Instant",
505
+ "Integer",
506
+ "Integer64",
507
+ "Markdown",
508
+ "Oid",
509
+ "PositiveInt",
510
+ "String",
511
+ "Time",
512
+ "UnsignedInt",
513
+ "Uri",
514
+ "Url",
515
+ "Uuid",
516
+ "Address",
517
+ "Age",
518
+ "Annotation",
519
+ "Attachment",
520
+ "CodeableConcept",
521
+ "CodeableReference",
522
+ "Coding",
523
+ "ContactPoint",
524
+ "Count",
525
+ "Distance",
526
+ "Duration",
527
+ "HumanName",
528
+ "Identifier",
529
+ "Money",
530
+ "Period",
531
+ "Quantity",
532
+ "Range",
533
+ "Ratio",
534
+ "RatioRange",
535
+ "Reference",
536
+ "SampledData",
537
+ "Signature",
538
+ "Timing",
539
+ "ContactDetail",
540
+ "DataRequirement",
541
+ "Expression",
542
+ "ParameterDefinition",
543
+ "RelatedArtifact",
544
+ "TriggerDefinition",
545
+ "UsageContext",
546
+ "Availability",
547
+ "ExtendedContactDetail",
548
+ "Dosage",
549
+ "Meta"
550
+ ],
551
+ "ElementDefinition.fixed": [
552
+ "Base64Binary",
553
+ "Boolean",
554
+ "Canonical",
555
+ "Code",
556
+ "Date",
557
+ "DateTime",
558
+ "Decimal",
559
+ "Id",
560
+ "Instant",
561
+ "Integer",
562
+ "Integer64",
563
+ "Markdown",
564
+ "Oid",
565
+ "PositiveInt",
566
+ "String",
567
+ "Time",
568
+ "UnsignedInt",
569
+ "Uri",
570
+ "Url",
571
+ "Uuid",
572
+ "Address",
573
+ "Age",
574
+ "Annotation",
575
+ "Attachment",
576
+ "CodeableConcept",
577
+ "CodeableReference",
578
+ "Coding",
579
+ "ContactPoint",
580
+ "Count",
581
+ "Distance",
582
+ "Duration",
583
+ "HumanName",
584
+ "Identifier",
585
+ "Money",
586
+ "Period",
587
+ "Quantity",
588
+ "Range",
589
+ "Ratio",
590
+ "RatioRange",
591
+ "Reference",
592
+ "SampledData",
593
+ "Signature",
594
+ "Timing",
595
+ "ContactDetail",
596
+ "DataRequirement",
597
+ "Expression",
598
+ "ParameterDefinition",
599
+ "RelatedArtifact",
600
+ "TriggerDefinition",
601
+ "UsageContext",
602
+ "Availability",
603
+ "ExtendedContactDetail",
604
+ "Dosage",
605
+ "Meta"
606
+ ],
607
+ "ElementDefinition.maxValue": [
608
+ "Date",
609
+ "DateTime",
610
+ "Instant",
611
+ "Time",
612
+ "Decimal",
613
+ "Integer",
614
+ "Integer64",
615
+ "PositiveInt",
616
+ "UnsignedInt",
617
+ "Quantity"
618
+ ],
619
+ "ElementDefinition.minValue": [
620
+ "Date",
621
+ "DateTime",
622
+ "Instant",
623
+ "Time",
624
+ "Decimal",
625
+ "Integer",
626
+ "Integer64",
627
+ "PositiveInt",
628
+ "UnsignedInt",
629
+ "Quantity"
630
+ ],
631
+ "ElementDefinition.pattern": [
632
+ "Base64Binary",
633
+ "Boolean",
634
+ "Canonical",
635
+ "Code",
636
+ "Date",
637
+ "DateTime",
638
+ "Decimal",
639
+ "Id",
640
+ "Instant",
641
+ "Integer",
642
+ "Integer64",
643
+ "Markdown",
644
+ "Oid",
645
+ "PositiveInt",
646
+ "String",
647
+ "Time",
648
+ "UnsignedInt",
649
+ "Uri",
650
+ "Url",
651
+ "Uuid",
652
+ "Address",
653
+ "Age",
654
+ "Annotation",
655
+ "Attachment",
656
+ "CodeableConcept",
657
+ "CodeableReference",
658
+ "Coding",
659
+ "ContactPoint",
660
+ "Count",
661
+ "Distance",
662
+ "Duration",
663
+ "HumanName",
664
+ "Identifier",
665
+ "Money",
666
+ "Period",
667
+ "Quantity",
668
+ "Range",
669
+ "Ratio",
670
+ "RatioRange",
671
+ "Reference",
672
+ "SampledData",
673
+ "Signature",
674
+ "Timing",
675
+ "ContactDetail",
676
+ "DataRequirement",
677
+ "Expression",
678
+ "ParameterDefinition",
679
+ "RelatedArtifact",
680
+ "TriggerDefinition",
681
+ "UsageContext",
682
+ "Availability",
683
+ "ExtendedContactDetail",
684
+ "Dosage",
685
+ "Meta"
686
+ ],
687
+ "EventDefinition.subject": [
688
+ "CodeableConcept",
689
+ "Reference"
690
+ ],
691
+ "EventDefinition.versionAlgorithm": [
692
+ "String",
693
+ "Coding"
694
+ ],
695
+ "Evidence.citeAs": [
696
+ "Reference",
697
+ "Markdown"
698
+ ],
699
+ "Evidence.versionAlgorithm": [
700
+ "String",
701
+ "Coding"
702
+ ],
703
+ "EvidenceReport.citeAs": [
704
+ "Reference",
705
+ "Markdown"
706
+ ],
707
+ "EvidenceReport.subject.characteristic.value": [
708
+ "Reference",
709
+ "CodeableConcept",
710
+ "Boolean",
711
+ "Quantity",
712
+ "Range"
713
+ ],
714
+ "EvidenceVariable.category.value": [
715
+ "CodeableConcept",
716
+ "Quantity",
717
+ "Range"
718
+ ],
719
+ "EvidenceVariable.characteristic.definitionByTypeAndValue.value": [
720
+ "CodeableConcept",
721
+ "Boolean",
722
+ "Quantity",
723
+ "Range",
724
+ "Reference",
725
+ "Id"
726
+ ],
727
+ "EvidenceVariable.characteristic.duration": [
728
+ "Quantity",
729
+ "Range"
730
+ ],
731
+ "EvidenceVariable.characteristic.instances": [
732
+ "Quantity",
733
+ "Range"
734
+ ],
735
+ "EvidenceVariable.characteristic.timeFromEvent.event": [
736
+ "CodeableConcept",
737
+ "Reference",
738
+ "DateTime",
739
+ "Id"
740
+ ],
741
+ "EvidenceVariable.versionAlgorithm": [
742
+ "String",
743
+ "Coding"
744
+ ],
745
+ "ExampleScenario.instance.structureProfile": [
746
+ "Canonical",
747
+ "Uri"
748
+ ],
749
+ "ExampleScenario.versionAlgorithm": [
750
+ "String",
751
+ "Coding"
752
+ ],
753
+ "ExplanationOfBenefit.accident.location": [
754
+ "Address",
755
+ "Reference"
756
+ ],
757
+ "ExplanationOfBenefit.addItem.location": [
758
+ "CodeableConcept",
759
+ "Address",
760
+ "Reference"
761
+ ],
762
+ "ExplanationOfBenefit.addItem.serviced": [
763
+ "Date",
764
+ "Period"
765
+ ],
766
+ "ExplanationOfBenefit.benefitBalance.financial.allowed": [
767
+ "UnsignedInt",
768
+ "String",
769
+ "Money"
770
+ ],
771
+ "ExplanationOfBenefit.benefitBalance.financial.used": [
772
+ "UnsignedInt",
773
+ "Money"
774
+ ],
775
+ "ExplanationOfBenefit.diagnosis.diagnosis": [
776
+ "CodeableConcept",
777
+ "Reference"
778
+ ],
779
+ "ExplanationOfBenefit.event.when": [
780
+ "DateTime",
781
+ "Period"
782
+ ],
783
+ "ExplanationOfBenefit.item.location": [
784
+ "CodeableConcept",
785
+ "Address",
786
+ "Reference"
787
+ ],
788
+ "ExplanationOfBenefit.item.serviced": [
789
+ "Date",
790
+ "Period"
791
+ ],
792
+ "ExplanationOfBenefit.procedure.procedure": [
793
+ "CodeableConcept",
794
+ "Reference"
795
+ ],
796
+ "ExplanationOfBenefit.supportingInfo.timing": [
797
+ "Date",
798
+ "Period"
799
+ ],
800
+ "ExplanationOfBenefit.supportingInfo.value": [
801
+ "Boolean",
802
+ "String",
803
+ "Quantity",
804
+ "Attachment",
805
+ "Reference",
806
+ "Identifier"
807
+ ],
808
+ "Extension.value": [
809
+ "Base64Binary",
810
+ "Boolean",
811
+ "Canonical",
812
+ "Code",
813
+ "Date",
814
+ "DateTime",
815
+ "Decimal",
816
+ "Id",
817
+ "Instant",
818
+ "Integer",
819
+ "Integer64",
820
+ "Markdown",
821
+ "Oid",
822
+ "PositiveInt",
823
+ "String",
824
+ "Time",
825
+ "UnsignedInt",
826
+ "Uri",
827
+ "Url",
828
+ "Uuid",
829
+ "Address",
830
+ "Age",
831
+ "Annotation",
832
+ "Attachment",
833
+ "CodeableConcept",
834
+ "CodeableReference",
835
+ "Coding",
836
+ "ContactPoint",
837
+ "Count",
838
+ "Distance",
839
+ "Duration",
840
+ "HumanName",
841
+ "Identifier",
842
+ "Money",
843
+ "Period",
844
+ "Quantity",
845
+ "Range",
846
+ "Ratio",
847
+ "RatioRange",
848
+ "Reference",
849
+ "SampledData",
850
+ "Signature",
851
+ "Timing",
852
+ "ContactDetail",
853
+ "DataRequirement",
854
+ "Expression",
855
+ "ParameterDefinition",
856
+ "RelatedArtifact",
857
+ "TriggerDefinition",
858
+ "UsageContext",
859
+ "Availability",
860
+ "ExtendedContactDetail",
861
+ "Dosage",
862
+ "Meta"
863
+ ],
864
+ "FamilyMemberHistory.age": [
865
+ "Age",
866
+ "Range",
867
+ "String"
868
+ ],
869
+ "FamilyMemberHistory.born": [
870
+ "Period",
871
+ "Date",
872
+ "String"
873
+ ],
874
+ "FamilyMemberHistory.condition.onset": [
875
+ "Age",
876
+ "Range",
877
+ "Period",
878
+ "String"
879
+ ],
880
+ "FamilyMemberHistory.deceased": [
881
+ "Boolean",
882
+ "Age",
883
+ "Range",
884
+ "Date",
885
+ "String"
886
+ ],
887
+ "FamilyMemberHistory.procedure.performed": [
888
+ "Age",
889
+ "Range",
890
+ "Period",
891
+ "String",
892
+ "DateTime"
893
+ ],
894
+ "GenomicStudy.analysis.input.generatedBy": [
895
+ "Identifier",
896
+ "Reference"
897
+ ],
898
+ "Goal.start": [
899
+ "Date",
900
+ "CodeableConcept"
901
+ ],
902
+ "Goal.target.detail": [
903
+ "Quantity",
904
+ "Range",
905
+ "CodeableConcept",
906
+ "String",
907
+ "Boolean",
908
+ "Integer",
909
+ "Ratio"
910
+ ],
911
+ "Goal.target.due": [
912
+ "Date",
913
+ "Duration"
914
+ ],
915
+ "GraphDefinition.versionAlgorithm": [
916
+ "String",
917
+ "Coding"
918
+ ],
919
+ "Group.characteristic.value": [
920
+ "CodeableConcept",
921
+ "Boolean",
922
+ "Quantity",
923
+ "Range",
924
+ "Reference"
925
+ ],
926
+ "GuidanceResponse.module": [
927
+ "Uri",
928
+ "Canonical",
929
+ "CodeableConcept"
930
+ ],
931
+ "Immunization.occurrence": [
932
+ "DateTime",
933
+ "String"
934
+ ],
935
+ "ImplementationGuide.definition.page.source": [
936
+ "Url",
937
+ "String",
938
+ "Markdown"
939
+ ],
940
+ "ImplementationGuide.versionAlgorithm": [
941
+ "String",
942
+ "Coding"
943
+ ],
944
+ "Ingredient.substance.strength.concentration": [
945
+ "Ratio",
946
+ "RatioRange",
947
+ "CodeableConcept",
948
+ "Quantity"
949
+ ],
950
+ "Ingredient.substance.strength.presentation": [
951
+ "Ratio",
952
+ "RatioRange",
953
+ "CodeableConcept",
954
+ "Quantity"
955
+ ],
956
+ "Ingredient.substance.strength.referenceStrength.strength": [
957
+ "Ratio",
958
+ "RatioRange",
959
+ "Quantity"
960
+ ],
961
+ "InventoryItem.characteristic.value": [
962
+ "String",
963
+ "Integer",
964
+ "Decimal",
965
+ "Boolean",
966
+ "Url",
967
+ "DateTime",
968
+ "Quantity",
969
+ "Range",
970
+ "Ratio",
971
+ "Annotation",
972
+ "Address",
973
+ "Duration",
974
+ "CodeableConcept"
975
+ ],
976
+ "Invoice.lineItem.chargeItem": [
977
+ "Reference",
978
+ "CodeableConcept"
979
+ ],
980
+ "Invoice.lineItem.serviced": [
981
+ "Date",
982
+ "Period"
983
+ ],
984
+ "Invoice.period": [
985
+ "Date",
986
+ "Period"
987
+ ],
988
+ "Library.subject": [
989
+ "CodeableConcept",
990
+ "Reference"
991
+ ],
992
+ "Library.versionAlgorithm": [
993
+ "String",
994
+ "Coding"
995
+ ],
996
+ "ManufacturedItemDefinition.property.value": [
997
+ "CodeableConcept",
998
+ "Quantity",
999
+ "Date",
1000
+ "Boolean",
1001
+ "Markdown",
1002
+ "Attachment",
1003
+ "Reference"
1004
+ ],
1005
+ "Measure.group.subject": [
1006
+ "CodeableConcept",
1007
+ "Reference"
1008
+ ],
1009
+ "Measure.subject": [
1010
+ "CodeableConcept",
1011
+ "Reference"
1012
+ ],
1013
+ "Measure.versionAlgorithm": [
1014
+ "String",
1015
+ "Coding"
1016
+ ],
1017
+ "MeasureReport.group.measureScore": [
1018
+ "Quantity",
1019
+ "DateTime",
1020
+ "CodeableConcept",
1021
+ "Period",
1022
+ "Range",
1023
+ "Duration"
1024
+ ],
1025
+ "MeasureReport.group.stratifier.stratum.component.value": [
1026
+ "CodeableConcept",
1027
+ "Boolean",
1028
+ "Quantity",
1029
+ "Range",
1030
+ "Reference"
1031
+ ],
1032
+ "MeasureReport.group.stratifier.stratum.measureScore": [
1033
+ "Quantity",
1034
+ "DateTime",
1035
+ "CodeableConcept",
1036
+ "Period",
1037
+ "Range",
1038
+ "Duration"
1039
+ ],
1040
+ "MeasureReport.group.stratifier.stratum.value": [
1041
+ "CodeableConcept",
1042
+ "Boolean",
1043
+ "Quantity",
1044
+ "Range",
1045
+ "Reference"
1046
+ ],
1047
+ "Medication.ingredient.strength": [
1048
+ "Ratio",
1049
+ "CodeableConcept",
1050
+ "Quantity"
1051
+ ],
1052
+ "MedicationAdministration.dosage.rate": [
1053
+ "Ratio",
1054
+ "Quantity"
1055
+ ],
1056
+ "MedicationAdministration.occurence": [
1057
+ "DateTime",
1058
+ "Period",
1059
+ "Timing"
1060
+ ],
1061
+ "MedicationKnowledge.cost.cost": [
1062
+ "Money",
1063
+ "CodeableConcept"
1064
+ ],
1065
+ "MedicationKnowledge.definitional.drugCharacteristic.value": [
1066
+ "CodeableConcept",
1067
+ "String",
1068
+ "Quantity",
1069
+ "Base64Binary",
1070
+ "Attachment"
1071
+ ],
1072
+ "MedicationKnowledge.definitional.ingredient.strength": [
1073
+ "Ratio",
1074
+ "CodeableConcept",
1075
+ "Quantity"
1076
+ ],
1077
+ "MedicationKnowledge.indicationGuideline.dosingGuideline.patientCharacteristic.value": [
1078
+ "CodeableConcept",
1079
+ "Quantity",
1080
+ "Range"
1081
+ ],
1082
+ "MedicationKnowledge.medicineClassification.source": [
1083
+ "String",
1084
+ "Uri"
1085
+ ],
1086
+ "MedicationKnowledge.storageGuideline.environmentalSetting.value": [
1087
+ "Quantity",
1088
+ "Range",
1089
+ "CodeableConcept"
1090
+ ],
1091
+ "MedicationRequest.substitution.allowed": [
1092
+ "Boolean",
1093
+ "CodeableConcept"
1094
+ ],
1095
+ "MedicationStatement.effective": [
1096
+ "DateTime",
1097
+ "Period",
1098
+ "Timing"
1099
+ ],
1100
+ "MedicinalProductDefinition.characteristic.value": [
1101
+ "CodeableConcept",
1102
+ "Markdown",
1103
+ "Quantity",
1104
+ "Integer",
1105
+ "Date",
1106
+ "Boolean",
1107
+ "Attachment"
1108
+ ],
1109
+ "MessageDefinition.event": [
1110
+ "Coding",
1111
+ "Uri"
1112
+ ],
1113
+ "MessageDefinition.versionAlgorithm": [
1114
+ "String",
1115
+ "Coding"
1116
+ ],
1117
+ "MessageHeader.destination.endpoint": [
1118
+ "Url",
1119
+ "Reference"
1120
+ ],
1121
+ "MessageHeader.event": [
1122
+ "Coding",
1123
+ "Canonical"
1124
+ ],
1125
+ "MessageHeader.source.endpoint": [
1126
+ "Url",
1127
+ "Reference"
1128
+ ],
1129
+ "MetadataResource.versionAlgorithm": [
1130
+ "String",
1131
+ "Coding"
1132
+ ],
1133
+ "MolecularSequence.relative.startingSequence.sequence": [
1134
+ "CodeableConcept",
1135
+ "String",
1136
+ "Reference"
1137
+ ],
1138
+ "NamingSystem.versionAlgorithm": [
1139
+ "String",
1140
+ "Coding"
1141
+ ],
1142
+ "NutritionIntake.occurrence": [
1143
+ "DateTime",
1144
+ "Period"
1145
+ ],
1146
+ "NutritionIntake.reported": [
1147
+ "Boolean",
1148
+ "Reference"
1149
+ ],
1150
+ "NutritionOrder.enteralFormula.administration.rate": [
1151
+ "Quantity",
1152
+ "Ratio"
1153
+ ],
1154
+ "NutritionProduct.characteristic.value": [
1155
+ "CodeableConcept",
1156
+ "String",
1157
+ "Quantity",
1158
+ "Base64Binary",
1159
+ "Attachment",
1160
+ "Boolean"
1161
+ ],
1162
+ "Observation.component.value": [
1163
+ "Quantity",
1164
+ "CodeableConcept",
1165
+ "String",
1166
+ "Boolean",
1167
+ "Integer",
1168
+ "Range",
1169
+ "Ratio",
1170
+ "SampledData",
1171
+ "Time",
1172
+ "DateTime",
1173
+ "Period",
1174
+ "Attachment",
1175
+ "Reference"
1176
+ ],
1177
+ "Observation.effective": [
1178
+ "DateTime",
1179
+ "Period",
1180
+ "Timing",
1181
+ "Instant"
1182
+ ],
1183
+ "Observation.instantiates": [
1184
+ "Canonical",
1185
+ "Reference"
1186
+ ],
1187
+ "Observation.value": [
1188
+ "Quantity",
1189
+ "CodeableConcept",
1190
+ "String",
1191
+ "Boolean",
1192
+ "Integer",
1193
+ "Range",
1194
+ "Ratio",
1195
+ "SampledData",
1196
+ "Time",
1197
+ "DateTime",
1198
+ "Period",
1199
+ "Attachment",
1200
+ "Reference"
1201
+ ],
1202
+ "ObservationDefinition.versionAlgorithm": [
1203
+ "String",
1204
+ "Coding"
1205
+ ],
1206
+ "OperationDefinition.versionAlgorithm": [
1207
+ "String",
1208
+ "Coding"
1209
+ ],
1210
+ "PackagedProductDefinition.packaging.property.value": [
1211
+ "CodeableConcept",
1212
+ "Quantity",
1213
+ "Date",
1214
+ "Boolean",
1215
+ "Attachment"
1216
+ ],
1217
+ "Parameters.parameter.value": [
1218
+ "Base64Binary",
1219
+ "Boolean",
1220
+ "Canonical",
1221
+ "Code",
1222
+ "Date",
1223
+ "DateTime",
1224
+ "Decimal",
1225
+ "Id",
1226
+ "Instant",
1227
+ "Integer",
1228
+ "Integer64",
1229
+ "Markdown",
1230
+ "Oid",
1231
+ "PositiveInt",
1232
+ "String",
1233
+ "Time",
1234
+ "UnsignedInt",
1235
+ "Uri",
1236
+ "Url",
1237
+ "Uuid",
1238
+ "Address",
1239
+ "Age",
1240
+ "Annotation",
1241
+ "Attachment",
1242
+ "CodeableConcept",
1243
+ "CodeableReference",
1244
+ "Coding",
1245
+ "ContactPoint",
1246
+ "Count",
1247
+ "Distance",
1248
+ "Duration",
1249
+ "HumanName",
1250
+ "Identifier",
1251
+ "Money",
1252
+ "Period",
1253
+ "Quantity",
1254
+ "Range",
1255
+ "Ratio",
1256
+ "RatioRange",
1257
+ "Reference",
1258
+ "SampledData",
1259
+ "Signature",
1260
+ "Timing",
1261
+ "ContactDetail",
1262
+ "DataRequirement",
1263
+ "Expression",
1264
+ "ParameterDefinition",
1265
+ "RelatedArtifact",
1266
+ "TriggerDefinition",
1267
+ "UsageContext",
1268
+ "Availability",
1269
+ "ExtendedContactDetail",
1270
+ "Dosage",
1271
+ "Meta"
1272
+ ],
1273
+ "Patient.deceased": [
1274
+ "Boolean",
1275
+ "DateTime"
1276
+ ],
1277
+ "Patient.multipleBirth": [
1278
+ "Boolean",
1279
+ "Integer"
1280
+ ],
1281
+ "PaymentReconciliation.allocation.targetItem": [
1282
+ "String",
1283
+ "Identifier",
1284
+ "PositiveInt"
1285
+ ],
1286
+ "Person.deceased": [
1287
+ "Boolean",
1288
+ "DateTime"
1289
+ ],
1290
+ "PlanDefinition.action.definition": [
1291
+ "Canonical",
1292
+ "Uri"
1293
+ ],
1294
+ "PlanDefinition.action.relatedAction.offset": [
1295
+ "Duration",
1296
+ "Range"
1297
+ ],
1298
+ "PlanDefinition.action.subject": [
1299
+ "CodeableConcept",
1300
+ "Reference",
1301
+ "Canonical"
1302
+ ],
1303
+ "PlanDefinition.action.timing": [
1304
+ "Age",
1305
+ "Duration",
1306
+ "Range",
1307
+ "Timing"
1308
+ ],
1309
+ "PlanDefinition.asNeeded": [
1310
+ "Boolean",
1311
+ "CodeableConcept"
1312
+ ],
1313
+ "PlanDefinition.goal.target.detail": [
1314
+ "Quantity",
1315
+ "Range",
1316
+ "CodeableConcept",
1317
+ "String",
1318
+ "Boolean",
1319
+ "Integer",
1320
+ "Ratio"
1321
+ ],
1322
+ "PlanDefinition.subject": [
1323
+ "CodeableConcept",
1324
+ "Reference",
1325
+ "Canonical"
1326
+ ],
1327
+ "PlanDefinition.versionAlgorithm": [
1328
+ "String",
1329
+ "Coding"
1330
+ ],
1331
+ "Practitioner.deceased": [
1332
+ "Boolean",
1333
+ "DateTime"
1334
+ ],
1335
+ "Procedure.occurrence": [
1336
+ "DateTime",
1337
+ "Period",
1338
+ "String",
1339
+ "Age",
1340
+ "Range",
1341
+ "Timing"
1342
+ ],
1343
+ "Procedure.reported": [
1344
+ "Boolean",
1345
+ "Reference"
1346
+ ],
1347
+ "ProductShelfLife.period": [
1348
+ "Duration",
1349
+ "String"
1350
+ ],
1351
+ "Provenance.occurred": [
1352
+ "Period",
1353
+ "DateTime"
1354
+ ],
1355
+ "Questionnaire.item.answerOption.value": [
1356
+ "Integer",
1357
+ "Date",
1358
+ "Time",
1359
+ "String",
1360
+ "Coding",
1361
+ "Reference"
1362
+ ],
1363
+ "Questionnaire.item.enableWhen.answer": [
1364
+ "Boolean",
1365
+ "Decimal",
1366
+ "Integer",
1367
+ "Date",
1368
+ "DateTime",
1369
+ "Time",
1370
+ "String",
1371
+ "Coding",
1372
+ "Quantity",
1373
+ "Reference"
1374
+ ],
1375
+ "Questionnaire.item.initial.value": [
1376
+ "Boolean",
1377
+ "Decimal",
1378
+ "Integer",
1379
+ "Date",
1380
+ "DateTime",
1381
+ "Time",
1382
+ "String",
1383
+ "Uri",
1384
+ "Attachment",
1385
+ "Coding",
1386
+ "Quantity",
1387
+ "Reference"
1388
+ ],
1389
+ "Questionnaire.versionAlgorithm": [
1390
+ "String",
1391
+ "Coding"
1392
+ ],
1393
+ "QuestionnaireResponse.item.answer.value": [
1394
+ "Boolean",
1395
+ "Decimal",
1396
+ "Integer",
1397
+ "Date",
1398
+ "DateTime",
1399
+ "Time",
1400
+ "String",
1401
+ "Uri",
1402
+ "Attachment",
1403
+ "Coding",
1404
+ "Quantity",
1405
+ "Reference"
1406
+ ],
1407
+ "RegulatedAuthorization.case.date": [
1408
+ "Period",
1409
+ "DateTime"
1410
+ ],
1411
+ "RequestOrchestration.action.definition": [
1412
+ "Canonical",
1413
+ "Uri"
1414
+ ],
1415
+ "RequestOrchestration.action.participant.actor": [
1416
+ "Canonical",
1417
+ "Reference"
1418
+ ],
1419
+ "RequestOrchestration.action.relatedAction.offset": [
1420
+ "Duration",
1421
+ "Range"
1422
+ ],
1423
+ "RequestOrchestration.action.timing": [
1424
+ "DateTime",
1425
+ "Age",
1426
+ "Period",
1427
+ "Duration",
1428
+ "Range",
1429
+ "Timing"
1430
+ ],
1431
+ "Requirements.versionAlgorithm": [
1432
+ "String",
1433
+ "Coding"
1434
+ ],
1435
+ "RiskAssessment.occurrence": [
1436
+ "DateTime",
1437
+ "Period"
1438
+ ],
1439
+ "RiskAssessment.prediction.probability": [
1440
+ "Decimal",
1441
+ "Range"
1442
+ ],
1443
+ "RiskAssessment.prediction.when": [
1444
+ "Period",
1445
+ "Range"
1446
+ ],
1447
+ "SearchParameter.versionAlgorithm": [
1448
+ "String",
1449
+ "Coding"
1450
+ ],
1451
+ "ServiceRequest.asNeeded": [
1452
+ "Boolean",
1453
+ "CodeableConcept"
1454
+ ],
1455
+ "ServiceRequest.occurrence": [
1456
+ "DateTime",
1457
+ "Period",
1458
+ "Timing"
1459
+ ],
1460
+ "ServiceRequest.orderDetail.parameter.value": [
1461
+ "Quantity",
1462
+ "Ratio",
1463
+ "Range",
1464
+ "Boolean",
1465
+ "CodeableConcept",
1466
+ "String",
1467
+ "Period"
1468
+ ],
1469
+ "ServiceRequest.patientInstruction.instruction": [
1470
+ "Markdown",
1471
+ "Reference"
1472
+ ],
1473
+ "ServiceRequest.quantity": [
1474
+ "Quantity",
1475
+ "Ratio",
1476
+ "Range"
1477
+ ],
1478
+ "Specimen.collection.collected": [
1479
+ "DateTime",
1480
+ "Period"
1481
+ ],
1482
+ "Specimen.collection.fastingStatus": [
1483
+ "CodeableConcept",
1484
+ "Duration"
1485
+ ],
1486
+ "Specimen.processing.time": [
1487
+ "DateTime",
1488
+ "Period"
1489
+ ],
1490
+ "SpecimenDefinition.subject": [
1491
+ "CodeableConcept",
1492
+ "Reference"
1493
+ ],
1494
+ "SpecimenDefinition.typeTested.container.additive.additive": [
1495
+ "CodeableConcept",
1496
+ "Reference"
1497
+ ],
1498
+ "SpecimenDefinition.typeTested.container.minimumVolume": [
1499
+ "Quantity",
1500
+ "String"
1501
+ ],
1502
+ "SpecimenDefinition.versionAlgorithm": [
1503
+ "String",
1504
+ "Coding"
1505
+ ],
1506
+ "StructureDefinition.versionAlgorithm": [
1507
+ "String",
1508
+ "Coding"
1509
+ ],
1510
+ "StructureMap.group.rule.target.parameter.value": [
1511
+ "Id",
1512
+ "String",
1513
+ "Boolean",
1514
+ "Integer",
1515
+ "Decimal",
1516
+ "Date",
1517
+ "Time",
1518
+ "DateTime"
1519
+ ],
1520
+ "StructureMap.versionAlgorithm": [
1521
+ "String",
1522
+ "Coding"
1523
+ ],
1524
+ "SubscriptionTopic.versionAlgorithm": [
1525
+ "String",
1526
+ "Coding"
1527
+ ],
1528
+ "Substance.ingredient.substance": [
1529
+ "CodeableConcept",
1530
+ "Reference"
1531
+ ],
1532
+ "SubstanceDefinition.moiety.amount": [
1533
+ "Quantity",
1534
+ "String"
1535
+ ],
1536
+ "SubstanceDefinition.property.value": [
1537
+ "CodeableConcept",
1538
+ "Quantity",
1539
+ "Date",
1540
+ "Boolean",
1541
+ "Attachment"
1542
+ ],
1543
+ "SubstanceDefinition.relationship.amount": [
1544
+ "Quantity",
1545
+ "Ratio",
1546
+ "String"
1547
+ ],
1548
+ "SubstanceDefinition.relationship.substanceDefinition": [
1549
+ "Reference",
1550
+ "CodeableConcept"
1551
+ ],
1552
+ "SubstanceReferenceInformation.target.amount": [
1553
+ "Quantity",
1554
+ "Range",
1555
+ "String"
1556
+ ],
1557
+ "SupplyDelivery.occurrence": [
1558
+ "DateTime",
1559
+ "Period",
1560
+ "Timing"
1561
+ ],
1562
+ "SupplyDelivery.suppliedItem.item": [
1563
+ "CodeableConcept",
1564
+ "Reference"
1565
+ ],
1566
+ "SupplyRequest.occurrence": [
1567
+ "DateTime",
1568
+ "Period",
1569
+ "Timing"
1570
+ ],
1571
+ "SupplyRequest.parameter.value": [
1572
+ "CodeableConcept",
1573
+ "Quantity",
1574
+ "Range",
1575
+ "Boolean"
1576
+ ],
1577
+ "Task.input.value": [
1578
+ "Base64Binary",
1579
+ "Boolean",
1580
+ "Canonical",
1581
+ "Code",
1582
+ "Date",
1583
+ "DateTime",
1584
+ "Decimal",
1585
+ "Id",
1586
+ "Instant",
1587
+ "Integer",
1588
+ "Integer64",
1589
+ "Markdown",
1590
+ "Oid",
1591
+ "PositiveInt",
1592
+ "String",
1593
+ "Time",
1594
+ "UnsignedInt",
1595
+ "Uri",
1596
+ "Url",
1597
+ "Uuid",
1598
+ "Address",
1599
+ "Age",
1600
+ "Annotation",
1601
+ "Attachment",
1602
+ "CodeableConcept",
1603
+ "CodeableReference",
1604
+ "Coding",
1605
+ "ContactPoint",
1606
+ "Count",
1607
+ "Distance",
1608
+ "Duration",
1609
+ "HumanName",
1610
+ "Identifier",
1611
+ "Money",
1612
+ "Period",
1613
+ "Quantity",
1614
+ "Range",
1615
+ "Ratio",
1616
+ "RatioRange",
1617
+ "Reference",
1618
+ "SampledData",
1619
+ "Signature",
1620
+ "Timing",
1621
+ "ContactDetail",
1622
+ "DataRequirement",
1623
+ "Expression",
1624
+ "ParameterDefinition",
1625
+ "RelatedArtifact",
1626
+ "TriggerDefinition",
1627
+ "UsageContext",
1628
+ "Availability",
1629
+ "ExtendedContactDetail",
1630
+ "Dosage",
1631
+ "Meta"
1632
+ ],
1633
+ "Task.output.value": [
1634
+ "Base64Binary",
1635
+ "Boolean",
1636
+ "Canonical",
1637
+ "Code",
1638
+ "Date",
1639
+ "DateTime",
1640
+ "Decimal",
1641
+ "Id",
1642
+ "Instant",
1643
+ "Integer",
1644
+ "Integer64",
1645
+ "Markdown",
1646
+ "Oid",
1647
+ "PositiveInt",
1648
+ "String",
1649
+ "Time",
1650
+ "UnsignedInt",
1651
+ "Uri",
1652
+ "Url",
1653
+ "Uuid",
1654
+ "Address",
1655
+ "Age",
1656
+ "Annotation",
1657
+ "Attachment",
1658
+ "CodeableConcept",
1659
+ "CodeableReference",
1660
+ "Coding",
1661
+ "ContactPoint",
1662
+ "Count",
1663
+ "Distance",
1664
+ "Duration",
1665
+ "HumanName",
1666
+ "Identifier",
1667
+ "Money",
1668
+ "Period",
1669
+ "Quantity",
1670
+ "Range",
1671
+ "Ratio",
1672
+ "RatioRange",
1673
+ "Reference",
1674
+ "SampledData",
1675
+ "Signature",
1676
+ "Timing",
1677
+ "ContactDetail",
1678
+ "DataRequirement",
1679
+ "Expression",
1680
+ "ParameterDefinition",
1681
+ "RelatedArtifact",
1682
+ "TriggerDefinition",
1683
+ "UsageContext",
1684
+ "Availability",
1685
+ "ExtendedContactDetail",
1686
+ "Dosage",
1687
+ "Meta"
1688
+ ],
1689
+ "TerminologyCapabilities.versionAlgorithm": [
1690
+ "String",
1691
+ "Coding"
1692
+ ],
1693
+ "TestPlan.testCase.testData.source": [
1694
+ "String",
1695
+ "Reference"
1696
+ ],
1697
+ "TestPlan.testCase.testRun.script.source": [
1698
+ "String",
1699
+ "Reference"
1700
+ ],
1701
+ "TestPlan.versionAlgorithm": [
1702
+ "String",
1703
+ "Coding"
1704
+ ],
1705
+ "TestReport.setup.action.assert.requirement.link": [
1706
+ "Uri",
1707
+ "Canonical"
1708
+ ],
1709
+ "TestScript.setup.action.assert.requirement.link": [
1710
+ "Uri",
1711
+ "Canonical"
1712
+ ],
1713
+ "TestScript.versionAlgorithm": [
1714
+ "String",
1715
+ "Coding"
1716
+ ],
1717
+ "Timing.repeat.bounds": [
1718
+ "Duration",
1719
+ "Range",
1720
+ "Period"
1721
+ ],
1722
+ "Transport.input.value": [
1723
+ "Base64Binary",
1724
+ "Boolean",
1725
+ "Canonical",
1726
+ "Code",
1727
+ "Date",
1728
+ "DateTime",
1729
+ "Decimal",
1730
+ "Id",
1731
+ "Instant",
1732
+ "Integer",
1733
+ "Integer64",
1734
+ "Markdown",
1735
+ "Oid",
1736
+ "PositiveInt",
1737
+ "String",
1738
+ "Time",
1739
+ "UnsignedInt",
1740
+ "Uri",
1741
+ "Url",
1742
+ "Uuid",
1743
+ "Address",
1744
+ "Age",
1745
+ "Annotation",
1746
+ "Attachment",
1747
+ "CodeableConcept",
1748
+ "CodeableReference",
1749
+ "Coding",
1750
+ "ContactPoint",
1751
+ "Count",
1752
+ "Distance",
1753
+ "Duration",
1754
+ "HumanName",
1755
+ "Identifier",
1756
+ "Money",
1757
+ "Period",
1758
+ "Quantity",
1759
+ "Range",
1760
+ "Ratio",
1761
+ "RatioRange",
1762
+ "Reference",
1763
+ "SampledData",
1764
+ "Signature",
1765
+ "Timing",
1766
+ "ContactDetail",
1767
+ "DataRequirement",
1768
+ "Expression",
1769
+ "ParameterDefinition",
1770
+ "RelatedArtifact",
1771
+ "TriggerDefinition",
1772
+ "UsageContext",
1773
+ "Availability",
1774
+ "ExtendedContactDetail",
1775
+ "Dosage",
1776
+ "Meta"
1777
+ ],
1778
+ "Transport.output.value": [
1779
+ "Base64Binary",
1780
+ "Boolean",
1781
+ "Canonical",
1782
+ "Code",
1783
+ "Date",
1784
+ "DateTime",
1785
+ "Decimal",
1786
+ "Id",
1787
+ "Instant",
1788
+ "Integer",
1789
+ "Integer64",
1790
+ "Markdown",
1791
+ "Oid",
1792
+ "PositiveInt",
1793
+ "String",
1794
+ "Time",
1795
+ "UnsignedInt",
1796
+ "Uri",
1797
+ "Url",
1798
+ "Uuid",
1799
+ "Address",
1800
+ "Age",
1801
+ "Annotation",
1802
+ "Attachment",
1803
+ "CodeableConcept",
1804
+ "CodeableReference",
1805
+ "Coding",
1806
+ "ContactPoint",
1807
+ "Count",
1808
+ "Distance",
1809
+ "Duration",
1810
+ "HumanName",
1811
+ "Identifier",
1812
+ "Money",
1813
+ "Period",
1814
+ "Quantity",
1815
+ "Range",
1816
+ "Ratio",
1817
+ "RatioRange",
1818
+ "Reference",
1819
+ "SampledData",
1820
+ "Signature",
1821
+ "Timing",
1822
+ "ContactDetail",
1823
+ "DataRequirement",
1824
+ "Expression",
1825
+ "ParameterDefinition",
1826
+ "RelatedArtifact",
1827
+ "TriggerDefinition",
1828
+ "UsageContext",
1829
+ "Availability",
1830
+ "ExtendedContactDetail",
1831
+ "Dosage",
1832
+ "Meta"
1833
+ ],
1834
+ "TriggerDefinition.timing": [
1835
+ "Timing",
1836
+ "Reference",
1837
+ "Date",
1838
+ "DateTime"
1839
+ ],
1840
+ "UsageContext.value": [
1841
+ "CodeableConcept",
1842
+ "Quantity",
1843
+ "Range",
1844
+ "Reference"
1845
+ ],
1846
+ "ValueSet.expansion.contains.property.subProperty.value": [
1847
+ "Code",
1848
+ "Coding",
1849
+ "String",
1850
+ "Integer",
1851
+ "Boolean",
1852
+ "DateTime",
1853
+ "Decimal"
1854
+ ],
1855
+ "ValueSet.expansion.contains.property.value": [
1856
+ "Code",
1857
+ "Coding",
1858
+ "String",
1859
+ "Integer",
1860
+ "Boolean",
1861
+ "DateTime",
1862
+ "Decimal"
1863
+ ],
1864
+ "ValueSet.expansion.parameter.value": [
1865
+ "String",
1866
+ "Boolean",
1867
+ "Integer",
1868
+ "Decimal",
1869
+ "Uri",
1870
+ "Code",
1871
+ "DateTime"
1872
+ ],
1873
+ "ValueSet.versionAlgorithm": [
1874
+ "String",
1875
+ "Coding"
1876
+ ],
1877
+ "VirtualServiceDetail.address": [
1878
+ "Url",
1879
+ "String",
1880
+ "ContactPoint",
1881
+ "ExtendedContactDetail"
1882
+ ]
1883
+ }