Skip to content

Commit

Permalink
Remove questions not for chronic illness sections (#157)
Browse files Browse the repository at this point in the history
Co-authored-by: Makombe <makombe>
  • Loading branch information
makombe authored Aug 7, 2023
1 parent da72c25 commit 9adf00e
Showing 1 changed file with 1 addition and 103 deletions.
104 changes: 1 addition & 103 deletions configuration/ampathforms/HIV_Green_Card.json
Original file line number Diff line number Diff line change
Expand Up @@ -2143,7 +2143,7 @@
},
"questions": [
{
"label": "Chronic Illnesses and Cormobidities",
"label": "Illness",
"type": "obs",
"questionOptions": {
"rendering": "select",
Expand Down Expand Up @@ -2308,108 +2308,6 @@
}
]
}
},
{
"label": "Drug",
"type": "obs",
"id": "druG",
"questionOptions": {
"concept": "1282AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"rendering": "text"
}
},
{
"label": "Dose",
"type": "obs",
"id": "dose",
"questionOptions": {
"concept": "1443AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"rendering": "number"
}
},
{
"label": "Units",
"type": "obs",
"id": "units",
"questionOptions": {
"concept": "1444AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"rendering": "text"
}
},
{
"label": "Frequency",
"type": "obs",
"id": "frequency",
"questionOptions": {
"concept": "160855AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"rendering": "select",
"answers": [
{
"concept": "160864AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"label": "Once daily in the evening"
},
{
"concept": "160866AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"label": "Thrice daily"
},
{
"concept": "160862AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"label": "Once daily"
},
{
"concept": "160865AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"label": "Once daily in the morning"
},
{
"concept": "160863AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"label": "Once daily at bedtime"
},
{
"concept": "160858AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"label": "Twice daily"
},
{
"concept": "160870AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"label": "Four times daily"
}
]
}
},
{
"label": "Duration",
"type": "obs",
"id": "duRATion",
"questionOptions": {
"concept": "159368AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"rendering": "number"
}
},
{
"label": "Duration Units",
"type": "obs",
"id": "DuraTionItS",
"questionOptions": {
"concept": "1732AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"rendering": "select",
"answers": [
{
"concept": "1822AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"label": "Hours"
},
{
"concept": "1072AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"label": "Days"
},
{
"concept": "1074AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"label": "Months"
},
{
"concept": "1073AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"label": "Weeks"
}
]
}
}
]
}
Expand Down

0 comments on commit 9adf00e

Please sign in to comment.