Title: |
Colorectal Cancer Screening CQM |
Id: |
ColorectalCancerScreeningCQM |
Version: |
0.1.0 |
Url: |
Colorectal Cancer Screening CQM |
Type: |
system: http://terminology.hl7.org/CodeSystem/library-type
code: logic-library
|
Date: |
2020-11-29 15:54:22-0700 |
Publisher: |
Clinical Quality Framework |
Description: |
Colorectal Cancer Screening CQM
|
Knowledge Capability: |
shareable
computable
publishable
executable
|
Knowledge Representation Level: |
structured
|
Jurisdiction: |
001 |
Topic: |
|
Approval Date: |
2021-03-12 |
Last Review Date: |
2021-03-12 |
Related Artifacts: |
Dependencies
|
Parameters: |
Name | Type | Min | Max | In/Out |
Measurement Period | Period | 0 | 1 | In |
Patient | Patient | 0 | 1 | Out |
Initial Population | boolean | 0 | 1 | Out |
Denominator | boolean | 0 | 1 | Out |
Numerator | boolean | 0 | 1 | Out |
Denominator Exclusion | boolean | 0 | 1 | Out |
|
Data Requirements: |
Type | Profile | MS | Code Filter |
Patient |
http://hl7.org/fhir/StructureDefinition/Patient |
|
|
Observation |
http://hl7.org/fhir/StructureDefinition/Observation |
;;;; |
code filter:
path: code
value set: http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113883.3.464.1003.198.12.1011
|
Observation |
http://hl7.org/fhir/StructureDefinition/Observation |
;;;; |
code filter:
path: code
value set: http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113883.3.464.1003.108.12.1039
|
Procedure |
http://hl7.org/fhir/StructureDefinition/Procedure |
;;; |
code filter:
path: code
value set: http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113883.3.464.1003.108.12.1038
|
Procedure |
http://hl7.org/fhir/StructureDefinition/Procedure |
;;; |
code filter:
path: code
value set: http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113883.3.464.1003.198.12.1010
|
Procedure |
http://hl7.org/fhir/StructureDefinition/Procedure |
;;; |
code filter:
path: code
value set: http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113883.3.464.1003.108.12.1020
|
Procedure |
http://hl7.org/fhir/StructureDefinition/Procedure |
;; |
code filter:
path: code
value set: http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113883.3.464.1003.198.12.1019
|
Condition |
http://hl7.org/fhir/StructureDefinition/Condition |
;;; |
code filter:
path: code
value set: http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113883.3.464.1003.108.12.1001
|
|
Content: text/cql |
library ColorectalCancerScreeningCQM version '0.1.0'
using FHIR version '4.0.1'
include FHIRHelpers version '4.0.1' called FHIRHelpers
// Proposed change to CQL to support binding of parameters of included libraries:
// https://jira.hl7.org/browse/FHIR-33126
include ColorectalCancerElements called CCE // bind { AsOf: end of "Measurement Period" }
parameter "Measurement Period" Interval<DateTime>
default Interval[@2022-01-01T00:00:00.0-06:00, @2023-01-01T00:00:00.0-06:00)
context Patient
/*
NOTE: Removed qualifying encounters criteria to simplify for demonstration purposes
*/
define "Initial Population":
AgeInYearsAt(start of "Measurement Period") in Interval[50, 75]
define "Denominator":
"Initial Population"
define "Numerator":
CCE."Has Appropriate Colorectal Cancer Screening"
/*
NOTE: Removed hospice, advanced illness, and frailty exclusions to simplify for demonstration purposes
*/
define "Denominator Exclusion":
CCE."Has Active Malignant Neoplasm"
or exists CCE."Total Colectomy Performed"
|
|
Content: application/elm+xml |
Encoded data (13824 characters)
|
|
Content: application/elm+json |
Encoded data (23904 characters)
|
|