Skip to content

Commit

Permalink
Deepthi M|BAH-3992 -update|fixed the issue with Diabetic report (#17)
Browse files Browse the repository at this point in the history
* Deepthi M|BAH-3992-update|Fixed the issue with Diabetes report

* Deepthi M|BAH-3992-update|updated the csv to group the existing concepts under an Obs to fix the issue with Diabetes report

* Deepthi M|BAH-3992-update|updated the csv to group the existing concepts under an Obs to fix the issue with Diabetes report
  • Loading branch information
deepthi-mantena authored Jul 15, 2024
1 parent b742396 commit 7e04725
Show file tree
Hide file tree
Showing 4 changed files with 138 additions and 83 deletions.
204 changes: 128 additions & 76 deletions masterdata/configuration/bahmniforms/diabetis_intake.json

Large diffs are not rendered by default.

3 changes: 0 additions & 3 deletions masterdata/configuration/concepts/FormConcepts.csv
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ Uuid,Void/Retire,Same as mappings,Fully specified name:en,Short name:en,Descript
9bb0795c-4ff0-0305-1990-000000000007,,,Patient Video,,,,,,Video,Complex,VideoUrlHandler,,,,,,,,,,
9bb0795c-4ff0-0305-1990-000000000008,,,Range of Motion,,,,,,Misc,Text,,,,,,,,,,,
9bb0795c-4ff0-0305-1990-000000000009,,,Radiographic Examination,,,,,,Misc,Text,,,,,,,,,,,
9bb0795c-4ff0-0305-1990-000000000010,,,"Diabetes, Diabetes Type",Diabetes type,,,,,Diagnosis,Coded,,CIEL:142474;CIEL:142473,,,,,,,,,
9bb0795c-4ff0-0305-1990-000000000011,,,"Diabetes, Last known A1C Result",Last known A1C Result,,,,,Misc,Text,,,,,,,,,,,
9bb0795c-4ff0-0305-1990-000000000012,,,"Diabetes, Last HbA1c Date",Last HbA1c Date,,,,,Misc,Date,,,,,,,,,,,
9bb0795c-4ff0-0305-1990-000000000013,,,Duration of smoking (years),Duration of smoking (in years),"For how long some one is smoking/smoked cigarettes or other forms of tobacco, measured in years.",,,,Finding,Numeric,,,,TRUE,,,,0,120,,
9bb0795c-4ff0-0305-1990-000000000014,,,Liters of alcohol consumed (per day),Liters of alcohol consumed per day,Amount of alcohol consumed per day measured in liter.,,,,Finding,Numeric,,,,TRUE,,,,0,,,
9bb0795c-4ff0-0305-1990-000000000015,,,ACD - Active Case Detection,,,,,,Misc,N/A,,,,,,,,,,,
Expand Down
6 changes: 6 additions & 0 deletions masterdata/configuration/concepts/diabetesConcepts.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Uuid,Void/Retire,Same as mappings,Fully specified name:en,Fully specified name:fr,Short name:en,Short name:fr,Description:en,Description:fr,Data class,Data type,Complex data handler,Answers,Members,Allow decimals,Units,Normal low,Normal high,Absolute low,Absolute high,_version:1,_order:1200
9bb0795c-4ff0-0305-1990-000000000010,,,"Diabetes, Diabetes Type",Diabetes type,,,,,Diagnosis,Coded,,CIEL:142474;CIEL:142473,,,,,,,,,
9bb0795c-4ff0-0305-1990-000000000011,,,"Diabetes, Last known A1C Result",Last known A1C Result,,,,,Misc,Text,,,,,,,,,,,
9bb0795c-4ff0-0305-1990-000000000012,,,"Diabetes, Last HbA1c Date",Last HbA1c Date,,,,,Misc,Date,,,,,,,,,,,
81838fef-7c3b-43ab-82d5-7f6c7cccd697,,,"Diabetes, Intake",,Diabetes – Intake,,,,Misc,N/A,,,CIEL:164093;e3205e06-1e90-11ef-8cfd-0242ac120003;9bb0795c-4ff0-0305-1990-000000000010;9bb0795c-4ff0-0305-1990-000000000012;9bb0795c-4ff0-0305-1990-000000000011;1728AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA;CIEL:162747;CIEL:140228;CIEL:160618;CIEL:161262;CIEL:163201;9bb0795c-4ff0-0305-1990-000000000013;CIEL:165595;CIEL:159449;CIEL:166361;CIEL:159456,,,,,,,,
,,,Diabetes Templates,,Diabetes,,,,Misc,N/A,,,81838fef-7c3b-43ab-82d5-7f6c7cccd697,,,,,,,,
8 changes: 4 additions & 4 deletions openmrs/apps/reports/reports.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,14 +72,14 @@
"config": {
"ageGroupName": "All Ages",
"conceptNames": [
"Diabetes Intake"
"Diabetes, Intake"
],
"visitTypes": [
"OPD",
"IPD"
]


],
"countOnlyClosedVisits": "false",
"countOncePerPatient": "false"
}
},
"OPD/IPDVisitCount": {
Expand Down

0 comments on commit 7e04725

Please sign in to comment.