Skip to content

Commit

Permalink
Add mental screening form to PMTCT program (Post Natal and Antenatal …
Browse files Browse the repository at this point in the history
…visits)
  • Loading branch information
Alfred-Mutai committed Jan 23, 2025
1 parent fe689da commit 17ff2eb
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions programs/patient-program-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5545,6 +5545,10 @@
"uuid": "238625fc-8a25-44b2-aa5a-8bf48fa0e18d",
"display": "ONCOLOGYVIA",
"allowedIf": "age >= 15 && age <= 65 && gender === 'F'"
},
{
"uuid": "37770eca-8a2f-48d6-b3c8-54af0fa989c2",
"display": "MENTALHEALTHSCREENING"
}
]
}
Expand Down Expand Up @@ -5609,6 +5613,10 @@
"uuid": "238625fc-8a25-44b2-aa5a-8bf48fa0e18d",
"display": "ONCOLOGYVIA",
"allowedIf": "age >= 15 && age <= 65 && gender === 'F'"
},
{
"uuid": "37770eca-8a2f-48d6-b3c8-54af0fa989c2",
"display": "MENTALHEALTHSCREENING"
}
]
},
Expand Down Expand Up @@ -5641,6 +5649,10 @@
"uuid": "238625fc-8a25-44b2-aa5a-8bf48fa0e18d",
"display": "ONCOLOGYVIA",
"allowedIf": "age >= 15 && age <= 65 && gender === 'F'"
},
{
"uuid": "37770eca-8a2f-48d6-b3c8-54af0fa989c2",
"display": "MENTALHEALTHSCREENING"
}
]
}
Expand Down

0 comments on commit 17ff2eb

Please sign in to comment.