@medplum/definitions 0.9.34 → 0.9.35

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.
@@ -61081,6 +61081,10 @@
61081
61081
  "description": "Whether this project is the super administrator project. A super administrator is a user who has complete access to all resources in all projects.",
61082
61082
  "$ref": "#/definitions/boolean"
61083
61083
  },
61084
+ "strictMode": {
61085
+ "description": "Whether this project uses strict FHIR validation.",
61086
+ "$ref": "#/definitions/boolean"
61087
+ },
61084
61088
  "owner": {
61085
61089
  "description": "Indicates the user with responsibility for managing the Project.",
61086
61090
  "$ref": "#/definitions/Reference"
@@ -98,6 +98,17 @@
98
98
  "code" : "boolean"
99
99
  }]
100
100
  },
101
+ {
102
+ "id" : "Project.strictMode",
103
+ "path" : "Project.strictMode",
104
+ "short" : "Whether this project uses strict FHIR validation.",
105
+ "definition" : "Whether this project uses strict FHIR validation.",
106
+ "min" : 0,
107
+ "max" : "1",
108
+ "type" : [{
109
+ "code" : "boolean"
110
+ }]
111
+ },
101
112
  {
102
113
  "id" : "Project.owner",
103
114
  "path" : "Project.owner",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medplum/definitions",
3
- "version": "0.9.34",
3
+ "version": "0.9.35",
4
4
  "description": "Medplum Data Definitions",
5
5
  "author": "Medplum <hello@medplum.com>",
6
6
  "license": "Apache-2.0",
@@ -1,1306 +0,0 @@
1
- {
2
- "resourceType": "CapabilityStatement",
3
- "id": "medplum-server",
4
- "text": {
5
- "status": "generated",
6
- "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"></div>"
7
- },
8
- "url": "http://hl7.org/fhir/us/core/CapabilityStatement/us-core-server",
9
- "version": "0.0.1",
10
- "name": "MedplumCapabilityStatement",
11
- "title": "Medplum Capability Statement",
12
- "status": "active",
13
- "experimental": false,
14
- "date": "2021-01-12",
15
- "publisher": "Medplum",
16
- "contact": [
17
- {
18
- "telecom": [
19
- {
20
- "system": "url",
21
- "value": "https://www.medplum.com"
22
- }
23
- ]
24
- }
25
- ],
26
- "description": "Medplum FHIR Capability Statement",
27
- "jurisdiction": [
28
- {
29
- "coding": [
30
- {
31
- "system": "urn:iso:std:iso:3166",
32
- "code": "US",
33
- "display": "United States of America"
34
- }
35
- ]
36
- }
37
- ],
38
- "kind": "instance",
39
- "fhirVersion": "4.0.1",
40
- "format": [
41
- "json"
42
- ],
43
- "patchFormat": [
44
- "application/json-patch+json"
45
- ],
46
- "rest": [
47
- {
48
- "mode": "server",
49
- "resource": [
50
- {
51
- "type": "AllergyIntolerance",
52
- "supportedProfile": [
53
- "http://hl7.org/fhir/us/core/StructureDefinition/us-core-allergyintolerance"
54
- ],
55
- "interaction": [
56
- {
57
- "code": "create"
58
- },
59
- {
60
- "code": "search-type"
61
- },
62
- {
63
- "code": "read"
64
- },
65
- {
66
- "code": "vread"
67
- },
68
- {
69
- "code": "update"
70
- },
71
- {
72
- "code": "patch"
73
- },
74
- {
75
- "code": "delete"
76
- },
77
- {
78
- "code": "history-instance"
79
- },
80
- {
81
- "code": "history-type"
82
- }
83
- ],
84
- "referencePolicy": [
85
- "resolves"
86
- ],
87
- "searchRevInclude": [
88
- "Provenance:target"
89
- ],
90
- "searchParam": [
91
- {
92
- "name": "clinical-status",
93
- "definition": "http://hl7.org/fhir/us/core/SearchParameter/us-core-allergyintolerance-clinical-status",
94
- "type": "token"
95
- },
96
- {
97
- "name": "patient",
98
- "definition": "http://hl7.org/fhir/us/core/SearchParameter/us-core-allergyintolerance-patient",
99
- "type": "reference"
100
- }
101
- ]
102
- },
103
- {
104
- "type": "CarePlan",
105
- "supportedProfile": [
106
- "http://hl7.org/fhir/us/core/StructureDefinition/us-core-careplan"
107
- ],
108
- "interaction": [
109
- {
110
- "code": "create"
111
- },
112
- {
113
- "code": "search-type"
114
- },
115
- {
116
- "code": "read"
117
- },
118
- {
119
- "code": "vread"
120
- },
121
- {
122
- "code": "update"
123
- },
124
- {
125
- "code": "patch"
126
- },
127
- {
128
- "code": "delete"
129
- },
130
- {
131
- "code": "history-instance"
132
- },
133
- {
134
- "code": "history-type"
135
- }
136
- ],
137
- "referencePolicy": [
138
- "resolves"
139
- ],
140
- "searchRevInclude": [
141
- "Provenance:target"
142
- ],
143
- "searchParam": [
144
- {
145
- "name": "category",
146
- "definition": "http://hl7.org/fhir/us/core/SearchParameter/us-core-careplan-category",
147
- "type": "token"
148
- },
149
- {
150
- "name": "date",
151
- "definition": "http://hl7.org/fhir/us/core/SearchParameter/us-core-careplan-date",
152
- "type": "date"
153
- },
154
- {
155
- "name": "patient",
156
- "definition": "http://hl7.org/fhir/us/core/SearchParameter/us-core-careplan-patient",
157
- "type": "reference"
158
- },
159
- {
160
- "name": "status",
161
- "definition": "http://hl7.org/fhir/us/core/SearchParameter/us-core-careplan-status",
162
- "type": "token"
163
- }
164
- ]
165
- },
166
- {
167
- "type": "CareTeam",
168
- "supportedProfile": [
169
- "http://hl7.org/fhir/us/core/StructureDefinition/us-core-careteam"
170
- ],
171
- "interaction": [
172
- {
173
- "code": "create"
174
- },
175
- {
176
- "code": "search-type"
177
- },
178
- {
179
- "code": "read"
180
- },
181
- {
182
- "code": "vread"
183
- },
184
- {
185
- "code": "update"
186
- },
187
- {
188
- "code": "patch"
189
- },
190
- {
191
- "code": "delete"
192
- },
193
- {
194
- "code": "history-instance"
195
- },
196
- {
197
- "code": "history-type"
198
- }
199
- ],
200
- "referencePolicy": [
201
- "resolves"
202
- ],
203
- "searchRevInclude": [
204
- "Provenance:target"
205
- ],
206
- "searchParam": [
207
- {
208
- "name": "patient",
209
- "definition": "http://hl7.org/fhir/us/core/SearchParameter/us-core-careteam-patient",
210
- "type": "reference"
211
- },
212
- {
213
- "name": "status",
214
- "definition": "http://hl7.org/fhir/us/core/SearchParameter/us-core-careteam-status",
215
- "type": "token"
216
- }
217
- ]
218
- },
219
- {
220
- "type": "Condition",
221
- "supportedProfile": [
222
- "http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"
223
- ],
224
- "interaction": [
225
- {
226
- "code": "create"
227
- },
228
- {
229
- "code": "search-type"
230
- },
231
- {
232
- "code": "read"
233
- },
234
- {
235
- "code": "vread"
236
- },
237
- {
238
- "code": "update"
239
- },
240
- {
241
- "code": "patch"
242
- },
243
- {
244
- "code": "delete"
245
- },
246
- {
247
- "code": "history-instance"
248
- },
249
- {
250
- "code": "history-type"
251
- }
252
- ],
253
- "referencePolicy": [
254
- "resolves"
255
- ],
256
- "searchRevInclude": [
257
- "Provenance:target"
258
- ],
259
- "searchParam": [
260
- {
261
- "name": "category",
262
- "definition": "http://hl7.org/fhir/us/core/SearchParameter/us-core-condition-category",
263
- "type": "token"
264
- },
265
- {
266
- "name": "clinical-status",
267
- "definition": "http://hl7.org/fhir/us/core/SearchParameter/us-core-condition-clinical-status",
268
- "type": "token"
269
- },
270
- {
271
- "name": "patient",
272
- "definition": "http://hl7.org/fhir/us/core/SearchParameter/us-core-condition-patient",
273
- "type": "reference"
274
- },
275
- {
276
- "name": "onset-date",
277
- "definition": "http://hl7.org/fhir/us/core/SearchParameter/us-core-condition-onset-date",
278
- "type": "date"
279
- },
280
- {
281
- "name": "code",
282
- "definition": "http://hl7.org/fhir/us/core/SearchParameter/us-core-condition-code",
283
- "type": "token"
284
- }
285
- ]
286
- },
287
- {
288
- "type": "Device",
289
- "supportedProfile": [
290
- "http://hl7.org/fhir/us/core/StructureDefinition/us-core-implantable-device"
291
- ],
292
- "interaction": [
293
- {
294
- "code": "create"
295
- },
296
- {
297
- "code": "search-type"
298
- },
299
- {
300
- "code": "read"
301
- },
302
- {
303
- "code": "vread"
304
- },
305
- {
306
- "code": "update"
307
- },
308
- {
309
- "code": "patch"
310
- },
311
- {
312
- "code": "delete"
313
- },
314
- {
315
- "code": "history-instance"
316
- },
317
- {
318
- "code": "history-type"
319
- }
320
- ],
321
- "referencePolicy": [
322
- "resolves"
323
- ],
324
- "searchRevInclude": [
325
- "Provenance:target"
326
- ],
327
- "searchParam": [
328
- {
329
- "name": "patient",
330
- "definition": "http://hl7.org/fhir/us/core/SearchParameter/us-core-device-patient",
331
- "type": "reference"
332
- },
333
- {
334
- "name": "type",
335
- "definition": "http://hl7.org/fhir/us/core/SearchParameter/us-core-device-type",
336
- "type": "token"
337
- }
338
- ]
339
- },
340
- {
341
- "type": "DiagnosticReport",
342
- "supportedProfile": [
343
- "http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note",
344
- "http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"
345
- ],
346
- "interaction": [
347
- {
348
- "code": "create",
349
- "documentation": "This conformance expectation applies **only** to the *US Core DiagnosticReport Profile for Report and Note exchange* profile. The conformance expectation for the *US Core DiagnosticReport Profile for Laboratory Results Reporting* is **MAY**."
350
- },
351
- {
352
- "code": "search-type"
353
- },
354
- {
355
- "code": "read"
356
- },
357
- {
358
- "code": "vread"
359
- },
360
- {
361
- "code": "update"
362
- },
363
- {
364
- "code": "patch"
365
- },
366
- {
367
- "code": "delete"
368
- },
369
- {
370
- "code": "history-instance"
371
- },
372
- {
373
- "code": "history-type"
374
- }
375
- ],
376
- "referencePolicy": [
377
- "resolves"
378
- ],
379
- "searchRevInclude": [
380
- "Provenance:target"
381
- ],
382
- "searchParam": [
383
- {
384
- "name": "status",
385
- "definition": "http://hl7.org/fhir/us/core/SearchParameter/us-core-diagnosticreport-status",
386
- "type": "token"
387
- },
388
- {
389
- "name": "patient",
390
- "definition": "http://hl7.org/fhir/us/core/SearchParameter/us-core-diagnosticreport-patient",
391
- "type": "reference"
392
- },
393
- {
394
- "name": "category",
395
- "definition": "http://hl7.org/fhir/us/core/SearchParameter/us-core-diagnosticreport-category",
396
- "type": "token"
397
- },
398
- {
399
- "name": "code",
400
- "definition": "http://hl7.org/fhir/us/core/SearchParameter/us-core-diagnosticreport-code",
401
- "type": "token"
402
- },
403
- {
404
- "name": "date",
405
- "definition": "http://hl7.org/fhir/us/core/SearchParameter/us-core-diagnosticreport-date",
406
- "type": "date"
407
- }
408
- ]
409
- },
410
- {
411
- "type": "DocumentReference",
412
- "supportedProfile": [
413
- "http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"
414
- ],
415
- "documentation": "The DocumentReference.type binding SHALL support at a minimum the [5 Common Clinical Notes](ValueSet-us-core-clinical-note-type.html) and may extend to the full US Core DocumentReference Type Value Set",
416
- "interaction": [
417
- {
418
- "code": "create"
419
- },
420
- {
421
- "code": "search-type"
422
- },
423
- {
424
- "code": "read"
425
- },
426
- {
427
- "code": "vread"
428
- },
429
- {
430
- "code": "update"
431
- },
432
- {
433
- "code": "patch"
434
- },
435
- {
436
- "code": "delete"
437
- },
438
- {
439
- "code": "history-instance"
440
- },
441
- {
442
- "code": "history-type"
443
- }
444
- ],
445
- "referencePolicy": [
446
- "resolves"
447
- ],
448
- "searchRevInclude": [
449
- "Provenance:target"
450
- ],
451
- "searchParam": [
452
- {
453
- "name": "_id",
454
- "definition": "http://hl7.org/fhir/us/core/SearchParameter/us-core-documentreference-id",
455
- "type": "token"
456
- },
457
- {
458
- "name": "status",
459
- "definition": "http://hl7.org/fhir/us/core/SearchParameter/us-core-documentreference-status",
460
- "type": "token"
461
- },
462
- {
463
- "name": "patient",
464
- "definition": "http://hl7.org/fhir/us/core/SearchParameter/us-core-documentreference-patient",
465
- "type": "reference"
466
- },
467
- {
468
- "name": "category",
469
- "definition": "http://hl7.org/fhir/us/core/SearchParameter/us-core-documentreference-category",
470
- "type": "token"
471
- },
472
- {
473
- "name": "type",
474
- "definition": "http://hl7.org/fhir/us/core/SearchParameter/us-core-documentreference-type",
475
- "type": "token"
476
- },
477
- {
478
- "name": "date",
479
- "definition": "http://hl7.org/fhir/us/core/SearchParameter/us-core-documentreference-date",
480
- "type": "date"
481
- },
482
- {
483
- "name": "period",
484
- "definition": "http://hl7.org/fhir/us/core/SearchParameter/us-core-documentreference-period",
485
- "type": "date"
486
- }
487
- ],
488
- "operation": [
489
- {
490
- "name": "docref",
491
- "definition": "http://hl7.org/fhir/us/core/OperationDefinition/docref",
492
- "documentation": "A server **SHALL** be capable of responding to a $docref operation and capable of returning at least a reference to a generated CCD document, if available. **MAY** provide references to other 'on-demand' and 'stable' documents (or 'delayed/deferred assembly') that meet the query parameters as well. If a context date range is supplied the server ** SHOULD** provide references to any document that falls within the date range If no date range is supplied, then the server **SHALL** provide references to last or current encounter. **SHOULD** document what resources, if any, are returned as included resources\n\n`GET [base]/DocumentReference/$docref?patient=[id]`"
493
- }
494
- ]
495
- },
496
- {
497
- "type": "Encounter",
498
- "supportedProfile": [
499
- "http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"
500
- ],
501
- "interaction": [
502
- {
503
- "code": "create"
504
- },
505
- {
506
- "code": "search-type"
507
- },
508
- {
509
- "code": "read"
510
- },
511
- {
512
- "code": "vread"
513
- },
514
- {
515
- "code": "update"
516
- },
517
- {
518
- "code": "patch"
519
- },
520
- {
521
- "code": "delete"
522
- },
523
- {
524
- "code": "history-instance"
525
- },
526
- {
527
- "code": "history-type"
528
- }
529
- ],
530
- "referencePolicy": [
531
- "resolves"
532
- ],
533
- "searchRevInclude": [
534
- "Provenance:target"
535
- ],
536
- "searchParam": [
537
- {
538
- "name": "_id",
539
- "definition": "http://hl7.org/fhir/us/core/SearchParameter/us-core-encounter-id",
540
- "type": "token"
541
- },
542
- {
543
- "name": "class",
544
- "definition": "http://hl7.org/fhir/us/core/SearchParameter/us-core-encounter-class",
545
- "type": "token"
546
- },
547
- {
548
- "name": "date",
549
- "definition": "http://hl7.org/fhir/us/core/SearchParameter/us-core-encounter-date",
550
- "type": "date"
551
- },
552
- {
553
- "name": "identifier",
554
- "definition": "http://hl7.org/fhir/us/core/SearchParameter/us-core-encounter-identifier",
555
- "type": "token"
556
- },
557
- {
558
- "name": "patient",
559
- "definition": "http://hl7.org/fhir/us/core/SearchParameter/us-core-encounter-patient",
560
- "type": "reference"
561
- },
562
- {
563
- "name": "status",
564
- "definition": "http://hl7.org/fhir/us/core/SearchParameter/us-core-encounter-status",
565
- "type": "token"
566
- },
567
- {
568
- "name": "type",
569
- "definition": "http://hl7.org/fhir/us/core/SearchParameter/us-core-encounter-type",
570
- "type": "token"
571
- }
572
- ]
573
- },
574
- {
575
- "type": "Goal",
576
- "supportedProfile": [
577
- "http://hl7.org/fhir/us/core/StructureDefinition/us-core-goal"
578
- ],
579
- "interaction": [
580
- {
581
- "code": "create"
582
- },
583
- {
584
- "code": "search-type"
585
- },
586
- {
587
- "code": "read"
588
- },
589
- {
590
- "code": "vread"
591
- },
592
- {
593
- "code": "update"
594
- },
595
- {
596
- "code": "patch"
597
- },
598
- {
599
- "code": "delete"
600
- },
601
- {
602
- "code": "history-instance"
603
- },
604
- {
605
- "code": "history-type"
606
- }
607
- ],
608
- "referencePolicy": [
609
- "resolves"
610
- ],
611
- "searchRevInclude": [
612
- "Provenance:target"
613
- ],
614
- "searchParam": [
615
- {
616
- "name": "lifecycle-status",
617
- "definition": "http://hl7.org/fhir/us/core/SearchParameter/us-core-goal-lifecycle-status",
618
- "type": "token"
619
- },
620
- {
621
- "name": "patient",
622
- "definition": "http://hl7.org/fhir/us/core/SearchParameter/us-core-goal-patient",
623
- "type": "reference"
624
- },
625
- {
626
- "name": "target-date",
627
- "definition": "http://hl7.org/fhir/us/core/SearchParameter/us-core-goal-target-date",
628
- "type": "date"
629
- }
630
- ]
631
- },
632
- {
633
- "type": "Immunization",
634
- "supportedProfile": [
635
- "http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"
636
- ],
637
- "interaction": [
638
- {
639
- "code": "create"
640
- },
641
- {
642
- "code": "search-type"
643
- },
644
- {
645
- "code": "read"
646
- },
647
- {
648
- "code": "vread"
649
- },
650
- {
651
- "code": "update"
652
- },
653
- {
654
- "code": "patch"
655
- },
656
- {
657
- "code": "delete"
658
- },
659
- {
660
- "code": "history-instance"
661
- },
662
- {
663
- "code": "history-type"
664
- }
665
- ],
666
- "referencePolicy": [
667
- "resolves"
668
- ],
669
- "searchRevInclude": [
670
- "Provenance:target"
671
- ],
672
- "searchParam": [
673
- {
674
- "name": "patient",
675
- "definition": "http://hl7.org/fhir/us/core/SearchParameter/us-core-immunization-patient",
676
- "type": "reference"
677
- },
678
- {
679
- "name": "status",
680
- "definition": "http://hl7.org/fhir/us/core/SearchParameter/us-core-immunization-status",
681
- "type": "token"
682
- },
683
- {
684
- "name": "date",
685
- "definition": "http://hl7.org/fhir/us/core/SearchParameter/us-core-immunization-date",
686
- "type": "date"
687
- }
688
- ]
689
- },
690
- {
691
- "type": "Location",
692
- "supportedProfile": [
693
- "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location"
694
- ],
695
- "interaction": [
696
- {
697
- "code": "create"
698
- },
699
- {
700
- "code": "search-type"
701
- },
702
- {
703
- "code": "read"
704
- },
705
- {
706
- "code": "vread"
707
- },
708
- {
709
- "code": "update"
710
- },
711
- {
712
- "code": "patch"
713
- },
714
- {
715
- "code": "delete"
716
- },
717
- {
718
- "code": "history-instance"
719
- },
720
- {
721
- "code": "history-type"
722
- }
723
- ],
724
- "referencePolicy": [
725
- "resolves"
726
- ],
727
- "searchParam": [
728
- {
729
- "name": "name",
730
- "definition": "http://hl7.org/fhir/us/core/SearchParameter/us-core-location-name",
731
- "type": "string"
732
- },
733
- {
734
- "name": "address",
735
- "definition": "http://hl7.org/fhir/us/core/SearchParameter/us-core-location-address",
736
- "type": "string"
737
- },
738
- {
739
- "name": "address-city",
740
- "definition": "http://hl7.org/fhir/us/core/SearchParameter/us-core-location-address-city",
741
- "type": "string"
742
- },
743
- {
744
- "name": "address-state",
745
- "definition": "http://hl7.org/fhir/us/core/SearchParameter/us-core-location-address-state",
746
- "type": "string"
747
- },
748
- {
749
- "name": "address-postalcode",
750
- "definition": "http://hl7.org/fhir/us/core/SearchParameter/us-core-location-address-postalcode",
751
- "type": "string"
752
- }
753
- ]
754
- },
755
- {
756
- "type": "Medication",
757
- "supportedProfile": [
758
- "http://hl7.org/fhir/us/core/StructureDefinition/us-core-medication"
759
- ],
760
- "documentation": "The MedicationRequest resource can represent a medication, using an external reference to a Medication resource. If an external Medication Resourcse is used in a MedicationRequest, then the READ **SHALL** be supported.",
761
- "interaction": [
762
- {
763
- "code": "create"
764
- },
765
- {
766
- "code": "search-type"
767
- },
768
- {
769
- "code": "read"
770
- },
771
- {
772
- "code": "vread"
773
- },
774
- {
775
- "code": "update"
776
- },
777
- {
778
- "code": "patch"
779
- },
780
- {
781
- "code": "delete"
782
- },
783
- {
784
- "code": "history-instance"
785
- },
786
- {
787
- "code": "history-type"
788
- }
789
- ],
790
- "referencePolicy": [
791
- "resolves"
792
- ]
793
- },
794
- {
795
- "type": "MedicationRequest",
796
- "supportedProfile": [
797
- "http://hl7.org/fhir/us/core/StructureDefinition/us-core-medicationrequest"
798
- ],
799
- "documentation": "The MedicationRequest resources can represent a medication using either a code or refer to the Medication resource. When referencing Medication, the resource may be [contained](http://hl7.org/fhir/R4/references.html#contained) or an external resource. The server application **MAY** choose any one way or more than one method, but if an external reference to Medication is used, the server **SHALL** support the _include` parameter for searching this element. The client application must support all methods.\n\n For example, A server **SHALL** be capable of returning all medications for a patient using one of or both:\n\n `GET /MedicationRequest?patient=[id]`\n\n `GET /MedicationRequest?patient=[id]&_include=MedicationRequest:medication`",
800
- "interaction": [
801
- {
802
- "code": "create"
803
- },
804
- {
805
- "code": "search-type"
806
- },
807
- {
808
- "code": "read"
809
- },
810
- {
811
- "code": "vread"
812
- },
813
- {
814
- "code": "update"
815
- },
816
- {
817
- "code": "patch"
818
- },
819
- {
820
- "code": "delete"
821
- },
822
- {
823
- "code": "history-instance"
824
- },
825
- {
826
- "code": "history-type"
827
- }
828
- ],
829
- "referencePolicy": [
830
- "resolves"
831
- ],
832
- "searchInclude": [
833
- "MedicationRequest:medication"
834
- ],
835
- "searchRevInclude": [
836
- "Provenance:target"
837
- ],
838
- "searchParam": [
839
- {
840
- "name": "status",
841
- "definition": "http://hl7.org/fhir/us/core/SearchParameter/us-core-medicationrequest-status",
842
- "type": "token"
843
- },
844
- {
845
- "name": "intent",
846
- "definition": "http://hl7.org/fhir/us/core/SearchParameter/us-core-medicationrequest-intent",
847
- "type": "token"
848
- },
849
- {
850
- "name": "patient",
851
- "definition": "http://hl7.org/fhir/us/core/SearchParameter/us-core-medicationrequest-patient",
852
- "type": "reference"
853
- },
854
- {
855
- "name": "encounter",
856
- "definition": "http://hl7.org/fhir/us/core/SearchParameter/us-core-medicationrequest-encounter",
857
- "type": "reference"
858
- },
859
- {
860
- "name": "authoredon",
861
- "definition": "http://hl7.org/fhir/us/core/SearchParameter/us-core-medicationrequest-authoredon",
862
- "type": "date"
863
- }
864
- ]
865
- },
866
- {
867
- "type": "Observation",
868
- "supportedProfile": [
869
- "http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus",
870
- "http://hl7.org/fhir/us/core/StructureDefinition/pediatric-weight-for-height",
871
- "http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab",
872
- "http://hl7.org/fhir/us/core/StructureDefinition/pediatric-bmi-for-age",
873
- "http://hl7.org/fhir/us/core/StructureDefinition/us-core-pulse-oximetry",
874
- "http://hl7.org/fhir/us/core/StructureDefinition/head-occipital-frontal-circumference-percentile",
875
- "http://hl7.org/fhir/StructureDefinition/heartrate",
876
- "http://hl7.org/fhir/StructureDefinition/bodyheight",
877
- "http://hl7.org/fhir/StructureDefinition/bp",
878
- "http://hl7.org/fhir/StructureDefinition/bodyweight",
879
- "http://hl7.org/fhir/StructureDefinition/bodytemp",
880
- "http://hl7.org/fhir/StructureDefinition/resprate"
881
- ],
882
- "interaction": [
883
- {
884
- "code": "create"
885
- },
886
- {
887
- "code": "search-type"
888
- },
889
- {
890
- "code": "read"
891
- },
892
- {
893
- "code": "vread"
894
- },
895
- {
896
- "code": "update"
897
- },
898
- {
899
- "code": "patch"
900
- },
901
- {
902
- "code": "delete"
903
- },
904
- {
905
- "code": "history-instance"
906
- },
907
- {
908
- "code": "history-type"
909
- }
910
- ],
911
- "referencePolicy": [
912
- "resolves"
913
- ],
914
- "searchRevInclude": [
915
- "Provenance:target"
916
- ],
917
- "searchParam": [
918
- {
919
- "name": "status",
920
- "definition": "http://hl7.org/fhir/us/core/SearchParameter/us-core-observation-status",
921
- "type": "token"
922
- },
923
- {
924
- "name": "category",
925
- "definition": "http://hl7.org/fhir/us/core/SearchParameter/us-core-observation-category",
926
- "type": "token"
927
- },
928
- {
929
- "name": "code",
930
- "definition": "http://hl7.org/fhir/us/core/SearchParameter/us-core-observation-code",
931
- "type": "token"
932
- },
933
- {
934
- "name": "date",
935
- "definition": "http://hl7.org/fhir/us/core/SearchParameter/us-core-observation-date",
936
- "type": "date"
937
- },
938
- {
939
- "name": "patient",
940
- "definition": "http://hl7.org/fhir/us/core/SearchParameter/us-core-observation-patient",
941
- "type": "reference"
942
- }
943
- ]
944
- },
945
- {
946
- "type": "Organization",
947
- "supportedProfile": [
948
- "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization"
949
- ],
950
- "interaction": [
951
- {
952
- "code": "create"
953
- },
954
- {
955
- "code": "search-type"
956
- },
957
- {
958
- "code": "read"
959
- },
960
- {
961
- "code": "vread"
962
- },
963
- {
964
- "code": "update"
965
- },
966
- {
967
- "code": "patch"
968
- },
969
- {
970
- "code": "delete"
971
- },
972
- {
973
- "code": "history-instance"
974
- },
975
- {
976
- "code": "history-type"
977
- }
978
- ],
979
- "referencePolicy": [
980
- "resolves"
981
- ],
982
- "searchParam": [
983
- {
984
- "name": "name",
985
- "definition": "http://hl7.org/fhir/us/core/SearchParameter/us-core-organization-name",
986
- "type": "string"
987
- },
988
- {
989
- "name": "address",
990
- "definition": "http://hl7.org/fhir/us/core/SearchParameter/us-core-organization-address",
991
- "type": "string"
992
- }
993
- ]
994
- },
995
- {
996
- "type": "Patient",
997
- "supportedProfile": [
998
- "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient"
999
- ],
1000
- "interaction": [
1001
- {
1002
- "code": "create"
1003
- },
1004
- {
1005
- "code": "search-type"
1006
- },
1007
- {
1008
- "code": "read"
1009
- },
1010
- {
1011
- "code": "vread"
1012
- },
1013
- {
1014
- "code": "update"
1015
- },
1016
- {
1017
- "code": "patch"
1018
- },
1019
- {
1020
- "code": "delete"
1021
- },
1022
- {
1023
- "code": "history-instance"
1024
- },
1025
- {
1026
- "code": "history-type"
1027
- }
1028
- ],
1029
- "referencePolicy": [
1030
- "resolves"
1031
- ],
1032
- "searchRevInclude": [
1033
- "Provenance:target"
1034
- ],
1035
- "searchParam": [
1036
- {
1037
- "name": "_id",
1038
- "definition": "http://hl7.org/fhir/us/core/SearchParameter/us-core-patient-id",
1039
- "type": "token"
1040
- },
1041
- {
1042
- "name": "birthdate",
1043
- "definition": "http://hl7.org/fhir/us/core/SearchParameter/us-core-patient-birthdate",
1044
- "type": "date"
1045
- },
1046
- {
1047
- "name": "family",
1048
- "definition": "http://hl7.org/fhir/us/core/SearchParameter/us-core-patient-family",
1049
- "type": "string"
1050
- },
1051
- {
1052
- "name": "gender",
1053
- "definition": "http://hl7.org/fhir/us/core/SearchParameter/us-core-patient-gender",
1054
- "type": "token"
1055
- },
1056
- {
1057
- "name": "given",
1058
- "definition": "http://hl7.org/fhir/us/core/SearchParameter/us-core-patient-given",
1059
- "type": "string"
1060
- },
1061
- {
1062
- "name": "identifier",
1063
- "definition": "http://hl7.org/fhir/us/core/SearchParameter/us-core-patient-identifier",
1064
- "type": "token"
1065
- },
1066
- {
1067
- "name": "name",
1068
- "definition": "http://hl7.org/fhir/us/core/SearchParameter/us-core-patient-name",
1069
- "type": "string"
1070
- }
1071
- ]
1072
- },
1073
- {
1074
- "type": "Practitioner",
1075
- "supportedProfile": [
1076
- "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner"
1077
- ],
1078
- "interaction": [
1079
- {
1080
- "code": "create"
1081
- },
1082
- {
1083
- "code": "search-type"
1084
- },
1085
- {
1086
- "code": "read"
1087
- },
1088
- {
1089
- "code": "vread"
1090
- },
1091
- {
1092
- "code": "update"
1093
- },
1094
- {
1095
- "code": "patch"
1096
- },
1097
- {
1098
- "code": "delete"
1099
- },
1100
- {
1101
- "code": "history-instance"
1102
- },
1103
- {
1104
- "code": "history-type"
1105
- }
1106
- ],
1107
- "referencePolicy": [
1108
- "resolves"
1109
- ],
1110
- "searchParam": [
1111
- {
1112
- "name": "name",
1113
- "definition": "http://hl7.org/fhir/us/core/SearchParameter/us-core-practitioner-name",
1114
- "type": "string"
1115
- },
1116
- {
1117
- "name": "identifier",
1118
- "definition": "http://hl7.org/fhir/us/core/SearchParameter/us-core-practitioner-identifier",
1119
- "type": "token"
1120
- }
1121
- ]
1122
- },
1123
- {
1124
- "type": "PractitionerRole",
1125
- "supportedProfile": [
1126
- "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole"
1127
- ],
1128
- "interaction": [
1129
- {
1130
- "code": "create"
1131
- },
1132
- {
1133
- "code": "search-type"
1134
- },
1135
- {
1136
- "code": "read"
1137
- },
1138
- {
1139
- "code": "vread"
1140
- },
1141
- {
1142
- "code": "update"
1143
- },
1144
- {
1145
- "code": "patch"
1146
- },
1147
- {
1148
- "code": "delete"
1149
- },
1150
- {
1151
- "code": "history-instance"
1152
- },
1153
- {
1154
- "code": "history-type"
1155
- }
1156
- ],
1157
- "referencePolicy": [
1158
- "resolves"
1159
- ],
1160
- "searchInclude": [
1161
- "PractitionerRole:endpoint",
1162
- "PractitionerRole:practitioner"
1163
- ],
1164
- "searchParam": [
1165
- {
1166
- "name": "specialty",
1167
- "definition": "http://hl7.org/fhir/us/core/SearchParameter/us-core-practitionerrole-specialty",
1168
- "type": "token"
1169
- },
1170
- {
1171
- "name": "practitioner",
1172
- "definition": "http://hl7.org/fhir/us/core/SearchParameter/us-core-practitionerrole-practitioner",
1173
- "type": "reference"
1174
- }
1175
- ]
1176
- },
1177
- {
1178
- "type": "Procedure",
1179
- "supportedProfile": [
1180
- "http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"
1181
- ],
1182
- "interaction": [
1183
- {
1184
- "code": "create"
1185
- },
1186
- {
1187
- "code": "search-type"
1188
- },
1189
- {
1190
- "code": "read"
1191
- },
1192
- {
1193
- "code": "vread"
1194
- },
1195
- {
1196
- "code": "update"
1197
- },
1198
- {
1199
- "code": "patch"
1200
- },
1201
- {
1202
- "code": "delete"
1203
- },
1204
- {
1205
- "code": "history-instance"
1206
- },
1207
- {
1208
- "code": "history-type"
1209
- }
1210
- ],
1211
- "referencePolicy": [
1212
- "resolves"
1213
- ],
1214
- "searchRevInclude": [
1215
- "Provenance:target"
1216
- ],
1217
- "searchParam": [
1218
- {
1219
- "name": "status",
1220
- "definition": "http://hl7.org/fhir/us/core/SearchParameter/us-core-procedure-status",
1221
- "type": "token"
1222
- },
1223
- {
1224
- "name": "patient",
1225
- "definition": "http://hl7.org/fhir/us/core/SearchParameter/us-core-procedure-patient",
1226
- "type": "reference"
1227
- },
1228
- {
1229
- "name": "date",
1230
- "definition": "http://hl7.org/fhir/us/core/SearchParameter/us-core-procedure-date",
1231
- "type": "date"
1232
- },
1233
- {
1234
- "name": "code",
1235
- "definition": "http://hl7.org/fhir/us/core/SearchParameter/us-core-procedure-code",
1236
- "type": "token"
1237
- }
1238
- ]
1239
- },
1240
- {
1241
- "type": "Provenance",
1242
- "supportedProfile": [
1243
- "http://hl7.org/fhir/us/core/StructureDefinition/us-core-provenance"
1244
- ],
1245
- "documentation": "If a system receives a provider in `Provenance.agent.who` as free text they must capture who sent them the information as the organization. On request they **SHALL** provide this organization as the source and **MAY** include the free text provider.",
1246
- "interaction": [
1247
- {
1248
- "code": "create"
1249
- },
1250
- {
1251
- "code": "search-type"
1252
- },
1253
- {
1254
- "code": "read"
1255
- },
1256
- {
1257
- "code": "vread"
1258
- },
1259
- {
1260
- "code": "update"
1261
- },
1262
- {
1263
- "code": "patch"
1264
- },
1265
- {
1266
- "code": "delete"
1267
- },
1268
- {
1269
- "code": "history-instance"
1270
- },
1271
- {
1272
- "code": "history-type"
1273
- }
1274
- ],
1275
- "referencePolicy": [
1276
- "resolves"
1277
- ]
1278
- },
1279
- {
1280
- "type": "ValueSet",
1281
- "operation": [
1282
- {
1283
- "name": "expand",
1284
- "definition": "http://hl7.org/fhir/OperationDefinition/ValueSet-expand",
1285
- "documentation": "A client can determine the note and report types support by a server by invoking the standard FHIR Value Set Expansion ($expand) operation defined in the FHIR R4 specification. Because servers may support different read and write formats, it also is used to determine the formats (for example, text, pdf) the server supports read and write transactions."
1286
- }
1287
- ]
1288
- }
1289
- ],
1290
- "interaction": [
1291
- {
1292
- "code": "transaction"
1293
- },
1294
- {
1295
- "code": "batch"
1296
- },
1297
- {
1298
- "code": "search-system"
1299
- },
1300
- {
1301
- "code": "history-system"
1302
- }
1303
- ]
1304
- }
1305
- ]
1306
- }