Connectathon 2026 Wiki

Racsel logo
Back to home

Tasks · T2-G

Read and display ICVP QR

View flow

Scan the IPS-ICVP QR, validate it, and display patient, vaccination, signature, and origin information in the app or HIS.

Requirements

T2-E and T2-F

Expected response

Decoding returns JSON with signature, patient, vaccination, and document-origin information.

Evidence

Screenshots with ITB validation and displayed ICVP information. Test cases TK2_TC09 and TK2_TC10.

Observations

The HC1 value comes from reading the QR.

Requests to run

Collection

VHL and ICVP validators - GDHCN Validator

Decode HCERT

curl -X POST "${MEDIATOR_URL}/decode/hcert" \
  -H "Content-Type: application/json" \
  -d '{"include_raw":true,"qr_data":"${HC1_QR_CONTENT}"}'

Expected response

HTTP 200 with JSON containing signature, patient, vaccination, and document-origin information.