Skip to content

Commit 64c2b39

Browse files
Update configuration/backend_configuration/conceptreferencerange/alpreferenceranges.csv
Co-authored-by: dkayiwa <[email protected]>
1 parent 04a64cb commit 64c2b39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configuration/backend_configuration/conceptreferencerange/alpreferenceranges.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ cc91a686-9e8d-4b3f-9550-e0638015317e,785AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,ALP In
77
dd9a6f84-74a3-4268-981a-57c07a47e282,785AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,ALP Late Adolescents (15 - 18 years) - F,0,80,120,350,450,,"$patient.getAge() >= 15 && $patient.getAge() <= 18 && $patient.getGender() == ""F"""
88
31fee95c-c070-40ed-95e8-c79bbc9c7708,785AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,ALP Adult Men (>18 years),0,25,35,147,200,,"$patient.getAge() > 18 && $patient.getGender() == ""M"""
99
93395ab8-deb2-4d28-aea5-1be73dc2554b,785AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,"ALP Adult (Non-Pregnant Women, > 18 years)",0,25,35,147,200,,"$patient.getAge() > 18 && $patient.getGender() == ""F"" && $patient.isPregnant() == false"
10-
f072fe91-dccc-4fa9-b4c6-c49cefb80202,785AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,ALP Pregnant Women,0,40,60,250,350,,"$patient.getGender() == ""F"" && (($fn.isObsValueCodedAnswer(""CIEL:45"", $patient, ""703AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"") || $fn.isObsValueCodedAnswer(""CIEL:1945"", $patient, ""703AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"") || $fn.isObsValueCodedAnswer(""CIEL:5272"", $patient, ""CIEL:1065"")) == true)"
10+
f072fe91-dccc-4fa9-b4c6-c49cefb80202,785AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,ALP Pregnant Women,0,40,60,250,350,,"$patient.getGender() == ""F"" && (($fn.isObsValueCodedAnswer(""CIEL:45"", $patient, ""703AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"") || $fn.isObsValueCodedAnswer(""CIEL:1945"", $patient, ""703AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"") || $fn.isObsValueCodedAnswer(""CIEL:5272"", $patient, ""CIEL:1065"")))"

0 commit comments

Comments
 (0)