Skip to content

Commit

Permalink
POC-413:Add mental Health Screening Form (#1300)
Browse files Browse the repository at this point in the history
* POC-413:Add mental Health Screening Form

* POC-413:Add mental Health Screening Form

* POC-413: Add age restriction

* Remove age Restriction in PMTCT & RESISTANCE CLINIC

---------

Co-authored-by: Drizzentic <[email protected]>
  • Loading branch information
sainingo and drizzentic authored Aug 2, 2023
1 parent 8ce914e commit 5c73605
Showing 1 changed file with 56 additions and 0 deletions.
56 changes: 56 additions & 0 deletions programs/patient-program-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -1975,6 +1975,16 @@
"display": "COVIDSCREENING"
}
]
},
{
"uuid": "0ee7598d-2345-4740-8627-f166cf5d3dc5",
"name": "HIV Mental health screening Visit",
"encounterTypes": [
{
"uuid": "37770eca-8a2f-48d6-b3c8-54af0fa989c2",
"display": "HIVMENTALHEALTHSCREENING"
}
]
}
]
},
Expand Down Expand Up @@ -2355,6 +2365,18 @@
"display": "COVIDSCREENING"
}
]
},
{
"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 Expand Up @@ -2782,6 +2804,16 @@
"display": "COVIDSCREENING"
}
]
},
{
"uuid": "0ee7598d-2345-4740-8627-f166cf5d3dc5",
"name": "HIV Mental health screening Visit",
"encounterTypes": [
{
"uuid": "37770eca-8a2f-48d6-b3c8-54af0fa989c2",
"display": "HIVMENTALHEALTHSCREENING"
}
]
}
]
},
Expand Down Expand Up @@ -3255,6 +3287,18 @@
"display": "COVIDSCREENING"
}
]
},
{
"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 Expand Up @@ -4694,6 +4738,18 @@
"display": "COVIDSCREENING"
}
]
},
{
"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 5c73605

Please sign in to comment.