Skip to content

Commit

Permalink
Merge pull request #202 from ODORA0/ohri-2115
Browse files Browse the repository at this point in the history
OHRI-2115 Add action to enrol client to a TPT Program
  • Loading branch information
kajambiya authored Feb 2, 2024
2 parents 3edbcfd + ef82eea commit 789913b
Showing 1 changed file with 10 additions and 13 deletions.
23 changes: 10 additions & 13 deletions distro/configuration/ampathforms/tpt_case_enrolment_V1.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,6 @@
"label": "Service Identifiers",
"isExpanded": "true",
"questions": [
{
"label": "TPT Treatment Program",
"type": "obs",
"required": false,
"id": "tptRxProgram",
"questionOptions": {
"rendering": "text",
"concept": "164128AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"conceptMappings": [],
"answers": []
},
"validators": []
},
{
"label": "TPT Treatment ID",
"type": "obs",
Expand Down Expand Up @@ -266,6 +253,16 @@
"retired": false,
"encounter": "TPT Enrolment",
"encounterType": "dc6ce80c-83f8-4ace-a638-21df78542551",
"postSubmissionActions": [
{
"actionId": "ProgramEnrollmentSubmissionAction",
"enabled": "true",
"config": {
"enrollmentDate": "enrollmentDate",
"programUuid": "8bf204f6-b905-11ee-8148-476d50497e9a"
}
}
],
"uuid": "71080512-07e6-345f-864f-93e892420258",
"description": "This form captures enrolment information for a TB preventative treatment (TPT) client ",
"version": "1.0"
Expand Down

0 comments on commit 789913b

Please sign in to comment.