@gefyra/diffyr6-cli 1.1.3 → 1.2.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.
@@ -0,0 +1,1203 @@
1
+ {
2
+ "metadata": {
3
+ "r4PackagePath": "C:\\Users\\schoe\\.fhir\\packages\\hl7.fhir.r4.core#4.0.1\\package",
4
+ "r6PackagePath": "C:\\Users\\schoe\\.fhir\\packages\\hl7.fhir.r6.core#6.0.0-ballot3\\package",
5
+ "totalR4SearchParams": 1400,
6
+ "totalR6SearchParams": 1345,
7
+ "missingInR6": 69,
8
+ "generatedAt": "2026-01-19T12:30:16.691Z"
9
+ },
10
+ "searchParameters": [
11
+ {
12
+ "id": "AdverseEvent-resultingcondition",
13
+ "name": "resultingcondition",
14
+ "code": "resultingcondition",
15
+ "url": "http://hl7.org/fhir/SearchParameter/AdverseEvent-resultingcondition",
16
+ "status": "draft",
17
+ "type": "reference",
18
+ "description": "Effect on the subject due to this event",
19
+ "base": [
20
+ "AdverseEvent"
21
+ ],
22
+ "expression": "AdverseEvent.resultingCondition",
23
+ "target": [
24
+ "Condition"
25
+ ]
26
+ },
27
+ {
28
+ "id": "AllergyIntolerance-last-date",
29
+ "name": "last-date",
30
+ "code": "last-date",
31
+ "url": "http://hl7.org/fhir/SearchParameter/AllergyIntolerance-last-date",
32
+ "status": "draft",
33
+ "type": "date",
34
+ "description": "Date(/time) of last known occurrence of a reaction",
35
+ "base": [
36
+ "AllergyIntolerance"
37
+ ],
38
+ "expression": "AllergyIntolerance.lastOccurrence",
39
+ "comparator": [
40
+ "eq",
41
+ "ne",
42
+ "gt",
43
+ "ge",
44
+ "lt",
45
+ "le",
46
+ "sa",
47
+ "eb",
48
+ "ap"
49
+ ]
50
+ },
51
+ {
52
+ "id": "AllergyIntolerance-onset",
53
+ "name": "onset",
54
+ "code": "onset",
55
+ "url": "http://hl7.org/fhir/SearchParameter/AllergyIntolerance-onset",
56
+ "status": "draft",
57
+ "type": "date",
58
+ "description": "Date(/time) when manifestations showed",
59
+ "base": [
60
+ "AllergyIntolerance"
61
+ ],
62
+ "expression": "AllergyIntolerance.reaction.onset",
63
+ "comparator": [
64
+ "eq",
65
+ "ne",
66
+ "gt",
67
+ "ge",
68
+ "lt",
69
+ "le",
70
+ "sa",
71
+ "eb",
72
+ "ap"
73
+ ]
74
+ },
75
+ {
76
+ "id": "AuditEvent-agent-name",
77
+ "name": "agent-name",
78
+ "code": "agent-name",
79
+ "url": "http://hl7.org/fhir/SearchParameter/AuditEvent-agent-name",
80
+ "status": "draft",
81
+ "type": "string",
82
+ "description": "Human friendly name for the agent",
83
+ "base": [
84
+ "AuditEvent"
85
+ ],
86
+ "expression": "AuditEvent.agent.name"
87
+ },
88
+ {
89
+ "id": "AuditEvent-altid",
90
+ "name": "altid",
91
+ "code": "altid",
92
+ "url": "http://hl7.org/fhir/SearchParameter/AuditEvent-altid",
93
+ "status": "draft",
94
+ "type": "token",
95
+ "description": "Alternative User identity",
96
+ "base": [
97
+ "AuditEvent"
98
+ ],
99
+ "expression": "AuditEvent.agent.altId"
100
+ },
101
+ {
102
+ "id": "AuditEvent-entity-name",
103
+ "name": "entity-name",
104
+ "code": "entity-name",
105
+ "url": "http://hl7.org/fhir/SearchParameter/AuditEvent-entity-name",
106
+ "status": "draft",
107
+ "type": "string",
108
+ "description": "Descriptor for entity",
109
+ "base": [
110
+ "AuditEvent"
111
+ ],
112
+ "expression": "AuditEvent.entity.name"
113
+ },
114
+ {
115
+ "id": "AuditEvent-entity-type",
116
+ "name": "entity-type",
117
+ "code": "entity-type",
118
+ "url": "http://hl7.org/fhir/SearchParameter/AuditEvent-entity-type",
119
+ "status": "draft",
120
+ "type": "token",
121
+ "description": "Type of entity involved",
122
+ "base": [
123
+ "AuditEvent"
124
+ ],
125
+ "expression": "AuditEvent.entity.type"
126
+ },
127
+ {
128
+ "id": "CarePlan-activity-code",
129
+ "name": "activity-code",
130
+ "code": "activity-code",
131
+ "url": "http://hl7.org/fhir/SearchParameter/CarePlan-activity-code",
132
+ "status": "draft",
133
+ "type": "token",
134
+ "description": "Detail type of activity",
135
+ "base": [
136
+ "CarePlan"
137
+ ],
138
+ "expression": "CarePlan.activity.detail.code"
139
+ },
140
+ {
141
+ "id": "CarePlan-activity-date",
142
+ "name": "activity-date",
143
+ "code": "activity-date",
144
+ "url": "http://hl7.org/fhir/SearchParameter/CarePlan-activity-date",
145
+ "status": "draft",
146
+ "type": "date",
147
+ "description": "Specified date occurs within period specified by CarePlan.activity.detail.scheduled[x]",
148
+ "base": [
149
+ "CarePlan"
150
+ ],
151
+ "expression": "CarePlan.activity.detail.scheduled",
152
+ "comparator": [
153
+ "eq",
154
+ "ne",
155
+ "gt",
156
+ "ge",
157
+ "lt",
158
+ "le",
159
+ "sa",
160
+ "eb",
161
+ "ap"
162
+ ]
163
+ },
164
+ {
165
+ "id": "ClinicalImpression-assessor",
166
+ "name": "assessor",
167
+ "code": "assessor",
168
+ "url": "http://hl7.org/fhir/SearchParameter/ClinicalImpression-assessor",
169
+ "status": "draft",
170
+ "type": "reference",
171
+ "description": "The clinician performing the assessment",
172
+ "base": [
173
+ "ClinicalImpression"
174
+ ],
175
+ "expression": "ClinicalImpression.assessor",
176
+ "target": [
177
+ "Practitioner",
178
+ "PractitionerRole"
179
+ ]
180
+ },
181
+ {
182
+ "id": "ClinicalImpression-investigation",
183
+ "name": "investigation",
184
+ "code": "investigation",
185
+ "url": "http://hl7.org/fhir/SearchParameter/ClinicalImpression-investigation",
186
+ "status": "draft",
187
+ "type": "reference",
188
+ "description": "Record of a specific investigation",
189
+ "base": [
190
+ "ClinicalImpression"
191
+ ],
192
+ "expression": "ClinicalImpression.investigation.item",
193
+ "target": [
194
+ "RiskAssessment",
195
+ "FamilyMemberHistory",
196
+ "Observation",
197
+ "Media",
198
+ "DiagnosticReport",
199
+ "ImagingStudy",
200
+ "QuestionnaireResponse"
201
+ ]
202
+ },
203
+ {
204
+ "id": "codesystem-extensions-CodeSystem-end",
205
+ "name": "end",
206
+ "code": "end",
207
+ "url": "http://hl7.org/fhir/SearchParameter/codesystem-extensions-CodeSystem-end",
208
+ "status": "draft",
209
+ "type": "date",
210
+ "description": "Optional Extensions Element"
211
+ },
212
+ {
213
+ "id": "codesystem-extensions-CodeSystem-workflow",
214
+ "name": "workflow",
215
+ "code": "workflow",
216
+ "url": "http://hl7.org/fhir/SearchParameter/codesystem-extensions-CodeSystem-workflow",
217
+ "status": "draft",
218
+ "type": "token",
219
+ "description": "Optional Extensions Element"
220
+ },
221
+ {
222
+ "id": "Composition-confidentiality",
223
+ "name": "confidentiality",
224
+ "code": "confidentiality",
225
+ "url": "http://hl7.org/fhir/SearchParameter/Composition-confidentiality",
226
+ "status": "draft",
227
+ "type": "token",
228
+ "description": "As defined by affinity domain",
229
+ "base": [
230
+ "Composition"
231
+ ],
232
+ "expression": "Composition.confidentiality"
233
+ },
234
+ {
235
+ "id": "Composition-related-id",
236
+ "name": "related-id",
237
+ "code": "related-id",
238
+ "url": "http://hl7.org/fhir/SearchParameter/Composition-related-id",
239
+ "status": "draft",
240
+ "type": "token",
241
+ "description": "Target of the relationship",
242
+ "base": [
243
+ "Composition"
244
+ ],
245
+ "expression": "(Composition.relatesTo.target as Identifier)"
246
+ },
247
+ {
248
+ "id": "Composition-related-ref",
249
+ "name": "related-ref",
250
+ "code": "related-ref",
251
+ "url": "http://hl7.org/fhir/SearchParameter/Composition-related-ref",
252
+ "status": "draft",
253
+ "type": "reference",
254
+ "description": "Target of the relationship",
255
+ "base": [
256
+ "Composition"
257
+ ],
258
+ "expression": "(Composition.relatesTo.target as Reference)",
259
+ "target": [
260
+ "Composition"
261
+ ]
262
+ },
263
+ {
264
+ "id": "ConceptMap-dependson",
265
+ "name": "dependson",
266
+ "code": "dependson",
267
+ "url": "http://hl7.org/fhir/SearchParameter/ConceptMap-dependson",
268
+ "status": "draft",
269
+ "type": "uri",
270
+ "description": "Reference to property mapping depends on",
271
+ "base": [
272
+ "ConceptMap"
273
+ ],
274
+ "expression": "ConceptMap.group.element.target.dependsOn.property"
275
+ },
276
+ {
277
+ "id": "ConceptMap-other",
278
+ "name": "other",
279
+ "code": "other",
280
+ "url": "http://hl7.org/fhir/SearchParameter/ConceptMap-other",
281
+ "status": "draft",
282
+ "type": "reference",
283
+ "description": "canonical reference to an additional ConceptMap to use for mapping if the source concept is unmapped",
284
+ "base": [
285
+ "ConceptMap"
286
+ ],
287
+ "expression": "ConceptMap.group.unmapped.url",
288
+ "target": [
289
+ "ConceptMap"
290
+ ]
291
+ },
292
+ {
293
+ "id": "ConceptMap-source-system",
294
+ "name": "source-system",
295
+ "code": "source-system",
296
+ "url": "http://hl7.org/fhir/SearchParameter/ConceptMap-source-system",
297
+ "status": "draft",
298
+ "type": "uri",
299
+ "description": "Source system where concepts to be mapped are defined",
300
+ "base": [
301
+ "ConceptMap"
302
+ ],
303
+ "expression": "ConceptMap.group.source"
304
+ },
305
+ {
306
+ "id": "ConceptMap-source-uri",
307
+ "name": "source-uri",
308
+ "code": "source-uri",
309
+ "url": "http://hl7.org/fhir/SearchParameter/ConceptMap-source-uri",
310
+ "status": "draft",
311
+ "type": "reference",
312
+ "description": "The source value set that contains the concepts that are being mapped",
313
+ "base": [
314
+ "ConceptMap"
315
+ ],
316
+ "expression": "(ConceptMap.source as uri)",
317
+ "target": [
318
+ "ValueSet"
319
+ ]
320
+ },
321
+ {
322
+ "id": "ConceptMap-target-system",
323
+ "name": "target-system",
324
+ "code": "target-system",
325
+ "url": "http://hl7.org/fhir/SearchParameter/ConceptMap-target-system",
326
+ "status": "draft",
327
+ "type": "uri",
328
+ "description": "Target system that the concepts are to be mapped to",
329
+ "base": [
330
+ "ConceptMap"
331
+ ],
332
+ "expression": "ConceptMap.group.target"
333
+ },
334
+ {
335
+ "id": "ConceptMap-target-uri",
336
+ "name": "target-uri",
337
+ "code": "target-uri",
338
+ "url": "http://hl7.org/fhir/SearchParameter/ConceptMap-target-uri",
339
+ "status": "draft",
340
+ "type": "reference",
341
+ "description": "The target value set which provides context for the mappings",
342
+ "base": [
343
+ "ConceptMap"
344
+ ],
345
+ "expression": "(ConceptMap.target as uri)",
346
+ "target": [
347
+ "ValueSet"
348
+ ]
349
+ },
350
+ {
351
+ "id": "Consent-consentor",
352
+ "name": "consentor",
353
+ "code": "consentor",
354
+ "url": "http://hl7.org/fhir/SearchParameter/Consent-consentor",
355
+ "status": "draft",
356
+ "type": "reference",
357
+ "description": "Who is agreeing to the policy and rules",
358
+ "base": [
359
+ "Consent"
360
+ ],
361
+ "expression": "Consent.performer",
362
+ "target": [
363
+ "Practitioner",
364
+ "Organization",
365
+ "Patient",
366
+ "PractitionerRole",
367
+ "RelatedPerson"
368
+ ]
369
+ },
370
+ {
371
+ "id": "Consent-scope",
372
+ "name": "scope",
373
+ "code": "scope",
374
+ "url": "http://hl7.org/fhir/SearchParameter/Consent-scope",
375
+ "status": "draft",
376
+ "type": "token",
377
+ "description": "Which of the four areas this resource covers (extensible)",
378
+ "base": [
379
+ "Consent"
380
+ ],
381
+ "expression": "Consent.scope"
382
+ },
383
+ {
384
+ "id": "Coverage-payor",
385
+ "name": "payor",
386
+ "code": "payor",
387
+ "url": "http://hl7.org/fhir/SearchParameter/Coverage-payor",
388
+ "status": "draft",
389
+ "type": "reference",
390
+ "description": "The identity of the insurer or party paying for services",
391
+ "base": [
392
+ "Coverage"
393
+ ],
394
+ "expression": "Coverage.payor",
395
+ "target": [
396
+ "Organization",
397
+ "Patient",
398
+ "RelatedPerson"
399
+ ]
400
+ },
401
+ {
402
+ "id": "device-extensions-Device-din",
403
+ "name": "din",
404
+ "code": "din",
405
+ "url": "http://hl7.org/fhir/SearchParameter/device-extensions-Device-din",
406
+ "status": "draft",
407
+ "type": "token",
408
+ "description": "The donation identification number (DIN)",
409
+ "base": [
410
+ "Device"
411
+ ],
412
+ "expression": "Device.extension('http://hl7.org/fhir/SearchParameter/device-extensions-Device-din')"
413
+ },
414
+ {
415
+ "id": "Device-udi-carrier",
416
+ "name": "udi-carrier",
417
+ "code": "udi-carrier",
418
+ "url": "http://hl7.org/fhir/SearchParameter/Device-udi-carrier",
419
+ "status": "draft",
420
+ "type": "string",
421
+ "description": "UDI Barcode (RFID or other technology) string in *HRF* format.",
422
+ "base": [
423
+ "Device"
424
+ ],
425
+ "expression": "Device.udiCarrier.carrierHRF"
426
+ },
427
+ {
428
+ "id": "DiagnosticReport-conclusion",
429
+ "name": "conclusion",
430
+ "code": "conclusion",
431
+ "url": "http://hl7.org/fhir/SearchParameter/DiagnosticReport-conclusion",
432
+ "status": "draft",
433
+ "type": "token",
434
+ "description": "A coded conclusion (interpretation/impression) on the report",
435
+ "base": [
436
+ "DiagnosticReport"
437
+ ],
438
+ "expression": "DiagnosticReport.conclusionCode"
439
+ },
440
+ {
441
+ "id": "diagnosticreport-genetic-DiagnosticReport-assessed-condition",
442
+ "name": "assessed-condition",
443
+ "code": "assessed-condition",
444
+ "url": "http://hl7.org/fhir/SearchParameter/diagnosticreport-genetic-DiagnosticReport-assessed-condition",
445
+ "status": "draft",
446
+ "type": "reference",
447
+ "description": "Condition assessed by genetic test",
448
+ "base": [
449
+ "DiagnosticReport"
450
+ ],
451
+ "expression": "DiagnosticReport.extension('http://hl7.org/fhir/StructureDefinition/DiagnosticReport-geneticsAssessedCondition')"
452
+ },
453
+ {
454
+ "id": "DocumentManifest-related-id",
455
+ "name": "related-id",
456
+ "code": "related-id",
457
+ "url": "http://hl7.org/fhir/SearchParameter/DocumentManifest-related-id",
458
+ "status": "draft",
459
+ "type": "token",
460
+ "description": "Identifiers of things that are related",
461
+ "base": [
462
+ "DocumentManifest"
463
+ ],
464
+ "expression": "DocumentManifest.related.identifier"
465
+ },
466
+ {
467
+ "id": "DocumentManifest-related-ref",
468
+ "name": "related-ref",
469
+ "code": "related-ref",
470
+ "url": "http://hl7.org/fhir/SearchParameter/DocumentManifest-related-ref",
471
+ "status": "draft",
472
+ "type": "reference",
473
+ "description": "Related Resource",
474
+ "base": [
475
+ "DocumentManifest"
476
+ ],
477
+ "expression": "DocumentManifest.related.ref",
478
+ "target": [
479
+ "Account",
480
+ "ActivityDefinition",
481
+ "AdverseEvent",
482
+ "AllergyIntolerance",
483
+ "Appointment",
484
+ "AppointmentResponse",
485
+ "AuditEvent",
486
+ "Basic",
487
+ "Binary",
488
+ "BiologicallyDerivedProduct",
489
+ "BodyStructure",
490
+ "Bundle",
491
+ "CapabilityStatement",
492
+ "CarePlan",
493
+ "CareTeam",
494
+ "CatalogEntry",
495
+ "ChargeItem",
496
+ "ChargeItemDefinition",
497
+ "Claim",
498
+ "ClaimResponse",
499
+ "ClinicalImpression",
500
+ "CodeSystem",
501
+ "Communication",
502
+ "CommunicationRequest",
503
+ "CompartmentDefinition",
504
+ "Composition",
505
+ "ConceptMap",
506
+ "Condition",
507
+ "Consent",
508
+ "Contract",
509
+ "Coverage",
510
+ "CoverageEligibilityRequest",
511
+ "CoverageEligibilityResponse",
512
+ "DetectedIssue",
513
+ "Device",
514
+ "DeviceDefinition",
515
+ "DeviceMetric",
516
+ "DeviceRequest",
517
+ "DeviceUseStatement",
518
+ "DiagnosticReport",
519
+ "DocumentManifest",
520
+ "DocumentReference",
521
+ "EffectEvidenceSynthesis",
522
+ "Encounter",
523
+ "Endpoint",
524
+ "EnrollmentRequest",
525
+ "EnrollmentResponse",
526
+ "EpisodeOfCare",
527
+ "EventDefinition",
528
+ "Evidence",
529
+ "EvidenceVariable",
530
+ "ExampleScenario",
531
+ "ExplanationOfBenefit",
532
+ "FamilyMemberHistory",
533
+ "Flag",
534
+ "Goal",
535
+ "GraphDefinition",
536
+ "Group",
537
+ "GuidanceResponse",
538
+ "HealthcareService",
539
+ "ImagingStudy",
540
+ "Immunization",
541
+ "ImmunizationEvaluation",
542
+ "ImmunizationRecommendation",
543
+ "ImplementationGuide",
544
+ "InsurancePlan",
545
+ "Invoice",
546
+ "Library",
547
+ "Linkage",
548
+ "List",
549
+ "Location",
550
+ "Measure",
551
+ "MeasureReport",
552
+ "Media",
553
+ "Medication",
554
+ "MedicationAdministration",
555
+ "MedicationDispense",
556
+ "MedicationKnowledge",
557
+ "MedicationRequest",
558
+ "MedicationStatement",
559
+ "MedicinalProduct",
560
+ "MedicinalProductAuthorization",
561
+ "MedicinalProductContraindication",
562
+ "MedicinalProductIndication",
563
+ "MedicinalProductIngredient",
564
+ "MedicinalProductInteraction",
565
+ "MedicinalProductManufactured",
566
+ "MedicinalProductPackaged",
567
+ "MedicinalProductPharmaceutical",
568
+ "MedicinalProductUndesirableEffect",
569
+ "MessageDefinition",
570
+ "MessageHeader",
571
+ "MolecularSequence",
572
+ "NamingSystem",
573
+ "NutritionOrder",
574
+ "Observation",
575
+ "ObservationDefinition",
576
+ "OperationDefinition",
577
+ "OperationOutcome",
578
+ "Organization",
579
+ "OrganizationAffiliation",
580
+ "Patient",
581
+ "PaymentNotice",
582
+ "PaymentReconciliation",
583
+ "Person",
584
+ "PlanDefinition",
585
+ "Practitioner",
586
+ "PractitionerRole",
587
+ "Procedure",
588
+ "Provenance",
589
+ "Questionnaire",
590
+ "QuestionnaireResponse",
591
+ "RelatedPerson",
592
+ "RequestGroup",
593
+ "ResearchDefinition",
594
+ "ResearchElementDefinition",
595
+ "ResearchStudy",
596
+ "ResearchSubject",
597
+ "RiskAssessment",
598
+ "RiskEvidenceSynthesis",
599
+ "Schedule",
600
+ "SearchParameter",
601
+ "ServiceRequest",
602
+ "Slot",
603
+ "Specimen",
604
+ "SpecimenDefinition",
605
+ "StructureDefinition",
606
+ "StructureMap",
607
+ "Subscription",
608
+ "Substance",
609
+ "SubstanceNucleicAcid",
610
+ "SubstancePolymer",
611
+ "SubstanceProtein",
612
+ "SubstanceReferenceInformation",
613
+ "SubstanceSourceMaterial",
614
+ "SubstanceSpecification",
615
+ "SupplyDelivery",
616
+ "SupplyRequest",
617
+ "Task",
618
+ "TerminologyCapabilities",
619
+ "TestReport",
620
+ "TestScript",
621
+ "ValueSet",
622
+ "VerificationResult",
623
+ "VisionPrescription"
624
+ ]
625
+ },
626
+ {
627
+ "id": "DocumentReference-authenticator",
628
+ "name": "authenticator",
629
+ "code": "authenticator",
630
+ "url": "http://hl7.org/fhir/SearchParameter/DocumentReference-authenticator",
631
+ "status": "draft",
632
+ "type": "reference",
633
+ "description": "Who/what authenticated the document",
634
+ "base": [
635
+ "DocumentReference"
636
+ ],
637
+ "expression": "DocumentReference.authenticator",
638
+ "target": [
639
+ "Practitioner",
640
+ "Organization",
641
+ "PractitionerRole"
642
+ ]
643
+ },
644
+ {
645
+ "id": "Encounter-diagnosis",
646
+ "name": "diagnosis",
647
+ "code": "diagnosis",
648
+ "url": "http://hl7.org/fhir/SearchParameter/Encounter-diagnosis",
649
+ "status": "draft",
650
+ "type": "reference",
651
+ "description": "The diagnosis or procedure relevant to the encounter",
652
+ "base": [
653
+ "Encounter"
654
+ ],
655
+ "expression": "Encounter.diagnosis.condition",
656
+ "target": [
657
+ "Condition",
658
+ "Procedure"
659
+ ]
660
+ },
661
+ {
662
+ "id": "Group-actual",
663
+ "name": "actual",
664
+ "code": "actual",
665
+ "url": "http://hl7.org/fhir/SearchParameter/Group-actual",
666
+ "status": "draft",
667
+ "type": "token",
668
+ "description": "Descriptive or actual",
669
+ "base": [
670
+ "Group"
671
+ ],
672
+ "expression": "Group.actual"
673
+ },
674
+ {
675
+ "id": "ImagingStudy-basedon",
676
+ "name": "basedon",
677
+ "code": "basedon",
678
+ "url": "http://hl7.org/fhir/SearchParameter/ImagingStudy-basedon",
679
+ "status": "draft",
680
+ "type": "reference",
681
+ "description": "The order for the image",
682
+ "base": [
683
+ "ImagingStudy"
684
+ ],
685
+ "expression": "ImagingStudy.basedOn",
686
+ "target": [
687
+ "Appointment",
688
+ "AppointmentResponse",
689
+ "CarePlan",
690
+ "Task",
691
+ "ServiceRequest"
692
+ ]
693
+ },
694
+ {
695
+ "id": "ImagingStudy-interpreter",
696
+ "name": "interpreter",
697
+ "code": "interpreter",
698
+ "url": "http://hl7.org/fhir/SearchParameter/ImagingStudy-interpreter",
699
+ "status": "draft",
700
+ "type": "reference",
701
+ "description": "Who interpreted the images",
702
+ "base": [
703
+ "ImagingStudy"
704
+ ],
705
+ "expression": "ImagingStudy.interpreter",
706
+ "target": [
707
+ "Practitioner",
708
+ "PractitionerRole"
709
+ ]
710
+ },
711
+ {
712
+ "id": "ImagingStudy-reason",
713
+ "name": "reason",
714
+ "code": "reason",
715
+ "url": "http://hl7.org/fhir/SearchParameter/ImagingStudy-reason",
716
+ "status": "draft",
717
+ "type": "token",
718
+ "description": "The reason for the study",
719
+ "base": [
720
+ "ImagingStudy"
721
+ ],
722
+ "expression": "ImagingStudy.reasonCode"
723
+ },
724
+ {
725
+ "id": "Media-view",
726
+ "name": "view",
727
+ "code": "view",
728
+ "url": "http://hl7.org/fhir/SearchParameter/Media-view",
729
+ "status": "draft",
730
+ "type": "token",
731
+ "description": "Imaging view, e.g. Lateral or Antero-posterior",
732
+ "base": [
733
+ "Media"
734
+ ],
735
+ "expression": "Media.view"
736
+ },
737
+ {
738
+ "id": "MedicationAdministration-effective-time",
739
+ "name": "effective-time",
740
+ "code": "effective-time",
741
+ "url": "http://hl7.org/fhir/SearchParameter/MedicationAdministration-effective-time",
742
+ "status": "draft",
743
+ "type": "date",
744
+ "description": "Date administration happened (or did not happen)",
745
+ "base": [
746
+ "MedicationAdministration"
747
+ ],
748
+ "expression": "MedicationAdministration.effective",
749
+ "comparator": [
750
+ "eq",
751
+ "ne",
752
+ "gt",
753
+ "ge",
754
+ "lt",
755
+ "le",
756
+ "sa",
757
+ "eb",
758
+ "ap"
759
+ ]
760
+ },
761
+ {
762
+ "id": "MedicinalProductAuthorization-country",
763
+ "name": "country",
764
+ "code": "country",
765
+ "url": "http://hl7.org/fhir/SearchParameter/MedicinalProductAuthorization-country",
766
+ "status": "draft",
767
+ "type": "token",
768
+ "description": "The country in which the marketing authorization has been granted",
769
+ "base": [
770
+ "MedicinalProductAuthorization"
771
+ ],
772
+ "expression": "MedicinalProductAuthorization.country"
773
+ },
774
+ {
775
+ "id": "MessageHeader-destination-uri",
776
+ "name": "destination-uri",
777
+ "code": "destination-uri",
778
+ "url": "http://hl7.org/fhir/SearchParameter/MessageHeader-destination-uri",
779
+ "status": "draft",
780
+ "type": "uri",
781
+ "description": "Actual destination address or id",
782
+ "base": [
783
+ "MessageHeader"
784
+ ],
785
+ "expression": "MessageHeader.destination.endpoint"
786
+ },
787
+ {
788
+ "id": "MessageHeader-source-uri",
789
+ "name": "source-uri",
790
+ "code": "source-uri",
791
+ "url": "http://hl7.org/fhir/SearchParameter/MessageHeader-source-uri",
792
+ "status": "draft",
793
+ "type": "uri",
794
+ "description": "Actual message source address or id",
795
+ "base": [
796
+ "MessageHeader"
797
+ ],
798
+ "expression": "MessageHeader.source.endpoint"
799
+ },
800
+ {
801
+ "id": "MolecularSequence-chromosome",
802
+ "name": "chromosome",
803
+ "code": "chromosome",
804
+ "url": "http://hl7.org/fhir/SearchParameter/MolecularSequence-chromosome",
805
+ "status": "draft",
806
+ "type": "token",
807
+ "description": "Chromosome number of the reference sequence",
808
+ "base": [
809
+ "MolecularSequence"
810
+ ],
811
+ "expression": "MolecularSequence.referenceSeq.chromosome"
812
+ },
813
+ {
814
+ "id": "MolecularSequence-chromosome-variant-coordinate",
815
+ "name": "chromosome-variant-coordinate",
816
+ "code": "chromosome-variant-coordinate",
817
+ "url": "http://hl7.org/fhir/SearchParameter/MolecularSequence-chromosome-variant-coordinate",
818
+ "status": "draft",
819
+ "type": "composite",
820
+ "description": "Search parameter by chromosome and variant coordinate. This will refer to part of a locus or part of a gene where search region will be represented in 1-based system. Since the coordinateSystem can either be 0-based or 1-based, this search query will include the result of both coordinateSystem that contains the equivalent segment of the gene or whole genome sequence. For example, a search for sequence can be represented as `chromosome-variant-coordinate=1$lt345$gt123`, this means it will search for the MolecularSequence resource with variants on chromosome 1 and with position >123 and <345, where in 1-based system resource, all strings within region 1:124-344 will be revealed, while in 0-based system resource, all strings within region 1:123-344 will be revealed. You may want to check detail about 0-based v.s. 1-based above.",
821
+ "base": [
822
+ "MolecularSequence"
823
+ ],
824
+ "expression": "MolecularSequence.variant",
825
+ "multipleOr": false
826
+ },
827
+ {
828
+ "id": "MolecularSequence-chromosome-window-coordinate",
829
+ "name": "chromosome-window-coordinate",
830
+ "code": "chromosome-window-coordinate",
831
+ "url": "http://hl7.org/fhir/SearchParameter/MolecularSequence-chromosome-window-coordinate",
832
+ "status": "draft",
833
+ "type": "composite",
834
+ "description": "Search parameter by chromosome and window. This will refer to part of a locus or part of a gene where search region will be represented in 1-based system. Since the coordinateSystem can either be 0-based or 1-based, this search query will include the result of both coordinateSystem that contains the equivalent segment of the gene or whole genome sequence. For example, a search for sequence can be represented as `chromosome-window-coordinate=1$lt345$gt123`, this means it will search for the MolecularSequence resource with a window on chromosome 1 and with position >123 and <345, where in 1-based system resource, all strings within region 1:124-344 will be revealed, while in 0-based system resource, all strings within region 1:123-344 will be revealed. You may want to check detail about 0-based v.s. 1-based above.",
835
+ "base": [
836
+ "MolecularSequence"
837
+ ],
838
+ "expression": "MolecularSequence.referenceSeq",
839
+ "multipleOr": false
840
+ },
841
+ {
842
+ "id": "MolecularSequence-referenceseqid",
843
+ "name": "referenceseqid",
844
+ "code": "referenceseqid",
845
+ "url": "http://hl7.org/fhir/SearchParameter/MolecularSequence-referenceseqid",
846
+ "status": "draft",
847
+ "type": "token",
848
+ "description": "Reference Sequence of the sequence",
849
+ "base": [
850
+ "MolecularSequence"
851
+ ],
852
+ "expression": "MolecularSequence.referenceSeq.referenceSeqId"
853
+ },
854
+ {
855
+ "id": "MolecularSequence-referenceseqid-variant-coordinate",
856
+ "name": "referenceseqid-variant-coordinate",
857
+ "code": "referenceseqid-variant-coordinate",
858
+ "url": "http://hl7.org/fhir/SearchParameter/MolecularSequence-referenceseqid-variant-coordinate",
859
+ "status": "draft",
860
+ "type": "composite",
861
+ "description": "Search parameter by reference sequence and variant coordinate. This will refer to part of a locus or part of a gene where search region will be represented in 1-based system. Since the coordinateSystem can either be 0-based or 1-based, this search query will include the result of both coordinateSystem that contains the equivalent segment of the gene or whole genome sequence. For example, a search for sequence can be represented as `referenceSeqId-variant-coordinate=NC_000001.11$lt345$gt123`, this means it will search for the MolecularSequence resource with variants on NC_000001.11 and with position >123 and <345, where in 1-based system resource, all strings within region NC_000001.11:124-344 will be revealed, while in 0-based system resource, all strings within region NC_000001.11:123-344 will be revealed. You may want to check detail about 0-based v.s. 1-based above.",
862
+ "base": [
863
+ "MolecularSequence"
864
+ ],
865
+ "expression": "MolecularSequence.variant",
866
+ "multipleOr": false
867
+ },
868
+ {
869
+ "id": "MolecularSequence-referenceseqid-window-coordinate",
870
+ "name": "referenceseqid-window-coordinate",
871
+ "code": "referenceseqid-window-coordinate",
872
+ "url": "http://hl7.org/fhir/SearchParameter/MolecularSequence-referenceseqid-window-coordinate",
873
+ "status": "draft",
874
+ "type": "composite",
875
+ "description": "Search parameter by reference sequence and window. This will refer to part of a locus or part of a gene where search region will be represented in 1-based system. Since the coordinateSystem can either be 0-based or 1-based, this search query will include the result of both coordinateSystem that contains the equivalent segment of the gene or whole genome sequence. For example, a search for sequence can be represented as `referenceSeqId-window-coordinate=NC_000001.11$lt345$gt123`, this means it will search for the MolecularSequence resource with a window on NC_000001.11 and with position >123 and <345, where in 1-based system resource, all strings within region NC_000001.11:124-344 will be revealed, while in 0-based system resource, all strings within region NC_000001.11:123-344 will be revealed. You may want to check detail about 0-based v.s. 1-based above.",
876
+ "base": [
877
+ "MolecularSequence"
878
+ ],
879
+ "expression": "MolecularSequence.referenceSeq",
880
+ "multipleOr": false
881
+ },
882
+ {
883
+ "id": "MolecularSequence-variant-end",
884
+ "name": "variant-end",
885
+ "code": "variant-end",
886
+ "url": "http://hl7.org/fhir/SearchParameter/MolecularSequence-variant-end",
887
+ "status": "draft",
888
+ "type": "number",
889
+ "description": "End position (0-based exclusive, which menas the acid at this position will not be included, 1-based inclusive, which means the acid at this position will be included) of the variant.",
890
+ "base": [
891
+ "MolecularSequence"
892
+ ],
893
+ "expression": "MolecularSequence.variant.end",
894
+ "comparator": [
895
+ "eq",
896
+ "ne",
897
+ "gt",
898
+ "ge",
899
+ "lt",
900
+ "le",
901
+ "sa",
902
+ "eb",
903
+ "ap"
904
+ ]
905
+ },
906
+ {
907
+ "id": "MolecularSequence-variant-start",
908
+ "name": "variant-start",
909
+ "code": "variant-start",
910
+ "url": "http://hl7.org/fhir/SearchParameter/MolecularSequence-variant-start",
911
+ "status": "draft",
912
+ "type": "number",
913
+ "description": "Start position (0-based inclusive, 1-based inclusive, that means the nucleic acid or amino acid at this position will be included) of the variant.",
914
+ "base": [
915
+ "MolecularSequence"
916
+ ],
917
+ "expression": "MolecularSequence.variant.start",
918
+ "comparator": [
919
+ "eq",
920
+ "ne",
921
+ "gt",
922
+ "ge",
923
+ "lt",
924
+ "le",
925
+ "sa",
926
+ "eb",
927
+ "ap"
928
+ ]
929
+ },
930
+ {
931
+ "id": "MolecularSequence-window-end",
932
+ "name": "window-end",
933
+ "code": "window-end",
934
+ "url": "http://hl7.org/fhir/SearchParameter/MolecularSequence-window-end",
935
+ "status": "draft",
936
+ "type": "number",
937
+ "description": "End position (0-based exclusive, which menas the acid at this position will not be included, 1-based inclusive, which means the acid at this position will be included) of the reference sequence.",
938
+ "base": [
939
+ "MolecularSequence"
940
+ ],
941
+ "expression": "MolecularSequence.referenceSeq.windowEnd",
942
+ "comparator": [
943
+ "eq",
944
+ "ne",
945
+ "gt",
946
+ "ge",
947
+ "lt",
948
+ "le",
949
+ "sa",
950
+ "eb",
951
+ "ap"
952
+ ]
953
+ },
954
+ {
955
+ "id": "MolecularSequence-window-start",
956
+ "name": "window-start",
957
+ "code": "window-start",
958
+ "url": "http://hl7.org/fhir/SearchParameter/MolecularSequence-window-start",
959
+ "status": "draft",
960
+ "type": "number",
961
+ "description": "Start position (0-based inclusive, 1-based inclusive, that means the nucleic acid or amino acid at this position will be included) of the reference sequence.",
962
+ "base": [
963
+ "MolecularSequence"
964
+ ],
965
+ "expression": "MolecularSequence.referenceSeq.windowStart",
966
+ "comparator": [
967
+ "eq",
968
+ "ne",
969
+ "gt",
970
+ "ge",
971
+ "lt",
972
+ "le",
973
+ "sa",
974
+ "eb",
975
+ "ap"
976
+ ]
977
+ },
978
+ {
979
+ "id": "observation-genetic-Observation-amino-acid-change",
980
+ "name": "amino-acid-change",
981
+ "code": "amino-acid-change",
982
+ "url": "http://hl7.org/fhir/SearchParameter/observation-genetic-Observation-amino-acid-change",
983
+ "status": "draft",
984
+ "type": "string",
985
+ "description": "HGVS Protein Change",
986
+ "base": [
987
+ "Observation"
988
+ ],
989
+ "expression": "Observation.extension('http://hl7.org/fhir/StructureDefinition/observation-geneticsAminoAcidChangeName')"
990
+ },
991
+ {
992
+ "id": "observation-genetic-Observation-dna-variant",
993
+ "name": "dna-variant",
994
+ "code": "dna-variant",
995
+ "url": "http://hl7.org/fhir/SearchParameter/observation-genetic-Observation-dna-variant",
996
+ "status": "draft",
997
+ "type": "string",
998
+ "description": "HGVS DNA variant",
999
+ "base": [
1000
+ "Observation"
1001
+ ],
1002
+ "expression": "Observation.extension('http://hl7.org/fhir/StructureDefinition/observation-geneticsDnaVariant')"
1003
+ },
1004
+ {
1005
+ "id": "observation-genetic-Observation-gene-amino-acid-change",
1006
+ "name": "gene-amino-acid-change",
1007
+ "code": "gene-amino-acid-change",
1008
+ "url": "http://hl7.org/fhir/SearchParameter/observation-genetic-Observation-gene-amino-acid-change",
1009
+ "status": "draft",
1010
+ "type": "string",
1011
+ "description": "HGNC gene symbol and HGVS Protein change",
1012
+ "base": [
1013
+ "Observation"
1014
+ ],
1015
+ "expression": "Observation.extension('http://hl7.org/fhir/StructureDefinition/observation-geneticsAminoAcidChangeName')"
1016
+ },
1017
+ {
1018
+ "id": "observation-genetic-Observation-gene-dnavariant",
1019
+ "name": "gene-dnavariant",
1020
+ "code": "gene-dnavariant",
1021
+ "url": "http://hl7.org/fhir/SearchParameter/observation-genetic-Observation-gene-dnavariant",
1022
+ "status": "draft",
1023
+ "type": "string",
1024
+ "description": "HGNC gene symbol and HGVS DNA Variant",
1025
+ "base": [
1026
+ "Observation"
1027
+ ],
1028
+ "expression": "Observation.extension('http://hl7.org/fhir/StructureDefinition/observation-geneticsDnaVariant')"
1029
+ },
1030
+ {
1031
+ "id": "observation-genetic-Observation-gene-identifier",
1032
+ "name": "gene-identifier",
1033
+ "code": "gene-identifier",
1034
+ "url": "http://hl7.org/fhir/SearchParameter/observation-genetic-Observation-gene-identifier",
1035
+ "status": "draft",
1036
+ "type": "token",
1037
+ "description": "HGNC gene symbol and identifier",
1038
+ "base": [
1039
+ "Observation"
1040
+ ],
1041
+ "expression": "Observation.extension('http://hl7.org/fhir/StructureDefinition/observation-geneticsGene')"
1042
+ },
1043
+ {
1044
+ "id": "patient-extensions-Patient-age",
1045
+ "name": "age",
1046
+ "code": "age",
1047
+ "url": "http://hl7.org/fhir/SearchParameter/patient-extensions-Patient-age",
1048
+ "status": "draft",
1049
+ "type": "number",
1050
+ "description": "Searches for patients based on age as calculated based on current date and date of birth. Deceased patients are excluded from the search.",
1051
+ "base": [
1052
+ "Patient"
1053
+ ]
1054
+ },
1055
+ {
1056
+ "id": "patient-extensions-Patient-birthOrderBoolean",
1057
+ "name": "birthOrderBoolean",
1058
+ "code": "birthOrderBoolean",
1059
+ "url": "http://hl7.org/fhir/SearchParameter/patient-extensions-Patient-birthOrderBoolean",
1060
+ "status": "draft",
1061
+ "type": "token",
1062
+ "description": "Search based on whether a patient was part of a multiple birth or not.",
1063
+ "base": [
1064
+ "Patient"
1065
+ ]
1066
+ },
1067
+ {
1068
+ "id": "patient-extensions-Patient-mothersMaidenName",
1069
+ "name": "mothersMaidenName",
1070
+ "code": "mothersMaidenName",
1071
+ "url": "http://hl7.org/fhir/SearchParameter/patient-extensions-Patient-mothersMaidenName",
1072
+ "status": "draft",
1073
+ "type": "string",
1074
+ "description": "Search based on patient's mother's maiden name",
1075
+ "base": [
1076
+ "Patient"
1077
+ ],
1078
+ "expression": "Patient.extension('http://hl7.org/fhir/StructureDefinition/patient-extensions-Patient-mothersMaidenName')"
1079
+ },
1080
+ {
1081
+ "id": "ResearchStudy-principalinvestigator",
1082
+ "name": "principalinvestigator",
1083
+ "code": "principalinvestigator",
1084
+ "url": "http://hl7.org/fhir/SearchParameter/ResearchStudy-principalinvestigator",
1085
+ "status": "draft",
1086
+ "type": "reference",
1087
+ "description": "Researcher who oversees multiple aspects of the study",
1088
+ "base": [
1089
+ "ResearchStudy"
1090
+ ],
1091
+ "expression": "ResearchStudy.principalInvestigator",
1092
+ "target": [
1093
+ "Practitioner",
1094
+ "PractitionerRole"
1095
+ ]
1096
+ },
1097
+ {
1098
+ "id": "ResearchStudy-sponsor",
1099
+ "name": "sponsor",
1100
+ "code": "sponsor",
1101
+ "url": "http://hl7.org/fhir/SearchParameter/ResearchStudy-sponsor",
1102
+ "status": "draft",
1103
+ "type": "reference",
1104
+ "description": "Organization that initiates and is legally responsible for the study",
1105
+ "base": [
1106
+ "ResearchStudy"
1107
+ ],
1108
+ "expression": "ResearchStudy.sponsor",
1109
+ "target": [
1110
+ "Organization"
1111
+ ]
1112
+ },
1113
+ {
1114
+ "id": "ResearchSubject-individual",
1115
+ "name": "individual",
1116
+ "code": "individual",
1117
+ "url": "http://hl7.org/fhir/SearchParameter/ResearchSubject-individual",
1118
+ "status": "draft",
1119
+ "type": "reference",
1120
+ "description": "Who is part of study",
1121
+ "base": [
1122
+ "ResearchSubject"
1123
+ ],
1124
+ "expression": "ResearchSubject.individual",
1125
+ "target": [
1126
+ "Patient"
1127
+ ]
1128
+ },
1129
+ {
1130
+ "id": "Specimen-container-id",
1131
+ "name": "container-id",
1132
+ "code": "container-id",
1133
+ "url": "http://hl7.org/fhir/SearchParameter/Specimen-container-id",
1134
+ "status": "draft",
1135
+ "type": "token",
1136
+ "description": "The unique identifier associated with the specimen container",
1137
+ "base": [
1138
+ "Specimen"
1139
+ ],
1140
+ "expression": "Specimen.container.identifier"
1141
+ },
1142
+ {
1143
+ "id": "Subscription-criteria",
1144
+ "name": "criteria",
1145
+ "code": "criteria",
1146
+ "url": "http://hl7.org/fhir/SearchParameter/Subscription-criteria",
1147
+ "status": "draft",
1148
+ "type": "string",
1149
+ "description": "The search rules used to determine when to send a notification",
1150
+ "base": [
1151
+ "Subscription"
1152
+ ],
1153
+ "expression": "Subscription.criteria"
1154
+ },
1155
+ {
1156
+ "id": "Substance-container-identifier",
1157
+ "name": "container-identifier",
1158
+ "code": "container-identifier",
1159
+ "url": "http://hl7.org/fhir/SearchParameter/Substance-container-identifier",
1160
+ "status": "draft",
1161
+ "type": "token",
1162
+ "description": "Identifier of the package/container",
1163
+ "base": [
1164
+ "Substance"
1165
+ ],
1166
+ "expression": "Substance.instance.identifier"
1167
+ },
1168
+ {
1169
+ "id": "Substance-substance-reference",
1170
+ "name": "substance-reference",
1171
+ "code": "substance-reference",
1172
+ "url": "http://hl7.org/fhir/SearchParameter/Substance-substance-reference",
1173
+ "status": "draft",
1174
+ "type": "reference",
1175
+ "description": "A component of the substance",
1176
+ "base": [
1177
+ "Substance"
1178
+ ],
1179
+ "expression": "(Substance.ingredient.substance as Reference)",
1180
+ "target": [
1181
+ "Substance"
1182
+ ]
1183
+ },
1184
+ {
1185
+ "id": "valueset-extensions-ValueSet-end",
1186
+ "name": "end",
1187
+ "code": "end",
1188
+ "url": "http://hl7.org/fhir/SearchParameter/valueset-extensions-ValueSet-end",
1189
+ "status": "draft",
1190
+ "type": "date",
1191
+ "description": "Optional Extensions Element"
1192
+ },
1193
+ {
1194
+ "id": "valueset-extensions-ValueSet-workflow",
1195
+ "name": "workflow",
1196
+ "code": "workflow",
1197
+ "url": "http://hl7.org/fhir/SearchParameter/valueset-extensions-ValueSet-workflow",
1198
+ "status": "draft",
1199
+ "type": "token",
1200
+ "description": "Optional Extensions Element"
1201
+ }
1202
+ ]
1203
+ }