Tasks · T1.1-I
View consolidated IPS in origin HIS
View flowRead the consolidated QR/VHL generated by the mobile app and display the underlying IPS in the patient's origin-country HIS.
Requirements
T1.1-H
Links
Expected response
The origin-country HIS displays the same consolidated IPS associated with the QR emitted in the previous test case.
Evidence
Screenshot of the origin-country HIS displaying the consolidated IPS related to the generated QR.
Observations
The origin country only displays the consolidated IPS; the document does not need to be persisted locally.
Requests to run
Collection
VHL and ICVP validators - GDHCN Validator
Validate consolidated QR/VHL
curl -X POST "${VHL_SERVER}/v2/vshcValidation" \
-H "Content-Type: application/json" \
-d '{"qrCodeContent":"${MERGED_QR_CONTENT}"}'Expected response
HTTP 200 with successful validation and Smart Health Link content for the consolidated IPS.
Collection
VHL and ICVP validators - GDHCN Validator
Retrieve consolidated IPS
curl -X GET "${VHL_SERVER}/v2/ips-json/${MANIFEST_ID}?key=${DOCUMENT_KEY}" \
-H "Accept: application/fhir+json"Expected response
HTTP 200 with the consolidated IPS document Bundle.
