BBahmni 한국어 매뉴얼검색
한국어 번역 완료
한국어English

Admit, Discharge and Transfer Patients

Configuration

Setup Default Visit Type

Sample Config
"defaultVisitType": "IPD"

Patient Movement Redirects

On Admission

This config will redirect to the configured page in the app while trying to admit the patient

"onAdmissionForwardTo": "#/patient/{{patientUuid}}/encounter/{{encounterUuid}}/bed"

On Transfer

This config will redirect to the configured page in the app while trying to transfer the admitted patient

"onTransferForwardTo": "#/patient/{{patientUuid}}/encounter/{{encounterUuid}}/bed"

On Discharge

This config will redirect to the configured page in the app while trying to discharge the admitted patient

"onDischargeForwardTo": "#/patient/search"

Setup Max Patients per Bed

The config is to define the number of patients a bed can accommodate at once.

Pasted image at 2017_02_23 03_21 PM.png
"maxPatientsPerBed" : 2

Capture Data on Patient Movement

Bahmni supports configuration to capture data on selecting the Patient Movement.

"dashboard":{
                               "conceptName": "Adt Notes",
}

Configure Display Controls on IPD Dashboard

can be configured on the IPD module to give a snapshot of the captured observations.관련 문서: Display Controls

Sample Config
"dashboard":{
               "translationKey": "DASHBOARD_TAB_GENERAL_KEY",
               "sections": {
               "vitals":{
                    "translationKey":"DASHBOARD_TITLE_VITALS_KEY",
                    "type": "vitals",
                   "displayOrder": 0,
                   "isObservation": true,
                   "dashboardConfig": {
                        "conceptNames": ["Vitals"],
                    "numberOfVisits": 2
                    }
           }
}
원문 정보

Bahmni Wiki · CC BY-SA 4.0

원문 보기 ↗