us_core_test_kit 0.1.0 → 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 (33) hide show
  1. checksums.yaml +4 -4
  2. data/lib/us_core_test_kit/generated/allergy_intolerance/metadata.yml +165 -0
  3. data/lib/us_core_test_kit/generated/bodyheight/metadata.yml +328 -0
  4. data/lib/us_core_test_kit/generated/bodytemp/metadata.yml +328 -0
  5. data/lib/us_core_test_kit/generated/bodyweight/metadata.yml +328 -0
  6. data/lib/us_core_test_kit/generated/bp/metadata.yml +379 -0
  7. data/lib/us_core_test_kit/generated/care_plan/metadata.yml +296 -0
  8. data/lib/us_core_test_kit/generated/care_team/metadata.yml +140 -0
  9. data/lib/us_core_test_kit/generated/condition/metadata.yml +231 -0
  10. data/lib/us_core_test_kit/generated/device/metadata.yml +1145 -0
  11. data/lib/us_core_test_kit/generated/diagnostic_report_lab/metadata.yml +1253 -0
  12. data/lib/us_core_test_kit/generated/diagnostic_report_note/metadata.yml +1246 -0
  13. data/lib/us_core_test_kit/generated/document_reference/metadata.yml +354 -0
  14. data/lib/us_core_test_kit/generated/encounter/metadata.yml +364 -0
  15. data/lib/us_core_test_kit/generated/goal/metadata.yml +195 -0
  16. data/lib/us_core_test_kit/generated/head_circumference/metadata.yml +323 -0
  17. data/lib/us_core_test_kit/generated/heartrate/metadata.yml +325 -0
  18. data/lib/us_core_test_kit/generated/immunization/metadata.yml +210 -0
  19. data/lib/us_core_test_kit/generated/medication_request/metadata.yml +307 -0
  20. data/lib/us_core_test_kit/generated/metadata.yml +12911 -0
  21. data/lib/us_core_test_kit/generated/observation_lab/metadata.yml +1287 -0
  22. data/lib/us_core_test_kit/generated/organization/metadata.yml +146 -0
  23. data/lib/us_core_test_kit/generated/patient/metadata.yml +320 -0
  24. data/lib/us_core_test_kit/generated/pediatric_bmi_for_age/metadata.yml +323 -0
  25. data/lib/us_core_test_kit/generated/pediatric_weight_for_height/metadata.yml +323 -0
  26. data/lib/us_core_test_kit/generated/practitioner/metadata.yml +136 -0
  27. data/lib/us_core_test_kit/generated/procedure/metadata.yml +1265 -0
  28. data/lib/us_core_test_kit/generated/provenance/metadata.yml +185 -0
  29. data/lib/us_core_test_kit/generated/pulse_oximetry/metadata.yml +410 -0
  30. data/lib/us_core_test_kit/generated/resprate/metadata.yml +325 -0
  31. data/lib/us_core_test_kit/generated/smokingstatus/metadata.yml +292 -0
  32. data/lib/us_core_test_kit/version.rb +1 -1
  33. metadata +31 -1
@@ -0,0 +1,1265 @@
1
+ ---
2
+ :name: us_core_procedure
3
+ :class_name: USCorev311ProcedureSequence
4
+ :version: v3.1.1
5
+ :reformatted_version: v311
6
+ :resource: Procedure
7
+ :profile_url: http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure
8
+ :profile_name: US Core Procedure Profile
9
+ :title: Procedure
10
+ :short_description: Verify support for the server capabilities required by the US
11
+ Core Procedure Profile.
12
+ :interactions:
13
+ - :code: create
14
+ :expectation: MAY
15
+ - :code: search-type
16
+ :expectation: SHALL
17
+ - :code: read
18
+ :expectation: SHALL
19
+ - :code: vread
20
+ :expectation: SHOULD
21
+ - :code: update
22
+ :expectation: MAY
23
+ - :code: patch
24
+ :expectation: MAY
25
+ - :code: delete
26
+ :expectation: MAY
27
+ - :code: history-instance
28
+ :expectation: SHOULD
29
+ - :code: history-type
30
+ :expectation: MAY
31
+ :operations: []
32
+ :searches:
33
+ - :names:
34
+ - patient
35
+ :expectation: SHALL
36
+ :names_not_must_support_or_mandatory: []
37
+ :must_support_or_mandatory: true
38
+ - :expectation: SHALL
39
+ :names:
40
+ - patient
41
+ - date
42
+ :names_not_must_support_or_mandatory: []
43
+ :must_support_or_mandatory: true
44
+ - :expectation: SHOULD
45
+ :names:
46
+ - patient
47
+ - status
48
+ :names_not_must_support_or_mandatory: []
49
+ :must_support_or_mandatory: true
50
+ - :expectation: SHOULD
51
+ :names:
52
+ - patient
53
+ - code
54
+ - date
55
+ :names_not_must_support_or_mandatory: []
56
+ :must_support_or_mandatory: true
57
+ :search_definitions:
58
+ :patient:
59
+ :path: subject
60
+ :full_path: Procedure.subject
61
+ :comparators: {}
62
+ :values: []
63
+ :type: Reference
64
+ :contains_multiple: false
65
+ :multiple_or: MAY
66
+ :date:
67
+ :path: performed
68
+ :full_path: Procedure.performed
69
+ :comparators:
70
+ :eq: MAY
71
+ :ne: MAY
72
+ :gt: SHALL
73
+ :ge: SHALL
74
+ :lt: SHALL
75
+ :le: SHALL
76
+ :sa: MAY
77
+ :eb: MAY
78
+ :ap: MAY
79
+ :values: []
80
+ :type: date
81
+ :contains_multiple: false
82
+ :multiple_or: MAY
83
+ :status:
84
+ :path: status
85
+ :full_path: Procedure.status
86
+ :comparators: {}
87
+ :values:
88
+ - preparation
89
+ - in-progress
90
+ - not-done
91
+ - on-hold
92
+ - stopped
93
+ - completed
94
+ - entered-in-error
95
+ - unknown
96
+ :type: code
97
+ :contains_multiple: false
98
+ :multiple_or: SHALL
99
+ :code:
100
+ :path: code
101
+ :full_path: Procedure.code
102
+ :comparators: {}
103
+ :values:
104
+ - '104001'
105
+ - '115006'
106
+ - '119000'
107
+ - '121005'
108
+ - '128004'
109
+ - '133000'
110
+ - '135007'
111
+ - '142007'
112
+ - '146005'
113
+ - '153001'
114
+ - '160007'
115
+ - '166001'
116
+ - '170009'
117
+ - '174000'
118
+ - '176003'
119
+ - '189009'
120
+ - '197002'
121
+ - '230009'
122
+ - '243009'
123
+ - '245002'
124
+ - '262007'
125
+ - '267001'
126
+ - '285008'
127
+ - '294002'
128
+ - '295001'
129
+ - '306005'
130
+ - '316002'
131
+ - '334003'
132
+ - '342002'
133
+ - '346004'
134
+ - '348003'
135
+ - '351005'
136
+ - '352003'
137
+ - '353008'
138
+ - '374009'
139
+ - '388008'
140
+ - '389000'
141
+ - '401004'
142
+ - '406009'
143
+ - '417005'
144
+ - '435001'
145
+ - '445004'
146
+ - '456004'
147
+ - '459006'
148
+ - '463004'
149
+ - '468008'
150
+ - '474008'
151
+ - '489004'
152
+ - '493005'
153
+ - '494004'
154
+ - '497006'
155
+ - '503003'
156
+ - '531007'
157
+ - '533005'
158
+ - '535003'
159
+ - '540006'
160
+ - '543008'
161
+ - '545001'
162
+ - '549007'
163
+ - '550007'
164
+ - '559008'
165
+ - '570001'
166
+ - '574005'
167
+ - '603006'
168
+ - '617002'
169
+ - '618007'
170
+ - '625000'
171
+ - '628003'
172
+ - '629006'
173
+ - '633004'
174
+ - '637003'
175
+ - '642006'
176
+ - '645008'
177
+ - '647000'
178
+ - '657004'
179
+ - '665001'
180
+ - '670008'
181
+ - '671007'
182
+ - '673005'
183
+ - '674004'
184
+ - '676002'
185
+ - '680007'
186
+ - '687005'
187
+ - '695009'
188
+ - '697001'
189
+ - '710006'
190
+ - '712003'
191
+ - '721002'
192
+ - '722009'
193
+ - '726007'
194
+ - '730005'
195
+ - '741007'
196
+ - '746002'
197
+ - '753006'
198
+ - '754000'
199
+ - '759005'
200
+ - '762008'
201
+ - '764009'
202
+ - '767002'
203
+ - '789003'
204
+ - '791006'
205
+ - '807005'
206
+ - '814007'
207
+ - '817000'
208
+ - '831000'
209
+ - '851001'
210
+ - '853003'
211
+ - '867007'
212
+ - '870006'
213
+ - '879007'
214
+ - '881009'
215
+ - '893000'
216
+ - '897004'
217
+ - '910002'
218
+ - '911003'
219
+ - '913000'
220
+ - '926001'
221
+ - '935008'
222
+ - '941001'
223
+ - '945005'
224
+ - '948007'
225
+ - '951000'
226
+ - '956005'
227
+ - '967006'
228
+ - '969009'
229
+ - '971009'
230
+ - '1001000'
231
+ - '1008006'
232
+ - '1019009'
233
+ - '1021004'
234
+ - '1029002'
235
+ - '1032004'
236
+ - '1035002'
237
+ - '1036001'
238
+ - '1041009'
239
+ - '1042002'
240
+ - '1043007'
241
+ - '1044001'
242
+ - '1048003'
243
+ - '1054002'
244
+ - '1071001'
245
+ - '1084005'
246
+ - '1093006'
247
+ - '1103000'
248
+ - '1104006'
249
+ - '1115001'
250
+ - '1119007'
251
+ - '1121002'
252
+ - '1127003'
253
+ - '1133007'
254
+ - '1163003'
255
+ - '1176009'
256
+ - '1181000'
257
+ - '1186005'
258
+ - '1198000'
259
+ - '1209007'
260
+ - '1225002'
261
+ - '1227005'
262
+ - '1235008'
263
+ - '1237000'
264
+ - '1238005'
265
+ - '1251000'
266
+ - '1253002'
267
+ - '1258006'
268
+ - '1266002'
269
+ - '1267006'
270
+ - '1278003'
271
+ - '1279006'
272
+ - '1292009'
273
+ - '1299000'
274
+ - '1315009'
275
+ - '1316005'
276
+ - '1324000'
277
+ - '1327007'
278
+ - '1328002'
279
+ - '1329005'
280
+ - '1337002'
281
+ - '1339004'
282
+ - '1347004'
283
+ - '1352009'
284
+ - '1358008'
285
+ - '1366004'
286
+ - '1385001'
287
+ - '1390003'
288
+ - '1398005'
289
+ - '1399002'
290
+ - '1407007'
291
+ - '1410000'
292
+ - '1411001'
293
+ - '1413003'
294
+ - '1414009'
295
+ - '1417002'
296
+ - '1431002'
297
+ - '1440003'
298
+ - '1449002'
299
+ - '1453000'
300
+ - '1455007'
301
+ - '1457004'
302
+ - '1494008'
303
+ - '1500007'
304
+ - '1501006'
305
+ - '1505002'
306
+ - '1529009'
307
+ - '1533002'
308
+ - '1550000'
309
+ - '1555005'
310
+ - '1559004'
311
+ - '1576000'
312
+ - '1577009'
313
+ - '1578004'
314
+ - '1583007'
315
+ - '1585000'
316
+ - '1596008'
317
+ - '1597004'
318
+ - '1602006'
319
+ - '1614003'
320
+ - '1615002'
321
+ - '1616001'
322
+ - '1636000'
323
+ - '1638004'
324
+ - '1640009'
325
+ - '1645004'
326
+ - '1651009'
327
+ - '1653007'
328
+ - '1669000'
329
+ - '1677001'
330
+ - '1678006'
331
+ - '1680000'
332
+ - '1683003'
333
+ - '1689004'
334
+ - '1691007'
335
+ - '1699009'
336
+ - '1702002'
337
+ - '1704001'
338
+ - '1709006'
339
+ - '1712009'
340
+ - '1713004'
341
+ - '1730002'
342
+ - '1746005'
343
+ - '1747001'
344
+ - '1753001'
345
+ - '1757000'
346
+ - '1759002'
347
+ - '1770009'
348
+ - '1774000'
349
+ - '1775004'
350
+ - '1784004'
351
+ - '1787006'
352
+ - '1788001'
353
+ - '1801001'
354
+ - '1805005'
355
+ - '1811008'
356
+ - '1813006'
357
+ - '1820004'
358
+ - '1830008'
359
+ - '1836002'
360
+ - '1844002'
361
+ - '1854003'
362
+ - '1859008'
363
+ - '1861004'
364
+ - '1862006'
365
+ - '1866009'
366
+ - '1868005'
367
+ - '1870001'
368
+ - '1871002'
369
+ - '1872009'
370
+ - '1876007'
371
+ - '1879000'
372
+ - '1889001'
373
+ - '1906007'
374
+ - '1907003'
375
+ - '1917008'
376
+ - '1924009'
377
+ - '1950008'
378
+ - '1958001'
379
+ - '1966005'
380
+ - '1983001'
381
+ - '1995001'
382
+ - '1999007'
383
+ - '2002009'
384
+ - '2021001'
385
+ - '2051007'
386
+ - '2054004'
387
+ - '2067001'
388
+ - '2069003'
389
+ - '2078009'
390
+ - '2079001'
391
+ - '2080003'
392
+ - '2098004'
393
+ - '2115003'
394
+ - '2119009'
395
+ - '2127000'
396
+ - '2137005'
397
+ - '2153008'
398
+ - '2161003'
399
+ - '2164006'
400
+ - '2166008'
401
+ - '2171001'
402
+ - '2178007'
403
+ - '2181002'
404
+ - '2188008'
405
+ - '2193006'
406
+ - '2196003'
407
+ - '2199005'
408
+ - '2214008'
409
+ - '2220009'
410
+ - '2225004'
411
+ - '2234009'
412
+ - '2238007'
413
+ - '2242005'
414
+ - '2244006'
415
+ - '2250001'
416
+ - '2252009'
417
+ - '2266004'
418
+ - '2267008'
419
+ - '2270007'
420
+ - '2276001'
421
+ - '2278000'
422
+ - '2279008'
423
+ - '2290003'
424
+ - '2315006'
425
+ - '2318008'
426
+ - '2321005'
427
+ - '2322003'
428
+ - '2337004'
429
+ - '2344008'
430
+ - '2347001'
431
+ - '2364003'
432
+ - '2371008'
433
+ - '2373006'
434
+ - '2382000'
435
+ - '2386002'
436
+ - '2393003'
437
+ - '2406000'
438
+ - '2407009'
439
+ - '2408004'
440
+ - '2409007'
441
+ - '2425002'
442
+ - '2442008'
443
+ - '2448007'
444
+ - '2455009'
445
+ - '2457001'
446
+ - '2458006'
447
+ - '2459003'
448
+ - '2461007'
449
+ - '2474001'
450
+ - '2475000'
451
+ - '2480009'
452
+ - '2486003'
453
+ - '2488002'
454
+ - '2494005'
455
+ - '2498008'
456
+ - '2507007'
457
+ - '2508002'
458
+ - '2514009'
459
+ - '2517002'
460
+ - '2530001'
461
+ - '2531002'
462
+ - '2535006'
463
+ - '2536007'
464
+ - '2547000'
465
+ - '2552005'
466
+ - '2564002'
467
+ - '2566000'
468
+ - '2567009'
469
+ - '2580007'
470
+ - '2598006'
471
+ - '2601001'
472
+ - '2607002'
473
+ - '2613006'
474
+ - '2614000'
475
+ - '2616003'
476
+ - '2619005'
477
+ - '2629003'
478
+ - '2632000'
479
+ - '2642003'
480
+ - '2643008'
481
+ - '2644002'
482
+ - '2645001'
483
+ - '2646000'
484
+ - '2658000'
485
+ - '2659008'
486
+ - '2668005'
487
+ - '2670001'
488
+ - '2673004'
489
+ - '2677003'
490
+ - '2690005'
491
+ - '2693007'
492
+ - '2696004'
493
+ - '2697008'
494
+ - '2716009'
495
+ - '2722000'
496
+ - '2731000'
497
+ - '2732007'
498
+ - '2737001'
499
+ - '2742009'
500
+ - '2743004'
501
+ - '2745006'
502
+ - '2752008'
503
+ - '2780005'
504
+ - '2794006'
505
+ - '2802005'
506
+ - '2811005'
507
+ - '2813008'
508
+ - '2837008'
509
+ - '2842000'
510
+ - '2843005'
511
+ - '2847006'
512
+ - '2851008'
513
+ - '2854000'
514
+ - '2857007'
515
+ - '2866006'
516
+ - '2875008'
517
+ - '2876009'
518
+ - '2885009'
519
+ - '2891006'
520
+ - '2898000'
521
+ - '2903001'
522
+ - '2908005'
523
+ - '2914003'
524
+ - '2915002'
525
+ - '2933008'
526
+ - '2945004'
527
+ - '2947007'
528
+ - '2960001'
529
+ - '2968008'
530
+ - '2970004'
531
+ - '2971000'
532
+ - '2977001'
533
+ - '3001009'
534
+ - '3010001'
535
+ - '3016007'
536
+ - '3025001'
537
+ - '3026000'
538
+ - '3029007'
539
+ - '3041000'
540
+ - '3047001'
541
+ - '3060007'
542
+ - '3061006'
543
+ - '3063009'
544
+ - '3075004'
545
+ - '3078002'
546
+ - '3083005'
547
+ - '3088001'
548
+ - '3090000'
549
+ - '3112006'
550
+ - '3116009'
551
+ - '3130004'
552
+ - '3133002'
553
+ - '3137001'
554
+ - '3143004'
555
+ - '3162001'
556
+ - '3164000'
557
+ - '3165004'
558
+ - '3166003'
559
+ - '3177009'
560
+ - '3183007'
561
+ - '3186004'
562
+ - '3190002'
563
+ - '3204007'
564
+ - '3241008'
565
+ - '3249005'
566
+ - '3251009'
567
+ - '3256004'
568
+ - '3257008'
569
+ - '3258003'
570
+ - '3268008'
571
+ - '3270004'
572
+ - '3278006'
573
+ - '3287002'
574
+ - '3320000'
575
+ - '3324009'
576
+ - '3326006'
577
+ - '3328007'
578
+ - '3333006'
579
+ - '3338002'
580
+ - '3352000'
581
+ - '3357006'
582
+ - '3360004'
583
+ - '3390006'
584
+ - '3399007'
585
+ - '3407002'
586
+ - '3413006'
587
+ - '3418002'
588
+ - '3432000'
589
+ - '3443008'
590
+ - '3448004'
591
+ - '3450007'
592
+ - '3457005'
593
+ - '3479000'
594
+ - '3498003'
595
+ - '3499006'
596
+ - '3509001'
597
+ - '3512003'
598
+ - '3515001'
599
+ - '3517009'
600
+ - '3518004'
601
+ - '3527003'
602
+ - '3546002'
603
+ - '3559005'
604
+ - '3562008'
605
+ - '3564009'
606
+ - '3575008'
607
+ - '3580004'
608
+ - '3605001'
609
+ - '3607009'
610
+ - '3620007'
611
+ - '3625002'
612
+ - '3651000'
613
+ - '3654008'
614
+ - '3659003'
615
+ - '3664004'
616
+ - '3666002'
617
+ - '3669009'
618
+ - '3673007'
619
+ - '3683006'
620
+ - '3686003'
621
+ - '3688002'
622
+ - '3690001'
623
+ - '3691002'
624
+ - '3697003'
625
+ - '3700004'
626
+ - '3701000'
627
+ - '3713005'
628
+ - '3717006'
629
+ - '3734003'
630
+ - '3735002'
631
+ - '3740005'
632
+ - '3748003'
633
+ - '3749006'
634
+ - '3758004'
635
+ - '3770000'
636
+ - '3778007'
637
+ - '3780001'
638
+ - '3784005'
639
+ - '3786007'
640
+ - '3787003'
641
+ - '3794000'
642
+ - '3796003'
643
+ - '3799005'
644
+ - '3802001'
645
+ - '3819004'
646
+ - '3826004'
647
+ - '3828003'
648
+ - '3831002'
649
+ - '3843001'
650
+ - '3858009'
651
+ - '3861005'
652
+ - '3862003'
653
+ - '3864002'
654
+ - '3880007'
655
+ - '3881006'
656
+ - '3887005'
657
+ - '3889008'
658
+ - '3891000'
659
+ - '3895009'
660
+ - '3907006'
661
+ - '3911000'
662
+ - '3915009'
663
+ - '3917001'
664
+ - '3918006'
665
+ - '3926003'
666
+ - '3929005'
667
+ - '3936006'
668
+ - '3938007'
669
+ - '3942005'
670
+ - '3955006'
671
+ - '3957003'
672
+ - '3963007'
673
+ - '3967008'
674
+ - '3968003'
675
+ - '3969006'
676
+ - '3971006'
677
+ - '3980006'
678
+ - '3981005'
679
+ - '3985001'
680
+ - '3991004'
681
+ - '3998005'
682
+ - '4007002'
683
+ - '4008007'
684
+ - '4010009'
685
+ - '4027001'
686
+ - '4034004'
687
+ - '4035003'
688
+ - '4036002'
689
+ - '4037006'
690
+ - '4044002'
691
+ - '4045001'
692
+ - '4052004'
693
+ - '4064007'
694
+ - '4068005'
695
+ - '4083000'
696
+ - '4084006'
697
+ - '4090005'
698
+ - '4094001'
699
+ - '4101004'
700
+ - '4102006'
701
+ - '4114003'
702
+ - '4116001'
703
+ - '4119008'
704
+ - '4131005'
705
+ - '4134002'
706
+ - '4139007'
707
+ - '4143006'
708
+ - '4149005'
709
+ - '4154001'
710
+ - '4165006'
711
+ - '4176005'
712
+ - '4192000'
713
+ - '4213001'
714
+ - '4214007'
715
+ - '4226002'
716
+ - '4252008'
717
+ - '4263006'
718
+ - '4266003'
719
+ - '4285000'
720
+ - '4293000'
721
+ - '4304000'
722
+ - '4319004'
723
+ - '4321009'
724
+ - '4323007'
725
+ - '4331002'
726
+ - '4333004'
727
+ - '4336007'
728
+ - '4337003'
729
+ - '4339000'
730
+ - '4341004'
731
+ - '4344007'
732
+ - '4348005'
733
+ - '4350002'
734
+ - '4363008'
735
+ - '4365001'
736
+ - '4380007'
737
+ - '4387005'
738
+ - '4388000'
739
+ - '4407008'
740
+ - '4411002'
741
+ - '4420006'
742
+ - '4424002'
743
+ - '4436008'
744
+ - '4438009'
745
+ - '4443002'
746
+ - '4447001'
747
+ - '4449003'
748
+ - '4450003'
749
+ - '4455008'
750
+ - '4457000'
751
+ - '4466001'
752
+ - '4467005'
753
+ - '4475004'
754
+ - '4487006'
755
+ - '4489009'
756
+ - '4496006'
757
+ - '4503005'
758
+ - '4504004'
759
+ - '4505003'
760
+ - '4507006'
761
+ - '4511000'
762
+ - '4516005'
763
+ - '4520009'
764
+ - '4525004'
765
+ - '4533003'
766
+ - '4535005'
767
+ - '4539004'
768
+ - '4542005'
769
+ - '4544006'
770
+ - '4558008'
771
+ - '4563007'
772
+ - '4570007'
773
+ - '4579008'
774
+ - '4581005'
775
+ - '4585001'
776
+ - '4587009'
777
+ - '4589007'
778
+ - '4593001'
779
+ - '4594007'
780
+ - '4613005'
781
+ - '4625008'
782
+ - '4626009'
783
+ - '4636001'
784
+ - '4640005'
785
+ - '4642002'
786
+ - '4660002'
787
+ - '4670000'
788
+ - '4671001'
789
+ - '4672008'
790
+ - '4691008'
791
+ - '4692001'
792
+ - '4694000'
793
+ - '4699005'
794
+ - '4701005'
795
+ - '4707009'
796
+ - '4712005'
797
+ - '4713000'
798
+ - '4719001'
799
+ - '4727005'
800
+ - '4734007'
801
+ - '4737000'
802
+ - '4756005'
803
+ - '4758006'
804
+ - '4764004'
805
+ - '4765003'
806
+ - '4770005'
807
+ - '4772002'
808
+ - '4784000'
809
+ - '4804005'
810
+ - '4811009'
811
+ - '4815000'
812
+ - '4820000'
813
+ - '4827002'
814
+ - '4829004'
815
+ - '4847005'
816
+ - '4849008'
817
+ - '4862007'
818
+ - '4877004'
819
+ - '4891005'
820
+ - '4895001'
821
+ - '4902005'
822
+ - '4903000'
823
+ - '4904006'
824
+ - '4914002'
825
+ - '4929000'
826
+ - '4930005'
827
+ - '4934001'
828
+ - '4957007'
829
+ - '4966006'
830
+ - '4970003'
831
+ - '4974007'
832
+ - '4976009'
833
+ - '4987001'
834
+ - '4992004'
835
+ - '4993009'
836
+ - '5016005'
837
+ - '5019003'
838
+ - '5021008'
839
+ - '5022001'
840
+ - '5025004'
841
+ - '5032008'
842
+ - '5034009'
843
+ - '5048009'
844
+ - '5055006'
845
+ - '5057003'
846
+ - '5065000'
847
+ - '5091004'
848
+ - '5105000'
849
+ - '5110001'
850
+ - '5113004'
851
+ - '5119000'
852
+ - '5121005'
853
+ - '5123008'
854
+ - '5130002'
855
+ - '5131003'
856
+ - '5135007'
857
+ - '5147001'
858
+ - '5151004'
859
+ - '5154007'
860
+ - '5161006'
861
+ - '5162004'
862
+ - '5165002'
863
+ - '5176003'
864
+ - '5182000'
865
+ - '5184004'
866
+ - '5186002'
867
+ - '5190000'
868
+ - '5191001'
869
+ - '5212002'
870
+ - '5216004'
871
+ - '5233006'
872
+ - '5243009'
873
+ - '5245002'
874
+ - '5246001'
875
+ - '5264008'
876
+ - '5267001'
877
+ - '5270002'
878
+ - '5273000'
879
+ - '5282006'
880
+ - '5290006'
881
+ - '5298004'
882
+ - '5304008'
883
+ - '5316002'
884
+ - '5317006'
885
+ - '5326009'
886
+ - '5328005'
887
+ - '5337005'
888
+ - '5338000'
889
+ - '5342002'
890
+ - '5348003'
891
+ - '5357009'
892
+ - '5373003'
893
+ - '5384005'
894
+ - '5391008'
895
+ - '5393006'
896
+ - '5402006'
897
+ - '5407000'
898
+ - '5415002'
899
+ - '5419008'
900
+ - '5422005'
901
+ - '5429001'
902
+ - '5431005'
903
+ - '5433008'
904
+ - '5446003'
905
+ - '5447007'
906
+ - '5452002'
907
+ - '5456004'
908
+ - '5457008'
909
+ - '5460001'
910
+ - '5479003'
911
+ - '5482008'
912
+ - '5486006'
913
+ - '5489004'
914
+ - '5506006'
915
+ - '5517007'
916
+ - '5521000'
917
+ - '5536002'
918
+ - '5545001'
919
+ - '5551006'
920
+ - '5556001'
921
+ - '5570001'
922
+ - '5571002'
923
+ - '5572009'
924
+ - '5586008'
925
+ - '5608002'
926
+ - '5616006'
927
+ - '5621009'
928
+ - '5632009'
929
+ - '5636007'
930
+ - '5638008'
931
+ - '5648005'
932
+ - '5651003'
933
+ - '5663008'
934
+ - '5669007'
935
+ - '5671007'
936
+ - '5687005'
937
+ - '5690004'
938
+ - '5694008'
939
+ - '5721002'
940
+ - '5722009'
941
+ - '5726007'
942
+ - '5728008'
943
+ - '5731009'
944
+ - '5733007'
945
+ - '5738003'
946
+ - '5745003'
947
+ - '5760000'
948
+ - '5771004'
949
+ - '5777000'
950
+ - '5781000'
951
+ - '5785009'
952
+ - '5787001'
953
+ - '5789003'
954
+ - '5796001'
955
+ - '5806001'
956
+ - '5807005'
957
+ - '5809008'
958
+ - '5812006'
959
+ - '5818005'
960
+ - '5821007'
961
+ - '5823005'
962
+ - '5832007'
963
+ - '5845006'
964
+ - '5846007'
965
+ - '5857002'
966
+ - '5865004'
967
+ - '5870006'
968
+ - '5880005'
969
+ - '5892005'
970
+ - '5894006'
971
+ - '5897004'
972
+ - '5902003'
973
+ - '5925002'
974
+ - '5930003'
975
+ - '5947002'
976
+ - '5961007'
977
+ - '5966002'
978
+ - '5971009'
979
+ - '5983006'
980
+ - '5986003'
981
+ - '5992009'
982
+ - '5995006'
983
+ - '5997003'
984
+ - '5998008'
985
+ - '6005008'
986
+ - '6007000'
987
+ - '6019008'
988
+ - '6025007'
989
+ - '6026008'
990
+ - '6029001'
991
+ - '6035001'
992
+ - '6063004'
993
+ - '6069000'
994
+ - '6082008'
995
+ - '6092000'
996
+ - '6100001'
997
+ - '6108008'
998
+ - '6119006'
999
+ - '6125005'
1000
+ - '6126006'
1001
+ - '6127002'
1002
+ - '6130009'
1003
+ - '6133006'
1004
+ - '6143009'
1005
+ - '6146001'
1006
+ - '6148000'
1007
+ - '6157006'
1008
+ - '6159009'
1009
+ - '6161000'
1010
+ - '6164008'
1011
+ - '6166005'
1012
+ - '6177004'
1013
+ - '6187000'
1014
+ - '6188005'
1015
+ - '6189002'
1016
+ - '6190006'
1017
+ - '6195001'
1018
+ - '6198004'
1019
+ - '6200005'
1020
+ - '6205000'
1021
+ - '6213004'
1022
+ - '6221005'
1023
+ - '6225001'
1024
+ - '6226000'
1025
+ - '6227009'
1026
+ - '6231003'
1027
+ - '6238009'
1028
+ - '6240004'
1029
+ - '6255008'
1030
+ - '6271008'
1031
+ - '6274000'
1032
+ - '6286002'
1033
+ - '6289009'
1034
+ - '6295005'
1035
+ - '6307005'
1036
+ - '6309008'
1037
+ - '6319002'
1038
+ - '6337001'
1039
+ - '6339003'
1040
+ - '6343004'
1041
+ - '6353003'
1042
+ - '6354009'
1043
+ - '6355005'
1044
+ - '6358007'
1045
+ - '6361008'
1046
+ - '6363006'
1047
+ - '6370006'
1048
+ - '6384001'
1049
+ - '6385000'
1050
+ - '6388003'
1051
+ - '6396008'
1052
+ - '6397004'
1053
+ - '6399001'
1054
+ - '6402000'
1055
+ - '6403005'
1056
+ - '6419003'
1057
+ - '6429005'
1058
+ - '6433003'
1059
+ - '6434009'
1060
+ - '6438007'
1061
+ - '6439004'
1062
+ - '6443000'
1063
+ - '6444006'
1064
+ - '6465000'
1065
+ - '6466004'
1066
+ - '6470007'
1067
+ - '6473009'
1068
+ - '6480006'
1069
+ - '6486000'
1070
+ - '6487009'
1071
+ - '6491004'
1072
+ - '6499002'
1073
+ - '6502003'
1074
+ - '6506000'
1075
+ - '6519001'
1076
+ - '6521006'
1077
+ - '6527005'
1078
+ - '6535008'
1079
+ - '6536009'
1080
+ - '6543003'
1081
+ - '6547002'
1082
+ - '6555009'
1083
+ - '6556005'
1084
+ - '6562000'
1085
+ - '6563005'
1086
+ - '6567006'
1087
+ - '6568001'
1088
+ - '6585004'
1089
+ - '6589005'
1090
+ - '6601003'
1091
+ - '6614002'
1092
+ - '6615001'
1093
+ - '6622009'
1094
+ - '6634001'
1095
+ - '6639006'
1096
+ - '6650009'
1097
+ - '6656003'
1098
+ - '6657007'
1099
+ - '6658002'
1100
+ - '6661001'
1101
+ - '6665005'
1102
+ - '6668007'
1103
+ - '6670003'
1104
+ :type: CodeableConcept
1105
+ :contains_multiple: false
1106
+ :multiple_or: SHOULD
1107
+ :include_params: []
1108
+ :revincludes:
1109
+ - Provenance:target
1110
+ :required_concepts: []
1111
+ :must_supports:
1112
+ :extensions: []
1113
+ :slices: []
1114
+ :elements:
1115
+ - :path: status
1116
+ - :path: code
1117
+ - :path: subject
1118
+ - :path: performed[x]
1119
+ :mandatory_elements:
1120
+ - Procedure.status
1121
+ - Procedure.code
1122
+ - Procedure.subject
1123
+ - Procedure.performed[x]
1124
+ - Procedure.performer.actor
1125
+ - Procedure.focalDevice.manipulated
1126
+ :bindings:
1127
+ - :type: code
1128
+ :strength: preferred
1129
+ :system: http://hl7.org/fhir/ValueSet/languages
1130
+ :path: language
1131
+ - :type: code
1132
+ :strength: required
1133
+ :system: http://hl7.org/fhir/ValueSet/event-status
1134
+ :path: status
1135
+ - :type: CodeableConcept
1136
+ :strength: example
1137
+ :system: http://hl7.org/fhir/ValueSet/procedure-not-performed-reason
1138
+ :path: statusReason
1139
+ - :type: CodeableConcept
1140
+ :strength: example
1141
+ :system: http://hl7.org/fhir/ValueSet/procedure-category
1142
+ :path: category
1143
+ - :type: CodeableConcept
1144
+ :strength: extensible
1145
+ :system: http://hl7.org/fhir/us/core/ValueSet/us-core-procedure-code
1146
+ :path: code
1147
+ - :type: CodeableConcept
1148
+ :strength: example
1149
+ :system: http://hl7.org/fhir/ValueSet/performer-role
1150
+ :path: performer.function
1151
+ - :type: CodeableConcept
1152
+ :strength: example
1153
+ :system: http://hl7.org/fhir/ValueSet/procedure-reason
1154
+ :path: reasonCode
1155
+ - :type: CodeableConcept
1156
+ :strength: example
1157
+ :system: http://hl7.org/fhir/ValueSet/body-site
1158
+ :path: bodySite
1159
+ - :type: CodeableConcept
1160
+ :strength: example
1161
+ :system: http://hl7.org/fhir/ValueSet/procedure-outcome
1162
+ :path: outcome
1163
+ - :type: CodeableConcept
1164
+ :strength: example
1165
+ :system: http://hl7.org/fhir/ValueSet/condition-code
1166
+ :path: complication
1167
+ - :type: CodeableConcept
1168
+ :strength: example
1169
+ :system: http://hl7.org/fhir/ValueSet/procedure-followup
1170
+ :path: followUp
1171
+ - :type: CodeableConcept
1172
+ :strength: preferred
1173
+ :system: http://hl7.org/fhir/ValueSet/device-action
1174
+ :path: focalDevice.action
1175
+ - :type: CodeableConcept
1176
+ :strength: example
1177
+ :system: http://hl7.org/fhir/ValueSet/device-kind
1178
+ :path: usedCode
1179
+ :references:
1180
+ - :path: Procedure.basedOn
1181
+ :profiles:
1182
+ - http://hl7.org/fhir/StructureDefinition/CarePlan
1183
+ - http://hl7.org/fhir/StructureDefinition/ServiceRequest
1184
+ - :path: Procedure.partOf
1185
+ :profiles:
1186
+ - http://hl7.org/fhir/StructureDefinition/Procedure
1187
+ - http://hl7.org/fhir/StructureDefinition/Observation
1188
+ - http://hl7.org/fhir/StructureDefinition/MedicationAdministration
1189
+ - :path: Procedure.subject
1190
+ :profiles:
1191
+ - http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient
1192
+ - :path: Procedure.encounter
1193
+ :profiles:
1194
+ - http://hl7.org/fhir/StructureDefinition/Encounter
1195
+ - :path: Procedure.recorder
1196
+ :profiles:
1197
+ - http://hl7.org/fhir/StructureDefinition/Patient
1198
+ - http://hl7.org/fhir/StructureDefinition/RelatedPerson
1199
+ - http://hl7.org/fhir/StructureDefinition/Practitioner
1200
+ - http://hl7.org/fhir/StructureDefinition/PractitionerRole
1201
+ - :path: Procedure.asserter
1202
+ :profiles:
1203
+ - http://hl7.org/fhir/StructureDefinition/Patient
1204
+ - http://hl7.org/fhir/StructureDefinition/RelatedPerson
1205
+ - http://hl7.org/fhir/StructureDefinition/Practitioner
1206
+ - http://hl7.org/fhir/StructureDefinition/PractitionerRole
1207
+ - :path: Procedure.performer.actor
1208
+ :profiles:
1209
+ - http://hl7.org/fhir/StructureDefinition/Practitioner
1210
+ - http://hl7.org/fhir/StructureDefinition/PractitionerRole
1211
+ - http://hl7.org/fhir/StructureDefinition/Organization
1212
+ - http://hl7.org/fhir/StructureDefinition/Patient
1213
+ - http://hl7.org/fhir/StructureDefinition/RelatedPerson
1214
+ - http://hl7.org/fhir/StructureDefinition/Device
1215
+ - :path: Procedure.performer.onBehalfOf
1216
+ :profiles:
1217
+ - http://hl7.org/fhir/StructureDefinition/Organization
1218
+ - :path: Procedure.location
1219
+ :profiles:
1220
+ - http://hl7.org/fhir/StructureDefinition/Location
1221
+ - :path: Procedure.reasonReference
1222
+ :profiles:
1223
+ - http://hl7.org/fhir/StructureDefinition/Condition
1224
+ - http://hl7.org/fhir/StructureDefinition/Observation
1225
+ - http://hl7.org/fhir/StructureDefinition/Procedure
1226
+ - http://hl7.org/fhir/StructureDefinition/DiagnosticReport
1227
+ - http://hl7.org/fhir/StructureDefinition/DocumentReference
1228
+ - :path: Procedure.report
1229
+ :profiles:
1230
+ - http://hl7.org/fhir/StructureDefinition/DiagnosticReport
1231
+ - http://hl7.org/fhir/StructureDefinition/DocumentReference
1232
+ - http://hl7.org/fhir/StructureDefinition/Composition
1233
+ - :path: Procedure.complicationDetail
1234
+ :profiles:
1235
+ - http://hl7.org/fhir/StructureDefinition/Condition
1236
+ - :path: Procedure.focalDevice.manipulated
1237
+ :profiles:
1238
+ - http://hl7.org/fhir/StructureDefinition/Device
1239
+ - :path: Procedure.usedReference
1240
+ :profiles:
1241
+ - http://hl7.org/fhir/StructureDefinition/Device
1242
+ - http://hl7.org/fhir/StructureDefinition/Medication
1243
+ - http://hl7.org/fhir/StructureDefinition/Substance
1244
+ :tests:
1245
+ - :id: us_core_311_procedure_patient_search_test
1246
+ :file_name: procedure_patient_search_test.rb
1247
+ - :id: us_core_311_procedure_patient_date_search_test
1248
+ :file_name: procedure_patient_date_search_test.rb
1249
+ - :id: us_core_311_procedure_patient_status_search_test
1250
+ :file_name: procedure_patient_status_search_test.rb
1251
+ - :id: us_core_311_procedure_patient_code_date_search_test
1252
+ :file_name: procedure_patient_code_date_search_test.rb
1253
+ - :id: us_core_311_procedure_read_test
1254
+ :file_name: procedure_read_test.rb
1255
+ - :id: us_core_311_procedure_provenance_revinclude_search_test
1256
+ :file_name: procedure_provenance_revinclude_search_test.rb
1257
+ - :id: us_core_311_procedure_validation_test
1258
+ :file_name: procedure_validation_test.rb
1259
+ - :id: us_core_311_procedure_must_support_test
1260
+ :file_name: procedure_must_support_test.rb
1261
+ - :id: us_core_311_procedure_reference_resolution_test
1262
+ :file_name: procedure_reference_resolution_test.rb
1263
+ :id: us_core_311_procedure
1264
+ :file_name: procedure_group.rb
1265
+ :delayed_references: []