Advertisement
Guest User

Bahmni Visit Dashboard configuration with additional section default sections false

a guest
Mar 17th, 2021
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 7.80 KB | None | 0 0
  1. {
  2.     "general1":{
  3.         "translationKey": "DASHBOARD_TAB_GENERAL_KEY_1",
  4.         "displayByDefault": true,
  5.         "printing": {
  6.             "title": "Bahmni",
  7.             "header": "Visit",
  8.             "logo": "../images/bahmniLogo.png"
  9.         },
  10.         "defaultSections": false,
  11.         "sections": {
  12.             "pivotTable":{
  13.                 "type": "pivotTable",
  14.                 "displayOrder": 0,
  15.                 "title": "Vitals Flowsheet",
  16.                 "config": {
  17.                     "groupBy": "encounters",
  18.                     "obsConcepts": [
  19.                         "Pulse",
  20.                         "Diastolic",
  21.                         "Systolic",
  22.                         "Temperature",
  23.                         "RR",
  24.                         "SPO2",
  25.                         "Height",
  26.                         "WEIGHT",
  27.                         "M/C Days"
  28.                     ],
  29.                     "labConcepts": ""
  30.                 }
  31.             },
  32.             "pacsOrders":{
  33.                 "type":"pacsOrders",
  34.                 "displayOrder": 1,
  35.                 "translationKey": "PACS_ORDERS_VISIT_PAGE_KEY",
  36.                 "config":{
  37.                     "orderType": "Radiology Order"
  38.                 }
  39.             },
  40.             "conditions": {
  41.                 "title": "Conditions",
  42.                 "type": "conditionsList",
  43.                 "displayOrder": 2,
  44.                 "config": { }
  45.             }
  46.         }
  47.     },
  48.     "general":{
  49.         "translationKey": "DASHBOARD_TAB_GENERAL_KEY",
  50.         "displayByDefault": true,
  51.         "printing": {
  52.             "title": "Bahmni",
  53.             "header": "Visit",
  54.             "logo": "../images/bahmniLogo.png"
  55.         },
  56.         "defaultSections": true,
  57.         "sections": {
  58.             "pivotTable":{
  59.                 "type": "pivotTable",
  60.                 "displayOrder": 0,
  61.                 "title": "Vitals Flowsheet",
  62.                 "config": {
  63.                     "groupBy": "encounters",
  64.                     "obsConcepts": [
  65.                         "Pulse",
  66.                         "Diastolic",
  67.                         "Systolic",
  68.                         "Temperature",
  69.                         "RR",
  70.                         "SPO2",
  71.                         "Height",
  72.                         "WEIGHT",
  73.                         "M/C Days"
  74.                     ],
  75.                     "labConcepts": ""
  76.                 }
  77.             },
  78.             "pacsOrders":{
  79.                 "type":"pacsOrders",
  80.                 "displayOrder": 1,
  81.                 "translationKey": "PACS_ORDERS_VISIT_PAGE_KEY",
  82.                 "config":{
  83.                     "orderType": "Radiology Order"
  84.                 }
  85.             },
  86.             "conditions": {
  87.                 "title": "Conditions",
  88.                 "type": "conditionsList",
  89.                 "displayOrder": 2,
  90.                 "config": { }
  91.             }
  92.         }
  93.     },
  94.     "dischargeSummary":{
  95.         "translationKey": "DASHBOARD_TAB_DISCHARGE_SUMMARY_KEY",
  96.         "printing": {
  97.             "title": "Bahmni",
  98.             "header": "Discharge Summary",
  99.             "logo": "../images/bahmniLogo.png"
  100.         },
  101.         "sections": {
  102.             "PatientInformation":{
  103.                 "type": "patientInformation",
  104.                 "displayOrder": 0,
  105.                 "config": {
  106.                     "title": "PatientInformation",
  107.                     "patientAttributes": ["caste", "class", "education", "occupation", "debt", "distanceFromCenter", "isUrban", "cluster","RationCard", "familyIncome"],
  108.                     "addressFields": ["address1", "address2", "cityVillage", "countyDistrict"]
  109.                 }
  110.             },
  111.             "admissionDetails":{
  112.                 "type": "admissionDetails",
  113.                 "displayOrder": 1,
  114.                 "config": {
  115.                     "showDetailsButton": true,
  116.                     "translationKey": "DISCHARGE_SUMMARY_ADMISSION_DETAILS_KEY"
  117.  
  118.                 }
  119.             },
  120.             "weightInitial":{
  121.                 "type": "observation",
  122.                 "displayOrder": 2,
  123.                 "translationKey":"DISCHARGE_SUMMARY_AT_ADMISSION_KEY",
  124.                 "config": {
  125.                     "conceptNames": ["WEIGHT"],
  126.                     "scope": "initial"
  127.                 }
  128.             },
  129.             "weightLatest": {
  130.                 "type": "observation",
  131.                 "displayOrder": 3,
  132.                 "translationKey":"DISCHARGE_SUMMARY_AT_DISCHARGE_KEY",
  133.                 "config": {
  134.                     "conceptNames": ["WEIGHT"],
  135.                     "scope": "latest"
  136.                 }
  137.             },
  138.             "diagnoses":{
  139.                 "type": "diagnosis",
  140.                 "displayOrder": 4,
  141.                 "config": {
  142.                     "translationKey" : "DISCHARGE_SUMMARY_DIAGNOSIS_KEY",
  143.                     "showCertainty": false,
  144.                     "showOrder": false,
  145.                     "showDetailsButton": true
  146.                 }
  147.             },
  148.             "clinicalNotes":{
  149.                 "type": "observation",
  150.                 "displayOrder": 5,
  151.                 "translationKey": "DISCHARGE_SUMMARY_CLINICAL_NOTES_KEY",
  152.                 "config": {
  153.                     "conceptNames": [
  154.                         "History and Examination Notes",
  155.                         "Discharge Summary",
  156.                         "Lab Investigation Notes",
  157.                         "Radiology Notes",
  158.                         "Other Notes"
  159.                     ],
  160.                     "scope": "latest",
  161.                     "numberOfVisits": "1"
  162.                 }
  163.             },
  164.             "labInvestigations":{
  165.                 "type": "investigationResult",
  166.                 "displayOrder": 6,
  167.                 "config": {
  168.                     "translationKey":"LAB_INVESTIGATION",
  169.                     "showChart": true,
  170.                     "showTable": false,
  171.                     "showNormalLabResults": true,
  172.                     "showCommentsExpanded": true,
  173.                     "showAccessionNotes": true,
  174.                     "numberOfVisits": 10,
  175.                     "initialAccessionCount": 1,
  176.                     "latestAccessionCount": 1
  177.                 }
  178.             },
  179.             "Treatments": {
  180.                 "type": "treatment",
  181.                 "displayOrder": 6,
  182.                 "config": {
  183.                     "translationKey": "VISIT_TITLE_TREATMENTS_KEY",
  184.                     "showFlowSheet": true,
  185.                     "showListView": true,
  186.                     "showOtherActive": false,
  187.                     "showDetailsButton": true,
  188.                     "showRoute": true,
  189.                     "showDrugForm": true,
  190.                     "showProvider":false
  191.                 }
  192.             },
  193.             "adviceOnDischarge":{
  194.                 "type": "observation",
  195.                 "displayOrder": 8,
  196.                 "translationKey":"DISCHARGE_SUMMARY_ADVICE_ON_DISCHARGE_KEY",
  197.                 "config": {
  198.                     "conceptNames": [
  199.                         "Additional Advice on Discharge",
  200.                         "Follow up Date",
  201.                         "Discharge Summary, Plan for follow up"
  202.                     ],
  203.                     "scope": "latest"
  204.                 }
  205.             }
  206.         }
  207.     },
  208.     "orders":{
  209.       "translationKey": "DASHBOARD_TAB_ORDERS_KEY",
  210.       "sections": {
  211.           "Radiology Orders": {
  212.               "type": "order",
  213.               "displayOrder": 0,
  214.               "translationKey": "Radiology Orders",
  215.               "config": {
  216.                   "translationKey": "Radiology Orders",
  217.                   "name": "ordersControl",
  218.                   "orderType": "Radiology Order",
  219.                   "conceptNames": [
  220.                       "Summary"
  221.                   ]
  222.               }
  223.           }
  224.       }
  225.  
  226.     }
  227. }
  228.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement