-
Notifications
You must be signed in to change notification settings - Fork 21
/
measure-exm125-FHIR.json
815 lines (814 loc) · 37.9 KB
/
measure-exm125-FHIR.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
{
"resourceType": "Measure",
"id": "EXM125-FHIR",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/cqfmeasures/StructureDefinition/proportion-measure-cqfm",
"http://hl7.org/fhir/uv/cqfmeasures/StructureDefinition/computable-measure-cqfm",
"http://hl7.org/fhir/uv/cqfmeasures/StructureDefinition/cql-measure-cqfm"
]
},
"contained": [
{
"resourceType": "Library",
"id": "effective-data-requirements-exm125",
"meta" : {
"profile" : [
"http://hl7.org/fhir/uv/crmi/StructureDefinition/crmi-moduledefinitionlibrary"
]
},
"url" : "http://hl7.org/fhir/uv/cqfmeasures/Library/effective-data-requirements-exm125",
"version" : "1.0.0",
"title" : "Module Definition Library - EXM125",
"description" : "This library is used as an example module definition in the FHIR Quality Measure Implementation Guide",
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/cqf-directReferenceCode",
"valueCoding": {
"system": "http://snomed.info/sct",
"version": "http://snomed.info/sct/731000124108/version/201709",
"code": "428361000124107",
"display": "Discharge to home for hospice care (procedure)"
}
}, {
"url": "http://hl7.org/fhir/StructureDefinition/cqf-directReferenceCode",
"valueCoding": {
"system": "http://snomed.info/sct",
"version": "http://snomed.info/sct/731000124108/version/201709",
"code": "428371000124100",
"display": "Discharge to healthcare facility for hospice care (procedure)"
}
}, {
"url": "http://hl7.org/fhir/StructureDefinition/cqf-directReferenceCode",
"valueCoding": {
"system": "http://terminology.hl7.org/CodeSystem/condition-clinical",
"code": "active"
}
}, {
"url": "http://hl7.org/fhir/StructureDefinition/cqf-logicDefinition",
"extension": [ {
"url": "libraryName",
"valueString": "SupplementalDataElements"
}, {
"url": "name",
"valueString": "SDE Sex"
}, {
"url": "statement",
"valueString": "define \"SDE Sex\":\n case\n when Patient.gender = 'male' then Code { code: 'M', system: 'http://hl7.org/fhir/v3/AdministrativeGender', display: 'Male' }\n when Patient.gender = 'female' then Code { code: 'F', system: 'http://hl7.org/fhir/v3/AdministrativeGender', display: 'Female' }\n else null\n end"
}, {
"url": "displaySequence",
"valueInteger": 0
} ]
}, {
"url": "http://hl7.org/fhir/StructureDefinition/cqf-logicDefinition",
"extension": [ {
"url": "libraryName",
"valueString": "EXM125-FHIR"
}, {
"url": "name",
"valueString": "SDE Sex"
}, {
"url": "statement",
"valueString": "define \"SDE Sex\":\n SDE.\"SDE Sex\""
}, {
"url": "displaySequence",
"valueInteger": 1
} ]
}, {
"url": "http://hl7.org/fhir/StructureDefinition/cqf-logicDefinition",
"extension": [ {
"url": "libraryName",
"valueString": "EXM125-FHIR"
}, {
"url": "name",
"valueString": "Numerator"
}, {
"url": "statement",
"valueString": "define \"Numerator\":\n\t\texists (\n\t\t\t\t[DiagnosticReport: \"Mammography\"] Mammogram\n\t\t\t\t\t\twhere ( Global.\"Normalize Interval\"(Mammogram.effective) ends 27 months or less before day of end of \"Measurement Period\" )\n\t\t\t\t\t\t\t\tand Mammogram.status in { 'final', 'amended', 'corrected', 'appended' }\n\t\t)"
}, {
"url": "displaySequence",
"valueInteger": 2
} ]
}, {
"url": "http://hl7.org/fhir/StructureDefinition/cqf-logicDefinition",
"extension": [ {
"url": "libraryName",
"valueString": "AdultOutpatientEncounters"
}, {
"url": "name",
"valueString": "Qualifying Encounters"
}, {
"url": "statement",
"valueString": "define \"Qualifying Encounters\":\n\t(\n [Encounter: \"Office Visit\"]\n \t\tunion [Encounter: \"Annual Wellness Visit\"]\n \t\tunion [Encounter: \"Preventive Care Services - Established Office Visit, 18 and Up\"]\n \t\tunion [Encounter: \"Preventive Care Services-Initial Office Visit, 18 and Up\"]\n \t\tunion [Encounter: \"Home Healthcare Services\"]\n ) ValidEncounter\n\t\twhere ValidEncounter.period during \"Measurement Period\"\n \t\tand ValidEncounter.status = 'finished'"
}, {
"url": "displaySequence",
"valueInteger": 3
} ]
}, {
"url": "http://hl7.org/fhir/StructureDefinition/cqf-logicDefinition",
"extension": [ {
"url": "libraryName",
"valueString": "EXM125-FHIR"
}, {
"url": "name",
"valueString": "Initial Population"
}, {
"url": "statement",
"valueString": "define \"Initial Population\":\n\t\tPatient.gender = 'female'\n\t\t\t\tand Global.\"CalendarAgeInYearsAt\"(FHIRHelpers.ToDate(Patient.birthDate), start of \"Measurement Period\") in Interval[51, 74]\n\t\t\t\tand exists AdultOutpatientEncounters.\"Qualifying Encounters\""
}, {
"url": "displaySequence",
"valueInteger": 4
} ]
}, {
"url": "http://hl7.org/fhir/StructureDefinition/cqf-logicDefinition",
"extension": [ {
"url": "libraryName",
"valueString": "EXM125-FHIR"
}, {
"url": "name",
"valueString": "Denominator"
}, {
"url": "statement",
"valueString": "define \"Denominator\":\n\t\t\"Initial Population\""
}, {
"url": "displaySequence",
"valueInteger": 5
} ]
}, {
"url": "http://hl7.org/fhir/StructureDefinition/cqf-logicDefinition",
"extension": [ {
"url": "libraryName",
"valueString": "SupplementalDataElements"
}, {
"url": "name",
"valueString": "SDE Payer"
}, {
"url": "statement",
"valueString": "define \"SDE Payer\":\n [Coverage: type in \"Payer\"] Payer\n return {\n code: Payer.type,\n period: Payer.period\n }"
}, {
"url": "displaySequence",
"valueInteger": 6
} ]
}, {
"url": "http://hl7.org/fhir/StructureDefinition/cqf-logicDefinition",
"extension": [ {
"url": "libraryName",
"valueString": "EXM125-FHIR"
}, {
"url": "name",
"valueString": "SDE Payer"
}, {
"url": "statement",
"valueString": "define \"SDE Payer\":\n SDE.\"SDE Payer\""
}, {
"url": "displaySequence",
"valueInteger": 7
} ]
}, {
"url": "http://hl7.org/fhir/StructureDefinition/cqf-logicDefinition",
"extension": [ {
"url": "libraryName",
"valueString": "SupplementalDataElements"
}, {
"url": "name",
"valueString": "SDE Ethnicity"
}, {
"url": "statement",
"valueString": "define \"SDE Ethnicity\":\n (flatten (\n Patient.extension Extension\n where Extension.url = 'http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity'\n return Extension.extension\n )) E\n where E.url = 'ombCategory'\n or E.url = 'detailed'\n return E.value as Coding"
}, {
"url": "displaySequence",
"valueInteger": 8
} ]
}, {
"url": "http://hl7.org/fhir/StructureDefinition/cqf-logicDefinition",
"extension": [ {
"url": "libraryName",
"valueString": "EXM125-FHIR"
}, {
"url": "name",
"valueString": "SDE Ethnicity"
}, {
"url": "statement",
"valueString": "define \"SDE Ethnicity\":\n SDE.\"SDE Ethnicity\""
}, {
"url": "displaySequence",
"valueInteger": 9
} ]
}, {
"url": "http://hl7.org/fhir/StructureDefinition/cqf-logicDefinition",
"extension": [ {
"url": "libraryName",
"valueString": "Hospice"
}, {
"url": "name",
"valueString": "Has Hospice"
}, {
"url": "statement",
"valueString": "define \"Has Hospice\":\n\texists (\n [Encounter: \"Encounter Inpatient\"] DischargeHospice\n\t\t\twhere DischargeHospice.status = 'finished'\n\t\t and (\n\t DischargeHospice.hospitalization.dischargeDisposition ~ \"Discharge to home for hospice care (procedure)\"\n\t\t\t\t or DischargeHospice.hospitalization.dischargeDisposition ~ \"Discharge to healthcare facility for hospice care (procedure)\"\n\t \t)\n\t\t\t\tand DischargeHospice.period ends during \"Measurement Period\"\n\t)\n or exists (\n [ServiceRequest: \"Hospice care ambulatory\"] HospiceOrder\n where HospiceOrder.intent = 'order'\n and HospiceOrder.authoredOn in \"Measurement Period\"\n )\n or exists (\n [Procedure: \"Hospice care ambulatory\"] HospicePerformed\n where HospicePerformed.status = 'completed'\n and Global.\"Normalize Interval\"(HospicePerformed.performed) overlaps \"Measurement Period\"\n )"
}, {
"url": "displaySequence",
"valueInteger": 10
} ]
}, {
"url": "http://hl7.org/fhir/StructureDefinition/cqf-logicDefinition",
"extension": [ {
"url": "libraryName",
"valueString": "EXM125-FHIR"
}, {
"url": "name",
"valueString": "Unilateral Mastectomy Procedure"
}, {
"url": "statement",
"valueString": "define \"Unilateral Mastectomy Procedure\":\n\t\t[Procedure: \"Unilateral Mastectomy\"] UnilateralMastectomyProcedure\n\t\t\t\twhere Global.\"Normalize Interval\"(UnilateralMastectomyProcedure.performed) ends before day of end of \"Measurement Period\"\n\t\t\t\t\t\tand UnilateralMastectomyProcedure.status = 'completed'"
}, {
"url": "displaySequence",
"valueInteger": 11
} ]
}, {
"url": "http://hl7.org/fhir/StructureDefinition/cqf-logicDefinition",
"extension": [ {
"url": "libraryName",
"valueString": "EXM125-FHIR"
}, {
"url": "name",
"valueString": "Right Mastectomy"
}, {
"url": "statement",
"valueString": "define \"Right Mastectomy\":\n\t\t(\n\t\t\t\t( [Condition: \"Status Post Right Mastectomy\"] C\n where C.clinicalStatus ~ ToConcept(Global.\"active\")\n )\n\t\t\t\tunion (\n\t\t\t\t\t\t[Condition: \"Unilateral Mastectomy, Unspecified Laterality\"] UnilateralMastectomyDiagnosis\n\t\t\t\t\t\t\t\twhere UnilateralMastectomyDiagnosis.bodySite in \"Right\"\n and UnilateralMastectomyDiagnosis.clinicalStatus ~ ToConcept(Global.\"active\")\n\t\t\t\t)\n\t\t) RightMastectomy\n\t\t\t\twhere Global.\"Normalize Interval\"(RightMastectomy.onset) starts before day of end of \"Measurement Period\""
}, {
"url": "displaySequence",
"valueInteger": 12
} ]
}, {
"url": "http://hl7.org/fhir/StructureDefinition/cqf-logicDefinition",
"extension": [ {
"url": "libraryName",
"valueString": "EXM125-FHIR"
}, {
"url": "name",
"valueString": "Left Mastectomy"
}, {
"url": "statement",
"valueString": "define \"Left Mastectomy\":\n\t\t(\n\t\t ( [Condition: \"Status Post Left Mastectomy\"] C\n where C.clinicalStatus ~ ToConcept(Global.\"active\")\n )\n\t\t\t\tunion (\n\t\t\t\t\t\t[Condition: \"Unilateral Mastectomy, Unspecified Laterality\"] UnilateralMastectomyDiagnosis\n\t\t\t\t\t\t\t\twhere UnilateralMastectomyDiagnosis.bodySite in \"Left\"\n and UnilateralMastectomyDiagnosis.clinicalStatus ~ ToConcept(Global.\"active\")\n\t\t\t\t)\n\t\t) LeftMastectomy\n\t\t\t\twhere Global.\"Normalize Interval\"(LeftMastectomy.onset) starts before day of end of \"Measurement Period\""
}, {
"url": "displaySequence",
"valueInteger": 13
} ]
}, {
"url": "http://hl7.org/fhir/StructureDefinition/cqf-logicDefinition",
"extension": [ {
"url": "libraryName",
"valueString": "EXM125-FHIR"
}, {
"url": "name",
"valueString": "History Bilateral Mastectomy"
}, {
"url": "statement",
"valueString": "define \"History Bilateral Mastectomy\":\n\t\t[Condition: \"History of bilateral mastectomy\"] BilateralMastectomyHistory\n\t\t\t\twhere Global.\"Normalize Interval\"(BilateralMastectomyHistory.onset) starts before day of end of \"Measurement Period\"\n and BilateralMastectomyHistory.clinicalStatus ~ ToConcept(Global.\"active\")"
}, {
"url": "displaySequence",
"valueInteger": 14
} ]
}, {
"url": "http://hl7.org/fhir/StructureDefinition/cqf-logicDefinition",
"extension": [ {
"url": "libraryName",
"valueString": "EXM125-FHIR"
}, {
"url": "name",
"valueString": "Bilateral Mastectomy Procedure"
}, {
"url": "statement",
"valueString": "define \"Bilateral Mastectomy Procedure\":\n\t\t[Procedure: \"Bilateral Mastectomy\"] BilateralMastectomyPerformed\n\t\t\t\twhere Global.\"Normalize Interval\"(BilateralMastectomyPerformed.performed) ends before day of end of \"Measurement Period\"\n\t\t\t\t\t\tand BilateralMastectomyPerformed.status = 'completed'"
}, {
"url": "displaySequence",
"valueInteger": 15
} ]
}, {
"url": "http://hl7.org/fhir/StructureDefinition/cqf-logicDefinition",
"extension": [ {
"url": "libraryName",
"valueString": "EXM125-FHIR"
}, {
"url": "name",
"valueString": "Denominator Exclusion"
}, {
"url": "statement",
"valueString": "define \"Denominator Exclusion\":\n\t\tHospice.\"Has Hospice\"\n\t\t\t\tor ( Count(\"Unilateral Mastectomy Procedure\") = 2 )\n\t\t\t\tor ( exists \"Right Mastectomy\" and exists \"Left Mastectomy\" )\n\t\t\t\tor exists \"History Bilateral Mastectomy\"\n\t\t\t\tor exists \"Bilateral Mastectomy Procedure\""
}, {
"url": "displaySequence",
"valueInteger": 16
} ]
}, {
"url": "http://hl7.org/fhir/StructureDefinition/cqf-logicDefinition",
"extension": [ {
"url": "libraryName",
"valueString": "SupplementalDataElements"
}, {
"url": "name",
"valueString": "SDE Race"
}, {
"url": "statement",
"valueString": "define \"SDE Race\":\n (flatten (\n Patient.extension Extension\n where Extension.url = 'http://hl7.org/fhir/us/core/StructureDefinition/us-core-race'\n return Extension.extension\n )) E\n where E.url = 'ombCategory'\n or E.url = 'detailed'\n return E.value as Coding"
}, {
"url": "displaySequence",
"valueInteger": 17
} ]
}, {
"url": "http://hl7.org/fhir/StructureDefinition/cqf-logicDefinition",
"extension": [ {
"url": "libraryName",
"valueString": "EXM125-FHIR"
}, {
"url": "name",
"valueString": "SDE Race"
}, {
"url": "statement",
"valueString": "define \"SDE Race\":\n SDE.\"SDE Race\""
}, {
"url": "displaySequence",
"valueInteger": 18
} ]
} ],
"name": "EffectiveDataRequirements",
"status": "active",
"type": {
"coding": [ {
"system": "http://terminology.hl7.org/CodeSystem/library-type",
"code": "module-definition"
} ]
},
"date": "2022-02-22T10:37:03-07:00",
"relatedArtifact": [ {
"type": "depends-on",
"display": "Library SDE",
"resource": "http://hl7.org/fhir/uv/cqfmeasures/Library/SupplementalDataElements|2.0.000"
}, {
"type": "depends-on",
"display": "Library FHIRHelpers",
"resource": "http://fhir.org/guides/cqf/common/Library/FHIRHelpers|4.0.1"
}, {
"type": "depends-on",
"display": "Library Global",
"resource": "http://hl7.org/fhir/uv/cqfmeasures/Library/MATGlobalCommonFunctions|5.0.000"
}, {
"type": "depends-on",
"display": "Library AdultOutpatientEncounters",
"resource": "http://hl7.org/fhir/uv/cqfmeasures/Library/AdultOutpatientEncounters|2.0.000"
}, {
"type": "depends-on",
"display": "Library Hospice",
"resource": "http://hl7.org/fhir/uv/cqfmeasures/Library/Hospice|2.0.000"
}, {
"type": "depends-on",
"display": "Code system SNOMEDCT:2017-09",
"resource": "http://snomed.info/sct|http://snomed.info/sct/731000124108/version/201709"
}, {
"type": "depends-on",
"display": "Code system ConditionClinicalStatusCodes",
"resource": "http://terminology.hl7.org/CodeSystem/condition-clinical"
}, {
"type": "depends-on",
"display": "Value set Mammography",
"resource": "http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113883.3.464.1003.108.12.1018"
}, {
"type": "depends-on",
"display": "Value set Office Visit",
"resource": "http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113883.3.464.1003.101.12.1001"
}, {
"type": "depends-on",
"display": "Value set Annual Wellness Visit",
"resource": "http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113883.3.526.3.1240"
}, {
"type": "depends-on",
"display": "Value set Preventive Care Services - Established Office Visit, 18 and Up",
"resource": "http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113883.3.464.1003.101.12.1025"
}, {
"type": "depends-on",
"display": "Value set Preventive Care Services-Initial Office Visit, 18 and Up",
"resource": "http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113883.3.464.1003.101.12.1023"
}, {
"type": "depends-on",
"display": "Value set Home Healthcare Services",
"resource": "http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113883.3.464.1003.101.12.1016"
}, {
"type": "depends-on",
"display": "Value set Payer",
"resource": "http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.114222.4.11.3591"
}, {
"type": "depends-on",
"display": "Value set Encounter Inpatient",
"resource": "http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113883.3.666.5.307"
}, {
"type": "depends-on",
"display": "Value set Hospice care ambulatory",
"resource": "http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113762.1.4.1108.15"
}, {
"type": "depends-on",
"display": "Value set Unilateral Mastectomy",
"resource": "http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113883.3.464.1003.198.12.1020"
}, {
"type": "depends-on",
"display": "Value set Status Post Right Mastectomy",
"resource": "http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113883.3.464.1003.198.12.1070"
}, {
"type": "depends-on",
"display": "Value set Unilateral Mastectomy, Unspecified Laterality",
"resource": "http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113883.3.464.1003.198.12.1071"
}, {
"type": "depends-on",
"display": "Value set Right",
"resource": "http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113883.3.464.1003.122.12.1035"
}, {
"type": "depends-on",
"display": "Value set Status Post Left Mastectomy",
"resource": "http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113883.3.464.1003.198.12.1069"
}, {
"type": "depends-on",
"display": "Value set Left",
"resource": "http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113883.3.464.1003.122.12.1036"
}, {
"type": "depends-on",
"display": "Value set History of bilateral mastectomy",
"resource": "http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113883.3.464.1003.198.12.1068"
}, {
"type": "depends-on",
"display": "Value set Bilateral Mastectomy",
"resource": "http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113883.3.464.1003.198.12.1005"
} ],
"parameter": [ {
"name": "Measurement Period",
"use": "in",
"min": 0,
"max": "1",
"type": "Period"
}, {
"name": "SDE Sex",
"use": "out",
"min": 0,
"max": "1",
"type": "Coding"
}, {
"name": "Numerator",
"use": "out",
"min": 0,
"max": "1",
"type": "boolean"
}, {
"name": "Denominator",
"use": "out",
"min": 0,
"max": "1",
"type": "boolean"
}, {
"name": "SDE Payer",
"use": "out",
"min": 0,
"max": "*",
"type": "Any"
}, {
"name": "Initial Population",
"use": "out",
"min": 0,
"max": "1",
"type": "boolean"
}, {
"name": "SDE Ethnicity",
"use": "out",
"min": 0,
"max": "*",
"type": "Coding"
}, {
"name": "Denominator Exclusion",
"use": "out",
"min": 0,
"max": "1",
"type": "boolean"
}, {
"name": "SDE Race",
"use": "out",
"min": 0,
"max": "*",
"type": "Coding"
} ],
"dataRequirement": [ {
"type": "Coverage",
"profile": [ "http://hl7.org/fhir/StructureDefinition/Coverage" ],
"mustSupport": [ "period", "type" ],
"codeFilter": [ {
"path": "type",
"valueSet": "http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.114222.4.11.3591"
} ]
}, {
"type": "Patient",
"profile": [ "http://hl7.org/fhir/StructureDefinition/Patient" ],
"mustSupport": [ "extension", "value", "url" ]
}, {
"type": "Condition",
"profile": [ "http://hl7.org/fhir/StructureDefinition/Condition" ],
"mustSupport": [ "code", "clinicalStatus" ],
"codeFilter": [ {
"path": "code",
"valueSet": "http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113883.3.464.1003.198.12.1070"
} ]
}, {
"type": "Condition",
"profile": [ "http://hl7.org/fhir/StructureDefinition/Condition" ],
"mustSupport": [ "code", "clinicalStatus" ],
"codeFilter": [ {
"path": "code",
"valueSet": "http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113883.3.464.1003.198.12.1069"
} ]
}, {
"type": "Condition",
"profile": [ "http://hl7.org/fhir/StructureDefinition/Condition" ],
"mustSupport": [ "bodySite", "code", "clinicalStatus" ],
"codeFilter": [ {
"path": "code",
"valueSet": "http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113883.3.464.1003.198.12.1071"
} ]
}, {
"type": "Condition",
"profile": [ "http://hl7.org/fhir/StructureDefinition/Condition" ],
"mustSupport": [ "code", "clinicalStatus", "onset" ],
"codeFilter": [ {
"path": "code",
"valueSet": "http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113883.3.464.1003.198.12.1068"
} ]
}, {
"type": "Procedure",
"profile": [ "http://hl7.org/fhir/StructureDefinition/Procedure" ],
"mustSupport": [ "code", "performed", "status" ],
"codeFilter": [ {
"path": "code",
"valueSet": "http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113883.3.464.1003.198.12.1005"
} ]
}, {
"type": "Procedure",
"profile": [ "http://hl7.org/fhir/StructureDefinition/Procedure" ],
"mustSupport": [ "code", "performed", "status" ],
"codeFilter": [ {
"path": "code",
"valueSet": "http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113883.3.464.1003.198.12.1020"
} ]
}, {
"type": "Procedure",
"profile": [ "http://hl7.org/fhir/StructureDefinition/Procedure" ],
"mustSupport": [ "code", "performed", "status" ],
"codeFilter": [ {
"path": "code",
"valueSet": "http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113762.1.4.1108.15"
} ]
}, {
"type": "Encounter",
"profile": [ "http://hl7.org/fhir/StructureDefinition/Encounter" ],
"mustSupport": [ "type" ],
"codeFilter": [ {
"path": "type",
"valueSet": "http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113883.3.464.1003.101.12.1001"
} ]
}, {
"type": "Encounter",
"profile": [ "http://hl7.org/fhir/StructureDefinition/Encounter" ],
"mustSupport": [ "type" ],
"codeFilter": [ {
"path": "type",
"valueSet": "http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113883.3.526.3.1240"
} ]
}, {
"type": "Encounter",
"profile": [ "http://hl7.org/fhir/StructureDefinition/Encounter" ],
"mustSupport": [ "type" ],
"codeFilter": [ {
"path": "type",
"valueSet": "http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113883.3.464.1003.101.12.1025"
} ]
}, {
"type": "Encounter",
"profile": [ "http://hl7.org/fhir/StructureDefinition/Encounter" ],
"mustSupport": [ "type" ],
"codeFilter": [ {
"path": "type",
"valueSet": "http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113883.3.464.1003.101.12.1023"
} ]
}, {
"type": "Encounter",
"profile": [ "http://hl7.org/fhir/StructureDefinition/Encounter" ],
"mustSupport": [ "type" ],
"codeFilter": [ {
"path": "type",
"valueSet": "http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113883.3.464.1003.101.12.1016"
} ]
}, {
"type": "Encounter",
"profile": [ "http://hl7.org/fhir/StructureDefinition/Encounter" ],
"mustSupport": [ "period", "hospitalization", "hospitalization.dischargeDisposition", "type", "status" ],
"codeFilter": [ {
"path": "type",
"valueSet": "http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113883.3.666.5.307"
} ]
}, {
"type": "ServiceRequest",
"profile": [ "http://hl7.org/fhir/StructureDefinition/ServiceRequest" ],
"mustSupport": [ "code", "authoredOn", "intent" ],
"codeFilter": [ {
"path": "code",
"valueSet": "http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113762.1.4.1108.15"
} ]
}, {
"type": "DiagnosticReport",
"profile": [ "http://hl7.org/fhir/StructureDefinition/DiagnosticReport" ],
"mustSupport": [ "effective", "code", "status" ],
"codeFilter": [ {
"path": "code",
"valueSet": "http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113883.3.464.1003.108.12.1018"
} ]
} ]
} ],
"extension": [ {
"url": "http://hl7.org/fhir/uv/cqfmeasures/StructureDefinition/cqfm-populationBasis",
"valueCode": "boolean"
}, {
"url": "http://hl7.org/fhir/uv/crmi/StructureDefinition/crmi-effectiveDataRequirements",
"valueCanonical": "#effective-data-requirements-exm125"
} ],
"url": "http://hl7.org/fhir/uv/cqfmeasures/Measure/EXM125-FHIR",
"identifier": [ {
"use": "official",
"system": "http://example.org/fhir/cqi/ecqm/Measure/Identifier/cms",
"value": "125"
}, {
"use": "official",
"system": "http://example.org/fhir/cqi/ecqm/Measure/Identifier/mips",
"value": "112"
} ],
"version": "8.0.000",
"name": "EXM125",
"title": "EXM125 - Breast Cancer Screening",
"status": "active",
"experimental": true,
"date": "2022-02-22",
"publisher": "National Committee for Quality Assurance",
"contact": [ {
"telecom": [ {
"system": "url",
"value": "http://www.ncqa.org/"
} ]
} ],
"description": "Percentage of women 50-74 years of age who had a mammogram to screen for breast cancer",
"useContext": [ {
"code": {
"system": "http://terminology.hl7.org/CodeSystem/usage-context-type",
"code": "venue",
"display": "Venue"
},
"valueCodeableConcept": {
"coding": [{
"system": "http://hl7.org/fhir/uv/cqfmeasures/CodeSystem/intended-venue-codes",
"code": "ec",
"display": "EC"
}]
}
} ],
"jurisdiction": [ {
"coding": [ {
"system": "urn:iso:std:iso:3166",
"code": "US"
} ]
} ],
"purpose": "This measure has been developed to support improvement in clinical care.",
"copyright": "This Physician Performance Measure (Measure) and related data specifications were developed by the National Committee for Quality Assurance (NCQA). The Measure is copyrighted but can be reproduced and distributed, without modification, for noncommercial purposes (eg, use by healthcare providers in connection with their practices) without obtaining approval from NCQA. Commercial use is defined as the sale, licensing, or distribution of the Measure for commercial gain, or incorporation of the Measure into a product or service that is sold, licensed or distributed for commercial gain. All commercial uses must be approved by NCQA and are subject to a license at the discretion of NCQA. NCQA is not responsible for any use of the Measure. NCQA makes no representations, warranties, or endorsement about the quality of any organization or physician that uses or reports performance measures and NCQA has no liability to anyone who relies on such measures or specifications. (C) 2012-2017 National Committee for Quality Assurance. All Rights Reserved. \n Limited proprietary coding is contained in the Measure specifications for user convenience. Users of proprietary code sets should obtain all necessary licenses from the owners of the code sets. NCQA disclaims all liability for use or accuracy of any CPT or other codes contained in the specifications. \n CPT(R) contained in the Measure specifications is copyright 2004-2016 American Medical Association. LOINC(R) copyright 2004-2016 Regenstrief Institute, Inc. This material contains SNOMED Clinical Terms(R) (SNOMED CT[R]) copyright 2004-2016 International Health Terminology Standards Development Organisation. ICD-10 copyright 2016 World Health Organization. All Rights Reserved. \n The American Hospital Association holds a copyright to the National Uniform Billing Committee (NUBC) codes contained in the measure specifications. The NUBC codes in the specifications are included with the permission of the AHA. The NUBC codes contained in the specifications may be used by health plans and other health care delivery organizations for the purpose of calculating and reporting Measure results or using Measure results for their internal quality improvement purposes. All other uses of the NUBC codes require a license from the AHA. Anyone desiring to use the NUBC codes in a commercial product to generate Measure results, or for any other commercial use, must obtain a commercial use license directly from the AHA. To inquire about licensing, contact ub04@healthforum.com.",
"approvalDate": "2016-01-01",
"lastReviewDate": "2016-09-01",
"effectivePeriod": {
"start": "2018-01-01",
"end": "2018-12-31"
},
"topic": [ {
"coding": [ {
"system": "http://loinc.org",
"code": "57024-2",
"display": "Health Quality Measure Document"
} ]
} ],
"library": [ "http://hl7.org/fhir/uv/cqfmeasures/Library/EXM125-FHIR" ],
"disclaimer": "The performance Measure is not a clinical guideline and does not establish a standard of medical care, and has not been tested for all potential applications. THE MEASURE AND SPECIFICATIONS ARE PROVIDED \"AS IS\" WITHOUT WARRANTY OF ANY KIND.",
"scoring": {
"coding": [ {
"system": "http://terminology.hl7.org/CodeSystem/measure-scoring",
"code": "proportion",
"display": "Proportion"
} ]
},
"type": [ {
"coding": [ {
"system": "http://terminology.hl7.org/CodeSystem/measure-type",
"code": "process"
} ]
} ],
"rationale": "Breast cancer is one of the most common types of cancers, accounting for a quarter of all new cancer diagnoses for women in the U.S. (BreastCancer.Org, 2011). It ranks as the second leading cause of cancer-related mortality in women, accounting for nearly 40,000 estimated deaths in 2013 (American Cancer Society, 2011). \n According to the National Cancer Institute's Surveillance Epidemiology and End Results program, the chance of a woman being diagnosed with breast cancer in a given year increases with age. By age 30, it is one in 2,212. By age 40, the chances increase to one in 235, by age 50, it becomes one in 54, and, by age 60, it is one in 25. From 2004 to 2008, the median age at the time of breast cancer diagnosis was 61 years among adult women (Tangka et al, 2010). \n In the U.S., costs associated with a diagnosis of breast cancer range from $451 to $2,520, factoring in continued testing, multiple office visits, and varying procedures. The total costs related to breast cancer add up to nearly $7 billion per year in the U.S., including $2 billion spent on late-stage treatment (Lavigne et al, 2008; Boykoff et al, 2009).",
"clinicalRecommendationStatement": "The U.S. Preventive Services Task Force (USPSTF) recommends biennial screening mammography for women aged 50-74 years (B recommendation). The decision to start regular, biennial screening mammography before the age of 50 years should be an individual one and take patient context into account, including the patient's values regarding specific benefits and harms (C recommendation). The Task Force concludes the evidence is insufficient to assess the additional benefits and harms of screening mammography in women 75 years and older (I statement). \n U.S. Preventive Services Task Force (2009) \n Grade: B recommendation. The USPSTF recommends biennial screening mammography for women aged 50 to 74 years. \n Grade: C recommendation. The decision to start regular, biennial screening mammography before the age of 50 years should be an individual one and take patient context into account, including the patient's values regarding specific benefits and harms. \n Grade: I Statement. The USPSTF concludes that the current evidence is insufficient to assess the additional benefits and harms of screening mammography in women 75 years or older. \n Grade: D recommendation. The USPSTF recommends against teaching breast self-examination (BSE). \n Grade: I Statement. The USPSTF concludes that the current evidence is insufficient to assess the additional benefits and harms of clinical breast examination (CBE) beyond screening mammography in women 40 years or older. \n Grade: I Statement. The USPSTF concludes that the current evidence is insufficient to assess the additional benefits and harms of either digital mammography or magnetic resonance imaging (MRI) instead of film mammography as screening modalities for breast cancer.",
"improvementNotation": {
"coding": [ {
"system": "http://terminology.hl7.org/CodeSystem/measure-improvement-notation",
"code": "increase",
"display": "Increased score indicates improvement"
} ]
},
"guidance": "Patient self-report for procedures as well as diagnostic studies should be recorded in 'Procedure, Performed' template or 'Diagnostic Study, Performed' template in QRDA-1. Patient self-report is not allowed for laboratory tests. \n This measure evaluates primary screening. Do not count biopsies, breast ultrasounds, MRIs or tomosynthesis (3D mammography), because they are not appropriate methods for primary breast cancer screening.",
"group": [ {
"population": [ {
"code": {
"coding": [ {
"system": "http://terminology.hl7.org/CodeSystem/measure-population",
"code": "initial-population",
"display": "Initial Population"
} ]
},
"criteria": {
"language": "text/cql-identifier",
"expression": "Initial Population"
}
}, {
"code": {
"coding": [ {
"system": "http://terminology.hl7.org/CodeSystem/measure-population",
"code": "numerator",
"display": "Numerator"
} ]
},
"criteria": {
"language": "text/cql-identifier",
"expression": "Numerator"
}
}, {
"code": {
"coding": [ {
"system": "http://terminology.hl7.org/CodeSystem/measure-population",
"code": "denominator",
"display": "Denominator"
} ]
},
"criteria": {
"language": "text/cql-identifier",
"expression": "Denominator"
}
}, {
"code": {
"coding": [ {
"system": "http://terminology.hl7.org/CodeSystem/measure-population",
"code": "denominator-exclusion",
"display": "Denominator Exclusion"
} ]
},
"criteria": {
"language": "text/cql-identifier",
"expression": "Denominator Exclusion"
}
} ]
} ],
"supplementalData": [ {
"usage": [ {
"coding": [ {
"system": "http://terminology.hl7.org/CodeSystem/measure-data-usage",
"code": "supplemental-data"
} ]
} ],
"criteria": {
"language": "text/cql-identifier",
"expression": "SDE Ethnicity"
}
}, {
"usage": [ {
"coding": [ {
"system": "http://terminology.hl7.org/CodeSystem/measure-data-usage",
"code": "supplemental-data"
} ]
} ],
"criteria": {
"language": "text/cql-identifier",
"expression": "SDE Payer"
}
}, {
"usage": [ {
"coding": [ {
"system": "http://terminology.hl7.org/CodeSystem/measure-data-usage",
"code": "supplemental-data"
} ]
} ],
"criteria": {
"language": "text/cql-identifier",
"expression": "SDE Race"
}
}, {
"usage": [ {
"coding": [ {
"system": "http://terminology.hl7.org/CodeSystem/measure-data-usage",
"code": "supplemental-data"
} ]
} ],
"criteria": {
"language": "text/cql-identifier",
"expression": "SDE Sex"
}
} ]
}