-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathDischargedonAntithromboticTherapyFHIR.json
607 lines (607 loc) · 27.8 KB
/
DischargedonAntithromboticTherapyFHIR.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
{
"resourceType": "Measure",
"id": "DischargedonAntithromboticTherapyFHIR",
"meta": {
"versionId": "24",
"lastUpdated": "2021-08-24T13:12:30.000-06:00",
"source": "#q1Mp1RX4PUIGipJl",
"profile": [ "http://hl7.org/fhir/us/cqfmeasures/StructureDefinition/proportion-measure-cqfm", "http://hl7.org/fhir/us/cqfmeasures/StructureDefinition/computable-measure-cqfm" ]
},
"language": "en",
"contained": [ {
"resourceType": "Library",
"id": "effective-data-requirements",
"extension": [ {
"url": "http://hl7.org/fhir/us/cqfmeasures/StructureDefinition/cqfm-directReferenceCode",
"valueCoding": {
"system": "http://terminology.hl7.org/CodeSystem/medicationrequest-category",
"code": "community",
"display": "Community"
}
}, {
"url": "http://hl7.org/fhir/us/cqfmeasures/StructureDefinition/cqfm-directReferenceCode",
"valueCoding": {
"system": "http://terminology.hl7.org/CodeSystem/medicationrequest-category",
"code": "discharge",
"display": "Discharge"
}
}, {
"url": "http://hl7.org/fhir/us/cqfmeasures/StructureDefinition/cqfm-logicDefinition",
"extension": [ {
"url": "libraryName",
"valueString": "TJCOverallFHIR"
}, {
"url": "name",
"valueString": "Non Elective Inpatient Encounter"
}, {
"url": "statement",
"valueString": "// Translator issue with 1.4.9-SNAPSHOT: https://github.com/cqframework/clinical_quality_language/issues/511\ndefine \"Non Elective Inpatient Encounter\":\n [\"Encounter\": \"Non-Elective Inpatient Encounter\"] NonElectiveEncounter\n \t\twhere Global.\"LengthInDays\"(NonElectiveEncounter.period) <= 120\n \t\t\tand NonElectiveEncounter.period ends during day of \"Measurement Period\""
}, {
"url": "displaySequence",
"valueInteger": 0
} ]
}, {
"url": "http://hl7.org/fhir/us/cqfmeasures/StructureDefinition/cqfm-logicDefinition",
"extension": [ {
"url": "libraryName",
"valueString": "TJCOverallFHIR"
}, {
"url": "name",
"valueString": "All Stroke Encounter"
}, {
"url": "statement",
"valueString": "define \"All Stroke Encounter\":\n \"Non Elective Inpatient Encounter\" NonElectiveEncounter\n where Global.PrincipalDiagnosis(NonElectiveEncounter).code in \"Hemorrhagic Stroke\"\n or Global.PrincipalDiagnosis(NonElectiveEncounter).code in \"Ischemic Stroke\""
}, {
"url": "displaySequence",
"valueInteger": 1
} ]
}, {
"url": "http://hl7.org/fhir/us/cqfmeasures/StructureDefinition/cqfm-logicDefinition",
"extension": [ {
"url": "libraryName",
"valueString": "TJCOverallFHIR"
}, {
"url": "name",
"valueString": "Encounter with Principal Diagnosis and Age"
}, {
"url": "statement",
"valueString": "define \"Encounter with Principal Diagnosis and Age\":\n \"All Stroke Encounter\" AllStrokeEncounter\n \t\twith [\"Patient\"] BirthDate\n \t\t\tsuch that AgeInYearsAt(start of AllStrokeEncounter.period) >= 18"
}, {
"url": "displaySequence",
"valueInteger": 2
} ]
}, {
"url": "http://hl7.org/fhir/us/cqfmeasures/StructureDefinition/cqfm-logicDefinition",
"extension": [ {
"url": "libraryName",
"valueString": "TJCOverallFHIR"
}, {
"url": "name",
"valueString": "Ischemic Stroke Encounter"
}, {
"url": "statement",
"valueString": "define \"Ischemic Stroke Encounter\":\n \"Encounter with Principal Diagnosis and Age\" EncounterWithAge\n \t\twhere Global.PrincipalDiagnosis(EncounterWithAge).code in \"Ischemic Stroke\""
}, {
"url": "displaySequence",
"valueInteger": 3
} ]
}, {
"url": "http://hl7.org/fhir/us/cqfmeasures/StructureDefinition/cqfm-logicDefinition",
"extension": [ {
"url": "libraryName",
"valueString": "DischargedonAntithromboticTherapyFHIR"
}, {
"url": "name",
"valueString": "Antithrombotic Therapy at Discharge"
}, {
"url": "statement",
"valueString": "define \"Antithrombotic Therapy at Discharge\":\n [\"MedicationRequest\": medication in \"Antithrombotic Therapy\"] Antithrombotic\n where Antithrombotic.doNotPerform is not true\n and exists ( Antithrombotic.category C\n where FHIRHelpers.ToConcept ( C ) ~ Global.\"Community\"\n or FHIRHelpers.ToConcept ( C ) ~ Global.\"Discharge\"\n )\n and Antithrombotic.status in { 'active', 'completed' }\n and Antithrombotic.intent = 'order'"
}, {
"url": "displaySequence",
"valueInteger": 4
} ]
}, {
"url": "http://hl7.org/fhir/us/cqfmeasures/StructureDefinition/cqfm-logicDefinition",
"extension": [ {
"url": "libraryName",
"valueString": "DischargedonAntithromboticTherapyFHIR"
}, {
"url": "name",
"valueString": "Numerator"
}, {
"url": "statement",
"valueString": "define \"Numerator\":\n TJC.\"Ischemic Stroke Encounter\" IschemicStrokeEncounter\n with \"Antithrombotic Therapy at Discharge\" DischargeAntithrombotic\n such that DischargeAntithrombotic.authoredOn during IschemicStrokeEncounter.period"
}, {
"url": "displaySequence",
"valueInteger": 5
} ]
}, {
"url": "http://hl7.org/fhir/us/cqfmeasures/StructureDefinition/cqfm-logicDefinition",
"extension": [ {
"url": "libraryName",
"valueString": "DischargedonAntithromboticTherapyFHIR"
}, {
"url": "name",
"valueString": "Denominator"
}, {
"url": "statement",
"valueString": "define \"Denominator\":\n TJC.\"Ischemic Stroke Encounter\""
}, {
"url": "displaySequence",
"valueInteger": 6
} ]
}, {
"url": "http://hl7.org/fhir/us/cqfmeasures/StructureDefinition/cqfm-logicDefinition",
"extension": [ {
"url": "libraryName",
"valueString": "DischargedonAntithromboticTherapyFHIR"
}, {
"url": "name",
"valueString": "Initial Population"
}, {
"url": "statement",
"valueString": "define \"Initial Population\":\n TJC.\"Encounter with Principal Diagnosis and Age\""
}, {
"url": "displaySequence",
"valueInteger": 7
} ]
}, {
"url": "http://hl7.org/fhir/us/cqfmeasures/StructureDefinition/cqfm-logicDefinition",
"extension": [ {
"url": "libraryName",
"valueString": "TJCOverallFHIR"
}, {
"url": "name",
"valueString": "Ischemic Stroke Encounters with Discharge Disposition"
}, {
"url": "statement",
"valueString": "define \"Ischemic Stroke Encounters with Discharge Disposition\":\n \"Ischemic Stroke Encounter\" IschemicStrokeEncounter\n \t\twhere IschemicStrokeEncounter.hospitalization.dischargeDisposition in \"Discharge To Acute Care Facility\"\n \t\t\tor IschemicStrokeEncounter.hospitalization.dischargeDisposition in \"Left Against Medical Advice\"\n \t\t\tor IschemicStrokeEncounter.hospitalization.dischargeDisposition in \"Patient Expired\"\n \t\t\tor IschemicStrokeEncounter.hospitalization.dischargeDisposition in \"Discharged to Home for Hospice Care\"\n \t\t\tor IschemicStrokeEncounter.hospitalization.dischargeDisposition in \"Discharged to Health Care Facility for Hospice Care\""
}, {
"url": "displaySequence",
"valueInteger": 8
} ]
}, {
"url": "http://hl7.org/fhir/us/cqfmeasures/StructureDefinition/cqfm-logicDefinition",
"extension": [ {
"url": "libraryName",
"valueString": "TJCOverallFHIR"
}, {
"url": "name",
"valueString": "Intervention Comfort Measures"
}, {
"url": "statement",
"valueString": "define \"Intervention Comfort Measures\":\n ( [\"ServiceRequest\": \"Comfort Measures\"] P\n where P.intent = 'order'\n )\n union ( [\"Procedure\": \"Comfort Measures\"] InterventionPerformed\n where InterventionPerformed.status in { 'completed', 'in-progress' }\n )"
}, {
"url": "displaySequence",
"valueInteger": 9
} ]
}, {
"url": "http://hl7.org/fhir/us/cqfmeasures/StructureDefinition/cqfm-logicDefinition",
"extension": [ {
"url": "libraryName",
"valueString": "TJCOverallFHIR"
}, {
"url": "name",
"valueString": "Encounter with Comfort Measures during Hospitalization"
}, {
"url": "statement",
"valueString": "define \"Encounter with Comfort Measures during Hospitalization\":\n \"Ischemic Stroke Encounter\" IschemicStrokeEncounter\n with \"Intervention Comfort Measures\" ComfortMeasure\n such that Coalesce((start of Global.\"Normalize Interval\"(ComfortMeasure.performed)), ComfortMeasure.authoredOn)during Global.\"HospitalizationWithObservation\" ( IschemicStrokeEncounter )"
}, {
"url": "displaySequence",
"valueInteger": 10
} ]
}, {
"url": "http://hl7.org/fhir/us/cqfmeasures/StructureDefinition/cqfm-logicDefinition",
"extension": [ {
"url": "libraryName",
"valueString": "DischargedonAntithromboticTherapyFHIR"
}, {
"url": "name",
"valueString": "Denominator Exclusions"
}, {
"url": "statement",
"valueString": "define \"Denominator Exclusions\":\n TJC.\"Ischemic Stroke Encounters with Discharge Disposition\"\n \t\tunion TJC.\"Encounter with Comfort Measures during Hospitalization\""
}, {
"url": "displaySequence",
"valueInteger": 11
} ]
}, {
"url": "http://hl7.org/fhir/us/cqfmeasures/StructureDefinition/cqfm-logicDefinition",
"extension": [ {
"url": "libraryName",
"valueString": "DischargedonAntithromboticTherapyFHIR"
}, {
"url": "name",
"valueString": "Antithrombotic Not Given at Discharge"
}, {
"url": "statement",
"valueString": "define \"Antithrombotic Not Given at Discharge\":\n [\"MedicationRequest\": medication in \"Antithrombotic Therapy\"] NoAntithromboticDischarge\n where NoAntithromboticDischarge.doNotPerform is true\n and ( NoAntithromboticDischarge.reasonCode in \"Medical Reason\"\n or NoAntithromboticDischarge.reasonCode in \"Patient Refusal\"\n )\n and exists ( NoAntithromboticDischarge.category C\n where FHIRHelpers.ToConcept ( C ) ~ Global.\"Community\"\n or FHIRHelpers.ToConcept ( C ) ~ Global.\"Discharge\"\n )\n and NoAntithromboticDischarge.status in { 'completed', 'cancelled' }\n and NoAntithromboticDischarge.intent = 'order'"
}, {
"url": "displaySequence",
"valueInteger": 12
} ]
}, {
"url": "http://hl7.org/fhir/us/cqfmeasures/StructureDefinition/cqfm-logicDefinition",
"extension": [ {
"url": "libraryName",
"valueString": "DischargedonAntithromboticTherapyFHIR"
}, {
"url": "name",
"valueString": "Encounter With No Antithrombotic At Discharge"
}, {
"url": "statement",
"valueString": "define \"Encounter With No Antithrombotic At Discharge\":\n TJC.\"Ischemic Stroke Encounter\" IschemicStrokeEncounter\n \twith \"Antithrombotic Not Given at Discharge\" NoDischargeAntithrombotic\n \tsuch that NoDischargeAntithrombotic.authoredOn during IschemicStrokeEncounter.period"
}, {
"url": "displaySequence",
"valueInteger": 13
} ]
}, {
"url": "http://hl7.org/fhir/us/cqfmeasures/StructureDefinition/cqfm-logicDefinition",
"extension": [ {
"url": "libraryName",
"valueString": "DischargedonAntithromboticTherapyFHIR"
}, {
"url": "name",
"valueString": "Pharmacological Contraindications for Antithrombotic Therapy at Discharge"
}, {
"url": "statement",
"valueString": "define \"Pharmacological Contraindications for Antithrombotic Therapy at Discharge\":\n [\"MedicationRequest\": medication in \"Pharmacological Contraindications For Antithrombotic Therapy\"] Pharmacological\n where Pharmacological.doNotPerform is not true\n and exists ( Pharmacological.category C\n where FHIRHelpers.ToConcept ( C ) ~ Global.\"Community\"\n or FHIRHelpers.ToConcept ( C ) ~ Global.\"Discharge\"\n )\n and Pharmacological.status in { 'active', 'completed' }\n and Pharmacological.intent = 'order'"
}, {
"url": "displaySequence",
"valueInteger": 14
} ]
}, {
"url": "http://hl7.org/fhir/us/cqfmeasures/StructureDefinition/cqfm-logicDefinition",
"extension": [ {
"url": "libraryName",
"valueString": "DischargedonAntithromboticTherapyFHIR"
}, {
"url": "name",
"valueString": "Encounter With Pharmacological Contraindications for Antithrombotic Therapy at Discharge"
}, {
"url": "statement",
"valueString": "define \"Encounter With Pharmacological Contraindications for Antithrombotic Therapy at Discharge\":\n TJC.\"Ischemic Stroke Encounter\" IschemicStrokeEncounter\n with \"Pharmacological Contraindications for Antithrombotic Therapy at Discharge\" DischargePharmacological\n such that DischargePharmacological.authoredOn during IschemicStrokeEncounter.period"
}, {
"url": "displaySequence",
"valueInteger": 15
} ]
}, {
"url": "http://hl7.org/fhir/us/cqfmeasures/StructureDefinition/cqfm-logicDefinition",
"extension": [ {
"url": "libraryName",
"valueString": "DischargedonAntithromboticTherapyFHIR"
}, {
"url": "name",
"valueString": "Denominator Exceptions"
}, {
"url": "statement",
"valueString": "define \"Denominator Exceptions\":\n \"Encounter With No Antithrombotic At Discharge\"\n \t\tunion \"Encounter With Pharmacological Contraindications for Antithrombotic Therapy at Discharge\""
}, {
"url": "displaySequence",
"valueInteger": 16
} ]
} ],
"status": "active",
"type": {
"coding": [ {
"system": "http://terminology.hl7.org/CodeSystem/library-type",
"code": "module-definition"
} ]
},
"relatedArtifact": [ {
"type": "depends-on",
"display": "Library TJC",
"resource": "http://ecqi.healthit.gov/ecqms/Library/TJCOverallFHIR|1.8.000"
}, {
"type": "depends-on",
"display": "Library Global",
"resource": "http://ecqi.healthit.gov/ecqms/Library/MATGlobalCommonFunctionsFHIR4|6.1.000"
}, {
"type": "depends-on",
"display": "Library FHIRHelpers",
"resource": "http://ecqi.healthit.gov/ecqms/Library/FHIRHelpers|4.0.001"
}, {
"type": "depends-on",
"display": "Code system MedicationRequestCategory",
"resource": "http://terminology.hl7.org/CodeSystem/medicationrequest-category"
}, {
"type": "depends-on",
"display": "Value set Non-Elective Inpatient Encounter",
"resource": "http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113883.3.117.1.7.1.424"
}, {
"type": "depends-on",
"display": "Value set Hemorrhagic Stroke",
"resource": "http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113883.3.117.1.7.1.212"
}, {
"type": "depends-on",
"display": "Value set Ischemic Stroke",
"resource": "http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113883.3.117.1.7.1.247"
}, {
"type": "depends-on",
"display": "Value set Antithrombotic Therapy",
"resource": "http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113883.3.117.1.7.1.201"
}, {
"type": "depends-on",
"display": "Value set Discharge To Acute Care Facility",
"resource": "http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113883.3.117.1.7.1.87"
}, {
"type": "depends-on",
"display": "Value set Left Against Medical Advice",
"resource": "http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113883.3.117.1.7.1.308"
}, {
"type": "depends-on",
"display": "Value set Patient Expired",
"resource": "http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113883.3.117.1.7.1.309"
}, {
"type": "depends-on",
"display": "Value set Discharged to Home for Hospice Care",
"resource": "http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113883.3.117.1.7.1.209"
}, {
"type": "depends-on",
"display": "Value set Discharged to Health Care Facility for Hospice Care",
"resource": "http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113883.3.117.1.7.1.207"
}, {
"type": "depends-on",
"display": "Value set Comfort Measures",
"resource": "http://cts.nlm.nih.gov/fhir/ValueSet/1.3.6.1.4.1.33895.1.3.0.45"
}, {
"type": "depends-on",
"display": "Value set Observation Services",
"resource": "http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113762.1.4.1111.143"
}, {
"type": "depends-on",
"display": "Value set Emergency Department Visit",
"resource": "http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113883.3.117.1.7.1.292"
}, {
"type": "depends-on",
"display": "Value set Medical Reason",
"resource": "http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113883.3.117.1.7.1.473"
}, {
"type": "depends-on",
"display": "Value set Patient Refusal",
"resource": "http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113883.3.117.1.7.1.93"
}, {
"type": "depends-on",
"display": "Value set Pharmacological Contraindications For Antithrombotic Therapy",
"resource": "http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113762.1.4.1110.52"
} ],
"parameter": [ {
"name": "Measurement Period",
"use": "in",
"min": 0,
"max": "1",
"type": "Period"
}, {
"name": "Numerator",
"use": "out",
"min": 0,
"max": "*",
"type": "Encounter"
}, {
"name": "Denominator",
"use": "out",
"min": 0,
"max": "*",
"type": "Encounter"
}, {
"name": "Initial Population",
"use": "out",
"min": 0,
"max": "*",
"type": "Encounter"
}, {
"name": "Denominator Exclusions",
"use": "out",
"min": 0,
"max": "*",
"type": "Encounter"
}, {
"name": "Denominator Exceptions",
"use": "out",
"min": 0,
"max": "*",
"type": "Encounter"
} ],
"dataRequirement": [ {
"type": "Encounter",
"profile": [ "http://hl7.org/fhir/StructureDefinition/Encounter" ],
"mustSupport": [ "type", "period" ],
"codeFilter": [ {
"path": "type",
"valueSet": "http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113883.3.117.1.7.1.424"
} ]
}, {
"type": "Encounter",
"profile": [ "http://hl7.org/fhir/StructureDefinition/Encounter" ],
"mustSupport": [ "type", "period" ],
"codeFilter": [ {
"path": "type",
"valueSet": "http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113762.1.4.1111.143"
} ]
}, {
"type": "Encounter",
"profile": [ "http://hl7.org/fhir/StructureDefinition/Encounter" ],
"mustSupport": [ "type", "period" ],
"codeFilter": [ {
"path": "type",
"valueSet": "http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113883.3.117.1.7.1.292"
} ]
}, {
"type": "Condition",
"profile": [ "http://hl7.org/fhir/StructureDefinition/Condition" ],
"mustSupport": [ "id" ]
}, {
"type": "Patient",
"profile": [ "http://hl7.org/fhir/StructureDefinition/Patient" ]
}, {
"type": "MedicationRequest",
"profile": [ "http://hl7.org/fhir/StructureDefinition/MedicationRequest" ],
"mustSupport": [ "medication", "doNotPerform", "category", "status", "intent", "authoredOn", "reasonCode" ],
"codeFilter": [ {
"path": "medication",
"valueSet": "http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113883.3.117.1.7.1.201"
} ]
}, {
"type": "MedicationRequest",
"profile": [ "http://hl7.org/fhir/StructureDefinition/MedicationRequest" ],
"mustSupport": [ "medication", "doNotPerform", "category", "status", "intent", "authoredOn" ],
"codeFilter": [ {
"path": "medication",
"valueSet": "http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113762.1.4.1110.52"
} ]
}, {
"type": "ServiceRequest",
"profile": [ "http://hl7.org/fhir/StructureDefinition/ServiceRequest" ],
"mustSupport": [ "code", "intent" ],
"codeFilter": [ {
"path": "code",
"valueSet": "http://cts.nlm.nih.gov/fhir/ValueSet/1.3.6.1.4.1.33895.1.3.0.45"
} ]
}, {
"type": "Procedure",
"profile": [ "http://hl7.org/fhir/StructureDefinition/Procedure" ],
"mustSupport": [ "code", "status" ],
"codeFilter": [ {
"path": "code",
"valueSet": "http://cts.nlm.nih.gov/fhir/ValueSet/1.3.6.1.4.1.33895.1.3.0.45"
} ]
} ]
} ],
"extension": [ {
"url": "http://hl7.org/fhir/us/cqfmeasures/StructureDefinition/cqfm-populationBasis",
"valueCode": "Encounter"
}, {
"url": "http://hl7.org/fhir/us/cqfmeasures/StructureDefinition/cqfm-softwaresystem",
"valueReference": {
"reference": "Device/cqf-tooling"
}
}, {
"id": "effective-data-requirements",
"url": "http://hl7.org/fhir/us/cqfmeasures/StructureDefinition/cqfm-effectiveDataRequirements",
"valueReference": {
"reference": "#effective-data-requirements"
}
} ],
"url": "http://ecqi.healthit.gov/ecqms/Measure/DischargedonAntithromboticTherapyFHIR",
"identifier": [ {
"use": "official",
"system": "http://hl7.org/fhir/cqi/ecqm/Measure/Identifier/guid",
"value": "755216b2-5fa4-474d-bb29-ae8eaa209460"
}, {
"use": "official",
"system": "http://hl7.org/fhir/cqi/ecqm/Measure/Identifier/cms",
"value": "1095FHIR"
} ],
"version": "2.0.012",
"name": "DischargedonAntithromboticTherapyFHIR",
"title": "Discharged on Antithrombotic Therapy FHIR",
"status": "draft",
"experimental": false,
"date": "2022-07-05T20:34:35-06:00",
"publisher": "The Joint Commission",
"contact": [ {
"telecom": [ {
"system": "url",
"value": "https://cms.gov"
} ]
} ],
"description": "Ischemic stroke patients prescribed or continuing to take antithrombotic therapy at hospital discharge",
"purpose": "Unknown",
"copyright": "Measure specifications are in the Public Domain\n\nLOINC(R) copyright 2004-2020 Regenstrief Institute, Inc. \nThis material contains SNOMED Clinical Terms(R) (SNOMED CT[R]) copyright 2004-2020 International Health Terminology Standards Development Organisation. All Rights Reserved.",
"effectivePeriod": {
"start": "2022-01-01",
"end": "2022-12-31"
},
"library": [ "http://ecqi.healthit.gov/ecqms/Library/DischargedonAntithromboticTherapyFHIR" ],
"disclaimer": "These performance measures are not clinical guidelines and do not establish a standard of medical care, and have not been tested for all potential applications. The measures and specifications are provided without warranty.",
"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": "The effectiveness of antithrombotic agents in reducing stroke mortality, stroke-related morbidity and recurrence rates has been studied in several large clinical trials. While the use of these agents for patients with acute ischemic stroke and transient ischemic attacks continues to be the subject of study, substantial evidence is available from completed studies. Data at this time suggest that antithrombotic therapy should be prescribed at discharge following acute ischemic stroke to reduce stroke mortality and morbidity as long as no contraindications exist.\n\nFor patients with a stroke due to a cardioembolic source (e.g. atrial fibrillation, mechanical heart valve), warfarin is recommended unless contraindicated. In recent years, novel oral anticoagulant agents (NOACs) have been developed and approved by the U.S. Food and Drug Administration (FDA) for stroke prevention, and may be considered as an alternative to warfarin for select patients. Anticoagulation therapy is not generally recommended for secondary stroke prevention in patients presumed to have a non-cardioembolic stroke.\nAnticoagulants at doses to prevent venous thromboembolism are insufficient antithrombotic therapy to prevent recurrent ischemic stroke or TIA.",
"clinicalRecommendationStatement": "Clinical trial results suggest that antithrombotic therapy should be prescribed at discharge following acute ischemic stroke to reduce stroke mortality and morbidity as long as no contraindications exist",
"improvementNotation": {
"coding": [ {
"system": "http://terminology.hl7.org/CodeSystem/measure-improvement-notation",
"code": "increase"
} ]
},
"guidance": "The \"Non-elective Inpatient Encounter\" value set intends to capture all non-scheduled hospitalizations. This value set is a subset of the \"Inpatient encounter\" value set, excluding concepts that specifically refer to elective hospital admissions. Non-elective admissions include emergency, urgent and unplanned admissions.\n\nThe \"Medication, Discharge\" datatype refers to the discharge medication list and is intended to express medications ordered for post-discharge use.\n\nThis eCQM is an episode-based measure. An episode is defined as each inpatient hospitalization or encounter that ends during the measurement period.\n\nThis FHIR-based measure has been derived from the QDM-based measure: CMS104v10",
"group": [ {
"population": [ {
"id": "3461E500-1396-4E0C-B6C7-5B5C7B024765",
"code": {
"coding": [ {
"system": "http://terminology.hl7.org/CodeSystem/measure-population",
"code": "initial-population",
"display": "Initial Population"
} ]
},
"criteria": {
"language": "text/cql.identifier",
"expression": "Initial Population"
}
}, {
"id": "D8C1DE16-6CC9-4B90-B1A9-E635665B36CA",
"code": {
"coding": [ {
"system": "http://terminology.hl7.org/CodeSystem/measure-population",
"code": "denominator",
"display": "Denominator"
} ]
},
"criteria": {
"language": "text/cql.identifier",
"expression": "Denominator"
}
}, {
"id": "874052F5-D503-4C5C-A436-05900B0967E3",
"code": {
"coding": [ {
"system": "http://terminology.hl7.org/CodeSystem/measure-population",
"code": "denominator-exclusion",
"display": "Denominator Exclusion"
} ]
},
"criteria": {
"language": "text/cql.identifier",
"expression": "Denominator Exclusions"
}
}, {
"id": "0BFADF64-121B-47BA-A02F-EE5F433B8C7D",
"code": {
"coding": [ {
"system": "http://terminology.hl7.org/CodeSystem/measure-population",
"code": "denominator-exception",
"display": "Denominator Exception"
} ]
},
"criteria": {
"language": "text/cql.identifier",
"expression": "Denominator Exceptions"
}
}, {
"id": "1AA9F20D-3A56-400C-A53E-0D8CE2BC6C83",
"code": {
"coding": [ {
"system": "http://terminology.hl7.org/CodeSystem/measure-population",
"code": "numerator",
"display": "Numerator"
} ]
},
"criteria": {
"language": "text/cql.identifier",
"expression": "Numerator"
}
} ]
} ]
}