From 1af8cbb45d7aea3b58f3990559db95ffb4f57eca Mon Sep 17 00:00:00 2001 From: Jenny Thompson <33501950+jennylthompson@users.noreply.github.com> Date: Thu, 15 Feb 2024 14:14:30 -0800 Subject: [PATCH] Updated business rule to reference schedule and row order in L2 decision logic example --- input/cql/IMMZD2DTMeaslesDose0.cql | 2 +- input/cql/IMMZD2DTMeaslesHighTx.cql | 2 +- input/cql/IMMZD2DTMeaslesLowTx.cql | 2 +- input/cql/IMMZD2DTMeaslesSupp.cql | 2 +- input/pagecontent/decision-logic.md | 8 ++++---- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/input/cql/IMMZD2DTMeaslesDose0.cql b/input/cql/IMMZD2DTMeaslesDose0.cql index 4779064ec4..f6a9451aed 100644 --- a/input/cql/IMMZD2DTMeaslesDose0.cql +++ b/input/cql/IMMZD2DTMeaslesDose0.cql @@ -1,6 +1,6 @@ /* * Library: IMMZD2DTMeaslesDose0 (IMMZ.D2.DT.Measles.MCV dose 0) - * Rule: Determine if the client is due for a measles vaccination according to the national immunization protocol + * Rule: Determine if the client is due for a measles vaccination according to the national immunization schedule * Decision Table: Measles dose 0 (MCV0) administration * Trigger: IMMZ.D2 Determine required vaccination(s) if any */ diff --git a/input/cql/IMMZD2DTMeaslesHighTx.cql b/input/cql/IMMZD2DTMeaslesHighTx.cql index cab80b4fb6..9a1c4c9a23 100644 --- a/input/cql/IMMZD2DTMeaslesHighTx.cql +++ b/input/cql/IMMZD2DTMeaslesHighTx.cql @@ -1,6 +1,6 @@ /* * Library: IMMZD2DTMeaslesHighTx (IMMZ.D2.DT.Measles.Ongoing transmission) - * Rule: Determine if the client is due for a measles vaccination according to the national immunization protocol + * Rule: Determine if the client is due for a measles vaccination according to the national immunization schedule * Decision Table: Countries with ongoing transmission in which the risk of measles mortality remains high * Trigger: IMMZ.D2 Determine required vaccination(s) if any */ diff --git a/input/cql/IMMZD2DTMeaslesLowTx.cql b/input/cql/IMMZD2DTMeaslesLowTx.cql index 339b3872cf..da85dd6547 100644 --- a/input/cql/IMMZD2DTMeaslesLowTx.cql +++ b/input/cql/IMMZD2DTMeaslesLowTx.cql @@ -1,6 +1,6 @@ /* * Library: IMMZD2DTMeaslesLowTx (IMMZ.D2.DT.Measles.Low transmission) - * Rule: Determine if the client is due for a measles vaccination according to the national immunization protocol + * Rule: Determine if the client is due for a measles vaccination according to the national immunization schedule * Decision Table: Countries with low levels of measles transmission * Trigger: IMMZ.D2 Determine required vaccination(s) if any */ diff --git a/input/cql/IMMZD2DTMeaslesSupp.cql b/input/cql/IMMZD2DTMeaslesSupp.cql index 926a1446a2..07eebaf101 100644 --- a/input/cql/IMMZD2DTMeaslesSupp.cql +++ b/input/cql/IMMZD2DTMeaslesSupp.cql @@ -1,6 +1,6 @@ /* * Library: IMMZD2DTMeaslesSupp (IMMZ.D2.DT.Measles.Supplementary dose) - * Rule: Determine if the client is due for a measles vaccination according to the national immunization protocol + * Rule: Determine if the client is due for a measles vaccination according to the national immunization schedule * Decision Table: Measles supplementary dose administration * Trigger: IMMZ.D2 Determine required vaccination(s) if any */ diff --git a/input/pagecontent/decision-logic.md b/input/pagecontent/decision-logic.md index 3bbf1265f4..4b58995f4a 100644 --- a/input/pagecontent/decision-logic.md +++ b/input/pagecontent/decision-logic.md @@ -648,7 +648,7 @@ processes. | Decision ID: | IMMZ.D2.DT.Measles | | :--- | :--- | -| **Business rule:** | Determine if the client is due for a measles vaccination according to the national immunization protocol | +| **Business rule:** | Determine if the client is due for a measles vaccination according to the national immunization schedule | | **Trigger:** | IMMZ.D2 Determine required vaccination(s) if any | #### IMMZ.D2.DT.Measles.Ongoing transmission @@ -664,9 +664,6 @@ processes.
-