Skip to content

Commit

Permalink
Update HIVB2DTLogic.cql
Browse files Browse the repository at this point in the history
  • Loading branch information
ibacher authored Aug 13, 2024
1 parent 02479e8 commit 203a68f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion input/cql/HIVB2DTLogic.cql
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ define "Age under 10":
define "Immediately take action or refer for care if a client is having this issue":
"Age 10 or older" and exists(
Elements."Signs of serious illness Observation" O
where O.value ~ HCx."Tachycardia"
where O.value ~ Concepts."Tachycardia"
)

/*
Expand Down

0 comments on commit 203a68f

Please sign in to comment.