You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@population: Initial population for first dose: Any one over 9 months
31
+
*/
32
+
define "Initial Population":
33
+
Patient.birthDate+9 months before end of "Measurement Period"
34
+
35
+
/*
36
+
@numerator: Number of yellow fever doses administered through routine services during reporting period
37
+
@computation: COUNT of immunization events WHERE "Vaccine type" = "Yellow fever containing vaccines" AND "Date and time of vaccination" is during the reporting period
38
+
*/
39
+
define "Numerator":
40
+
exists( Ind."Yellow Fever Doses in Measurement Period" I whereIMMZCom.ToPositiveInt((singleton fromI.protocolApplied).doseNumber) =1 )
Copy file name to clipboardexpand all lines: input/cql/IMMZINDMeasles.cql
-15
Original file line number
Diff line number
Diff line change
@@ -1,20 +1,5 @@
1
1
/*
2
2
* Library: IMMZ.IND.Measles
3
-
* Immunization coverage for Measles containing vaccine (Estimated Denominator)
4
-
* Compares the administered doses of measles containing vaccines (MCV) with the estimated number of surviving infants (if dose 1) or a country supplied denominator (if dose 2) expressed as a percentage.
5
-
*
6
-
* Numerator: Number of administrations of vaccinations containing a Measles component during reporting period
7
-
* Numerator Computation: COUNT immunization events WHERE administered product is a Measles vaccine (IMMZ.Z.DE9) during reporting period
8
-
* Denominator: Estimated number of surviving infants (for dose 1) and country supplied denominator for dose sequence 2 (see comments)
9
-
* Denominator Computation: PARAMETER number of surviving infants (if Dose Sequence = 1) or PARAMETER of country supplied denominator (if Dose Sequence = 2)
10
-
*
11
-
* Disaggregation:
12
-
* - Dose Sequence (1, 2)
13
-
* - Age Group (< 1 year or > 1 year)
14
-
* - Geographic Region
15
-
* - Administrative Gender (or Biological Sex)
16
-
*
17
-
* References: WHO Immunization Facility Analysis Guide (1), WHO / UNICEF Joint Reporting Form (3 - elements 4240 and 4260 )
0 commit comments