Skip to content

Commit

Permalink
Configure more patient exemption categories (#740)
Browse files Browse the repository at this point in the history
  • Loading branch information
makombe authored Aug 30, 2024
1 parent f03fc93 commit ffce3da
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
17 changes: 17 additions & 0 deletions frontend-config/dev/kenyaemr.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,23 @@
"uuid": "eb6173cb-9678-4614-bbe1-0ccf7ed9d1d4",
"label": "Waiver"
}
],
"patientExemptionCategories": [
{
"value": "IN_PRISON", "label": "In Prison"
},
{
"value": "UNDER_5", "label": "Under 5"
},
{
"value": "CCC", "label": "CCC"
},
{
"value": "REFUGEES", "label": "Refugees"
},
{
"value": "ABOVE_60_YRS", "label": "Above 60 years"
}
]
},
"@kenyaemr/esm-login-app": {
Expand Down
17 changes: 17 additions & 0 deletions frontend-config/staging/kenyaemr.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,23 @@
"uuid": "eb6173cb-9678-4614-bbe1-0ccf7ed9d1d4",
"label": "Waiver"
}
],
"patientExemptionCategories": [
{
"value": "IN_PRISON", "label": "In Prison"
},
{
"value": "UNDER_5", "label": "Under 5"
},
{
"value": "CCC", "label": "CCC"
},
{
"value": "REFUGEES", "label": "Refugees"
},
{
"value": "ABOVE_60_YRS", "label": "Above 60 years"
}
]
},
"@kenyaemr/esm-login-app": {
Expand Down

0 comments on commit ffce3da

Please sign in to comment.