Skip to content

Commit

Permalink
KH-359: Add question for screening diabetes & hypertension in Medical…
Browse files Browse the repository at this point in the history
… History form & NCD Screening form (#224)
  • Loading branch information
kdaud authored Sep 18, 2023
1 parent b73206f commit 570b529
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 0 deletions.
17 changes: 17 additions & 0 deletions configs/openmrs_config/ampathforms/NCD_Medical_History.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,23 @@
"isExpanded": "true",
"label": "Medical History",
"questions": [
{
"id": "screenedForDM",
"questionOptions": {
"rendering": "radio",
"concept": "e43b443b-70de-48f3-8d6c-081337621982",
"answers": [
{
"concept": "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"
},
{
"concept": "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"
}
]
},
"type": "obs",
"validators": []
},
{
"id": "diagnosedForDM",
"questionOptions": {
Expand Down
17 changes: 17 additions & 0 deletions configs/openmrs_config/ampathforms/NCD_Screening.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,23 @@
"isExpanded": "true",
"label": "Medical History",
"questions": [
{
"id": "screenedForDM",
"questionOptions": {
"rendering": "radio",
"concept": "e43b443b-70de-48f3-8d6c-081337621982",
"answers": [
{
"concept": "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"
},
{
"concept": "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"
}
]
},
"type": "obs",
"validators": []
},
{
"id": "knownHypertensive",
"questionOptions": {
Expand Down
1 change: 1 addition & 0 deletions configs/openmrs_config/concepts/past_medical_history.csv
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ ad8f9ff4-63f1-40b9-b405-aef4ae674c2d,,,Past Medical History,ប្រវត្
e0fffb24-5973-40a9-af11-2e4033831747,,,Presence of TB symptoms,មានរោគសញ្ញាសង្ស័យរបេង,Presence of TB symptoms,មានរោគសញ្ញាសង្ស័យរបេង,,,Question,Coded,Yes;No,,,
b10eae79-8358-4653-822b-33336644db36,,,Suspected TB symptoms,រោគសញ្ញាសង្ស័យរបេង,Suspected TB symptoms,រោគសញ្ញាសង្ស័យរបេង,,,Question,Coded,Yes;No,,,
ea543526-f3d3-4a23-a8aa-0c0acf529d51,,,Referred to TB section,បានបញ្ជូនទៅផ្នែកជំងឺរបេង,Referred to TB section,បានបញ្ជូនទៅផ្នែកជំងឺរបេង,,,Question,Coded,Yes;No,,,
e43b443b-70de-48f3-8d6c-081337621982,,,Have you been screened for Diabetes and Hypertension?,តើអ្នកបានទទួលការពិនិត្យរកជំងឺទឹកនោមផ្អែម និងលើសសម្ពាធឈាមហើយឬនៅ?,Have you been screened for Diabetes and Hypertension?,តើអ្នកបានទទួលការពិនិត្យរកជំងឺទឹកនោមផ្អែម និងលើសសម្ពាធឈាមហើយឬនៅ?,,,Question,Coded,Yes;No,,,
7083941d-1342-4dd7-ba16-ddc78b61f239,,,Has patient been diagnosed for diabetes mellitus?,តើអ្នកជំងឺត្រូវបានគេធ្វើរោគវិនិច្ឆ័យថាមានជំងឺទឹកនោមផ្អែមដែរឬទេ?,Has patient been diagnosed for diabetes mellitus?,តើអ្នកជំងឺត្រូវបានគេធ្វើរោគវិនិច្ឆ័យថាមានជំងឺទឹកនោមផ្អែមដែរឬទេ?,,,Question,Coded,Yes;No,,,
fe0b5b8e-c9a2-4c87-813d-f10884987d9c,,,Previous diabetes mellitus diagnosis?,ការធ្វើរោគវិនិច្ឆ័យជំងឺទឹកនោមផ្អែមពីមុន?,Previous diabetes mellitus diagnosis?,ការធ្វើរោគវិនិច្ឆ័យជំងឺទឹកនោមផ្អែមពីមុន?,,,Question,Coded,Type 1 diabetes (E10);Type 2 diabetes (E11);Gestational diabetes (O24.4);Unknown,,,
3fe4ac96-893f-4193-a896-1b7e9528719d,,,Year of diagnosis,ឆ្នាំនៃការធ្វើរោគវិនិច្ឆ័យ,Year of diagnosis,ឆ្នាំនៃការធ្វើរោគវិនិច្ឆ័យ,,,Misc,Date,,,,
Expand Down

0 comments on commit 570b529

Please sign in to comment.