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