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,1246 @@
1
+ ---
2
+ :name: us_core_diagnosticreport_note
3
+ :class_name: USCorev311DiagnosticreportNoteSequence
4
+ :version: v3.1.1
5
+ :reformatted_version: v311
6
+ :resource: DiagnosticReport
7
+ :profile_url: http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note
8
+ :profile_name: US Core DiagnosticReport Profile for Report and Note exchange
9
+ :title: DiagnosticReport for Report and Note exchange
10
+ :short_description: Verify support for the server capabilities required by the US
11
+ Core DiagnosticReport Profile for Report and Note exchange.
12
+ :interactions:
13
+ - :code: create
14
+ :expectation: SHALL
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
+ - :expectation: SHALL
34
+ :names:
35
+ - patient
36
+ - category
37
+ :names_not_must_support_or_mandatory: []
38
+ :must_support_or_mandatory: true
39
+ - :names:
40
+ - patient
41
+ :expectation: SHALL
42
+ :names_not_must_support_or_mandatory: []
43
+ :must_support_or_mandatory: true
44
+ - :expectation: SHALL
45
+ :names:
46
+ - patient
47
+ - category
48
+ - date
49
+ :names_not_must_support_or_mandatory: []
50
+ :must_support_or_mandatory: true
51
+ - :expectation: SHOULD
52
+ :names:
53
+ - patient
54
+ - status
55
+ :names_not_must_support_or_mandatory: []
56
+ :must_support_or_mandatory: true
57
+ - :expectation: SHOULD
58
+ :names:
59
+ - patient
60
+ - code
61
+ - date
62
+ :names_not_must_support_or_mandatory: []
63
+ :must_support_or_mandatory: true
64
+ - :expectation: SHALL
65
+ :names:
66
+ - patient
67
+ - code
68
+ :names_not_must_support_or_mandatory: []
69
+ :must_support_or_mandatory: true
70
+ :search_definitions:
71
+ :patient:
72
+ :path: subject
73
+ :full_path: DiagnosticReport.subject
74
+ :comparators: {}
75
+ :values: []
76
+ :type: Reference
77
+ :contains_multiple: false
78
+ :multiple_or: MAY
79
+ :category:
80
+ :path: category
81
+ :full_path: DiagnosticReport.category
82
+ :comparators: {}
83
+ :values:
84
+ - LP29684-5
85
+ - LP29708-2
86
+ - LP7839-6
87
+ :type: CodeableConcept
88
+ :contains_multiple: true
89
+ :multiple_or: MAY
90
+ :date:
91
+ :path: effective
92
+ :full_path: DiagnosticReport.effective
93
+ :comparators:
94
+ :eq: MAY
95
+ :ne: MAY
96
+ :gt: SHALL
97
+ :ge: SHALL
98
+ :lt: SHALL
99
+ :le: SHALL
100
+ :sa: MAY
101
+ :eb: MAY
102
+ :ap: MAY
103
+ :values: []
104
+ :type: date
105
+ :contains_multiple: false
106
+ :multiple_or: MAY
107
+ :status:
108
+ :path: status
109
+ :full_path: DiagnosticReport.status
110
+ :comparators: {}
111
+ :values:
112
+ - registered
113
+ - partial
114
+ - preliminary
115
+ - final
116
+ - amended
117
+ - corrected
118
+ - appended
119
+ - cancelled
120
+ - entered-in-error
121
+ - unknown
122
+ :type: code
123
+ :contains_multiple: false
124
+ :multiple_or: SHALL
125
+ :code:
126
+ :path: code
127
+ :full_path: DiagnosticReport.code
128
+ :comparators: {}
129
+ :values:
130
+ - 1-8
131
+ - 10-9
132
+ - 100-8
133
+ - 1000-9
134
+ - 10000-8
135
+ - 10001-6
136
+ - 10002-4
137
+ - 10003-2
138
+ - 10004-0
139
+ - 10005-7
140
+ - 10006-5
141
+ - 10007-3
142
+ - 10008-1
143
+ - 10009-9
144
+ - 1001-7
145
+ - 10010-7
146
+ - 10011-5
147
+ - 10012-3
148
+ - 10013-1
149
+ - 10014-9
150
+ - 10015-6
151
+ - 10016-4
152
+ - 10017-2
153
+ - 10018-0
154
+ - 10019-8
155
+ - 1002-5
156
+ - 10020-6
157
+ - 10021-4
158
+ - 10022-2
159
+ - 10023-0
160
+ - 10024-8
161
+ - 10025-5
162
+ - 10026-3
163
+ - 10027-1
164
+ - 10028-9
165
+ - 10029-7
166
+ - 1003-3
167
+ - 10030-5
168
+ - 10031-3
169
+ - 10032-1
170
+ - 10033-9
171
+ - 10034-7
172
+ - 10035-4
173
+ - 10036-2
174
+ - 10037-0
175
+ - 10038-8
176
+ - 10039-6
177
+ - 1004-1
178
+ - 10040-4
179
+ - 10041-2
180
+ - 10042-0
181
+ - 10043-8
182
+ - 10044-6
183
+ - 10045-3
184
+ - 10046-1
185
+ - 10047-9
186
+ - 10048-7
187
+ - 10049-5
188
+ - 1005-8
189
+ - 10050-3
190
+ - 10051-1
191
+ - 10052-9
192
+ - 10053-7
193
+ - 10054-5
194
+ - 10055-2
195
+ - 10056-0
196
+ - 10057-8
197
+ - 10058-6
198
+ - 10059-4
199
+ - 1006-6
200
+ - 10060-2
201
+ - 10061-0
202
+ - 10062-8
203
+ - 10063-6
204
+ - 10064-4
205
+ - 10065-1
206
+ - 10066-9
207
+ - 10067-7
208
+ - 10068-5
209
+ - 10069-3
210
+ - 1007-4
211
+ - 10070-1
212
+ - 10071-9
213
+ - 10072-7
214
+ - 10073-5
215
+ - 10074-3
216
+ - 10075-0
217
+ - 10076-8
218
+ - 10077-6
219
+ - 10078-4
220
+ - 10079-2
221
+ - 1008-2
222
+ - 10080-0
223
+ - 10081-8
224
+ - 10082-6
225
+ - 10083-4
226
+ - 10084-2
227
+ - 10085-9
228
+ - 10086-7
229
+ - 10087-5
230
+ - 10088-3
231
+ - 10089-1
232
+ - 1009-0
233
+ - 10090-9
234
+ - 10091-7
235
+ - 10092-5
236
+ - 10093-3
237
+ - 10094-1
238
+ - 10095-8
239
+ - 10096-6
240
+ - 10097-4
241
+ - 10098-2
242
+ - 10099-0
243
+ - 101-6
244
+ - 1010-8
245
+ - 10100-6
246
+ - 10101-4
247
+ - 10102-2
248
+ - 10103-0
249
+ - 10104-8
250
+ - 10105-5
251
+ - 10106-3
252
+ - 10107-1
253
+ - 10108-9
254
+ - 10109-7
255
+ - 1011-6
256
+ - 10110-5
257
+ - 10111-3
258
+ - 10112-1
259
+ - 10113-9
260
+ - 10114-7
261
+ - 10115-4
262
+ - 10116-2
263
+ - 10117-0
264
+ - 10118-8
265
+ - 10119-6
266
+ - 1012-4
267
+ - 10120-4
268
+ - 10121-2
269
+ - 10122-0
270
+ - 10123-8
271
+ - 10124-6
272
+ - 10125-3
273
+ - 10126-1
274
+ - 10127-9
275
+ - 10128-7
276
+ - 10129-5
277
+ - 1013-2
278
+ - 10130-3
279
+ - 10131-1
280
+ - 10132-9
281
+ - 10133-7
282
+ - 10134-5
283
+ - 10135-2
284
+ - 10136-0
285
+ - 10137-8
286
+ - 10138-6
287
+ - 10139-4
288
+ - 1014-0
289
+ - 10140-2
290
+ - 10141-0
291
+ - 10142-8
292
+ - 10143-6
293
+ - 10144-4
294
+ - 10145-1
295
+ - 10146-9
296
+ - 10147-7
297
+ - 10148-5
298
+ - 10149-3
299
+ - 1015-7
300
+ - 10150-1
301
+ - 10151-9
302
+ - 10152-7
303
+ - 10153-5
304
+ - 10154-3
305
+ - 10155-0
306
+ - 10156-8
307
+ - 10157-6
308
+ - 10158-4
309
+ - 10159-2
310
+ - 1016-5
311
+ - 10160-0
312
+ - 10161-8
313
+ - 10162-6
314
+ - 10163-4
315
+ - 10164-2
316
+ - 10165-9
317
+ - 10166-7
318
+ - 10167-5
319
+ - 10168-3
320
+ - 10169-1
321
+ - 1017-3
322
+ - 10170-9
323
+ - 10171-7
324
+ - 10172-5
325
+ - 10173-3
326
+ - 10174-1
327
+ - 10175-8
328
+ - 10176-6
329
+ - 10177-4
330
+ - 10178-2
331
+ - 10179-0
332
+ - 1018-1
333
+ - 10180-8
334
+ - 10181-6
335
+ - 10182-4
336
+ - 10183-2
337
+ - 10184-0
338
+ - 10185-7
339
+ - 10186-5
340
+ - 10187-3
341
+ - 10188-1
342
+ - 10189-9
343
+ - 1019-9
344
+ - 10190-7
345
+ - 10191-5
346
+ - 10192-3
347
+ - 10193-1
348
+ - 10194-9
349
+ - 10195-6
350
+ - 10196-4
351
+ - 10197-2
352
+ - 10198-0
353
+ - 10199-8
354
+ - 102-4
355
+ - 1020-7
356
+ - 10200-4
357
+ - 10201-2
358
+ - 10202-0
359
+ - 10203-8
360
+ - 10204-6
361
+ - 10205-3
362
+ - 10206-1
363
+ - 10207-9
364
+ - 10208-7
365
+ - 10209-5
366
+ - 1021-5
367
+ - 10210-3
368
+ - 10211-1
369
+ - 10212-9
370
+ - 10213-7
371
+ - 10214-5
372
+ - 10215-2
373
+ - 10216-0
374
+ - 10217-8
375
+ - 10218-6
376
+ - 10219-4
377
+ - 1022-3
378
+ - 10220-2
379
+ - 10221-0
380
+ - 10222-8
381
+ - 10223-6
382
+ - 10224-4
383
+ - 10225-1
384
+ - 10226-9
385
+ - 10227-7
386
+ - 10228-5
387
+ - 10229-3
388
+ - 1023-1
389
+ - 10230-1
390
+ - 10231-9
391
+ - 10232-7
392
+ - 10233-5
393
+ - 10234-3
394
+ - 10235-0
395
+ - 10236-8
396
+ - 10237-6
397
+ - 10238-4
398
+ - 10239-2
399
+ - 1024-9
400
+ - 10240-0
401
+ - 10241-8
402
+ - 10242-6
403
+ - 10243-4
404
+ - 10244-2
405
+ - 10245-9
406
+ - 10246-7
407
+ - 10247-5
408
+ - 10248-3
409
+ - 10249-1
410
+ - 1025-6
411
+ - 10250-9
412
+ - 10251-7
413
+ - 10252-5
414
+ - 10253-3
415
+ - 10254-1
416
+ - 10255-8
417
+ - 10256-6
418
+ - 10257-4
419
+ - 10258-2
420
+ - 10259-0
421
+ - 1026-4
422
+ - 10260-8
423
+ - 10261-6
424
+ - 10262-4
425
+ - 10263-2
426
+ - 10264-0
427
+ - 10265-7
428
+ - 10266-5
429
+ - 10267-3
430
+ - 10268-1
431
+ - 10269-9
432
+ - 1027-2
433
+ - 10270-7
434
+ - 10271-5
435
+ - 10272-3
436
+ - 10273-1
437
+ - 10274-9
438
+ - 10275-6
439
+ - 10276-4
440
+ - 10277-2
441
+ - 10278-0
442
+ - 10279-8
443
+ - 1028-0
444
+ - 10280-6
445
+ - 10281-4
446
+ - 10282-2
447
+ - 10283-0
448
+ - 10284-8
449
+ - 10285-5
450
+ - 10286-3
451
+ - 10287-1
452
+ - 10288-9
453
+ - 10289-7
454
+ - 1029-8
455
+ - 10290-5
456
+ - 10291-3
457
+ - 10292-1
458
+ - 10293-9
459
+ - 10294-7
460
+ - 10295-4
461
+ - 10296-2
462
+ - 10297-0
463
+ - 10298-8
464
+ - 10299-6
465
+ - 103-2
466
+ - 1030-6
467
+ - 10300-2
468
+ - 10301-0
469
+ - 10302-8
470
+ - 10303-6
471
+ - 10304-4
472
+ - 10305-1
473
+ - 10306-9
474
+ - 10307-7
475
+ - 10308-5
476
+ - 10309-3
477
+ - 1031-4
478
+ - 10310-1
479
+ - 10311-9
480
+ - 10312-7
481
+ - 10313-5
482
+ - 10314-3
483
+ - 10315-0
484
+ - 10316-8
485
+ - 10317-6
486
+ - 10318-4
487
+ - 10319-2
488
+ - 1032-2
489
+ - 10320-0
490
+ - 10321-8
491
+ - 10322-6
492
+ - 10323-4
493
+ - 10324-2
494
+ - 10325-9
495
+ - 10326-7
496
+ - 10327-5
497
+ - 10328-3
498
+ - 10329-1
499
+ - 1033-0
500
+ - 10330-9
501
+ - 10331-7
502
+ - 10332-5
503
+ - 10333-3
504
+ - 10334-1
505
+ - 10335-8
506
+ - 10336-6
507
+ - 10337-4
508
+ - 10338-2
509
+ - 10339-0
510
+ - 1034-8
511
+ - 10340-8
512
+ - 10341-6
513
+ - 10342-4
514
+ - 10343-2
515
+ - 10344-0
516
+ - 10345-7
517
+ - 10346-5
518
+ - 10347-3
519
+ - 10348-1
520
+ - 10349-9
521
+ - 1035-5
522
+ - 10350-7
523
+ - 10351-5
524
+ - 10352-3
525
+ - 10353-1
526
+ - 10354-9
527
+ - 10355-6
528
+ - 10356-4
529
+ - 10357-2
530
+ - 10358-0
531
+ - 10359-8
532
+ - 1036-3
533
+ - 10360-6
534
+ - 10361-4
535
+ - 10362-2
536
+ - 10363-0
537
+ - 10364-8
538
+ - 10365-5
539
+ - 10366-3
540
+ - 10367-1
541
+ - 10368-9
542
+ - 10369-7
543
+ - 1037-1
544
+ - 10370-5
545
+ - 10371-3
546
+ - 10372-1
547
+ - 10373-9
548
+ - 10374-7
549
+ - 10375-4
550
+ - 10376-2
551
+ - 10377-0
552
+ - 10378-8
553
+ - 10379-6
554
+ - 1038-9
555
+ - 10380-4
556
+ - 10381-2
557
+ - 10382-0
558
+ - 10383-8
559
+ - 10384-6
560
+ - 10385-3
561
+ - 10386-1
562
+ - 10387-9
563
+ - 10388-7
564
+ - 10389-5
565
+ - 1039-7
566
+ - 10390-3
567
+ - 10391-1
568
+ - 10392-9
569
+ - 10393-7
570
+ - 10394-5
571
+ - 10395-2
572
+ - 10396-0
573
+ - 10397-8
574
+ - 10398-6
575
+ - 10399-4
576
+ - 104-0
577
+ - 1040-5
578
+ - 10400-0
579
+ - 10401-8
580
+ - 10402-6
581
+ - 10403-4
582
+ - 10404-2
583
+ - 10405-9
584
+ - 10406-7
585
+ - 10407-5
586
+ - 10408-3
587
+ - 10409-1
588
+ - 1041-3
589
+ - 10410-9
590
+ - 10411-7
591
+ - 10412-5
592
+ - 10413-3
593
+ - 10414-1
594
+ - 10415-8
595
+ - 10416-6
596
+ - 10417-4
597
+ - 10418-2
598
+ - 10419-0
599
+ - 1042-1
600
+ - 10420-8
601
+ - 10421-6
602
+ - 10422-4
603
+ - 10423-2
604
+ - 10424-0
605
+ - 10425-7
606
+ - 10426-5
607
+ - 10427-3
608
+ - 10428-1
609
+ - 10429-9
610
+ - 1043-9
611
+ - 10430-7
612
+ - 10431-5
613
+ - 10432-3
614
+ - 10433-1
615
+ - 10434-9
616
+ - 10435-6
617
+ - 10436-4
618
+ - 10437-2
619
+ - 10438-0
620
+ - 10439-8
621
+ - 1044-7
622
+ - 10440-6
623
+ - 10441-4
624
+ - 10442-2
625
+ - 10443-0
626
+ - 10444-8
627
+ - 10445-5
628
+ - 10446-3
629
+ - 10447-1
630
+ - 10448-9
631
+ - 10449-7
632
+ - 1045-4
633
+ - 10450-5
634
+ - 10451-3
635
+ - 10452-1
636
+ - 10453-9
637
+ - 10454-7
638
+ - 10455-4
639
+ - 10456-2
640
+ - 10457-0
641
+ - 10458-8
642
+ - 10459-6
643
+ - 1046-2
644
+ - 10460-4
645
+ - 10461-2
646
+ - 10462-0
647
+ - 10463-8
648
+ - 10464-6
649
+ - 10465-3
650
+ - 10466-1
651
+ - 10467-9
652
+ - 10468-7
653
+ - 10469-5
654
+ - 1047-0
655
+ - 10470-3
656
+ - 10471-1
657
+ - 10472-9
658
+ - 10473-7
659
+ - 10474-5
660
+ - 10475-2
661
+ - 10476-0
662
+ - 10477-8
663
+ - 10478-6
664
+ - 10479-4
665
+ - 1048-8
666
+ - 10480-2
667
+ - 10481-0
668
+ - 10482-8
669
+ - 10483-6
670
+ - 10484-4
671
+ - 10485-1
672
+ - 10486-9
673
+ - 10487-7
674
+ - 10488-5
675
+ - 10489-3
676
+ - 1049-6
677
+ - 10490-1
678
+ - 10491-9
679
+ - 10492-7
680
+ - 10493-5
681
+ - 10494-3
682
+ - 10495-0
683
+ - 10496-8
684
+ - 10497-6
685
+ - 10498-4
686
+ - 10499-2
687
+ - 105-7
688
+ - 1050-4
689
+ - 10500-7
690
+ - 10501-5
691
+ - 10502-3
692
+ - 10503-1
693
+ - 10504-9
694
+ - 10505-6
695
+ - 10506-4
696
+ - 10507-2
697
+ - 10508-0
698
+ - 10509-8
699
+ - 1051-2
700
+ - 10510-6
701
+ - 10511-4
702
+ - 10512-2
703
+ - 10513-0
704
+ - 10514-8
705
+ - 10515-5
706
+ - 10516-3
707
+ - 10517-1
708
+ - 10518-9
709
+ - 10519-7
710
+ - 1052-0
711
+ - 10520-5
712
+ - 10521-3
713
+ - 10522-1
714
+ - 10523-9
715
+ - 10524-7
716
+ - 10525-4
717
+ - 10526-2
718
+ - 10527-0
719
+ - 10528-8
720
+ - 10529-6
721
+ - 1053-8
722
+ - 10530-4
723
+ - 10531-2
724
+ - 10532-0
725
+ - 10533-8
726
+ - 10534-6
727
+ - 10535-3
728
+ - 10536-1
729
+ - 10537-9
730
+ - 10538-7
731
+ - 10539-5
732
+ - 1054-6
733
+ - 10540-3
734
+ - 10541-1
735
+ - 10542-9
736
+ - 10543-7
737
+ - 10544-5
738
+ - 10545-2
739
+ - 10546-0
740
+ - 10547-8
741
+ - 10548-6
742
+ - 10549-4
743
+ - 1055-3
744
+ - 10550-2
745
+ - 10551-0
746
+ - 10552-8
747
+ - 10553-6
748
+ - 10554-4
749
+ - 10555-1
750
+ - 10556-9
751
+ - 10557-7
752
+ - 10558-5
753
+ - 10559-3
754
+ - 1056-1
755
+ - 10560-1
756
+ - 10561-9
757
+ - 10562-7
758
+ - 10563-5
759
+ - 10564-3
760
+ - 10565-0
761
+ - 10566-8
762
+ - 10567-6
763
+ - 10568-4
764
+ - 10569-2
765
+ - 1057-9
766
+ - 10570-0
767
+ - 10571-8
768
+ - 10572-6
769
+ - 10573-4
770
+ - 10574-2
771
+ - 10575-9
772
+ - 10576-7
773
+ - 10577-5
774
+ - 10578-3
775
+ - 10579-1
776
+ - 1058-7
777
+ - 10580-9
778
+ - 10581-7
779
+ - 10582-5
780
+ - 10583-3
781
+ - 10584-1
782
+ - 10585-8
783
+ - 10586-6
784
+ - 10587-4
785
+ - 10588-2
786
+ - 10589-0
787
+ - 1059-5
788
+ - 10590-8
789
+ - 10591-6
790
+ - 10592-4
791
+ - 10593-2
792
+ - 10594-0
793
+ - 10595-7
794
+ - 10596-5
795
+ - 10597-3
796
+ - 10598-1
797
+ - 10599-9
798
+ - 106-5
799
+ - 1060-3
800
+ - 10600-5
801
+ - 10601-3
802
+ - 10602-1
803
+ - 10603-9
804
+ - 10604-7
805
+ - 10605-4
806
+ - 10606-2
807
+ - 10607-0
808
+ - 10608-8
809
+ - 10609-6
810
+ - 1061-1
811
+ - 10610-4
812
+ - 10611-2
813
+ - 10612-0
814
+ - 10613-8
815
+ - 10614-6
816
+ - 10615-3
817
+ - 10616-1
818
+ - 10617-9
819
+ - 10618-7
820
+ - 10619-5
821
+ - 1062-9
822
+ - 10620-3
823
+ - 10621-1
824
+ - 10622-9
825
+ - 10623-7
826
+ - 10624-5
827
+ - 10625-2
828
+ - 10626-0
829
+ - 10627-8
830
+ - 10628-6
831
+ - 10629-4
832
+ - 1063-7
833
+ - 10630-2
834
+ - 10631-0
835
+ - 10632-8
836
+ - 10633-6
837
+ - 10634-4
838
+ - 10635-1
839
+ - 10636-9
840
+ - 10637-7
841
+ - 10638-5
842
+ - 10639-3
843
+ - 1064-5
844
+ - 10640-1
845
+ - 10641-9
846
+ - 10642-7
847
+ - 10643-5
848
+ - 10644-3
849
+ - 10645-0
850
+ - 10646-8
851
+ - 10647-6
852
+ - 10648-4
853
+ - 10649-2
854
+ - 1065-2
855
+ - 10650-0
856
+ - 10651-8
857
+ - 10652-6
858
+ - 10653-4
859
+ - 10654-2
860
+ - 10655-9
861
+ - 10656-7
862
+ - 10657-5
863
+ - 10658-3
864
+ - 10659-1
865
+ - 1066-0
866
+ - 10660-9
867
+ - 10661-7
868
+ - 10662-5
869
+ - 10663-3
870
+ - 10664-1
871
+ - 10665-8
872
+ - 10666-6
873
+ - 10667-4
874
+ - 10668-2
875
+ - 10669-0
876
+ - 1067-8
877
+ - 10670-8
878
+ - 10671-6
879
+ - 10672-4
880
+ - 10673-2
881
+ - 10674-0
882
+ - 10675-7
883
+ - 10676-5
884
+ - 10677-3
885
+ - 10678-1
886
+ - 10679-9
887
+ - 1068-6
888
+ - 10680-7
889
+ - 10681-5
890
+ - 10682-3
891
+ - 10683-1
892
+ - 10684-9
893
+ - 10685-6
894
+ - 10686-4
895
+ - 10687-2
896
+ - 10688-0
897
+ - 10689-8
898
+ - 1069-4
899
+ - 10690-6
900
+ - 10691-4
901
+ - 10692-2
902
+ - 10693-0
903
+ - 10694-8
904
+ - 10695-5
905
+ - 10696-3
906
+ - 10697-1
907
+ - 10698-9
908
+ - 10699-7
909
+ - 107-3
910
+ - 1070-2
911
+ - 10700-3
912
+ - 10701-1
913
+ - 10702-9
914
+ - 10703-7
915
+ - 10704-5
916
+ - 10705-2
917
+ - 10706-0
918
+ - 10707-8
919
+ - 10708-6
920
+ - 10709-4
921
+ - 1071-0
922
+ - 10710-2
923
+ - 10711-0
924
+ - 10712-8
925
+ - 10713-6
926
+ - 10714-4
927
+ - 10715-1
928
+ - 10716-9
929
+ - 10717-7
930
+ - 10718-5
931
+ - 10719-3
932
+ - 1072-8
933
+ - 10720-1
934
+ - 10721-9
935
+ - 10722-7
936
+ - 10723-5
937
+ - 10724-3
938
+ - 10725-0
939
+ - 10726-8
940
+ - 10727-6
941
+ - 10728-4
942
+ - 10729-2
943
+ - 1073-6
944
+ - 10730-0
945
+ - 10731-8
946
+ - 10732-6
947
+ - 10733-4
948
+ - 10734-2
949
+ - 10735-9
950
+ - 10736-7
951
+ - 10737-5
952
+ - 10738-3
953
+ - 10739-1
954
+ - 1074-4
955
+ - 10740-9
956
+ - 10741-7
957
+ - 10742-5
958
+ - 10743-3
959
+ - 10744-1
960
+ - 10745-8
961
+ - 10746-6
962
+ - 10747-4
963
+ - 10748-2
964
+ - 10749-0
965
+ - 1075-1
966
+ - 10750-8
967
+ - 10751-6
968
+ - 10752-4
969
+ - 10753-2
970
+ - 10754-0
971
+ - 10755-7
972
+ - 10756-5
973
+ - 10757-3
974
+ - 10758-1
975
+ - 10759-9
976
+ - 1076-9
977
+ - 10760-7
978
+ - 10761-5
979
+ - 10762-3
980
+ - 10763-1
981
+ - 10764-9
982
+ - 10765-6
983
+ - 10766-4
984
+ - 10767-2
985
+ - 10768-0
986
+ - 10769-8
987
+ - 1077-7
988
+ - 10770-6
989
+ - 10771-4
990
+ - 10772-2
991
+ - 10773-0
992
+ - 10774-8
993
+ - 10775-5
994
+ - 10776-3
995
+ - 10777-1
996
+ - 10778-9
997
+ - 10779-7
998
+ - 1078-5
999
+ - 10780-5
1000
+ - 10781-3
1001
+ - 10782-1
1002
+ - 10783-9
1003
+ - 10784-7
1004
+ - 10785-4
1005
+ - 10786-2
1006
+ - 10787-0
1007
+ - 10788-8
1008
+ - 10789-6
1009
+ - 1079-3
1010
+ - 10790-4
1011
+ - 10791-2
1012
+ - 10792-0
1013
+ - 10793-8
1014
+ - 10794-6
1015
+ - 10795-3
1016
+ - 10796-1
1017
+ - 10797-9
1018
+ - 10798-7
1019
+ - 10799-5
1020
+ - 108-1
1021
+ - 1080-1
1022
+ - 10800-1
1023
+ - 10801-9
1024
+ - 10802-7
1025
+ - 10803-5
1026
+ - 10804-3
1027
+ - 10805-0
1028
+ - 10806-8
1029
+ - 10807-6
1030
+ - 10808-4
1031
+ - 10809-2
1032
+ - 1081-9
1033
+ - 10810-0
1034
+ - 10811-8
1035
+ - 10812-6
1036
+ - 10813-4
1037
+ - 10814-2
1038
+ - 10815-9
1039
+ - 10816-7
1040
+ - 10817-5
1041
+ - 10818-3
1042
+ - 10819-1
1043
+ - 1082-7
1044
+ - 10820-9
1045
+ - 10821-7
1046
+ - 10822-5
1047
+ - 10823-3
1048
+ - 10824-1
1049
+ - 10825-8
1050
+ - 10826-6
1051
+ - 10827-4
1052
+ - 10828-2
1053
+ - 10829-0
1054
+ - 1083-5
1055
+ - 10830-8
1056
+ - 10831-6
1057
+ - 10832-4
1058
+ - 10833-2
1059
+ - 10834-0
1060
+ - 10835-7
1061
+ - 10836-5
1062
+ - 10837-3
1063
+ - 10838-1
1064
+ - 10839-9
1065
+ - 1084-3
1066
+ - 10840-7
1067
+ - 10841-5
1068
+ - 10842-3
1069
+ - 10843-1
1070
+ - 10844-9
1071
+ - 10845-6
1072
+ - 10846-4
1073
+ - 10847-2
1074
+ - 10848-0
1075
+ - 10849-8
1076
+ - 1085-0
1077
+ - 10850-6
1078
+ - 10851-4
1079
+ - 10852-2
1080
+ - 10853-0
1081
+ - 10854-8
1082
+ - 10855-5
1083
+ - 10856-3
1084
+ - 10857-1
1085
+ - 10858-9
1086
+ - 10859-7
1087
+ - 1086-8
1088
+ - 10860-5
1089
+ - 10861-3
1090
+ - 10862-1
1091
+ - 10863-9
1092
+ - 10864-7
1093
+ - 10865-4
1094
+ - 10866-2
1095
+ - 10867-0
1096
+ - 10868-8
1097
+ - 10869-6
1098
+ - 1087-6
1099
+ - 10870-4
1100
+ - 10871-2
1101
+ - 10872-0
1102
+ - 10873-8
1103
+ - 10874-6
1104
+ - 10875-3
1105
+ - 10876-1
1106
+ - 10877-9
1107
+ - 10878-7
1108
+ - 10879-5
1109
+ - 1088-4
1110
+ - 10880-3
1111
+ - 10881-1
1112
+ - 10882-9
1113
+ - 10883-7
1114
+ - 10884-5
1115
+ - 10885-2
1116
+ - 10886-0
1117
+ - 10887-8
1118
+ - 10888-6
1119
+ - 10889-4
1120
+ - 1089-2
1121
+ - 10890-2
1122
+ - 10891-0
1123
+ - 10892-8
1124
+ - 10893-6
1125
+ - 10894-4
1126
+ - 10895-1
1127
+ - 10896-9
1128
+ - 10897-7
1129
+ - 10898-5
1130
+ :type: CodeableConcept
1131
+ :contains_multiple: false
1132
+ :multiple_or: SHOULD
1133
+ :include_params: []
1134
+ :revincludes:
1135
+ - Provenance:target
1136
+ :required_concepts: []
1137
+ :must_supports:
1138
+ :extensions: []
1139
+ :slices: []
1140
+ :elements:
1141
+ - :path: status
1142
+ - :path: category
1143
+ - :path: code
1144
+ - :path: subject
1145
+ - :path: encounter
1146
+ - :path: effective[x]
1147
+ - :path: issued
1148
+ - :path: performer
1149
+ - :path: presentedForm
1150
+ :mandatory_elements:
1151
+ - DiagnosticReport.status
1152
+ - DiagnosticReport.category
1153
+ - DiagnosticReport.code
1154
+ - DiagnosticReport.subject
1155
+ - DiagnosticReport.effective[x]
1156
+ - DiagnosticReport.media.link
1157
+ :bindings:
1158
+ - :type: code
1159
+ :strength: preferred
1160
+ :system: http://hl7.org/fhir/ValueSet/languages
1161
+ :path: language
1162
+ - :type: code
1163
+ :strength: required
1164
+ :system: http://hl7.org/fhir/ValueSet/diagnostic-report-status
1165
+ :path: status
1166
+ - :type: CodeableConcept
1167
+ :strength: extensible
1168
+ :system: http://hl7.org/fhir/us/core/ValueSet/us-core-diagnosticreport-category
1169
+ :path: category
1170
+ - :type: CodeableConcept
1171
+ :strength: extensible
1172
+ :system: http://hl7.org/fhir/us/core/ValueSet/us-core-diagnosticreport-report-and-note-codes
1173
+ :path: code
1174
+ - :type: CodeableConcept
1175
+ :strength: example
1176
+ :system: http://hl7.org/fhir/ValueSet/clinical-findings
1177
+ :path: conclusionCode
1178
+ :references:
1179
+ - :path: DiagnosticReport.basedOn
1180
+ :profiles:
1181
+ - http://hl7.org/fhir/StructureDefinition/CarePlan
1182
+ - http://hl7.org/fhir/StructureDefinition/ImmunizationRecommendation
1183
+ - http://hl7.org/fhir/StructureDefinition/MedicationRequest
1184
+ - http://hl7.org/fhir/StructureDefinition/NutritionOrder
1185
+ - http://hl7.org/fhir/StructureDefinition/ServiceRequest
1186
+ - :path: DiagnosticReport.subject
1187
+ :profiles:
1188
+ - http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient
1189
+ - :path: DiagnosticReport.encounter
1190
+ :profiles:
1191
+ - http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter
1192
+ - :path: DiagnosticReport.performer
1193
+ :profiles:
1194
+ - http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner
1195
+ - http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization
1196
+ - :path: DiagnosticReport.resultsInterpreter
1197
+ :profiles:
1198
+ - http://hl7.org/fhir/StructureDefinition/Practitioner
1199
+ - http://hl7.org/fhir/StructureDefinition/PractitionerRole
1200
+ - http://hl7.org/fhir/StructureDefinition/Organization
1201
+ - http://hl7.org/fhir/StructureDefinition/CareTeam
1202
+ - :path: DiagnosticReport.specimen
1203
+ :profiles:
1204
+ - http://hl7.org/fhir/StructureDefinition/Specimen
1205
+ - :path: DiagnosticReport.result
1206
+ :profiles:
1207
+ - http://hl7.org/fhir/StructureDefinition/Observation
1208
+ - :path: DiagnosticReport.imagingStudy
1209
+ :profiles:
1210
+ - http://hl7.org/fhir/StructureDefinition/ImagingStudy
1211
+ - :path: DiagnosticReport.media.link
1212
+ :profiles:
1213
+ - http://hl7.org/fhir/StructureDefinition/Media
1214
+ :tests:
1215
+ - :id: us_core_311_diagnostic_report_note_patient_category_search_test
1216
+ :file_name: diagnostic_report_note_patient_category_search_test.rb
1217
+ - :id: us_core_311_diagnostic_report_note_patient_search_test
1218
+ :file_name: diagnostic_report_note_patient_search_test.rb
1219
+ - :id: us_core_311_diagnostic_report_note_patient_category_date_search_test
1220
+ :file_name: diagnostic_report_note_patient_category_date_search_test.rb
1221
+ - :id: us_core_311_diagnostic_report_note_patient_status_search_test
1222
+ :file_name: diagnostic_report_note_patient_status_search_test.rb
1223
+ - :id: us_core_311_diagnostic_report_note_patient_code_date_search_test
1224
+ :file_name: diagnostic_report_note_patient_code_date_search_test.rb
1225
+ - :id: us_core_311_diagnostic_report_note_patient_code_search_test
1226
+ :file_name: diagnostic_report_note_patient_code_search_test.rb
1227
+ - :id: us_core_311_diagnostic_report_note_read_test
1228
+ :file_name: diagnostic_report_note_read_test.rb
1229
+ - :id: us_core_311_diagnostic_report_note_provenance_revinclude_search_test
1230
+ :file_name: diagnostic_report_note_provenance_revinclude_search_test.rb
1231
+ - :id: us_core_311_diagnostic_report_note_validation_test
1232
+ :file_name: diagnostic_report_note_validation_test.rb
1233
+ - :id: us_core_311_diagnostic_report_note_must_support_test
1234
+ :file_name: diagnostic_report_note_must_support_test.rb
1235
+ - :id: us_core_311_diagnostic_report_note_reference_resolution_test
1236
+ :file_name: diagnostic_report_note_reference_resolution_test.rb
1237
+ :id: us_core_311_diagnostic_report_note
1238
+ :file_name: diagnostic_report_note_group.rb
1239
+ :delayed_references:
1240
+ - :path: encounter
1241
+ :resources:
1242
+ - Encounter
1243
+ - :path: performer
1244
+ :resources:
1245
+ - Practitioner
1246
+ - Organization