Skip to content

Instantly share code, notes, and snippets.

@khavinshankar
Created May 3, 2023 06:52
Show Gist options
  • Save khavinshankar/8ac9dd5a148687f9932e2fca59db9f96 to your computer and use it in GitHub Desktop.
Save khavinshankar/8ac9dd5a148687f9932e2fca59db9f96 to your computer and use it in GitHub Desktop.
ABDM M1 Testing

1. CRT_ABHA_ID_02

  1. EMR/HMIS system will take the Aadhaar number, OTP and consent of the patient to create ABHA.

image


2. VRFY_ABHA_ID_01

  1. EMR/HMIS scans the patients ABHA address QR code to get patient details into his system for registration.
  2. Read contents of ABHA QR code
  3. Does demographic auth to verify the contents (KYC & LINK)
  4. Save linking token

image


3. VRFY_ABHA_ID_02

  1. QR code with HIP details is pasted at Health facility Registration desk.
  2. Patients scans the HIP's QR code from PHR app
  3. Patient's ABHA address is shared with the Integrators system.
  4. EMR/HMIS then does demographic auth to verify the contents (KYC & LINK) and saves linking token

image


4. VRFY_ABHA_ID_03

  1. Patient verbally shares his/her 14 digit ABHA or PHR address (alias to ABHA) and authorization happens through his mobile OTP.
  2. Patient verbally shares Health ID or PHR Address
  3. Verification through mobile OTP
  4. Save ABHA address & linking token

image


5. VRFY_ABHA_ID_04

  1. Patient verbally shares his/her ABHA or ABHA address and authorization happens through his/her Aadhaar registered mobile OTP. After successful authentication, patient data fields i.e. First Name,Gender,Year of birth,district and state will be populated from health ID. And, successful registration will be done.
  2. Patient verbally shares Health ID or PHR Address
  3. Verification through mobile OTP
  4. Save ABHA address & linking token

image


6. VRFY_ABHA_ID_05

  1. System must support saving of ABHA address by all 3 sharing methods (VRFY_ABHA_ID_02 to VRFY_ABHA_ID_04) for existing patients. System must compare demographic information (name, age, gender) and save ABHA address only for same patients

image


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment