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: CXCAIND06Logic

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

CQL logic for CXCA.IND.06 — HPV-positive result rate. A/641 Annex 2 #11.

Title: CXCAIND06Logic
Id: CXCAIND06Logic
Version: 0.0.1
Url: CXCAIND06Logic
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.06 — HPV-positive result rate. A/641 Annex 2 #11.

Parameters:
NameTypeMinMaxIn/Out
Measurement PeriodPeriod01In
PatientPatient01Out
Initial Populationboolean01Out
Denominatorboolean01Out
Numeratorboolean01Out
Content: text/cql
/*
 * Library: CXCAIND06Logic
 * Indicator: CXCA.IND.06 — HPV-positive result rate
 *
 * @numerator: Number of HPV+ results among target-age women screened in measurement period.
 * @denominator: Number of target-age women screened in measurement period.
 *
 * L2 Source: A/641 (2020) Annex 2 #11 — "Positive result %"
 *
 * Outcome metric — tracks the prevalence of HPV positivity in the screened
 * population. Useful for programme planning (capacity for follow-up cytology
 * and colposcopy depends on this rate).
 */

library CXCAIND06Logic 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 (8772 characters)