Skip to content

Commit

Permalink
(fix) Correct death encounter UUID in config (#1937)
Browse files Browse the repository at this point in the history
  • Loading branch information
NethmiRodrigo authored Jan 10, 2025
1 parent 6934ecf commit d91bc53
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@
"isDate": true,
"title": "Enrollment/Re-enrollment Date",
"concept": "re_enrolmentDateConcept",
"fallbackConcepts": ["enrolmentDate"]
"fallbackConcepts": [
"enrolmentDate"
]
},
{
"id": "clientDescription",
Expand Down Expand Up @@ -96,7 +98,6 @@
"Stop ART": "stopART",
"Restart ART therapy": "restartART"
}

},
{
"id": "regimen",
Expand Down Expand Up @@ -317,7 +318,7 @@
"tabName": "Death",
"headerTitle": "Death",
"displayText": "Death",
"encounterType": "hivLabResultsEncounterType_UUID",
"encounterType": "deathFormEncounterType_UUID",
"columns": [
{
"id": "deathDate",
Expand Down

0 comments on commit d91bc53

Please sign in to comment.