Skip to content

Commit

Permalink
Add Enhanced Adherence Encounter Form and AMPATH POC Oncology form to…
Browse files Browse the repository at this point in the history
… the list of forms under ANC and PNC visits
  • Loading branch information
sainingo committed Jul 30, 2024
1 parent 2b6dd66 commit 5ab2341
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions programs/patient-program-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5508,6 +5508,15 @@
{
"uuid": "04bdcb6e-63df-42dc-a78c-b6afb155aa89",
"display": "MATERNAL DEATH NOTIFICATION"
},
{
"uuid": "2226e81f-38fc-4672-a615-1d37e1c8e637",
"display": "ADHERENCE"
},
{
"uuid": "238625fc-8a25-44b2-aa5a-8bf48fa0e18d",
"display": "ONCOLOGYVIA",
"allowedIf": "age >= 15 && age <= 65 && gender === 'F'"
}
]
},
Expand All @@ -5527,6 +5536,15 @@
{
"uuid": "04bdcb6e-63df-42dc-a78c-b6afb155aa89",
"display": "MATERNAL DEATH NOTIFICATION"
},
{
"uuid": "2226e81f-38fc-4672-a615-1d37e1c8e637",
"display": "ADHERENCE"
},
{
"uuid": "238625fc-8a25-44b2-aa5a-8bf48fa0e18d",
"display": "ONCOLOGYVIA",
"allowedIf": "age >= 15 && age <= 65 && gender === 'F'"
}
]
}
Expand Down Expand Up @@ -5582,6 +5600,15 @@
{
"uuid": "7bdd1e6b-1157-41fb-8daa-994277780b2b",
"display": "MNCH IMMUNIZATION"
},
{
"uuid": "2226e81f-38fc-4672-a615-1d37e1c8e637",
"display": "ADHERENCE"
},
{
"uuid": "238625fc-8a25-44b2-aa5a-8bf48fa0e18d",
"display": "ONCOLOGYVIA",
"allowedIf": "age >= 15 && age <= 65 && gender === 'F'"
}
]
},
Expand All @@ -5605,6 +5632,15 @@
{
"uuid": "7bdd1e6b-1157-41fb-8daa-994277780b2b",
"display": "MNCH IMMUNIZATION"
},
{
"uuid": "2226e81f-38fc-4672-a615-1d37e1c8e637",
"display": "ADHERENCE"
},
{
"uuid": "238625fc-8a25-44b2-aa5a-8bf48fa0e18d",
"display": "ONCOLOGYVIA",
"allowedIf": "age >= 15 && age <= 65 && gender === 'F'"
}
]
}
Expand Down

0 comments on commit 5ab2341

Please sign in to comment.