Skip to content

Commit

Permalink
KH-390: Re-organized referral questions in NCD Screening form (#251)
Browse files Browse the repository at this point in the history
  • Loading branch information
kdaud authored Nov 17, 2023
1 parent 1fd9838 commit 11378dc
Showing 1 changed file with 33 additions and 33 deletions.
66 changes: 33 additions & 33 deletions configs/openmrs_config/ampathforms/NCD_Screening.json
Original file line number Diff line number Diff line change
Expand Up @@ -1050,6 +1050,38 @@
"validators": []
}
]
},
{
"isExpanded": "true",
"label": "Referral to:",
"questions": [
{
"id": "facility",
"questionOptions": {
"concept": "758b9dd8-b6d0-4ac2-b245-0e7bffb4693a",
"answers": [
{
"concept": "ba3a8941-016e-4585-bec0-469c4e6ab103"
},
{
"concept": "d583bf9f-1117-4dd6-8bd3-f3e337615bb6"
},
{
"concept": "75768295-02df-47ae-965b-d7e84040194b"
},
{
"concept": "beab3652-6f9a-4066-9159-bc5a91fda2f2"
},
{
"concept": "46ab571a-79ba-4954-a259-21c6ff038df3"
}
],
"rendering": "select"
},
"type": "obs",
"validators": []
}
]
}
]
},
Expand Down Expand Up @@ -1243,39 +1275,7 @@
"validators": []
}
]
},
{
"isExpanded": "true",
"label": "Referral to:",
"questions": [
{
"id": "facility",
"questionOptions": {
"concept": "758b9dd8-b6d0-4ac2-b245-0e7bffb4693a",
"answers": [
{
"concept": "ba3a8941-016e-4585-bec0-469c4e6ab103"
},
{
"concept": "d583bf9f-1117-4dd6-8bd3-f3e337615bb6"
},
{
"concept": "75768295-02df-47ae-965b-d7e84040194b"
},
{
"concept": "beab3652-6f9a-4066-9159-bc5a91fda2f2"
},
{
"concept": "46ab571a-79ba-4954-a259-21c6ff038df3"
}
],
"rendering": "select"
},
"type": "obs",
"validators": []
}
]
}
}
]
}
]
Expand Down

0 comments on commit 11378dc

Please sign in to comment.