Skip to content

Commit

Permalink
Updated business rule to reference schedule and row order in L2 decis…
Browse files Browse the repository at this point in the history
…ion logic example
  • Loading branch information
jennylthompson authored Feb 15, 2024
1 parent 9043d91 commit 1af8cbb
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion input/cql/IMMZD2DTMeaslesDose0.cql
Original file line number Diff line number Diff line change
@@ -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
*/
Expand Down
2 changes: 1 addition & 1 deletion input/cql/IMMZD2DTMeaslesHighTx.cql
Original file line number Diff line number Diff line change
@@ -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
*/
Expand Down
2 changes: 1 addition & 1 deletion input/cql/IMMZD2DTMeaslesLowTx.cql
Original file line number Diff line number Diff line change
@@ -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
*/
Expand Down
2 changes: 1 addition & 1 deletion input/cql/IMMZD2DTMeaslesSupp.cql
Original file line number Diff line number Diff line change
@@ -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
*/
Expand Down
8 changes: 4 additions & 4 deletions input/pagecontent/decision-logic.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -664,9 +664,6 @@ processes.
</tr>
</thead>
<tbody>
<tr>
<td colspan="7"><strong>Countries with ongoing transmission in which the risk of measles mortality remains high</strong></td>
</tr>
<tr>
<td>
<strong>Number of measles primary series doses administered</strong>
Expand All @@ -693,6 +690,9 @@ processes.
<strong>Reference(s)</strong>
</td>
</tr>
<tr>
<td colspan="7"><strong>Countries with ongoing transmission in which the risk of measles mortality remains high</strong></td>
</tr>
<tr>
<td>-</td>
<td>
Expand Down

0 comments on commit 1af8cbb

Please sign in to comment.