Skip to content

Commit

Permalink
Add mental health visit to standard HIV program (#1307)
Browse files Browse the repository at this point in the history
  • Loading branch information
drizzentic authored Aug 3, 2023
1 parent 7111508 commit 3c4107d
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 @@ -803,6 +803,18 @@
"display": "PRE APPOINTMENT FOLLOW UP"
}
]
},
{
"uuid": "0ee7598d-2345-4740-8627-f166cf5d3dc5",
"name": "HIV Mental health screening Visit",
"allowedIf": "age > 24",
"message": "Patient has to be 25 years and above",
"encounterTypes": [
{
"uuid": "37770eca-8a2f-48d6-b3c8-54af0fa989c2",
"display": "HIVMENTALHEALTHSCREENING"
}
]
}
]
},
Expand Down

0 comments on commit 3c4107d

Please sign in to comment.