Colorectal Cancer Concepts
0.1.0 - CI Build International flag

Colorectal Cancer Concepts, published by Clinical Quality Framework. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/cqframework/cqf-ccc/ and changes regularly. See the Directory of published versions

Library: Colorectal Cancer Screening HEDIS

Official URL: http://fhir.org/guides/cqf/ccc/Library/ColorectalCancerScreeningHEDIS Version: 0.1.0
Draft as of 2024-08-29 Computable Name: ColorectalCancerScreeningHEDIS

Colorectal Cancer Screening HEDIS

Title: Colorectal Cancer Screening HEDIS
Id: ColorectalCancerScreeningHEDIS
Version: 0.1.0
Url: Colorectal Cancer Screening HEDIS
Status: draft
Type:

system: http://terminology.hl7.org/CodeSystem/library-type

code: logic-library

Date: 2024-08-29 19:21:15+0000
Publisher: Clinical Quality Framework
Description:

Colorectal Cancer Screening HEDIS

Jurisdiction: 001
Related Artifacts:

Dependencies

Parameters:
NameTypeMinMaxIn/Out
Measurement PeriodPeriod01In
PatientPatient01Out
Initial Populationboolean01Out
Denominatorboolean01Out
Numeratorboolean01Out
Denominator Exclusionboolean01Out
Data Requirements:
TypeProfileMSCode 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.198.12.1010
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.1020
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
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.198.12.1019
Content: text/cql
library ColorectalCancerScreeningHEDIS version '0.1.0'

using FHIR version '4.0.1'

include FHIRHelpers version '4.0.1' called FHIRHelpers

include ColorectalCancerElements called CCE

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 Health Plan Enrollment criteria to simplify for demonstration purposes
NOTE: Age for HEDIS is based on the end of the MP, adjustment reflected below
*/
define "Initial Population":
  AgeInYearsAt(end of "Measurement Period") in Interval[51, 75]

define "Denominator":
  "Initial Population"

define "Numerator":
  CCE."Has Appropriate Colorectal Cancer Screening"
    or CCE."Has History of 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 CCE."Has Total Colectomy Performed" 
    or CCE."Has History of Total Colectomy"
Content: application/elm+xml
Encoded data (15324 characters)
Content: application/elm+json
Encoded data (26612 characters)