Skip to content

Commit

Permalink
Added missing home visit encounters (AMPATH#1181)
Browse files Browse the repository at this point in the history
  • Loading branch information
maikofelix47 authored and drizzentic committed May 18, 2023
1 parent e1b984a commit 42ea299
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions programs/patient-program-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,10 @@
"display": "ONCOLOGYVIA",
"allowedIf": "age >= 25 && age <= 49 && gender === 'F'"
},
{
"uuid": "cb5c0abd-0817-40e3-9413-8669561fadb9",
"display": "HIVHOMEVISIT"
},
{
"uuid": "df55584c-1350-11df-a1f1-0026b9348838",
"display": "DEATHREPORT"
Expand All @@ -236,10 +240,6 @@
"uuid": "1469e5fe-ad76-4041-9aa7-650e6afbe3a1",
"display": "DERMATOLOGYREFERRAL"
},
{
"uuid": "cb5c0abd-0817-40e3-9413-8669561fadb9",
"display": "HIVHOMEVISIT"
},
{
"uuid": "ae35ed69-e07c-4209-93ce-f23733aa816b",
"display": "FAMILYSTATUS"
Expand Down Expand Up @@ -1633,6 +1633,10 @@
"uuid": "1469e5fe-ad76-4041-9aa7-650e6afbe3a1",
"display": "DERMATOLOGYREFERRAL"
},
{
"uuid": "cb5c0abd-0817-40e3-9413-8669561fadb9",
"display": "HIVHOMEVISIT"
},
{
"uuid": "238625fc-8a25-44b2-aa5a-8bf48fa0e18d",
"display": "ONCOLOGYVIA",
Expand Down Expand Up @@ -4062,6 +4066,10 @@
"uuid": "1469e5fe-ad76-4041-9aa7-650e6afbe3a1",
"display": "DERMATOLOGYREFERRAL"
},
{
"uuid": "cb5c0abd-0817-40e3-9413-8669561fadb9",
"display": "HIVHOMEVISIT"
},
{
"uuid": "ae35ed69-e07c-4209-93ce-f23733aa816b",
"display": "FAMILYSTATUS"
Expand Down

0 comments on commit 42ea299

Please sign in to comment.