SMART DAK Cervical Cancer Screening
0.0.1 - ci-build

SMART DAK Cervical Cancer Screening, published by Dan Heslinga (independent contributor). This guide is not an authorized publication; it is the continuous build for version 0.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/dhes/smart-dak-cxca/ and changes regularly. See the Directory of published versions

Library: CXCAIND07Logic

Official URL: http://smart.who.int/cxca/Library/CXCAIND07Logic Version: 0.0.1
Draft as of 2026-05-14 Computable Name: CXCAIND07Logic

CQL logic for CXCA.IND.07 — treatment completion rate. A/641 Annex 2 #12.

Title: CXCAIND07Logic
Id: CXCAIND07Logic
Version: 0.0.1
Url: CXCAIND07Logic
Status: draft
Type:

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

code: logic-library

Date: 2026-05-14 00:50:23+0000
Publisher: Dan Heslinga (independent contributor)
Description:

CQL logic for CXCA.IND.07 — treatment completion rate. A/641 Annex 2 #12.

Parameters:
NameTypeMinMaxIn/Out
Measurement PeriodPeriod01In
PatientPatient01Out
Initial Populationboolean01Out
Denominatorboolean01Out
Numeratorboolean01Out
Content: text/cql
/*
 * Library: CXCAIND07Logic
 * Indicator: CXCA.IND.07 — Treatment completion rate
 *
 * @numerator: Number of women with positive screening results who received treatment per algorithm during measurement period.
 * @denominator: Number of women with positive screening results in measurement period.
 *
 * L2 Source: A/641 (2020) Annex 2 #12 — "% treated"
 *
 * Companion to CXCAIND02 (cascade completion). Where IND02 measures
 * "% reached cascade resolution" (success or documented LTFU), IND07
 * measures "% reached actual treatment" — a stricter completion bar.
 */

library CXCAIND07Logic version '0.0.1'

using FHIR version '4.0.1'

include FHIRHelpers version '4.0.1'

parameter "Measurement Period" Interval<Date> default Interval[@2026-01-01, @2026-12-31]

context Patient

define "Initial Population": true
define "Denominator": true
define "Numerator": true
Content: application/elm+xml
Encoded data (8904 characters)