Skip to content

Commit

Permalink
KHP3-3873 Add prep client discontinuation information (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
CynthiaKamau authored Jul 12, 2023
1 parent b26a50f commit cc36d6e
Showing 1 changed file with 21 additions and 2 deletions.
23 changes: 21 additions & 2 deletions configuration/ampathforms/PrEP_Client_Discontinuation.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@
"uuid": "467c4cc3-25eb-4330-9cf6-e41b9b14cc10",
"retired": false,
"encounter": "PrEP Client Discontinuation",
"meta": {
"programs": {
"uuid": "214cad1c-bb62-4d8e-b927-810a046daf62",
"isEnrollment": false,
"discontinuationDateQuestionId": "encDate"
}
},
"pages": [
{
"label": "PrEP Discontinuation",
Expand All @@ -20,7 +27,13 @@
"questionOptions": {
"rendering": "ui-select-extended"
},
"id": "encDate"
"id": "encDate",
"validators": [
{
"type": "date",
"allowFutureDates": "false"
}
]
},
{
"label": "Provider:",
Expand Down Expand Up @@ -123,7 +136,13 @@
"rendering": "date",
"concept": "162549AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"
},
"id": "lastPrepDoseDate"
"id": "lastPrepDoseDate",
"validators": [
{
"type": "date",
"allowFutureDates": "false"
}
]
}
]
}
Expand Down

0 comments on commit cc36d6e

Please sign in to comment.