Skip to content

Commit

Permalink
Merge branch 'master' into POC-108
Browse files Browse the repository at this point in the history
  • Loading branch information
drizzentic authored Aug 2, 2023
2 parents 4f77e94 + 5c73605 commit 215e2f8
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 @@ -3259,6 +3291,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 @@ -4698,6 +4742,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 215e2f8

Please sign in to comment.