us_core_test_kit 0.1.0 → 0.1.1

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