Back to home
Tasks · T3.4
Validate Medication Overview QR in ITB
View flowSubmit the generated Medication Overview QR to the preparatory HCERT validator or the ITB validation service used during the in-person Connectathon.
Requirements
T3.3
Links
Expected response
The preparatory validator or ITB returns a positive validation result for the Medication Overview QR.
Evidence
Screenshot of the validator or ITB response together with the QR that was validated.
Observations
Validation is performed manually in ITB. Use the HCERT validator during preparation and ITB through Gazelle during the in-person Connectathon. Test case: TC06.
Requests to run
Collection
VHL and HCERT services
Validate Medication Overview QR
curl -X POST "${VHL_SERVER}/v2/vshcValidation" \
-H "Content-Type: application/json" \
-d '{"qrCodeContent":"${MEOW_QR_CONTENT}"}'Expected response
HTTP 200 with a positive validation result for the QR content.
