Frappe Health - Revision: d4476ce3fd

Create Wiki Page

Restore Revision

anoop@earthianslive.com edited on Jan 27, 2023, 1:08:34 PM

@@ -0,0 +1,98 @@
+The Ayushman Bharat Digital Mission (ABDM) aims to develop the backbone necessary to support the integrated digital health infrastructure of the country. It will bridge the existing gap amongst different stakeholders of healthcare ecosystem through digital highways. Frappe Health supports discovery, creation and verification of Patient's ABHA Number. ABHA (Ayushman Bharat Health Account) is a unique identification alloted to citizens of India.
+
+Note: ABDM is a regional module and will be enabled only if the Country selected is India
+
+## 1. Configuration
+On sending request to integrate test environment Client ID and Client Secret will be received which is mandatory for ABDM Integration.
+
+1. Insert recieved client id and secret in ABDM Settings.
+2. Insert urls to which api calls are to be made.
+<img class="screenshot" alt="ERPNext Healthcare" src="/files/1-1.png">
+
+## 2. Working
+### Patient Discovery
+- Look up a patient already registered in ABDM with ABHA Address / Number
+- Click “Verify ABHA”
+
+<img class="screenshot" alt="ERPNext Healthcare" src="/files/1.png">
+
+- Click 'Search ABHA' after entering the ABHA Address / Number
+- If entered ABHA Address / Number does not exit, error message shows
+
+<img class="screenshot" alt="ERPNext Healthcare" src="/files/3-1.png">
+
+<img class="screenshot" alt="ERPNext Healthcare" src="/files/3.png">
+
+- If ABHA exist, new dialog pops to verify ABHA by OTP
+
+<img class="screenshot" alt="ERPNext Healthcare" src="/files/4.png">
+
+- ABDM mandates a mobile number to locally verify for saving patient internally
+- click verify 
+
+<img class="screenshot" alt="ERPNext Healthcare" src="/files/5.png">
+
+- OTP will be sent to the mobile number
+- Enter received OTP in the dialog
+
+<img class="screenshot" alt="ERPNext Healthcare" src="/files/6.png">
+
+- OTP will be verified on clicking Verify
+
+<img class="screenshot" alt="ERPNext Healthcare" src="/files/7.png">
+
+- '✓' indicates number is verified
+
+<img class="screenshot" alt="ERPNext Healthcare" src="/files/8.png">
+
+- Click 'Sent Auth OTP' to sent OTP to the ABHA Number linked mobile by selected Authentication Method
+
+<img class="screenshot" alt="ERPNext Healthcare" src="/files/9.png">
+
+<img class="screenshot" alt="ERPNext Healthcare" src="/files/10.png">
+
+- If the ABHA is existing it will pull out ABHA card
+
+<img class="screenshot" alt="ERPNext Healthcare" src="/files/11.png">
+
+- By clicking save, available data in ABHA  will be saved to the Patient Doc with ABHA card attached
+
+<img class="screenshot" alt="ERPNext Healthcare" src="/files/12.png">
+
+## If the patient is not registered in ABDM
+- Click ‘Create ABHA’
+
+<img class="screenshot" alt="ERPNext Healthcare" src="/files/13.png">
+
+- Enter Aadhaar number and attach patient signed consent letter (letter form can be downloaded from the dialog print button after choosing a template)
+
+<img class="screenshot" alt="ERPNext Healthcare" src="/files/14.png">
+
+- Default consent letter template can be set in ABDM Settings (if set, will be fetching from there).
+- After clicking “Send OTP” an OTP will be sent to the Aadhaar linked mobile number
+
+<img class="screenshot" alt="ERPNext Healthcare" src="/files/15.png">
+
+- Enter the OTP
+- OTP can be resend by 'Resend OTP'  button
+- If the Patient wants to link a different mobile number (other than the one linked with Aadhaar) for his / her ABHA registration, you can provide different mobile number. Note that this will trigger another OTP to verify the newly provided mobile number.
+
+- PHR address can be suggested as the lens button on_click will search if the entered ID is already existing
+
+<img class="screenshot" alt="ERPNext Healthcare" src="/files/16.png">
+
+<img class="screenshot" alt="ERPNext Healthcare" src="/files/17.png">
+
+- Click create 'ABHA ID'
+
+<img class="screenshot" alt="ERPNext Healthcare" src="/files/18.png">
+
+<img class="screenshot" alt="ERPNext Healthcare" src="/files/19.png">
+
+- Newly registered patient’s ABHA card will be pulled and displayed as a confirmation.
+
+<img class="screenshot" alt="ERPNext Healthcare" src="/files/20.png">
+
+## Created ABHA card will be Linked with the patient
+
+<img class="screenshot" alt="ERPNext Healthcare" src="/files/21.png">