Skip to content

Commit

Permalink
(chore) minor improvements to pmtct child forms
Browse files Browse the repository at this point in the history
  • Loading branch information
aman-icap committed Dec 25, 2023
1 parent 2dda996 commit 2f20bb3
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 41 deletions.
97 changes: 56 additions & 41 deletions src/forms/pmtct/child/pmtct-child-final-outcome.json
Original file line number Diff line number Diff line change
@@ -1,43 +1,58 @@
{
"name": "PMTCT Child Final Outcome",
"pages": [
{
"label": "Final Outcome",
"sections": [
{
"label": "Final Outcome",
"isExpanded": "true",
"questions": [
{
"label": "Final Outcome",
"type": "obs",
"required": false,
"id": "finalOutcome",
"questionOptions": {
"rendering": "radio",
"concept": "413b265c-87ef-4988-a7bc-1bfc6b5e5528",
"conceptMappings": [],
"answers": [
{
"concept": "4de0ba18-205b-4df9-be26-bdd08d964e6a",
"label": "Started ART in other health facility"
},
{
"concept": "4680464a-47ba-4b9c-bd62-ec228c2c1822",
"label": "Confirmed referral"
}
]
},
"validators": []
"name": "PMTCT Child Final Outcome",
"pages": [
{
"label": "Final Outcome",
"sections": [
{
"label": "Final Outcome",
"isExpanded": "true",
"questions": [
{
"label": "Final Outcome",
"type": "obs",
"required": false,
"id": "finalOutcome",
"questionOptions": {
"rendering": "radio",
"concept": "2171d944-a027-417f-a0af-f9c4a88a5ffe",
"conceptMappings": [],
"answers": [
{
"concept": "4a00b6e5-8ea1-4d8b-ba40-0b204bf69c01",
"label": "Still on BF/Exposed"
},
{
"concept": "34a4c62c-4c5c-4e4b-bc13-f68e07eea076",
"label": "Lost to Follow-up"
},
{
"concept": "664AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"label": "Negative"
},
{
"concept": "703AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"label": "Positive"
},
{
"concept": "80782b25-98a1-4920-a676-a039908f3ed1",
"label": "TO"
},
{
"concept": "160034AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"label": "Died"
}
]
}
]
}
]
}
],
"processor": "EncounterFormProcessor",
"encounterType": "",
"referencedForms": [],
"uuid": "",
"description": "PMTCT Child Final Outcome"
}
}
]
}
]
}
],
"processor": "EncounterFormProcessor",
"encounterType": "",
"referencedForms": [],
"uuid": "",
"description": "PMTCT Child Final Outcome"
}

0 comments on commit 2f20bb3

Please sign in to comment.