Skip to content

Commit

Permalink
(fix) update MAT forms should have retired property in JSON (#374)
Browse files Browse the repository at this point in the history
  • Loading branch information
donaldkibet authored Feb 21, 2024
1 parent 7f3c5c7 commit f9e15be
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions configuration/ampathforms/MAT_Discontinuation_Form.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"uuid": "38d6e116-b96c-4916-a821-b4dc83e2041d",
"processor": "EncounterFormProcessor",
"published": true,
"retired": false,
"referencedForms": [],
"encounter": "MAT Discontinuation Encounter",
"version": "1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"description": "Initial Registration Form",
"uuid": "9a9cadd7-fba1-4a24-94aa-43edfbecf8d9",
"published": true,
"retired": false,
"processor": "EncounterFormProcessor",
"referencedForms": [],
"version": "1.0",
Expand Down
1 change: 1 addition & 0 deletions configuration/ampathforms/MAT_Patient_Treatment_Form.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"description": "MAT Patient Treatment Form",
"processor": "EncounterFormProcessor",
"published": true,
"retired": false,
"uuid": "350d93cd-66da-4b7e-ae9a-fdfdc9195add",
"referencedForms": [],
"version": "1.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"uuid": "cfd2109b-63b3-43de-8bb3-682e80c5a965",
"processor": "EncounterFormProcessor",
"published": true,
"retired": false,
"referencedForms": [],
"version": "1",
"encounter": "MAT Psychiatric intake and followup",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"uuid": "6c5be9ea-46d2-4281-af44-f2a8e2d5260c",
"referencedForms": [],
"published": true,
"retired": false,
"version": "1.0",
"encounter": "MAT Psychosocial intake and followup",
"pages": [
Expand Down
1 change: 1 addition & 0 deletions configuration/ampathforms/MAT_Transit_Referral_Form.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"version": "1",
"processor": "EncounterFormProcessor",
"published": true,
"retired": false,
"referencedForms": [],
"encounter": "MAT Transit/Referral Encounter",
"pages": [
Expand Down

0 comments on commit f9e15be

Please sign in to comment.