For Accountability Initiative, Centre for Policy Research
- Download VSCode from here
- Download this zip file and extract it
- Open the extracted folder in VSCode
- Click on
Terminal > New Terminal
- Copy and run this code in the Terminal –
python3 -m venv venv && source venv/bin/activate && pip3 install -r requirements.txt
Copy and run this code in the Terminal –
python3 ./poshan-tracker/main.py
This will create two new files HCM_given_last_30_days.csv
and THR_given_last_30_days.csv
in the poshan-tracker
folder.
Top Speciality Copy and run this code in the Terminal –
python3 ./pmjay/main.py
This will create a file pmjay-top-speciality-statewise.csv
in the pmjay
folder.
EHCP Performance To get EHCP Performance data, simply select all the text in the dashboard and paste it in MS Excel / Google Sheets.
Statewise Claims Pending/Payment
- Open the claims dashboard in your browser: https://dashboard.pmjay.gov.in/pmj/#/pmjayclaims
- Right click anywhere and click on
Inspect
. This will open the Developer Tools. - Click on the
Network
tab and refresh the page. - Scroll down till you find a bunch of rows with file name
1.0
. - Find the row that has the header
https://dashboard.pmjay.gov.in/pmjservice/api/pmjdashboard/tmsclaim_s_d_h_wise/1.0
for Claims Pending orhttps://dashboard.pmjay.gov.in/pmjservice/api/pmjdashboard/tmsclaimtat/1.0
for Claims Payment. - Click on the row and then click on the
Response
tab. - Right click on the
list:
row and click onCopy Value
. - Go to JSON2CSV and paste the copied value in the
JSON
box. - Delete
{"list": [
from the beginning of the text and the}
at the end of the text. - Click convert and then download the data as CSV.